/*
Theme Name: Blue Ribbon Brothers Theme
Theme URI: http://blueribbonbrothers.com
Description: The theme for the Blue Ribbon Brothers band
Version: 1.0
Author: Codie Mullins
Author URI: http://91eight.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Blue Ribbon Brothers v1.0
	http://91eight.com

	This theme was designed and built by Codie Mullins,
	for use only by the Blue Ribbon Brothers official website.
	Codie Mullins blog can be found at http://91eight.com/

*/

html {
	 background: #dfd2a6 url('/includes/images/bg.png') no-repeat top center;
}

img, div { behavior: url('/iepngfix/iepngfix.htc') }

body {
	background: transparent;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Lucida Sans Unicode', Lucida Sans, Helvetica, Arial, Serif;
}

strong, b {
	font-weight: bold;
}

hr {
	background:  #a7986d;
	margin: 1em 5%;
	line-height: 20px;
	height: 1px;
	border: 0;
}

a { color: #0c3c6d; }	
a:hover { color: #5a7083; }

p { margin: 1em 0; }

#container {
	width: 940px;
	margin: 0 auto;
}

.logo {
	margin: 4px 20px;
}

#slideshow {
	line-height: 0%;
	width: 940px;
	height: 250px;
}

.page-navigation ul {
	background: transparent url('/includes/images/bg-navigation.png') repeat-x;
	list-style: none;
	font-size:  14px;
	min-height: 36px;
	margin: 0;
}

.page-navigation ul li {
	float:  left;
}

.page-navigation ul li.current_page_item a,
.page-navigation ul li a:hover {
	background: #48515a url('/includes/images/bg-navigation-hover.png') repeat-x bottom;
	border: 1px solid #252f39;
	border-width: 0 1px 1px 1px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	padding: 5px 20px 10px 20px;
}

.page-navigation ul li.current_page_item a {
	color: #fff;
}

.page-navigation ul li a {
	background: transparent url('/includes/images/bg-navigation.png') repeat-x;
	border: 1px solid transparent;
	border-width: 0 1px 1px 1px;
	display: block;
	padding: 5px 20px;
	line-height: 20px;
	text-decoration: none;
	color: #dfd3a7;
}

#content {
	background: url('/includes/images/bg-content.png') no-repeat bottom right;
	padding: 20px 0;
}

#primary ul li {
	background: transparent url('/includes/images/bullet-circle.png') no-repeat 5px 6px;
	padding: 0 25px;
	list-style:  20px;
}

#primary ul.blog-entries li {
	background: transparent;
}

#primary {
	width: 620px;
	float: left;
	margin: 0 10px 0 0;
}

span.date {
	font-size: 11px;
}

#secondary {
	float:  left;
	width: 300px;
	margin: 0 0 0 10px;
}

#secondary h2 {
	font-size: 16px;
}

#secondary ul li{
	margin: 0 0 10px 0;
}

#secondary .aktt_tweets a {
	font-size: 11px;
	text-decoration: none;
}

#secondary ul li ul li {
	margin: 0;
}

h2 {
	color: #0c3c6d;
	font-size: 25px;
	line-height: 30px;
}

h2 a {
	text-decoration: none;
}

#footer {
	width:  100%;
	background: #a7986d url('/includes/images/bg-footer.png') no-repeat top center;
}

#inner-footer {
	color: #1b242d;
	padding: 10px 0;
	width: 940px;
	margin: 0 auto;
}

#inner-footer a {
	color: #fff;
}

.flickr-photos a { margin: 0 2px }
.flickr-photos a img { border: 5px solid #ebe6df; }
.flickr-photos a:hover img { border: 5px solid #fff }

.nineoneeight-logo {
	float: right;
}

.social-links {
	padding: 10px 0;
}

.social-links li {
	float: left;
	margin: 0 5px;
}

.social-links li a {
	display: block;
	background-image: url('/includes/images/sprite-social-network.gif');
	background-repeat: no-repeat;
	height: 32px;
	width: 85px;
}

.social-links li a span {
	position: absolute;
	left: -6000px;
}

.social-links #facebook { background-position: 0 0; }
.social-links #myspace { background-position: -85px 0; }
.social-links #twitter { background-position: -171px 0; }
.social-links #reverbnation { background-position: -258px; width: 37px; }

/* Clear Fix */
.clearfix:after, .page-navigation ul:after, #content:after,
.social-links:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
