html, body {height: 100%;}

body {
	background-image: url(/images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	position: relative;
	min-height:100%;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

#content {
	width: 800px;
	height: auto;
	position: relative;
	z-index: 10;
	margin: 0px auto;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 170px 0px 20px;
}



#footer {
	position: absolute;	
	height: 110px;
	bottom: 0px;
	width: 100%;
	background-image: url(/images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;	
}

.spacer {
	clear: both;
	height: 1px;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}


#email_content {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	margin: 0px auto;
	background-image: url(images/email_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 140px;
	padding-bottom: 30px;
	margin-top: 100px;
}

.full_column_email {
	background-image: url(images/crn_top_left.jpg);
	height: auto;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
	width: 100%;}


/* text
--------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px 0px 5px;
}


h1 {
	margin: 0px;
	padding: 0px 0px 10px !important;
	position: relative;
	z-index: 18;
}

h2 {
	color: #845B35;
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 15px !important;
}
h2 a {
	color: #845B35;
}

h3 {
	color: #845B35;
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 0px 0px 5px;
}

.news {
	width: 70px;
	}
	
.h1artists {
	width: 300px;
	}
	
hr {
	background-color: #907E6C;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* links
--------------------------------------------------*/

a {
	color: #00ADEB;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}
	
.button {
	text-decoration: none;
	position: absolute;
	z-index: 20;
	top: 0px;
	right: 0px;
	padding: 2px 15px;
	line-height: 10px;
	display:block;

}


/* lists
--------------------------------------------------*/

ul {
	margin: 0px;
	padding: 0px;
}

dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

.left515 dd {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #907E6C;
}

.artist_list dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #907E6C;

}

.artist_list ul, .artist_list li {
	list-style-type: none;
}

.project_list {
	float: right;
	width: 300px;
	padding: 10px;
	margin-left: 5px;
	border: 1px solid #907E6C;
}

.project_list dt {
	width: 75px;
	float: left;
	clear: left;
	padding-left:5px;
}

.project_list dd {
	width: 210px;
	float: left;
	clear: right;
	padding-left: 5px;
	padding-right: 5px;
}

.speakers_col1 dd, .speakers_col2 dd {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #907E6C;
}


.video_gal {
	list-style-type: none;
}

.video_gal li {
	padding: 0px 10px 10px 0px;
	float: left;
}


/* tables
--------------------------------------------------*/

.artist_nav {
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #907E6C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #907E6C;
	list-style-type: none;
	height: 30px;
	}


/* Navigation
--------------------------------------------------*/

#nav {
	height: 30px;
	font-size: 11px;
	width: 800px;
	margin: auto !important;
	position:relative;
	z-index: 15;
}

#nav, #nav li, #nav ul{
	margin:0px;
	padding:0px;
}

#nav ul {
	list-style-type: none;
	margin: auto;
	padding: 0px 10px;
}

#nav li {
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#nav li a {
	color:#845B35;
	float:left;
	display:block;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration:none;
	letter-spacing: .01em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#nav li a:hover, #nav li a.selected {
	color:#00ADEB;
	background-color: #f4f4f4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
}

/* Rounded Boxes
--------------------------------------------------*/

.r_box_left, .r_box_right {
	background-color: #FFFFFF;
	background-image: url(images/crn_bottom_right.jpg);
	height: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	margin-bottom: 15px;
}

.r_box_left {
	float: left;
}

.r_box_right {float: right;}

.r_box2 {
	background-image: url(images/crn_bottom_left.jpg);
	height: auto;	
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
}

.r_box3 {
	background-image: url(images/crn_top_right.jpg);
	height: auto;	
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}

.full_column, .left270, .left515, .right515, .right270  {
	background-image: url(images/crn_top_left.jpg);
	height: auto;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
	
}

.full_column {width: 770px;}

.left270 {width: 240px;}

.left515 {width: 485px;}

.right515 {width: 485px;}

.right270 {width: 240px;}


/* Images
--------------------------------------------------*/

.img_left, .img_left2  {
	background-color: #FFFFFF;
	margin: 0px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #d9d9d9;
	float:left;
}

.img_left2:hover {
	border: 1px solid #907E6C;}

/* Columns
--------------------------------------------------*/


			/* Full Column Width -----*/

.full_column .left {
	width: 240px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #907E6C;
	float: left;
	padding-right: 15px;
	position: relative;
	min-height: 250px;
}

.full_column .middle {
	width: 240px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #907E6C;
	float: left;
	padding-left: 15px;	
	padding-right: 15px;
	position: relative;
	min-height: 250px;
}

.full_column .right {
	width: 228px;
	float: left;
	padding-left: 15px;
	position: relative;
	min-height: 250px;
}


		/* .left270 & .right270  -----*/
		
.left270 .left, .right270 .left {
	width: 240px;
	float: left;
	position: relative;
}
	
		/* .left515 & .right515 -----*/

.left515 .left, .right515 .left {
	width: 205px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #907E6C;
	float: left;
	padding-right: 15px;
	position: relative;
}

.left515 .right, .right515 .right {
	width: 245px;
	float: left;
	padding-left: 15px;
	position: relative;
}

	/* custom -----*/
	
.gallery_slideshow {
	width: 225px;
	float: left;
}

.col {
	-moz-column-count: 2; 
	-moz-column-gap: 15px;
}

.col_sponsor {
	column-count:3;
	column-width: 240px;
	column-gap: 15px;
}

.view_video {
	text-align: center;
	padding: 5px 0px;
	clear: both;
	width: 770px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #907E6C;
	border-bottom-color: #907E6C;
	
}

.speakers_col2 {
	float: right;
	width: 375px;
}

.speakers_col1 {
	float: left;
	width: 375px;
}





/* forms
--------------------------------------------------*/

/* Forms
--------------------------------------------------*/

form {
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #dde8b8;
	padding: 3px;
	width: 225px;
	color: #6a6f59;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
}

textarea {
	border: 1px solid #dde8b8;
	padding: 3px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	width: 225px;
	color: #6a6f59;
	font-size: 11px;
	line-height: 15px;
}

select {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	border: 1px solid #dde8b8;
	padding: 3px;
	width: 225px;
	color: #6a6f59;
	line-height: 15px;
}

.send {
	width: 150px;
}

.checkbox {
	width: 20px;
	border: none;
}

#divform dd {
	padding-bottom:15px;}
	
#divform textarea {
	width: 473px;}
	
#divform h3 {
	color: #845B35;
}
	
.prefered_hours {
	border:1px solid #907E6C;
	padding: 10px;
	margin-bottom: 15px;
	}
	
.mail_list input {
	margin-bottom: 5px;
	width: 180px;
}

.mail_list dt {
	height: 1px}

.mail_list .send {
	width: 80px;
}


/* footer
--------------------------------------------------*/


#footer {
	position: absolute;
	height: 20px;
	bottom: 0px;
	width: 100%;
	line-height: 20px;
	z-index: 11;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	background-color: #ffffff;
}

#footer_content {
	margin: auto;
	height: 20px;
	width: 800px;
	line-height: 20px;
}

#footer_content a {
	color: #A5663D;
}
	
#footer_content a:hover {
	text-decoration: underline;
}
