/*
Theme Name: SFNOIR
Theme URI: http://sfnoir.org/
Description: SFNOIR Recordings custom theme
Version: 0.1
Author: JWB
Author URI: http://culturekiller.com
Tags: SFNOIR
*/

/* RESETS */
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 RESETS */

/* BASE TEXT STYLES */
body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	margin:0;
}
h1, h2, h3 {
	font-weight:normal;	
}
h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin: 0;
}
h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
p {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 1.286em 0; /* 14x1.286=18px */
}
table { border-collapse: collapse; clear: left;
}
th, td { text-align: left; vertical-align: top; padding: 0; }
/* rather than give the table a font size, use contextual selectors to target the th and td elements within */
th { width:20%; font-weight: normal; font-size: 0.875em; /* 16x0.875=14px */ padding:0 0.643em 0.571em 0.643em; /* 14x0.643=9px 14x0.571=8px */ border-bottom:0.071em solid #ccc; /* 14x0.071=1px */ }

td { font-size: 0.75em; /* 16x0.75=12px */ padding:0.333em 0.75em 0.417em 0.75em; /* 12*0.333=4px 12*0.75=9px 12x0.417=5px */ border-bottom:0.083em solid #ccc; /* 12x0.083=1px */ line-height: 1em; /* 12x1=12px */ }
/* END TEXT STYLES */


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/**/

strong {
	font-weight: bold;
}

body {
	background: #f6f6f6;
	color: #666;
}


#outer-container {
	width: 960px;
	margin: 0 auto;
}

#header {
	margin: 20px 10px 30px 10px;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a {
	display: block;
	text-decoration: none;
	border: none;
	text-indent: -9000px;
	width: 212px;
	height: 77px;
	background: url(images/logo.gif) no-repeat top left;
	outline:none;
}

#nav {
	margin: 0 10px;
}

#nav ul {
	list-style-type: none;
	border-bottom: 1px solid #999;
	height: 30px;
}

#nav ul li {
	float: left;
	margin-right: 20px;
	border-bottom: 1px solid #999;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #999;
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-size: 0.75em;
}

#nav ul li a:hover {
	color: #784653;
	text-decoration: none;
	border-bottom: 5px solid #BAA9AE;
	padding-bottom: 1px;
	margin-bottom: 6px;
}

#nav ul li a.active {
	color: #784653;
}


#content {
	margin: 20px 10px 0 10px;
}

#footer {
	border-top: 1px solid #999;
	margin: 20px 10px 0 10px;
	padding: 10px 0;
	color: #999;
	font-size: 0.625em;
}




#content-column {
	width: 620px;
}




/* home stuff */


#banner-box {
	position:relative;
	height: 190px;
}

#banner-box IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:18;
}

#banner-box IMG.bactive {
    z-index:20;
}

#banner-box IMG.last-bactive {
    z-index:19;
}



#sponsor-box {
	position:relative;
	height: 72px;
}

#sponsor-box IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:15;
}

#sponsor-box IMG.sactive {
    z-index:17;
	cursor: pointer;
}

#sponsor-box IMG.last-sactive {
    z-index:16;
}




#home-main {
	float: left;
	width: 380px;
	margin: 20px 0 0 0;
}

#home-secondary {
	float: right;
	width: 220px;
	margin: 43px 0 0 0;
}


#home-main h3, .secondary-item h3 {
	margin: 0 0 5px 0;
	color: #baa9ae;
	font-size: 0.75em;
}


.main-item {
	background: #fff;
	padding: 10px;
	margin: 0 0 20px 0;
}


.main-item h2 {
	color: #784653;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

.main-item h2 a, .main-item h2 a:link, .main-item h2 a:visited {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.main-item h2 a:hover {
	border-bottom: 1px solid #baa9ae;
}

.main-item h2 a:active {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #784653;
}



.main-item h4, .secondary-item h4 {
	color: #baa9ae;
	font-weight: bold;
	font-size: 0.825em;
	margin: 0;
}

.main-item p, .secondary-item p {
	color: #666;
	font-size: 0.825em;
	margin: 8px 0 0 0;
}


.main-item img {
	padding: 5px;
	margin: 10px 0 10px 10px;
	float: right;
	background: url( images/sld-bg.jpg ) repeat-x top left;
}


.main-item img.alignleft {
	float: none;
	margin: 10px 0;
}


p a, p a:link, p a:visited {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #999;
}

p a:hover {
	/* border-bottom: 1px solid #f6f6f6; */
	border-bottom: 1px solid #f6f6f6;
	color: #666;
}

p a:active {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #515151;
}

p.more-link {
	text-align:right;
	margin-right: 3px;
}

.main-item p.more-link {
	text-align:right;
	margin-right: 3px;
	clear: right;
}





.secondary-item {
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	border-top: 2px solid #e0dcdd;
}


.secondary-item h2 {
	color: #784653;
	font-weight: bold;
	font-size: 0.875em;
	margin: 0;
}


.secondary-item h2 a, .secondary-item h2 a:link, .secondary-item h2 a:visited {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #f6f6f6;
}

.secondary-item h2 a:hover {
	border-bottom: 1px solid #baa9ae;
}

.secondary-item h2 a:active {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #784653;
}


.secondary-item h4 {
	color: #baa9ae;
	font-weight: bold;
	font-size: 0.825em;
	margin: 0;
}

.secondary-item img {
	padding: 5px;
	margin: 0 0 10px 10px;
	float: right;
	background: url( images/sld-bg.jpg ) repeat-x top left;
}


.secondary-item p.more-link {
	padding-bottom: 10px;
	clear: right;
}




#slideshow-col {
	float: right;
	width: 300px;
}



#slideshow {
    position:relative;
    height:400px;
	background: #fff;
	width: 300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}



.tertiary-box-left {
	float: left;
	width: 140px;
	margin: 20px 0 0 0;
	background: #fff;
	clear: left;
}

.tertiary-box-right {
	float: right;
	width: 140px;
	margin: 20px 0 0 0;
	background: #fff;
}

.tertiary-box-left p, .tertiary-box-right p {
	margin: 10px;
	font-size: 0.74em;
	color: #666;
}

.tertiary-box-left blockquote, .tertiary-box-left blockquote p, .tertiary-box-right blockquote, .tertiary-box-right blockquote p {
	text-indent: -0.3em;
}


#video-rel {
	position: relative;
	margin: 10px 10px 10px 10px;
}

#video-rel img {
	margin: 0;
	padding: 0;
}

.tertiary-box-left h6 {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 0.75em;
	color: #999;
}


.video-play {
	position: absolute;
	top: 0;
	left: 0;
	background: url( images/play.gif ) no-repeat left top;
	width: 120px;
	height: 90px;
	cursor: pointer;
}



/* page stuff */


#menu-column {
	float: left;
	width: 180px;
}

.menu-item {
	width: 160px;
	margin: 20px 0 0 0;
	background: #fff;
}

.menu-item form {
	margin: 0;
	padding: 10px;
	font-size: 0.75em;
}

.menu-item form input#wpnewsletter_name, .menu-item form input#wpnewsletter_email {
	display: block;
	border: 1px solid #e3e3e3;
	padding: 2px 0;
	width: 136px;
	margin: 0;
	color: #666;
}


#upcoming-menu li {
	color: #999;
}

#tools {
	font-size: 0.75em;
}

#tools li {
	padding-left: 20px;
}

li#print {
	background: url( images/print_icon.gif ) no-repeat center left;
}

li#fbook {
	background: url( images/facebook_icon.gif ) no-repeat center left;
}

li#twit {
	background: url( images/twitter_icon.gif ) no-repeat center left;
}


#sec-code {
	display: none;
}

#nl-sub {
	padding: 5px 0;
	text-align: right;
}

.menu-item h5 {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 0.825em;
	color: #999;
}

.menu-item p {
	margin: 0;
	padding: 5px 10px 10px 10px;
	font-size: 0.825em;
}

#menu {
	background: #fff url( images/menu-bg.gif ) repeat-y top left;
}

#menu ul, .menu-item ul {
	padding: 5px 10px 10px 10px;
	font-size: 0.825em;
}

#menu ul li, .menu-item ul li {
	margin: 5px 0 0 0;
}

#menu ul li ul, .menu-item ul li ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#menu ul li ul li, .menu-item ul li ul li {
	line-height: 1.25em;
}


#menu ul li a, #menu ul li a:link, #menu ul li a:visited, .menu-item ul li a, .menu-item ul li a:link, .menu-item ul li a:visited {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #dbdbdb;
}

#menu ul li a:hover, .menu-item ul li a:hover {
	border-bottom: 1px solid #fff;
	color: #666;
}

#menu ul li a:active, .menu-item ul li a:active {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #515151;
}


#menu ul li.current_page_item a {
	border-bottom: 1px solid #fff;
	color: #784653;
}

#menu ul li.current_page_item a:after {
	content: " \2192";
}



#menu ul li.current_page_item ul li a {
	color: #666;
}

#menu ul li.current_page_item ul li a:after {
	content: "";
}




#text-column {
	float: left;
	width: 440px;
	margin:0;
}

.text-item {
	margin: 0 0 20px 0;
	background: #fff;
	padding: 10px;
}

#text-column h2 {
	color: #784653;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

#text-column h4 {
	color: #baa9ae;
	font-weight: bold;
	font-size: 0.825em;
	margin: 0;
}


#text-column h2 a, #text-column h2 a:link, #text-column h2 a:visited {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#text-column h2 a:hover {
	border-bottom: 1px solid #baa9ae;
}

#text-column h2 a:active {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #784653;
}




#text-column h3 {
	margin: 0;
	color: #baa9ae;
	font-size: 0.75em;
}


#text-column h5 {
	margin: 15px 0 10px 0;
	font-size: 0.825em;
	font-weight: bold;
}

#text-column h6 {
	margin: 15px 0 0 0;
	font-size: 0.825em;
	font-weight: bold;
}


#text-column p {
	margin: 10px 0 0 0;
	font-size: 0.825em;
}

#text-column p.more-link {
	margin: 0;
	clear: right;
}

#text-column p.post-foot {
	margin: 0;
	color: #999;
	font-size: 0.75em;
}


#text-column img {
	padding: 5px;
	margin: 0 0 10px 10px;
	float: right;
	background: url( images/sld-bg.jpg ) repeat-x top left;
}

#text-column img.alignleft {
	float: none;
	margin: 10px 0;
}

#text-column img.blog-thumb {
	margin: 10px 0 10px 10px;
}




ul.related {
	padding: 0;
	font-size: 0.825em;
}

ul.related li {
	margin: 0;
}

ul.related li ul {
	margin: 0 0 0 10px;
	padding: 0;
}

ul.related li ul li {
	line-height: 1.25em;
}


ul.related li a, ul.related li a:link, ul.related li a:visited {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #dbdbdb;
}

ul.related li a:hover {
	border-bottom: 1px solid #fff;
	color: #666;
}

ul.related li a:active {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #515151;
}






#calendar-box {
	margin: 0;
	background: #fff;
	padding: 10px 0 20px 10px;
}


#calendar-box h2 {
	margin-left: 3px;
}

#calendar-box h3 {
	margin-left: 3px;
}



table#calendar {
	color: #ccc;
	text-align: center;
	background-color: #fff;
}

table#calendar th, table#calendar td {
	padding: 5px;
	margin: 0;
	color: #666;
	background: #f6f6f6;
	border: 3px solid #fff;
	width: 47px;
	height: 47px;
}

table#calendar th {
	color: #ccc;
}

table#calendar td.event {
	background: #f6f6f6 url( images/cal.gif ) no-repeat top left;
}

table#calendar td.today {
	color: #784653;
	font-weight: bold;
}



table#calendar td a {
	display: block;
	text-decoration: none;
	height: 47px;
	color: #666;
	font-weight: bold;
}

#tooltip {
	position: absolute;
	z-index: 19;
	display: none;
	width: 170px;
	padding-bottom: 15px;
	background: url( images/cal-pop.gif ) no-repeat bottom center;
}

#tooltip-container {
	padding: 5px 10px 8px 10px;
	font-size: 0.825em;
	background: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.tooltip-holder {
	display: none;
}

#tooltip-text {
	font-size: 0.825em;
}

#tooltip-text h5 {
	color: #784653;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#tooltip-text h6 {
	font-size: 1em;
}

#tooltip-text p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#video-player {
	position: absolute;
	z-index: 29;
	display: none;
	padding: 20px;
	background: #fff;
}

#video-close {
	text-align: right;
}

#video-close p {
	margin: 0 0 5px 0;
	padding: 0;
	cursor: pointer;
}