/*
Theme Name: marksayers dot com
Theme URI: http://www.marksayers.com/
Description: 2-column WordPress theme for marksayers.com
Version: beta 1
Author: Mark Sayers
Author: http://www.marksayers.com/
*/

@import url('/wp-content/themes/fizzymilk/style-basics.css'); /* general body styles */
@import url('/wp-content/themes/fizzymilk/style-header.css'); /* header styles i.e. h1, menu, and search */
@import url('/wp-content/themes/fizzymilk/style-typography.css'); /* content typography styles */
@import url('/wp-content/themes/fizzymilk/style-sidebar.css'); /* general sidebar styles */
@import url('/wp-content/themes/fizzymilk/style-widgets.css'); /* sidebar widgets */
@import url('/wp-content/themes/fizzymilk/style-comments.css'); /* comments template */
body {
	font-size: 75%;
}
#container {
	float: left;
	margin: 0 auto;
	width: 960px;
	background: url(/wp-content/themes/fizzymilk/images/cont_back.png) repeat;
	display: inline;
}
.feed {
	margin: 0 0 0 20px;
	width: 100px;
	font-weight: bold;
	display: inline;
	float:left;
}
.feed a {
	padding: 0 0 0 22px;
	background: url(images/feed.gif) no-repeat 5px 0px;
}
#content {
	float: left;
	margin: 0 20px;
	width: 580px;
	display: inline;
}
.post {
	margin-top: 15px;
	width: 580px;
	overflow: hidden;
}
.post h2 {
	padding: 15px 20px 13px;
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
	background: url(/wp-content/themes/fizzymilk/images/bg_post_title.png) no-repeat 20px 0px;
	color: #FFF;
	letter-spacing: -1px;
}
.entry-meta {
	padding: 10px 20px;
	font-size: 1em;
	border-top: 1px solid #45B7DF;
	color: #666;
}
.entry-meta a {
	color: #ccc;
}
.entry-foot {
	/* border-top: 1px solid #45B7DF; */
	padding: 10px 20px;
	font-size: 1em;
	line-height: 24px;
}
.entry-content {
	padding: 3px 20px;
	border-top: 1px solid #45B7DF;
	line-height: 140%;/*background: #000 url(/wp-content/themes/fizzymilk/images/bg-entry.gif) repeat-x;*/
}
.entry-content h2 {
	font-size: 2em;
	font-weight: bold;
	line-height: 28px;
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	background-image: none;
}
.entry-content h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 24px;
}
.entry-content h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 20px;
}
.entry-content h5 {
	font-size: .9em;
	line-height: 16px;
}
.entry-content h6 {
	font-size: .8em;
	line-height: 14px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	padding: 10px 0 10px;
}
.ads-468x60 img {
	margin: 0 0 0 20px;
}
.navigation {
	float: left;
	margin: 13px 0 0;
	width: 520px;
	line-height: 24px;
}
.navigation span.nav-previous {
	margin: 0 0 0 20px;
	padding: 0 0 0 24px;
	background: url(/wp-content/themes/fizzymilk/images/bg-older-posts.gif) no-repeat 0 5px;
}
.navigation span.nav-next {
	margin: 0 20px 0;
	padding: 0 24px 0;
	background: url(/wp-content/themes/fizzymilk/images/bg-newer-posts.gif) no-repeat right 5px;
}
#featured-bands {
	float: left;
	margin: 0 0 0 0;
	width: 920px;
	background: #000 url(/wp-content/themes/fizzymilk/images/bg-featured-bands.gif) no-repeat;
	display: inline;
}
#featured-bands .gallery {
	float: left;
	margin: 0 20px;
	width: 880px;
	padding: 0 0 20px;
	border-bottom: 1px solid #181818;
	display: inline;
}
.band {
	float: left;
	margin: 20px 0 0 20px;
	width: 410px;
	height: 205px;
	display: inline;
	position: relative;
}
.band .band-name {
	position: absolute;
	top: 156px;
	left: 20px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
}
.band .band-name a {
	color: #ccc;
}
#footer {
	float: left;
	margin: 13px 20px 0;
	width: 880px;
	border-top: 1px solid #45B7DF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	display: inline;
}
#footer p {
	padding: 13px 20px;
}
.twitter {
	position:absolute;
	right: 280px;
	bottom: 0px;
}
.rss {
	position:absolute;
	right: 0px;
	bottom: 10px;
}
#social {
	display:block;
	margin-bottom: 10px;
	height: 50px;
}
