/*
Theme Name: davidwhipps
Theme URI: http://blog.davidwhipps.com
Description: Default Theme 
Version: 1.0
Author: David Whipps
Author URI: http://blog.davidwhipps.com

*/

/* ********** BLOG.DAVIDWHIPPS.COM STYLESHEET ********** */

html {
	background: #e9e9df;
	
}
body {
	margin: 0;
	padding: 0;
	text-align: center
}

#container {
	position: relative;
	width: 800px; 
	text-align: left;
	margin: 0 auto;
	border-right: 2px solid #cfc9c4;
	background: url('assets/sidebarRepeat.gif') repeat-y #FFFFFF;
}

#rssbutton {
position: relative;
left: 800px;
top: 90px;
height: 0;
width: 20px;
}

#sidebar {
	width: 250px;
	float: left;
	margin: 0;
}

	#sideText {
	padding: 10px 29px 90px 29px;
	width: 250px;
	}
	
#main {
	width: 510px;
	float: right;
	padding: 20px;
	margin: 0;
}

	#posts {
	height: 100%;
	
	margin: 60px 20px 20px 20px;

	}
	
	#eachPost {
		margin: 40px 0;
	}

	#theContent {
		
	}

#footer {
	clear: both;
	text-align: center;
	background: url('assets/sidebarRepeat.png') repeat-y;
	
}

#topbar {
	text-align: right;
	border-bottom: 1px solid black;
	padding: 3px;
	letter-spacing: 0.3em;
}

/* ********** BLOG.DAVIDWHIPPS.COM STYLESHEET ********** */


/* TYPOGRAPHY */


	/* global */
	* 								{ margin:0; padding:0; }
	body			{font:11px verdana, helvetica, sans-serif; }

	/* tags */
	h1								{ padding:0 0 15px 0; }
	h2								{ padding:5px 0 0 0; }
	label,select 	 { cursor:pointer; }
	li								{ line-height:15px; margin:5px 0 0 0; }
	ol, ul						{ padding:0 0 10px 35px; }
	p								{ padding:0 0 10px 0; }
	textarea,input				{ font:11px verdana, helvetica, sans-serif; padding:2px; }

	/* custom */
	.clear						{ clear:both; }
	.input						{ border:1px solid #ccc; padding:2px; }
	.page-break,.print-only	{ display:none; }

	/* links */
	a								{ color:inherit; text-decoration:none;}
	a:link, a:visited			{ text-decoration:none; color: #333333;}
	a:hover, a:active			{  text-decoration:underline; color: #666666;}
	a img							{ border:0; }
	
	/* Nav Links */
	
	.navlinks {font-size: 16px; text-decoration: none; margin: 30px; padding: 0 10px;line-height: 2em;}
	a.navlinks {color: #333333}
	a.navlinks:hover{color: #cfc9c4}
	
	.categories {font-size: 12px; text-decoration: none; margin: 0 0 20px 50px; padding: 0 10px;line-height: 2em;}
	a.categories {color: #333333}
	a.categories:hover{color: #cfc9c4}

	.links {text-decoration: none; margin: 0 0 20px 50px; padding: 0 10px;line-height: 2em;}
	a.links {color: #333333}
	a.links:hover{color: #cfc9c4}
	
	.linksTitle {text-decoration: none; margin: 20px 0 5px 50px; padding: 0 10px;line-height: 2em; text-decoration:underline;}
	
	.endText {color: #333333; font-size: 8px; letter-spacing: 0.2em;}
	
	/* P O S T S */
	
	.title {
		font-family: Georgia, serif;
		font-size: 20px;
		font-style: italic;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.4em;
		color: #333333;
		display: inline;
	}
	
	.pageTitle {
			font-size: 14px;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		color: #333333;
		border: 1px solid #cfc9c4;
		padding: 5px 10px;
		margin: 0 0 20px 0;
		text-align: center;
	}
	
	.date {
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: normal;
		line-height: 1.6em;
		color: #aba49e;
		display: inline;
		padding: 0 10px;
	}
	
	#postBody {
		color: #555555;
		
		padding: 10px 0 20px 5px;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.8em;
	}
	
	
	input {
		 max-width: 300px;
		 border-color: #cfc9c4;
	}

	/*  P O S T S  */
	
	.commentsTitle {
		font-size: 12px;
		font-weight: 200;
		letter-spacing: 0.2px;
	}
	
	ol .commentlist {
		
	}
	
	.respond {
	margin-top: 30px;
	}
	
	h3 .respond {
		font-size 12px;
		font-weight: 200;
		letter-spacing: 0.2px;
	}
	
	.commentLinkHide {text-decoration: none; margin: 0 0 20px 0; padding: 0 10px;line-height: 2em;  border: 1px solid #cfc9c4; padding: 5px 10px;}
	a.commentLinkHide {color: #333333}
	a.commentLinkHide:hover{color: #cfc9c4}
	
	.commentLinkShow {text-decoration: none; margin: 0 0 20px 50px; padding: 0 10px;line-height: 2em; border: 1px solid #cfc9c4; padding: 5px 10px; }
	a.commentLinkShow {color: #333333}
	a.commentLinkShow:hover{color: #cfc9c4}
	
	.commentlist {
	padding-top: 20px;
	margin: 20px;
	}

	.commentlist ol {
		padding: 10px 0;
		border-bottom: 1px solid #cfc9c4;
	}
	.commentlist li {
		
	}

	.commentlist cite {
		display:block;
		font-style:normal
	}
	
	.commentDate {
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		letter-spacing: normal;
		color: #aba49e;
		display: inline;
	}
	
	a.commentDate {color: #cfc9c4;}
	a.commentDate:hover{color: #333333; text-decoration: underline;}

#fotoz_found {}

#fotoz_found li {
	float:left;
	height:50px;
	list-style-type:none;
	margin-bottom: -3px;
	margin-right:3px;
	overflow:hidden;
	width:100px;
}
