/*  
Theme Name: New BSS template
Theme URI: http://www.brokenspokestudios.com
Description: New site design for a new bss.
Version: 1.0
Author: Shawn Cope
Author URI: http://www.shawncope.com/

*/
@charset "UTF-8";
/* CSS Document */

/* start reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset.css */


/* start layout styling */

#wrapper {
	width:960px;
	margin:auto;
}

#brandingHeader {
	background-color:#111;
	height:160px;
}

#navigationHeader {
	background-color:#fff;
	height:240px;
	border-top:8px solid #eaebd8;
	border-bottom:8px solid #eaebd8;
}

#recentShows {
	width:640px;
	height:240px;
	overflow:hidden;
	float:left;
	/*padding:10px;*/
}

#showList {
	width:292px;
	height:220px;
	border-left:8px solid #eaebd8;
	float:right;
	padding:10px;
}

#mainContent {
	width:540px;
	padding:10px;
	float:left;
}

#sidebar {
	width:400px;
	float:right;
	height:100%;
}

#sideNav {
	width:140px;
	padding:10px;
	float:left;
}

#advertising {
	width:220px;
	padding:10px;
	float:right;
}

#footer {
	background-color:#222;
	clear:both;
	height:160px;	
}

.ad {
	background-color:#000;
	width:220px;
	height:160px;
	margin:0 auto 10px;
	border:1px white solid;
}

.tallAd {
	width:140px;
	height:200px;
}

.bigAd {
	width:340px;
	height:200px;
}


/* start general styling */

body {
	background-image:url(images/bgGradient.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:helvetica, arial, sans-serif;
	color:#125b6e;
}

/* start header */

#brandingHeader {
	background-image:url(images/bgBrandMasthead.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#fff;
}

#brandingHeader h1 {
	height:100px;
	width:338px;
	position:relative;
	top:30px;
	left:60px;
	background-image:url(images/bssLogoBig.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigationHeader {
	background-color:#fff;
}

#recentShows .recentShow {
	height:220px;
	margin:10px;
}

#recentShows .recentShow img {
	width:310px;
	padding:0 10px 0 0;
	float:left;
}

#recentShows .recentShow h3 {
	font-weight:bold;
	font-size:1.2em;
	padding:0 0 10px 0;
}

#showList ul {
	line-height:1.4em;
}

#showList li {
	margin:0 0 0 10px;
}

#showList a {
	color:#125b6e;
	text-decoration:none;
}

#showList a:hover {
	color:#ac5506;
}

/* start content */

#wrapper {
	background-image:url(images/contentBG.png);
	background-repeat:repeat-y;
}

#mainContent .post {
	margin:0 0 30px 0;
}

#mainContent .post h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#0089ac;
	text-indent:.8em;
	border-bottom:2px solid #0089ac;
	padding:0 0 4px 0;
	margin:0 0 10px 0;
}

#mainContent .post h2 a {
	color:#0089ac;
	text-decoration:none;
}

#mainContent .post p a {
	color:#ac5506;
	text-decoration:none;
}

#mainContent .post p a:hover {
	color:#0089ac;
}

#mainContent .post h2 a:hover {
	color:#ac5506;
}

#mainContent .post p {
	font-size:1.1em;
	line-height:1.2em;
	margin:0 0 10px 0;
}

#mainContent div.navigation {
	margin: 0 0 20px 0;
}

#mainContent div.navigation a {
	color:#125b63;
	text-decoration:none;
}

#mainContent div.navigation a:hover {
	color:#ac5506;
}

#mainContent .post p.postmetadata {
	font-size:.8em;
	margin:20px 0;
}

#mainContent .post h3.commentAmount {
	margin: 0 0 10px 0;
}

#mainContent ol.commentlist li {
	font-size:.9em;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

/* start sidebar */
#sideNav {
	
}

#sideNav ul {
	padding:10px 0 5px 0;
	border-bottom:2px solid #0089ac;
	line-height:1.2em;
}

#sideNav h2 {
	font-size:1.1em;
	color:#0089ac;
	margin:0 0 5px 0;
}

#sideNav li {
	margin:0 0 5px 10px;
	font-size:.9em;
}

#sideNav li a{
	color:#125b6e;
	text-decoration:none;
}

#sideNav li a:hover {
	color:#ac5506;
}


/* start footer */

#footer {
	background-color:#fff;
	border-top:8px solid #eaebd8;
	border-bottom:8px solid #eaebd8;
}

#footer a{
	color:#125b6e;
	text-decoration:none;
}

#footer a:hover {
	color:#ac5506;
}

#siteInfo {
	width:460px;
	height:140px;
	padding:10px;
	float:left;
	line-height:35px;
}

#footerList1 {
	width:220px;
	height:140px;
	padding:10px;
	float:left;
	line-height:1.2em;
}

#footerList1 h2{
	font-size:1.2em;
}

#footerList1 li{
	margin:0 0 0 10px;
}

#footerList2 {
	width:220px;
	height:140px;
	padding:10px;
	float:right;
	line-height:1.2em;
}

#footerList2 h2{
	font-size:1.2em;
}

#footerList2 li{
	margin:0 0 0 10px;
}

/*
	SLIDER
*/



.slider-wrap {
	width:640px;
	height:240px;
	/* position: absolute; top: 87px; left: 40px;*/
}

.stripViewer .panelContainer .stripViewer {
	position:relative;
	overflow:hidden;
	width:640px;
	height:240px;
}
.stripViewer .panelContainer {
	position:relative;
	left:0;
	top:0;
}
.stripViewer .panelContainer .panel	{
	float:left;
	height:100%;
	position:relative;
	width:640px;
}
.stripNavL, .stripNavR, .stripNav {
	display:none;
}
/*
.nav-thumb {
	border: 1px solid black;
	margin-right: 5px;
}

#movers-row	{
	margin: -43px 0 0 62px;
}

#movers-row div	{
	width: 20%;
	float: left;
}

#movers-row div a.cross-link {
	float: right;
}

.cross-link	{
	display: block;
	width: 62px;
	margin-top: -14px;
	position: relative;
	padding-top: 15px;
	z-index: 9999;
}

.active-thumb {
	background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat;
}
*/



