/*  
Theme Name: Ultra Clean
Theme URI: http://wordpress.org/
Description: The theme by <a href="http://www.veckd.com" title="veckd">veckd.com</a>
Version: 1.0
Author: Greg Ponchak
Author URI: http://gregponchak.com/

Enjoy the theme =D

*/
		*{margin:0;padding:0;list-style:none;}
		body{background:#fff url(bg.jpg) repeat-x top;font-family:verdana, arial, helvetica, sans-serif;font-size:12px;line-height:18px;color:#333;}
		a{color:#333;text-decoration:none;}
		a:hover{color:#666;}
		h1, h2, h3, h4, h5, h2 a{color:#333;font-weight:normal;font-size:22px;line-height:24px;}
		p{margin:10px 0;}
		.clear{clear:both;}
		
		#container{width:1000px;margin:0 auto;background:url(content.jpg) no-repeat center 143px;}
			#nav{width:500px;padding-top:103px;float:right;}
				#nav li{display:inline;}
					#nav li a{display:block;font-size:11px;text-transform:uppercase;float:right;text-align:center;padding:15px 0 14px;width:78px;color:#888;line-height:11px;}
					#nav li a:hover{background:url(hover.jpg) no-repeat;color:#555;}
					#nav li.active a, .current_page_item a, #nav li.current_page_item a{background:url(tab.jpg) no-repeat;color:#555;}
			#logo{text-align:left;width:400px;float:left;margin:10px 0 0;}
				#logo a img{border:0;}
			#content{width:1000px;}
				#left{width:243px;float:left;padding:0 5px;}
				#throw{width:745px;float:right;}
					#center{width:488px;float:left;}
						.post{padding:10px;background:url(post.png) no-repeat left top !important;background:url(none.png);margin:0 0 15px 0;}
							.post small{color:#999;font-size:11px;display:block;}
							.post .postcontent a{text-decoration:underline;}
					#right{width:243px;float:right;padding:0 5px;}
#footer{text-align:center;width:1000px;margin:10px auto -20px auto;padding:14px 0;line-height:12px;color:#fff;background:url(footer.jpg) no-repeat;}
#footer a{color:#ddd;}
#footer a:hover{color:#fff;text-decoration:underline;}
.commentlist li{padding:10px;background:#eee;border-bottom:1px solid #ccc;}
.commentlist li.alt{background:#fff;}

img.centered, .aligncenter, div.aligncenter {
	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;
	}