/*
Theme Name: Madbury Club
Theme URI: http://madburyclub.com/
Description: Oh, look over there honey, they're changing the game!
Version:
Author: Cory Gibbons
Author URI: http://corygibbons.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/single.css";

body{
	background-image:url('http://madburyclub.com/spreads/images/background.jpg');
	background-attachment: fixed;
	background-color: #999;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#stripe{
	position: fixed;
	margin: 0;
}

#wrapper{
	background-color: #FFF;
	margin: 0 auto;
	padding: 0 8px 8px 8px;
	width: 1000px;
	height: 100%;
}

h2{
	font-weight: bold;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #000;
}

h2 a{
	text-decoration: none;
}

h4{ /* there are the words in the black boxes */
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	padding-top: 4px;
}

/* HEADER */

#header{
	margin: 0;
	padding: 0;
}

/* PAGE ELEMENTS */

#left{
	width: 608px;
	float: left;
}

#sidebar{
	width: 340px;
	float: right;
	display: inline;
	margin-top: -6px;
}

#sidebar img{
	margin: 6px 0;
}

#sidebar img + img{
	margin: 0 0 6px 0;
}

#footer{
	clear: both;
	background-color: #FFF;
}

#leftimage{
	background-image:url('http://madburyclub.com/blog/images/topleft.jpg');
	margin: 0 0 6px 0;
	height: 125px;
}	

.blackheader{
	height: 20px;
	background-color: #000;
	color: #FFF;
	clear: both;
}

/* POST STYLING */

.post{
	height: 260px;
	padding-bottom: 6px;
	border-bottom: 2px dotted #000;
	margin: 6px 0 0 0;
}

.single img{
	margin-bottom: 1em;
}

.entry{
	width: 340px;
	height: 260px;
	float: right;
	position: relative;
}

.entry img{
	display: none;
}

.readmore{
	margin-top: 1em;
}

.thumbnail-class {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 0 0;
	padding-right: 8px;
	}

.left {
	float: left;
	margin: 0 8px 0 0;
	}

.date{
	font-size: 9px;
	text-transform: uppercase;
	padding: 0.3em 0 0.6em 0;
}

.meta{
	color: #FFF;
	font-size: 9px;
	text-transform: uppercase;
	width: 340px;
	background-color: #000;
	position: absolute;
	bottom: 0;
}

.meta a{
	color: #FFF;
	text-decoration: none;
}

.meta a:hover{
	color: #FFF;
	text-decoration: underline;
}

.tags{
	float: left;
	background-color: #000;
	padding: 5px 4px;
}

.responses{
	float: right;
	background-color: #333;
	padding: 5px 4px;
}

/* BOTTOM ROW */

.bottom{
	margin-top: 4em;
}

.links{
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	clear: both;
	margin: 6px 0 0 0;
}

.links img{
	margin: 20px 5px;
}

.navigate{
	background-color: #000;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 4px;
	overflow: hidden;
}

.navigate .older a{
	color: #FFF;
	background-color: #333;
	float: left;
	padding: 4px 4px 4px 4px;
	width: 90px;
	text-align: center;
	text-decoration: none;
	display: inline;
}

.navigate .singleolder a{
	color: #FFF;
	background-color: #333;
	float: left;
	padding: 4px 4px 4px 4px;
	width: 170px;
	text-align: center;
	text-decoration: none;
}

.navigate .newer a{
	color: #FFF;
	background-color: #333;
	float: right;
	width: 90px;
	padding: 4px 4px 4px 4px;
	text-align: center;
	text-decoration: none;
	display: inline;
}

.navigate a:hover{
	text-decoration: underline;
}

/* MISC STYLING */

.widgettitle{
	margin-bottom: 16px;
}

.widget_tag_cloud{
	margin-bottom: 6px;
	width: 191px;
	float: left;
}

ul .wp-tag-cloud{
	background-color: #000;
	margin-top: 1px;
	height: 150px;
	padding: 4px 4px 4px 10px;
	font-style: italic;
}

ul .wp-tag-cloud li{
	display: inline;
}

.widget_archive{
	margin-bottom: 6px;
	width: 144px;
	float: right;
}

.widget_archive ul{
	background-color: #000;
	margin-top: 1px;
	height: 150px;
	padding: 4px 4px 4px 10px;
	text-transform: uppercase;
}

#sidebar a{
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover{
	text-decoration: underline;
}

.advertise{
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #000;
	float: right;
}

#sidebar .advertise a{
	color: #000;
}

#sidebar .advertise a:hover{
	text-decoration: none;
}

.space{
	height: 6px;
}

/* COMMENT STYLES */

#comments{
	align: center;
	margin: 40px 0 30px 70px;
	width: 538px;
}

#comments li{
	margin: 0 0 20px 0;
	padding: 14px;
	background-color: #DBDADA;
}

#comments .commentrespond{
	background-color: #F00;
	width: 538px;
}

#comments p{
	margin-top: 1em;
}

/* END COMMENT STYLES */

.down{
	height: 300px;
}

.entry .audioplayer_container{
	margin-top: 1em;
}

.frontwords{
	height: 195px;
	overflow: hidden;
}

.advleft{
	width: 160px;
	float: left;
	margin-top: -6px;
}

.advright{
	width: 160px;
	float: right;
	margin-top: -6px;
}

/* SPREAD TOP */

#top_section{
	width: 1000px;
	padding-bottom: 6px;
}

#top_first{
	height: 33px;
	width: 1000px;
	padding-bottom: 6px;
}

#top_second{
	width: 1000px;
	height: 80px;
}

.left_top{
	background-image:url('http://madburyclub.com/spreads/images/spreads_banner.jpg');
	width: 496px;
	height: 33px;
	float: left;
}

.left_top a{
	color: #FFFFFF;
}

.left_bottom{
	width: 495px;
	height: 80px;
	float: left;
}

.right_top{
	width: 486px;
	height: 33px;
	float: right;
}

.right_bottom{
	width: 486px;
	height: 80px;
	float: right;
}

.category_top{
	background-color: #000;
	width: 378px;
	height: 33px;
	float: left;
}

.category_top p{
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
}

.category_list{
	width: 378px;
	height: 80px;
	float: left;
}

.category_list ul{
	width: 378px;
	height: 80px;
	padding-left: 2px;
	text-transform: uppercase;
	line-height: 11px;
	float: left;
}

.category_list ul li{
	width: 120px;
	float: left;
	padding: 0 2px 0 2px;
}

.archive_top{
	background-color: #000;
	width: 103px;
	height: 33px;
	float: right;
}

.archive_top p{
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	text-transform: uppercase;
}

.archive_list{
	width: 103px;
	height: 80px;
	float: right;
}

.archive_list ul{
	text-transform: uppercase;
	padding-left: 2px;
	line-height: 11px;
}

.getit{
	text-align: right;
	padding-top: 10px;
	padding-right: 26px;
	color: #FFF;
	font-style: italic;
}

/* SPREAD PAGE STYLING */

#spreadlayout{
	margin: 0 0 0 -5px;
}

#spreadlayout a{
	color: #FFF;
}

.spread-class {
	float: left;
	margin: 0 0 0 0;
}

.spread_top{
	width: 330px;
	height: 12px;
	background-color: #FFF;
}

.spread_bottom{
	width: 330;
	height: 20px;
	background-color: #000;
	clear: both;
	overflow: hidden;
}

.spread_bottom p{
	position: absolute;
	padding-left: 4px;
	margin-top: 7px;
	width: 320px;
	height: 12px;
	color: #FFF;
	font-size: 8px;
	overflow: hidden;
}

.spread_image {
	float: left;
	height: 274px;
	width: 330 px;
	margin-left: 5px;
	background-color: #FFFFFF;
	margin-top: 10px;
	text-transform: uppercase;
}

.spread_image img {
	border: 0px solid #FFFFFF;
}

.spread_date {
	font-size: 9px;
	height: 12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #000;
	float: right;
}

.spread_tags {
	height: 20px;
	background-color: #0F0;
	clear: both;
}

.spread_navigation{
	margin-top: 60px;
	border-top: 40px solid #FFF;
	height: 30px;
	clear: both;
	text-transform: uppercase;
}

.spread_navigation a{
	color: #FFF;
}

.spread_navigation .s_older {
	background-color: #000;
	width: 330px;
	height: 30px;
	float: left;
}

.spread_navigation .s_center {
	width: 330px;
	height: 30px;
	background-color: #000;
	position: absolute;
	margin-left: 335px;
	text-align: center;
}

.spread_navigation .s_center p {
	margin-top: 8px;
}

.spread_navigation .s_older p {
	position: absolute;
	margin: 8px 0 0 8px;
}

.spread_navigation .s_newer {
	background-color: #000;
	width: 330px;
	height: 30px;
	float: right;
}

.spread_navigation .s_newer p {
	margin-top: 8px;
	margin-right: 8px;
	text-align: right;
}

/* ARCHIVES STYLING */

h6{
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.searchbox{
	text-align: right;
}
