/* CSS Document */
@import url('/css/sifr.css');
@import url('/css/nav.css');
@import url('/css/2009.css');
@import url('/css/tickets.css');
body{
	text-align:center;
	margin:0;
	padding:0 0 0 0;
	background:white url(../images/nav/back.gif) top left repeat-x;
}
body.splash{
	background:#d1d1d1 url(/images/back2.gif) top left repeat-x;
}
body.festival{
	background:#303030 url(/images/page_back.png) top center repeat-y;
}
#wrap{
	text-align: left;
	font: 13px/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0px auto;
	padding: 0 0 100px 0;
	width: 960px;
	position:relative;
	overflow:auto;
	_height:1%;
}
#pagecontent{
	float:left;
	width:583px;
	margin-top:20px;
}

/* headers */
h2,h3,h4{
	clear:both;
	margin-top:0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight:normal;
	font-size:18px;
}

h3{
	font-size:16px;
}

h4{
	font-size:14px;
}

/* paragraph styles */

p{
	margin:0 0 1em 0;
}
p a, li a{
	color:#900;
	text-decoration:none;
	border-bottom:1px solid #eee;
}
p a:hover, li a:hover{
	border-bottom:1px solid #bbb;
}
.black a{
	color:#ea5050;
	text-decoration:underline;
	border-bottom:0 !important;
}

/* images */

img{
	border:0;
}

/* forms */

form{
	margin:0 0 1em 0;
}

/* columns */

div.column{
	float:left;
	/*overflow:auto;*/
	margin-top:2em;
	padding-left:20px;
}
div.column.c1, div.column.c2, div.column.c3, div.column.c4{
	width:170px;
}
div.column.c1,div.column.c12,div.column.c123,div.column.c1234{
	padding-left:22px;
}
div.column.c12, div.column.c23, div.column.c34{
	width:360px;
}
div.column.c234, div.column.c123{
	width:550px;
	line-height:1.5em;
}

div.column div.column{
	margin-top:0;
}
div.column div.column.c1, div.column div.column.c12{
	padding-left:0;
}

div.column.small{
	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
div.column.list h3{
	margin-bottom:0.2em;
}
div.column ul{
	font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	list-style:none;
	margin:0 0 1em 0;
	padding:0;
}
div.column li{
	margin:0;
}
div.column ul.separate li{
	margin:0 0 1em 0;
}

/* blocks */

div.greyblock{
	margin:0 0 0 5px;
	float:left;
}
div.greyblock.wmedium{
	width:387px;
}
div.greyblock.wfull{
	width:100%;
	margin:0;
}
div.greyblock.fright{
	float:right;
	margin-left:0;
	margin-right:5px;
}
div.greyblock div.tl{	background:url(../images/blocks/greyblock_tl.png) top left no-repeat;}
div.greyblock div.tr{	background:url(../images/blocks/greyblock_tr.png) top right no-repeat;}
div.greyblock div.bl{	background:url(../images/blocks/greyblock_bl.png) bottom left no-repeat;}
div.greyblock div.br{	background:url(../images/blocks/greyblock_br.png) bottom right no-repeat;padding:25px;overflow:auto;_height:1%;}

div.greyblock.bsmall div.br{ padding:20px;}

div.clearblock{
	padding:20px;
}
div.clearblock p{
	padding:0;
	margin:0;
}

/* special css - audio */
div.greyblock.wfull h4{
	margin:0;
	padding:0;
	
	font-size:12px;
}
div.column.news h4{
	margin:0;
}


div.greyblock.wfull div.br{
	padding-right:0;
}

div.recording{
	margin-top:1em;
	overflow:auto;
	_height:1%;
}
div.flash{
	float:left;
	width:40px;
}
div.recording p{
	margin:0;
	padding:0;
}
div.recording p.season{
	color:#999;
}
div.recording_title{
	width:270px;
	margin-right:20px;
	float:left;
}
div.recording_title ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.recording_title li{
	padding-left:1em;
}
ul.recording_artists{
	width:190px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
div.video_container{
	clear:left;
	margin-top:1em;
}
div.video_thumbnail{
	width:120px;
	float:left;
	overflow:hidden;
	_height:1%;
	margin-right:18px;
}
div.video_thumbnail a.thumb{
	display:block;
	height:68px;
	width:120px;
	background-position:center center;
}
div.video_thumbnail p a{
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:11px;
	height:1.3em;
	width:200px;
	display:block;
	border-bottom:none;
}

form.signup label{
	width:120px;
	display:block;
	float:left;
	clear:left;
	padding-top:5px;
}
form.signup label.mini{
	clear:none;
	width:60px;
	padding-left:10px;
}
form.signup input, form.signup div.addressfields{
	width:220px;
	display:block;
	float:left;
	margin:0;
}
form.signup input{
	padding:2px 4px;
	margin-bottom:5px;
	border:1px solid #999;
}
form.signup #City{
	width:100px;
}
form.signup #State{
	width:40px;
}
form.signup button{
	clear:both;
}