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


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, ul, li,
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: top;
	background: transparent;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#000000;
	}

body {
	line-height: 1;
	background:#fff url(../images/bg_repeat.jpg) top left repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	width:960px;
	height:auto;
	padding:30px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	}


/**********container elements**********/

#header {
	position:relative;
	width:960px;
	height:102px;
	background:url(../images/header/header_01.jpg) top left no-repeat;
}

#header2 {
	position:relative;
	width:960px;
	height:102px;
	background:url(../images/header/header_02.jpg) top left no-repeat;
}

#left_container_main {
	float:left;
	width:620px;
	height:auto;
	position:relative;
	padding:10px 20px 0px 10px;
}

#right_container_ex {
	float:right;
	width:718px;
	height:auto;
	position:relative;
}

#left_container_main_l {
	float:left;
	width:300px;
	height:auto;
}

#left_container_main_r {
	float:left;
	width:300px;
	height:auto;

}

#right_container_main {
	float:right;
	width:270px;
	height:auto;
	padding:10px 20px 20px 20px;
	background-color:#f3f3f3;
}

#front-events {
	position:relative;
	width:600px;
	height:auto;
	padding-top:5px;
	padding-bottom:20px;
	border-bottom:1px dashed #555555;
	margin-bottom:20px;
}

#front-events .event {
	width:190px;
	height:auto;
	float:left;
	margin-right:15px;
}

/*******miscellanous********/

div#artist_slideshow {
	height: 200px;
	width: 300px;
 	float: left;
	margin: 0px 20px 0px 0px;
	display: block;
}

div#festival_slideshow {
	height: 200px;
	width: 300px;
 	float: left;
	margin: 0px 20px 0px 0px;
	display: block;
}

.search {
	position:absolute;
	right:10px;
	bottom:10px;
}

.search_inner {
	background:#fff url(../images/search_repeatx.jpg) left top repeat-x;
	border:1px #000 solid;
	padding:3px;
}

.clear {
	clear:both;
}


a.fest_link {
    color: #DE3023;
    display: block;
    position:absolute;
    top:270px;
    right:10px;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    width: 302px;
    z-index: 2;
}

a.fest_link:hover {
 color: #EE3023;
 font-style: normal;
 text-decoration: none;
 font-weight: bold;
 font-size: 14px;
}

/*******Table styles*******/

.td_l {
	width:75px;
	height:auto;
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
	line-height:1.25em;
}

.td_r {
	width:170px;
	height:auto;
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#555;
	font-weight:normal;
	line-height:1.25em;
}

#artists_column {
 width: 225px;
 background: #F3F3F3;
 float: left;
 margin-right: 10px;
}

#artists_column h2 {
 border-bottom: 1px solid #E4E4E4;
 padding: 15px 25px;
 font-family: Arial;
}

#artists_column p {
 font-weight: bold;
 font-style: italic; 
 margin: 5px 25px 10px;
 color: #80AAC6;
 font-family: Arial;
}

#artists_column ul {
 padding: 0px;
}

#artists_column ul li {
 margin: 2px 25px;
 font-family: Arial; 
}

#artists_column ul li a {
 color: #000;
 font-family: Arial; 
 font-size: 12px;
 margin: 0px;
}

h3.artist_name {
 text-transform: uppercase;
 margin: 20px 0px 10px;
}








