/*  
Theme Name: Wp-FEEDSNEEDS
Author: Greg Ponchak
Author URI: http://veckd.com/

Enjoy the theme =D

*/
		*{margin:0;padding:0;list-style:none;}
		body{background:#000;font-family:helvetica, arial, verdana, tahoma, sans-serif;font-size:11px;line-height:18px;color:#333;}
		a{color:#8e8a77;text-decoration:none;}
		a:hover{color:#eee;}
		p{margin:10px 0;}
		small{font-size:11px;color:#8e8a77;}
		h2 a, h1, h2, h3, h4, h5{font-weight:normal;color:#615d58;font-size:24px;line-height:30px;text-transform:uppercase;}
		.clear{clear:both;}
		
		#container{width:929px;padding:0 22px;margin:0 auto; background: #fff;}
		#header{width:929px;height:368px;background:url(images/header.jpg) no-repeat;position:relative;}
			#header h1 a{font-size:40px;line-height:40px;width:470px;overflow:hidden;color:#00007b;position:absolute;left:15px;top:5px;text-transform:none;}
			#header h1 a:hover{color:#aa0322;}
			#header h1 img { border: none; }
			#nav{position:absolute;width:400px;left:515px;top:40px;}
			#nav li{display:inline;padding:0 5px;}
			#nav li a{text-transform:uppercase;color:#d5ccc2;}
			#nav li a:hover{border-bottom:1px solid #d5ccc2;}
			#sideblog{width:466px;height:286px;overflow:hidden;position:absolute;top:78px;left:10px;}
				#sideblog, #sideblog h5{color:#d5ccc2; font-size: 1.0em; }
				#sideblog h5{font-weight:normal;fontisze:28px;line-height:30px;text-transform:uppercase;}
				#sideblog p { }
			#picture{width:392px;height:251px;overflow:hidden;position:absolute;top:91px;left:509px;}
		#content{width:929px;background:url(images/header.jpg) no-repeat center -368px;}
			#left{width:929px;float:left;margin:15px 0 0 5px; }
				.post{margin:0 25px 25px 25px; font-size: 1.5em;}
				.post h2 a {color: #00007b; }
				.post h2 a:hover{color:#aa0322;}
			#right{width:413px;float:right;margin:15px 5px 0 0;}
				#sidebar1{float:left;width:202px;margin:0 0 0 3px;}
				#sidebar2{float:right;width:200px;}
				#right div ul{margin-bottom:15px;}
				#right div ul li{display:inline;}
				#right div ul li a{display:block;padding:2px;border-bottom:1px solid #eee;}
				#right div ul li a:hover{color:#333;border-bottom:1px solid #ccc;}

.commentlist li{padding:10px;background:#eee;border-bottom:1px solid #888;}
.commentlist li.alt{background:#fafafa;}
/* wp img junx *.
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



