/*  
Theme Name:	womanSong chorale
Designer:	Rob Russo | robrussodesign.com
Description:	Stylesheet for womanSong.com
Version:	Filigree 2010
Author: 	Rob Russo
Contact:	hello@robertfrusso.com

*/

/* START RESET */

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,
b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ul li {
	list-style: round;
	margin: 0px 20px 5px 20px;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

del {
	text-decoration: line-through;
	}




/* BASICS */


body{
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	color: #5e5e5e;
	background: #212626 url(image/womansong-body-bg.gif) top left repeat-x;
	}

p {
	margin: 0px 0px 20px 0px;
	paddding; 20px;
	line-height:1.5em;
	}


h1, h2, h3, h4, h5, h6,{
	font-weight: normal;
	}

h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 26px;
	margin: 30px 0px 10px 0px;
	padding: 15px 0px 0px 0px;
	color: #f36;
	text-decoration: none;
	border-top: 1px dashed #bfbfbf;
	}

h2 {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 30px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	color: #000;
	text-decoration: none;
	}

hr {
	border-top: 1px dashed #bfbfbf;
	}

a:link, a:visited{
	text-decoration: underline;
	color: #b37ca4;
	}

a:hover{
	color: #f36;
	}

.right {
	float: right;
	}

.left {
	float: left;
	margin: 5px 15px 10px 0px;
	}

.highlight{color:#f36;}




/* LAYOUT */


#container{
	width: 960px;
	position: relative; left: 50%;
	margin-left: -480px;
	background:#fff;
	}

#header{
	width:960px;
	height:137px;
	padding-top:18px;
	background: url(image/womansong-header-bg.gif) top left no-repeat;
	}

#left-sidebar{
	float:left;
	width:200px;
        margin:0px; padding:0px;
	}

#wrapper{
	float:right;
	width:760px;
	background:#fff;
	}

#main{
	float:left;
	width:440px;
	margin: 45px 0px 0px 0px;
	padding: 0px 20px;
	}

#right-sidebar{
	float:right;
	width:260px;
	margin:45px 0px;padding:0px 10px 0px 10px;
	}

#footer{
	clear: both;
	width: 960px;
	height:50px;
	position: relative; left: 50%;
	margin-left: -480px;
	padding: 60px 0px 10px 0px;
	font-size: 0.75em;
	text-align:center;
	color: #5f5f5f;
	background: url(image/womansong-footer-bg.gif) top no-repeat;
	}



/* MAIN NAVIGATION */

#nav-main{
   width: 960px;
   float: right;
   height: 30px;
   overflow: hidden;
   margin: 20px 0px 0px 0px;
   background: #752b4c url(image/navbar-bg) top left repeat-x;
   }

#nav-main ul{
   width: 750px;
   list-style: none;
   float: right;
   height: 30px;
   padding: 0;
   margin: 0;
   }

#nav-main li{
   width: auto;
   float: left;
   height: 30px;
   overflow: hidden;
   padding: 0px;
   margin: 0;
   }

#nav-main li a.current-season{
   background: url(image/nav-current-season.gif) top left no-repeat;
   width: 117px;
   height: 30px;
   }

#nav-main li a.about-us{
   background: url(image/nav-about-us.gif) top left no-repeat;
   width: 69px;
   height: 30px;
   }

#nav-main li a.audition{
   background: url(image/nav-audition.gif) top left no-repeat;
   width: 63px;
   height: 30px;
   }

#nav-main li a.archives{
   background: url(image/nav-archives.gif) top left no-repeat;
   width: 67px;
   height: 30px;
   }

#nav-main li a.support-us{
   background: url(image/nav-support-us.gif) top left no-repeat;
   width: 84px;
   height: 30px;
   }

#nav-main li a.contact{
   background: url(image/nav-contact.gif) top left no-repeat;
   width: 59px;
   height: 30px;
   }

#nav-main li a.home{
   background: url(image/nav-home.gif) top left no-repeat;
   width: 45px;
   height: 30px;
   }

#nav-main li a{
   text-decoration: none;
   float: left;
   overflow :hidden;
   height: 30px;
   text-indent: -9999px;
   }

#nav-main li a:hover, #top_nav li a:focus, #top_nav li.current a{
   background-position: bottom left;
   }