/* MAIN SITE */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #63304f url('../images/bg.jpg') repeat-x;
	margin:0;
	padding:0;
	color: #fff;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color:#000;
}

a {
	color: #d7ae5f;
	text-decoration: none;
	}
	
a:hover {
	color: #a35353;
	text-decoration: underline;
	}

p {
	line-height: 150%;
	}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 150%;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 150%;
}

	
h3 {
	color: #a35353;
	font-size: 1.2em;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight: normal;
	margin-bottom:0;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom:0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

.main {
	padding:20px;
	line-height:150%;
	min-height: 800px;
	}

.col-a-l {
	width:512px;
	float:left;
	}
	
.col-a-r {
	float:right;
	width:383px;
	}

.col-b-l {
	width:180px;
	float:left;
	}
	
.col-b-r {
	float:right;
	width:740px;
	}
	
.col-c-l {
	width:380px;
	float:left;
	}
	
.col-c-r {
	float:right;
	width:515px;
	}
	
.col-c-r h1, h2 {
	margin-top:0;
	margin-bottom:0;
	}
	
.col-d-l {
	width:200px;
	float:left;
	}
	
.col-d-r {
	float:right;
	width:700px;
	}
	
.col-d-r h1 {
	margin-top:0;
	}



/* TOP */

	
#nav {
	width: 890px;
	height:32px;
	background-color: #5f2f4e;
	padding: 0 35px 0 35px;
	}

.nav-sep {
	float:left;
	width:40px;
	height:32px;
	}
	
#nav-noarchive {
	width: 860px;
	height:32px;
	background-color: #5f2f4e;
	padding: 0 50px 0 50px;
	}

.nav-sep-noarchive {
	float:left;
	width:60px;
	height:32px;
	}



/* TUNE IN & DONATE */

#donate-text {
	padding: 0 60px 0 60px;
	text-align:center;
	}
	
#donate-btn {
	padding:10px 95px 0 95px;
	}

#only-on-pbs {
	float: left;
	}
	
#check-local-btn {
	float:right;
	}



/* PRESS */

#press-listing {
	padding-bottom:30px;
	}

.press-performer {
	font-size: 1.15em;
	letter-spacing:2px;
	text-transform:uppercase;
}

.press-date {
	font-size: 0.8em;
	letter-spacing:2px;
	text-transform:uppercase;
}

.press-item {
	border-left: 1px solid #ccc;
	padding-left: 25px;
	}

.press-category {
	color: #999;
	letter-spacing:3px;
	text-transform:uppercase;
}

	
	
/* FOOTER */

#footer {
	padding:60px 0 10px 0;
	font-size:0.85em;
	text-align:center;
}

#footer a{
	color: #fff;
	}
	
#footer a:hover{
	text-decoration:underline;
	color:#fff;
	}

/* ROLLOVERS */

.displace {
	position: absolute;
	left: -5000px;
	}

a.btn-rollover {
	display: block;
	text-decoration: none;
	}
	
a.btn-nav {
	height:23px;
	float:left;
	}

a.nav-home {
	width: 50px;
	background: url("../images/nav/home.gif");
	}	

a.nav-home:hover {
	background-position: -50px 0;
	}

a.nav-about {
	width: 141px;
	background: url("../images/nav/about.gif");
	}	

a.nav-about:hover {
	background-position: -141px 0;
	}

a.nav-performers {
	width: 195px;
	background: url("../images/nav/performers.gif");
	}	

a.nav-performers:hover {
	background-position: -195px 0;
	}

a.nav-broadcast {
	width: 182px;
	background: url("../images/nav/broadcast.gif");
	}	

a.nav-broadcast:hover {
	background-position: -182px 0;
	}

a.nav-press {
	width: 48px;
	background: url("../images/nav/press.gif");
	}	

a.nav-press:hover {
	background-position: -48px 0;
	}

a.nav-archive {
	width: 73px;
	background: url("../images/nav/archive.gif");
	}	

a.nav-archive:hover {
	background-position: -73px 0;
	}

a.check-local {
	width: 192px;
	height:33px;
	background: url("../images/check-local.gif");
	}
	
a.check-local:hover {
	background-position: -192px 0;
	}

a.donate-today {
	width: 193px;
	height:34px;
	background: url("../images/donate-today.gif");
	}

a.donate-today:hover {
	background-position: -193px 0;
	}

a.facebook {
	width: 122px;
	height:41px;
	background: url("../images/facebook.gif");
	float:left;
	margin-right:25px;
	}

a.facebook:hover {
	background-position: -122px 0;
	}
	
a.twitter {
	width: 122px;
	height:41px;
	background: url("../images/twitter.gif");
	float:left;
	margin-right:25px;
	}

a.twitter:hover {
	background-position: -122px 0;
	}
	
a.youtube {
	width: 122px;
	height:41px;
	background: url("../images/youtube.gif");
	float:left;
	margin-right:25px;
	}

a.youtube:hover {
	background-position: -122px 0;
	}




