/*
Theme Name: Evening Lights
Theme URI: http://www.wastedbrilliance.com/
Description: Wasted Theme
Version: 1.0
Author: Brooks Bishop
Tags: colorful, two columns

*/

div, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

body {
	background: #546f81 url( 'images/el-bodybackground.png' ) no-repeat center top;
	color: #000;
	font-family: "BitStream vera Sans", Verdana, Arial, Helvetica,sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #900;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

p {
	line-height: 140%;
}



#page {
	background: #fff url( 'images/el-pagebg.png' ) repeat-y center top;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 920px;
}

#header {
	background: transparent url( 'images/el-header.png' ) no-repeat left top;
	height: 170px;
}

	#header h1 {
	   	height: 75px;
		width: 460px;
	}

		#header h1 a {
			background: transparent url( 'images/el-logo.png' ) no-repeat left top;
			display: block;
			height: 75px;
			width: 460px;
		}

			#header h1 a:hover {
				background-position: 0 -75px;
			}

			#header h1 a span {
				display: none;
			}

#main {

}

#content {
	background: #fff url( 'images/el-contentbg.png' ) no-repeat left top;
	float: left;
	padding: 60px 20px 20px 20px;
	width: 600px;
}

	#content h1 {
		border-bottom: 1px solid #3d4b54;
		font-size: 1.3em;
		color: #3d4b54;
		margin: 0 25px 20px 40px;
  	}

	#content h2 {
		font-family: "Helvetica Neue", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.1em;
	}

	.post {
		background: #fff url( 'images/el-postbg.png' ) no-repeat left top;
		padding-top: 25px;
	}

		.post .alignleft {
			float: left;
			margin-right: 10px;
			vertical-align: top;
		}

		.post .alignright {
			float: right;
			margin-left: 10px;
			vertical-align: top;
		}

		.post p {
			
			text-align: justify;
		}

		.entry-date {
			color: #3d4b54;
			float: left;
			font-family: Georgia;
			font-weight: bold;
			height: 50px;
			text-align: center;
			width: 50px;
		}

		.entry-day {
			font-size: 1.9em;
		}

		.entry-month {
			font-size: .9em;
			text-transform: uppercase;
		}		

		.entry-info {
			float: left;
			margin-left: 15px;
			width: 535px;
		}

		.entry-time {
			color: #546f81;
			font-size: .8em;
			float: right;
	  	}

		.entry-byline {
  			float: left;
			color: #AAA;
			font-size: .7em;
			font-style: italic;
			margin: 3px 40px 3px 55px;
		}

		.seperator {
			border-top: 1px solid #3d4b54;
			border-bottom: 1px dotted #546f81;
			clear: both;
			height: 2px;	
		}

		.entry-comments-min {
			color: #546f81;
			float: right;
			font-size: .8em;
		}

		.entry-tags {
			color: #546f81;
			font-size: .8em;
		}

		.entry-content {
			clear: both;
			padding: 5px 30px;
		}

			.entry-content h3 {
				clear: both;
			}

			.entry-content .align-left {
				float: left;
			}

.navigation {
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
}

	.navigation .alignleft {
		float: left;
		position: relative;
		text-align: left;
		width: 50%;
	}

		.navigation .alignleft a {
			background: #fff url( 'images/el-back.png' ) no-repeat left top;
			display: block;
			height: 40px;
			margin: 0px 5px 0 5px;
			padding: 0 0 0 35px;

			vertical-align: middle;
		}

	.navigation .alignright {
		float: right;
		position: relative;
		text-align: right;
		width: 50%;
	}

		.navigation .alignright a {
			background: #fff url( 'images/el-forward.png' ) no-repeat right top;
			display: block;
			height: 40px;
			margin: 0 5px 0 5px;
			padding: 0 35px 0 0;

			vertical-align: middle;
		}


#sidebar {
	background: #e0e7c7 url( 'images/el-sidebarbg.png' ) no-repeat left top;
	float: left;
	padding: 60px 10px 15px 10px;
	width: 260px;
}

	#sidebar ul {
		margin: 0;
		padding: 0;
	}

	#sidebar li {
		   clear: right;
		   list-style: none;
		   margin: 20px 0 0 10px;
		   padding: 0;
	}

	#sidebar .flexipages_widget h2 {
		display: block;
		height: 55px !important;	
		width: 260px;
	}

		#sidebar .flexipages_widget h2 span {
			   display: none;
		}

		#sidebar .flexipages_widget li {
			margin: 0 !important;
			padding: 0 !important;
		}

		#sidebar .flexipages_widget.runawaytank h2 {
			background: transparent url( 'images/el-badge-runawaytank.png' ) no-repeat left top;
		}

		#sidebar .flexipages_widget.scale h2 {
			background: transparent url( 'images/el-badge-scale.png' ) no-repeat left top;
		}

		#sidebar .flexipages_widget.onyx-omega h2 {
			background: transparent url( 'images/el-badge-onyxomega.png' ) no-repeat left top;
		}

	.widget_twitter h2 {
		font-family: "Myriad Pro", Arial, sans-serif;
		background: #f0f3e3 url( 'images/icons/twitter.png' ) no-repeat 5px 5px;
	}

	.twitter-avatar {
		background-color: #f0f3e3;
		float: left;
		margin: 10px 0 0 -30px;
		padding: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.widget_twitter ul {
		margin: 10px 0 0 35px !important;
	}

	.widget_twitter li {
		border-top: 1px solid #f0f3e3;
		border-bottom: 1px dotted #f0f3e3;
		margin: 5px 5px 8px 0 !important;
		padding: 5px 0 !important;	
	}

	.widget_twitter .entry-content {
		clear: both;
		margin: 0;
		padding: 0;
		font-size: .9em;
	}

	.widget_twitter .entry-meta {
		clear: both;
		display: block;
		font-size: .7em;
	}

	#sidebar h2 a {
		color: #000;
	}

	#sidebar h2.widgettitle {
		font-family: Tahoma;
		font-size: 14px;
		height: 16px;
		margin: 0 0 0 -10px;
		padding: 5px;
		text-indent: 31px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.widget_text.search h2 {
		background: #f0f3e3 url( 'images/icons/magnifier.png' ) no-repeat 5px 5px;
	}

	.ngg_images h2 {
		background: #f0f3e3 url( 'images/icons/pictures-stack.png' ) no-repeat 5px 5px;
  	}

	.ctc h2 {
		background: #f0f3e3 url( 'images/icons/tag.png' ) no-repeat 5px 5px;
  	}

	.widget_links h2 {
		background: #f0f3e3 url( 'images/icons/document-bookmark.png' ) no-repeat 5px 5px;
  	}

	.widget_text.xbox-live h2 {
		background: #f0f3e3 url( 'images/icons/xbox.png' ) no-repeat 5px 5px;
  	}

	.widget_links li {
		margin: 0 !important;
		padding: 0 !important;
	}	

	.widget_archive h2 {
		background: #f0f3e3 url( 'images/icons/safe.png' ) no-repeat 5px 5px;
	}
		
	.widget_archive li {
		margin: 0 !important;
		padding: 0 !important;
	}		

	.widget_text.advertisement h2 {
		background: #f0f3e3 url( 'images/icons/money.png' ) no-repeat 5px 5px;
	}

	.widget_text li {
		margin: 0 !important;
		padding: 0 !important;
	}

	.textwidget {
		margin: 5px auto;
	}

#footer {
	background-color: #3d4b54;
	clear: both;
	color: #fff;
	font-size: .9em;
	overflow: hidden;
	padding: 5px 5px 25px 5px;
}

	#footer h1 {
		font-size: 1.4em;
	}

	#footer a {
		color: #e0e7c7;
	}

	#footer p {
		font-size: .8em;
		margin: 0 10px;
		text-align: justify;
	}

	#footer .footer-list {
		list-style: none;
	}

		#footer .footer-item {
			float: left;
			width: 20%;
		}

	#footer .footer-item ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#footer .footer-item li {
			margin: 5px 10px 0 10px;
			padding: 0 0 0 20px;
		}

		.footer-item .email {
			background: transparent url( images/icons/mail.png ) no-repeat left bottom;
		}

		.footer-item .twitter {
			background: transparent url( images/icons/twitter.png ) no-repeat left bottom;
		}

		.footer-item .friendfeed {
			background: transparent url( images/icons/friendfeed.png ) no-repeat left bottom;
		}

		.footer-item .facebook {
			background: transparent url( images/icons/facebook.png ) no-repeat left bottom;
		}

		.footer-item .rss {
			background: transparent url( images/icons/feed.png ) no-repeat left bottom;
		}

		.footer-item .xna {
			background: transparent url( images/icons/xna.png ) no-repeat left bottom;
		}

		.footer-item .xna7day {
			background: transparent url( images/icons/calendar-select-week.png ) no-repeat left bottom;
		}
