.imgrep { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: left top; background-repeat: no-repeat; }

body {
	background: #fff url(../images/body_background.png) left top repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #92805D;
}
a:hover {
	text-decoration: none;
}
strong { font-weight: bold; }
em { font-style: italic; }
h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
.clear { clear: both; }

#header {
	position: relative;
	width: 1005px;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
}
#header h1.logo {
	position: relative;
	font-size: 44px;
	width: 416px;
	height: 49px;
	letter-spacing: -1.5px;
	margin: 28px auto 0 auto;
	overflow: hidden;
}
#header h1.logo a { color: #000; }
#header h1.logo span { background-image: url(../images/logo.png); }
#header p.description {
	font-size: 18px;
	color: #757575;
	text-align: center;
	margin: 7px 0 18px 0;
	line-height: 20px;
}
#main_nav {
	position: relative;
	background: #757575 url(../images/main_nav_background.png) left top repeat-x;
	margin: 0 auto;
	width: 1005px;
	height: 28px;
	border-bottom: 1px solid #ccc;
}
#main_nav ul.site_links {
	position: relative;
}
#main_nav ul.site_links li {
	position: relative;
	float: left;
	height: 24px;
	padding-top: 5px;
	font-size: 14px;
}
#main_nav ul.site_links li:hover {
	background: url(../images/main_nav_hover_background.png) left top repeat-x;
}
#main_nav ul.site_links li a {
	display: block;
	border-left: 1px solid #acacac;
	color: #fff;
	line-height: 18px;
	padding: 0 20px;
	text-decoration: none;
}
#main_nav ul.site_links li.first a {
	border: none;
}
#main_nav ul.social_links {
	position: absolute;
	right: 20px;
	top: 5px;
}
#main_nav ul.social_links li {
	position: relative;
	float: left;
	height: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin-left: 10px;
}
#main_nav ul.social_links li a {
	display: block;
	color: #fff;
	font-size: 11px;
	padding-right: 22px;
	background-repeat: no-repeat;
	background-position: right top;
}
#main_nav ul.social_links li.twitter a { background-image: url(../images/icons/twitter.png); }
#main_nav ul.social_links li.facebook a { background-image: url(../images/icons/facebook.png); }
#main_nav ul.social_links li.rss a { background-image: url(../images/icons/rss.png); }

#wrapper {
	position: relative;
	background: url(../images/container_background.png) center top repeat-y;
	width: 1077px;
	margin: 0 auto;
}
#wrapper div.shadow {
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 36px;
	height: 166px;
}
#wrapper div.top_left { 
	left: 0; 
	top: 0; 
	background-image: url(../images/container_top_left.png); 
	background-position: right top;
}
#wrapper div.top_right { 
	right: 0; 
	top: 0; 
	background-image: url(../images/container_top_right.png);
}
#wrapper div.bottom_left { 
	left: 0; 
	bottom: 0; 
	background-image: url(../images/container_bottom_left.png); 
	background-position: right top;
}
#wrapper div.bottom_right { 
	right: 0; 
	bottom: 0; 
	background-image: url(../images/container_bottom_right.png); 
}
#wrapper.condensed { width: 1005px; }
#wrapper.condensed div.shadow { display: none; }

#container {
	position: relative;
	width: 1005px;
	margin: 0 auto;
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
}
#left_section {
	position: relative;
	float: left;
	width: 790px;
}
#right_section {
	position: relative;
	float: left;
	width: 215px;
}

#left_sidebar {
	position: relative;
	float: left;
	width: 148px;
	border: 1px solid #ccc;
	border-top: none;
	background: #d0d0d0 url(../images/left_sidebar_background.png) left top no-repeat;
	padding-bottom: 20px;
}
#left_sidebar h2 {
	font-size: 18px;
	color: #666;
	margin: 15px 0 8px 18px;
}
#left_sidebar ul {
}
#left_sidebar ul li {
	
}
#left_sidebar ul li a {
	display: block;
	line-height: 25px;
	padding-left: 18px;
	color: #666;
	text-decoration: none;
}
#left_sidebar ul li a:hover {
	background: url(../images/left_sidebar_li_hover.png) left top repeat;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 23px;
}
#left_sidebar ul li ul {
}
#left_sidebar ul li ul li a {
	padding-left: 33px;
}

#content {
	position: relative;
	float: left;
	width: 625px;
	margin: 8px 0 0 15px;
}
#content h3 {
	font-size: 20px;
	margin: 10px 0 8px 0;
}
#content ul {
	margin-left: 18px;
	padding-bottom: 15px;
}
#content ul li {
	list-style-type: disc;
	padding-bottom: 2px;
}
#content .post .info {
	font-size: 11px;
	padding: 0 0 4px 0;
	color: #333;
}
#content .post .info a { text-decoration: none; }
#content .post {
	margin: 7px 0;
	padding-top: 7px;
}
#content .post .preview {
	float: left;
	padding-right: 7px;
}
#content .post .preview img { border: 1px solid #92805D; }
#content .post .entry {
	font-size: 13px;
	line-height: 16px;
	color: #666;
}
#content .post .entry p {
	margin: 0 0 15px 0;
	line-height: 22px;
}
#content .post .tagged {
	font-size: 11px;
	margin-top: 4px;
}
#content .post .read_more {
	float: right;
	font-size: 11px;
	padding-top: 7px;
}
#content .post ol li {
	margin-bottom: 5px;
}
#content .post ol small { display: block; }
#content .post_condensed h3 {
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 16px;
}
#content .post_condensed {
	border-top: 1px solid #f1f1f1;
}
#content .post_condensed .entry p {
	line-height: 16px;
}
#content .post_first {
	border: none;
	padding-top: 0;
}
#content .navigation {
	margin-top: 25px;
}
#content .navigation .next {
	float: right;
}
#content .navigation .previous {
	float: left;
}

#right_sidebar {
	position: relative;
	float: left;
	width: 200px;
	margin-left: 15px;
	overflow: hidden;
}
#right_sidebar h2 {
	font-size: 18px;
	color: #333;
	border-top: 2px solid #999;
	padding-top: 10px;
	margin: 15px 0;
}
#right_sidebar #recentcomments {
	padding-right: 5px;
}
#right_sidebar #recentcomments li {
	padding-bottom: 10px;
}
#right_sidebar div.flickr img.flickr_photo { display: block; float: left; }
#search_container {
	position: relative;
	margin: 15px 0 15px 0;
}
#search_container p {
	float: left;
}
#search_container p.query { padding: 1px 4px 0 0; }
#search_container p.query input { 
	height: 18px; 
	width: 125px;
	font-size: 14px; 
}

#comments {
	margin: 30px 0 0 0;
}
#content #comment_list { 
	margin: 15px 0;
}
#content #comment_list li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
#comment_list li p.comment_meta {
	float: left;
	width: 200px;
}
#comment_list li p.comment_meta strong { 
	display: block; 
	font-size: 14px;
	padding-bottom: 2px;
	color: #333;
}
#comment_list li p.comment_meta span.comment_time {
	display: block;
	font-size: 11px;
	color: #999;
}
#comment_list li div.entry {
	float: left;
	width: 412px;
	font-size: 12px;
	line-height: 18px;
}
#content #comment_list li div.entry p.thdrpy { 
	margin-bottom: 0; 
	text-align: right;
	font-size: 11px;
}

#comment_form { 
}
#comment_form p { 
	margin-bottom: 10px;
}
#comment_form label {
	display: block;
}
#comment_form .text_input {
}
#comment_form #url { width: 300px; }
#comment_form #comment_mail_notify { margin-right: 4px; }
#comment_form .text_area {
	width: 560px;
}
#comment_form .text_input:focus {
}
#comment_form .form_submit {
}
#comment_form p.subscribe-to-comments { 
}
#comment_form p.subscribe-to-comments label {
}

#footer {
	position: relative;
	width: 1005px;
	margin: 0 auto;
	height: 50px;
}
#footer p {
	text-align: right;
	margin: 5px 3px 0 0;
}

.carouselBtn { display: none; }