﻿/*
style.css
*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	color: #27323C;
	background: url('../images/background.gif') repeat-x 0 0;
;	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
}
a {
	text-decoration: none;
	color: #3d362d;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0px none;
}
.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/
/** BEGIN header **/
#header {
	height: 150px;
}
#header h1 {
	float: left;
	text-transform: uppercase;
	font-size: 2.6em;
	width: 360px;
	padding: 35px 0 40px 5px;
}
#header h1 a {
	color: #ffffff;
	text-decoration: none;
}
#header .ad {
	float: right;
	padding-top: 44px;
}
#header ul {
	clear: both;
	list-style-type: none;
	padding-top: 15px;
}
#header ul li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 1px;
	background: url('../images/divider.gif') no-repeat 0 0;
}
#header ul li.f {
	padding-left: 0;
	background: none;
}
#header ul li a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
/** END header **/
/** BEGIN body **/
#body {
	background: ;
}
#body h2 {
	color: #3d362d;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
/** END body **/
/** BEGIN content **/
#content {
	width: 640px;
	float: left;
	padding: 10px 18px 10px 0;
}
#content .featured {
	margin-bottom: 20px;
}
#content .featured .thumb {
	width: 500px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
#content .featured .thumb .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: url('../images/shade.png') 0 0;
	color: #ffffff;
	width: 480px;
}
#content .featured .thumb .text a {
	color: #ffffff;
}
#content .featured .thumb .text h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
}
#content .featured .thumb .text p {
	line-height: 1.4em;
}
#content .post {
	clear: both;
	border-top: 1px dotted #DDDDDD;
	padding: 10px 0;
}
#content .f {
	border-top: 0px none;
}
#content .post img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#content .post h3 {
	font-size: 1.2em;
	margin-bottom: 6px;
}
#content .post .details {
	font-size: 0.9em;
	margin-bottom: 6px;
	color: #CCCCCC;
}
#content .post .details a {
	color: #68645A;
}
#content .post .details a:hover {
	color: #ff0000;
	text-decoration: none;
}
#content .post p {
	line-height: 1.4em;
}
#content .postnav {
	clear: both;
	margin: 4px 10px 5px 330px;
}
#content .postnav ul {
	list-style-type: none;
}
#content .postnav ul li {
	float: left;
	padding: 4px 0 15px 8px;
}
#content .postnav ul li a {
	display: block;
	color: #8B728B;
	border: 1px solid #E1E1E1;
	padding: 3px 6px;
	text-decoration: none;
}
#content .postnav ul li a:hover {
	border-color: #ffffff;
}

/** END content **/
/** BEGIN left sidebar **/
#lsidebar {
	width: 140px;
	float: left;
	padding: 10px 0;
}
#lsidebar ul {
	list-style-type: none;
	padding-bottom: 20px;
}
#lsidebar ul li {
	line-height: 1.6em;
	padding: 2px 0;
}
#lsidebar ul li a {
	color: #68645A;
}
#lsidebar ul li a:hover {
	color: #ff0000;
}
/** END left sidebar **/
/** BEGIN right sidebar **/
#rsidebar {
	width: 310px;
	float: right;
	padding: 10px 0;
}
#rsidebar h2 {
	border-bottom: 3px solid #CCCCCC;
	padding-bottom: 5px;
}
#rsidebar div, #rsidebar ul {
	margin-bottom: 25px;
}
#rsidebar ul {
	list-style-type: none;
}
#rsidebar ul li {
	line-height: 1.6em;
	padding: 2px 5px;
	border-bottom: 1px dotted #DDDDDD;
}
#rsidebar ul li a {
	color: #68645A;
}
#rsidebar ul li a:hover {
	color: #ff0000;
}
#rsidebar .sponsors {
	text-align: center;
	padding-bottom: 10px;
}
#rsidebar .sponsors img {
	margin: 5px;
}
#rsidebar .twitter {
	background: url('../images/twitter.gif') no-repeat 10px 0;
	line-height: 1.4em;
	padding-left: 53px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
}
#rsidebar .video {
	padding: 0 10px;
}
#rsidebar .flickr {
	text-align: center;
	padding-bottom: 10px;
}
#rsidebar .flickr img {
	margin: 5px 8px;
}
/** END right sidebar **/
/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #27323C;
	color: #ffffff;
	height: 20px;
	padding: 20px 0;
}
#footer .buffer {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#footer p {
	line-height: 1.6em;
	margin-bottom: 5px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .l {
	float: left;
}
#footer .r {
	float: right;
}
/** END footer **/
