/*
Theme Name: poomoo
Theme URI: http://poomoo.com/
Description: poomoo custom theme, deconstructed default theme which is based upon <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: David Gallagher
Author URI: http://poomoo.com
Tags: black, white, poomoo, arial, georgia, minimal


	Some of the CSS and XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%;  /*Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #fff;
	color: #000;
	text-align: 100%;
	}

a {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	color: #000;
}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 20px 0px 20px 0px;
	padding: 0;
	}

	#page {
		margin: auto;
		padding: 0;
		width: 950px;
		}
	
	#article-display {
		margin: auto;
		padding: 0;
		width: 950px;
		}

		#header {
			position: relative;
			padding-left: 240px;
			float: left;
		}

	.head-block {
		margin: 0px 10px 80px 0px;
		padding: 0;
		width: 230px;
		float: left;
		font-family: georgia, times, serif;
		color: #999;
		font-size: 1.2em;
		}

	
	.head-block h2 {
		font-size: 2.2em;
		font-weight: bold;
		letter-spacing: -0.05em;
		font-family: helvetica, arial, sans-serif;
		color: #000;
	}
	
	.head-block h2 a {
			color: #000;
	}
		
	#header .head-block#hwho {
	/*	margin-left: 240px; */
	}

		
	#header .head-block#hcontact {
		margin-right: 0;
		width: 220px;
	}
	
	
	.navigation {
		position: relative;
		padding: 0 0 0 240px;
		margin-bottom: 40px;
		border-bottom: 1px solid #ccc;
		float: left;
		width: 710px;
	}

	.navigation .head-block#hcontact {
		margin-right: 0;
		width: 220px;
	}
	
	.navigation .head-block {
		margin-bottom: 50px !important;
	}
	
	#content {
		width: 950px;
		margin: 0;
		padding: 0;
		border-top: 1px solid #ccc;
		float: left;

	}
	
	#content .post, #content .hentry {
		float:left;
		padding: 50px 10px 50px 10px;
		width: 930px;
		border-top: 1px solid #ccc;
		}

	#content .pFirst {
		border-top: none !important;
		}
	
	#content>.post:hover {
		background-color: #000;
		color: #fff;
	}

	
	#page #content>.post:hover p.postmetadata, #page #content>.post:hover p.postmetadata a, #page #content>.post:hover .entry h2 a, #page #content>.post:hover .entry p {
		color: #fff;
	}
	
	

	

	#content p.postmetadata {
		width: 220px;
		padding: 0;
		margin-right: 10px;
		float: left;
		font-family: georgia, times, serif;
		color: #999;
		font-size: 1.2em;
		}
		
	#content p.postmetadata a {
		color: #999;
	}
	
	#page#content p.postmetadata a:hover {
		color: #fff;
	}
	
		
	#content .entry {
		width: 700px;
		padding: 0px;
		margin: 0;
		margin-left: 230px;
		
		}
				
		
		
	#content .entry h2 {
		font-family: helvetica, arial, sans-serif;
		font-weight: bold;
		letter-spacing: -0.04em;
		font-size: 4.2em;
	}

		#content .entry h2 a {
			text-decoration: none;
			color: #000;
		}
		
	#page #content .entry p {
		font-family: georgia, times, serif;
		font-size: 2.4em;
		color: #333;
	}
	
	#content #article-display .entry p {
		padding-bottom: 40px;
		line-height: 150%;
	}
	
	#content #article-display .entry img {
		border-bottom: 40px;
	}
	
	#content .entry #excerpt p {
		font-family: georgia, times, serif;
		font-size: 2.4em;
		color: #333;
		border-bottom: 1px solid #ccc;
		padding: 0 0 20px 230px;
		margin: 0 0 20px -230px;
		position: relative;
		line-height: 121% !important;
		
	}
	
	
	#footer {
		padding: 50px 10px 20px 10px;
		margin: 0;
		width: 930px;
		clear: both;
		border-top: 1px solid #ccc;
		}

	#footer p {
		margin-left: 230px;
		font-family: georgia, times, serif;
		color: #999;
		font-size: 1.2em;
		}
		
	#footer p a {
		color: #999;
	}
		
	#footer p a:hover {
		color: #000;
	}
	
	
	#respond {
		position: relative;
		left: 0px;
		padding: 20px 0 20px 240px;
		width: 710px;
		float:left;
		font-size: 1.4em;
	}
	
	#respond > h2 {
		border-bottom: 1px solid #ccc;
		font-family: helvetica, arial, sans-serif;
		font-weight: bold;
		letter-spacing: -0.04em;
		font-size: 2.2em;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}



.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers

 End Headers */



/* Begin Images */

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

	#commentform label {
		font-size: 1.2em;
		color: #666;
		}

#commentform input {
	border: 1px solid #ccc;
	display: block;
	width: 450px;
	padding: 5px;
	margin: 10px 0 35px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
	#commentform span.required {
		font-family: georgia, times, serif;
		font-size: 0.7em;
		font-style: italic;
		color: #999;
		
	}
	
.form-hidden, input#comment_post_ID, input#comment_parent {
	border: none !important;
}
	
#commentform textarea {
	border: 1px solid #ccc;
	display: block;
	width: 600px;
	padding: 5px;
	margin: 10px 0 25px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 0 0;
	float: left;
	height: 37px;
	width: 131px;
	border: none !important;
	}

#commentform #_wp_unfiltered_html_comment {
	border: none;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin-top: 1px solid #ccc;
	}

.commentlist {
	padding: 0;
	margin:0 0 40px 0;
	width: 950px;
	float:left;
	border-top: 1px solid #ccc;
	
	}

	.commentlist li {
		margin: 0px;
		padding: 40px 10px 40px 10px;
		width: 930px;
		list-style: none;
		float: left;
		color: #999;
		font-size: 1.2em;

		}
		
	.commentlist .alt{
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;

		}
	
	.commentlist .comment-author-admin{
		background-color: #efefef;

		}	

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;

}

.commentmetadata {
	float: left;
	width: 220px;
	font-family: georgia, times, serif !important;
	}
	
	.commentmetadata a {
		display: block !important;
		color: #999;
		}
	
	.commentmetadata cite a {
		display: inline !important;
		color: #3399FF;
	}

	
.commentlist p {
	position: relative;
	left: 0;
	margin-left: 230px;
	width: 710px;
	font-size: 1.4em;
	color: #333;
}

/* End Comments */





a img {
	border: none;
	}

/* End Various Tags & Classes*/
