/*
Theme Name: 204 Beech
Theme URI: http://www.204Beech.com
Description: Designed by Geoff Teehan, Inspired by Jeremy Bell
Version: 1.0
Author: Dave Bobak
Author URI: http://www.davebobak.com
Designer: Geoff Teehan
Designer URI: http://www.teehanlax.com
Inspiration: Jeremy Bell
Inspiration URI: http://www.360winnett.com
*/

/* RESET 
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* GENERIC STYLES - Defining styles on top level tags */
html { 
	background: #ebebea;
}

body {
	background: #ebebea url(resources/images/footer-background.gif) repeat-x bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #342f30;
}

a {
	color: #e35551;
	text-decoration: underline;
	outline: none;
}
	a:hover {
		color: #ebebea;
		background: #e35551;
		text-decoration: none;
	}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

blockquote {
	color: #000;
	font-style: italic;
	margin: 20px;
	padding-left: 9px;
	border-left: 9px solid #f65c58;
	font-weight: normal;
}
	
/* STRUCTURE  - Defining the containers and layout */
#master-container {
	width: 1200px;
}
	#master-container.fluid {
		width: 100%;
	}
	
.fluid-container {
	margin: 0 auto;
	width: 1000px;
	background: #ebebea;	
}

.content-container {
	margin-left: -100px;
	width: 1100px;
	background: #ebebea;
}
#content {
	overflow: hidden;
	width: 1100px;
/*	margin-left: -100px;*/
}
	#content .content-rail {
		width: 805px;
		float: left;
		display: block !important;
		display: inline;	
		margin-top: 20px;	
	}
	#content.archive .content-rail {	
		margin-top: 0;
	}
		#content .content-rail .post-content {	
			width: 537px;
			margin-left: 268px;			
		}
	#content .side-rail {
		width: 230px;
		margin-left: 65px;
		float: left;
		display: block !important;
		display: inline;		
	}
	
/* Header */
#header {
	overflow: hidden;
	width: 1100px;
	margin-bottom: 35px;
}
	#header h1 {
		float: left;
	}
		#header h1 a {
			background: url(resources/images/header.gif) no-repeat top left;		
			display: block;
			text-indent: -99999px;
			width: 630px;
			height: 101px;			
		}	
	#header ul.menu {					
		margin: 11px 6px 0 0;
	}
		#header ul.menu li.active a,
		#header ul.menu li.active a:hover {							
			border-bottom: 9px solid #e35551;
		}		
		#header ul.menu li a:hover {				
			border-bottom: 9px solid #c5c2c3;
		}					

	
/* MENU */	
ul.menu {
	float: right; 
	overflow: hidden;
	width: 223px;
}
	ul.menu li {	
		float: left;
		background: url(resources/images/menu.gif) no-repeat;
		text-indent: -99999px;			
	}
		ul.menu li a {
			display: block;
			height: 6px;
			padding-top: 18px;
		}
			ul.menu li a:hover {
				background: none;
			}
		ul.menu li.blog {
			width: 25px;			
			margin-right: 14px;				
			background-position: 0 9px;				
		}		
		ul.menu li.about {
			width: 84px;
			margin-right: 14px;		
			background-position: -39px 9px;
		}
		ul.menu li.flickr {
			width: 32px;
			margin-right: 14px;
			background-position: -137px 9px;
		}
		ul.menu li.twitter {
			width: 40px;
			background-position: -183px 9px;				
		}									
			

/* Footer */
#footer {
	height: 153px;	
	margin: 50px 0 0 268px;
	background: url(resources/images/footer.gif) no-repeat right 40px;
	padding-bottom: 130px;	
	border-top: 1px solid #dbdbda;	
}
	#footer ul.menu {
		margin: 16px 6px 0 0;	
	}
	
/*POST STYLES */
.post,
.page {
	border-top: 1px solid #dbdbda;
	padding-top: 20px;
	margin: 20px 0 70px;
}
	.content-rail h2 {
		font-size: 46px;
		color: #4f4a4b;			
		text-transform: uppercase;
		margin-bottom: 15px;			
	}
		.content-rail h2 a {	
			color: #4f4a4b;
			text-decoration: none;
		}	
			.content-rail h2 a:hover {
				background: none;
			}
	h3.archive-title {	
		font-size: 20px;
		margin-left: 268px;
		color: #847e7f;
		color: #c5c2c3;	
		text-transform: uppercase;
	}		
	h3.archive-title em {	
		color: #4f4a4b;	
	}
	.content-rail h2.post-not-found {	
		margin-left: 268px;
	}
/* Post Title */
.post-title {
	width: 805px;
	overflow: hidden;	
	margin-bottom: 25px;
	font-size: 46px;	
	text-transform: uppercase;			
}
	.post-title .date {
		float: left;
		width: 142px;	
		margin-left: 126px;			
		color: #c5c2c3;	
		display: block !important;
		display: inline;
	}
	.post-title h2 {
		float: left;	
		width: 537px;
		margin-bottom: auto;
		display: block !important;
		display: inline;
	}	
	.post-title h2.no-date {
		margin-left: 268px;		
	}
	
/* Post Images */
.mainimage {
	margin-bottom: 25px;
	margin-left: -268px;
	display: block;
}
.aligncenter {
	display: block;
	margin: 20px 0; 
}
.alignleft {
	float: left;
	margin: 5px 25px 5px 0; 
}
.alignright {
	float: right;
	margin: 5px 0 5px 25px;
}

/* Post Un-ordered List */
.post-content ul {
	margin: 20px;
	padding: 0;
}
	.post-content ul br {
		line-height: 0;
	}
	.post-content li {
		list-style-image: url(resources/images/list-item.gif);
		margin-left: 15px;
	}
		.post-content li br {	
			line-height: normal;
		}
	
/* Post Meta */
.post-meta {
	margin-top: 30px;
}	
	.post-meta a {
		text-decoration: none;
	}
	.post-meta .post-tags {
		font-size: 11px;
		border-bottom: 1px solid #dbdbda;
		margin-bottom: 4px;
		padding-bottom: 4px;
	}
	.post-meta .post-author {
		font-size: 14px;
		border-bottom: 1px solid #dbdbda;
		margin-bottom: 6px;
		padding-bottom: 4px;		
	}	
	.post-meta .post-comment-count {
		font-size: 20px;
		color: #e35551;
		text-transform: uppercase;
	}	
		.post-meta .post-comment-count a {
			color: #e35551;
		}
			.post-meta .post-comment-count a:hover {
				background: none;
			}
/* Post Footer */	
.post-footer {
	width: 537px;
	margin-left: 268px;
}
	.post-footer ul {	
		overflow: hidden;
		width: 537px;
	}
	.post-footer ul li {	
	}	
	.post-footer ul li.older {	
		float: left;
	}	
	.post-footer ul li.newer {	
		float: right;
	}		
		.post-footer ul li a {
			display: block;
			background: #e35551;
			padding: 10px 12px;		
			color: #fff;		
			text-decoration: none;
		}
			.post-footer ul li a:hover {
				background: #dadad9;
			}
			.post-footer ul li a .arrow {
				font-size: 18px;
			}			

/* Comments */			
#comments {
	width: 610px;
	margin: 50px 0 0 268px;
}
	.comment {
		overflow: hidden;	
		width: 610px;
		margin-bottom: 45px;
		margin-left: -72px;
	}
		.comment .avatar {
			float: left;
			/*width: 60px;*/
			margin-right: 12px;
		}
		.comment .post-comment-text {
			float: left;
			width: 495px;
			border: 1px solid #cbcbca; 			
			padding: 15px 20px;			
		}
			.comment .post-comment-text h4 {
				font-size: 21px;
				color: #4f4a4b;
				margin-bottom: 10px;
			}
			.comment .post-comment-text em {
				font-size: 11px; 
				color: #908a8b;
				font-style: italic;
			}			
				.comment .post-comment-text em a {
					color: #908a8b;				
					text-decoration: none;
				}
					
/* Comment Form */
#respond {
	width: 537px;
	margin-top: 5px;  
}
	#commentform p {
		margin-bottom: 10px;
	}	
		#commentform label {
			margin-left: 5px;
			color: #4f4a4b;
		}
			#commentform small {		
				color: #9b9798;
			}
	
		#commentform #author,
		#commentform #email,
		#commentform #url {
			width: 205px;
			border: 1px solid #cbcbca;
			background: #fff;
			padding: 4px;
		}	
		#commentform textarea {					
			width: 525px;
			height: 195px;
			border: 1px solid #cbcbca;
			margin-bottom: 5px;
			padding: 5px;
		}		
						
/* SIDE RAIL STYLES */			
.side-rail h2 {
	color: #302b2c;
	font-size: 14px;
	line-height: 25px;
}
	#side-bar {
		margin-top: 35px;
	}	
		#side-bar .categories {
			margin-bottom: 25px;
		}
			#side-bar li {
				color: #302b2c;
				line-height: 25px;
			}
				#side-bar li a {
					color: #847e7f;
					text-decoration: none;
				}
					#side-bar li a:hover {
						color: #ebebea;
						background: #e35551;
					}	
		
/* Google Map */
#map {
	width: 537px;
	height: 368px;
	margin-bottom: 60px;
}

/* Adwords */
.content-rail .adwords {
	margin-left: 268px;
}
.side-rail .adwords {
	margin-top: 200px;
}