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

* {
	padding:0;
	margin:0;	
}

body { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:white;

}

/* +++++++++++++++++ WRAPPER +++++++++++++++++++++++++*/

#wrapper {
	width:940px;
	margin:auto;
	overflow:hidden;
	padding-top:10px;
}

/* +++++++++++++++++ NAVIGATION +++++++++++++++++++++++++*/

nav {
	height:100px;
	padding-bottom:25px;
}

nav ul {
	text-align:center;
	text-decoration:none;
}

nav ul li {
	display:inline;
	width:188px; /* also could be 20% for no border*/
	float:right;
	font-size:120%;
}

nav ul li a {
	color:#666;
	text-decoration:none;
	display:block;
	
}
nav ul li form input {
	color:#666;
	text-decoration:none;
	display:block;
	
}

.navpad { /* brings the nav buttons down to bottom of nav div*/
	margin-top:90px;	
}

.subpad { /* brings the subscribe button down to bottom of nav div*/
	margin-top:37px;
}

nav ul li a:hover {
	color:#000;
}

/*++++++ rotating banner +++++++++++++*/

#banner  {
	padding-bottom:20px;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* +++++++++++++++++ HOME PAGE CONTENT +++++++++++++++++++++++++*/

#section {
	width:940;
	padding-bottom:15px;
}

img {
	border:none;
	padding:0;
	margin:0;	
}

#section p {
	padding:10px 0 0 0;
	margin:0;
	color:#333;
	font-size:90%;
	line-height:20px;
		
}

#section p a{
	text-decoration:none;
	color:#333;
	font-size:95%;
		
}

#section p a:hover{
	color:#000;	
}

#section hr {
	margin-top:30px;
	margin-bottom:10px;
		
}

#section h1 {
	text-align:center;
	color:grey;
}

#section h3 {
	color:#333;
	padding:0;
	margin:0;
}

#section .noborder{
	border:none;	
}


blockquote {
	text-align:center;	
	width:80%;
	margin:auto;
	padding:30px 0 30px 0;
	font-size:95%;
	color:#555;
	line-height:20px;
}

blockquote em.quote {
	float:right;
	font-size:85%;
	color:#000;
	padding-top:10px;
}


/* +++++++++++++++++ LINKS +++++++++++++++++++++++++*/

#links {
	height:200px;
	padding-top:15px;
}

#links img{
	
}

#links ul {
	text-align:center;
	text-decoration:none;
	padding-top:5px;
}

#links ul li {
	display:inline;
	width:273px; /* also could be 20% for no border*/
	height:130px;
	float:left;
	padding:0 19px 0px 20px;
	margin:20px 0 20px 0;
	border-right:1px solid #333;
}

#links ul li a {
	color:black;
	text-decoration:none;
	display:block;
}

.noborder {
	border:0;	
}

#links p {
	font-size:85%;
	padding-top:15px;
	color:#666;	
}

#links p:hover {
	color:#000;	
}

/* +++++++++++++++++ FOOTER +++++++++++++++++++++++++*/

footer {
	width:940px;
	margin:auto;
	padding:10px;
	background-color:#CCC;
	clear:both;
}

footer ul {
	text-align:center;
	text-decoration:none;
	font-size:12px;	
}

footer li {
	display:inline;	
	padding:0 50px;
}

footer ul li a {
	color:#666;
	text-decoration:none;	
}

footer ul li a:hover {
	color:black;
}

.ulcopy {
	text-align:center;
	text-decoration:none;
	padding-top:20px;	
}

.licopy {
	display:inline;	
	padding:0 10px;
	font-size:10px;
	color:#666;
}

footer p {
	text-align:center;
	font-size:10px;	
	text-decoration:none;
	padding-top:20px;
}

/* +++++++++++++++++ ARTIST PAGE +++++++++++++++++++++++++*/

#artistLine{
	width:100%x;
	
	padding-bottom:15px;
	overflow:hidden;
	margin:auto;
	
}

.artist {
	width:30%;
	height:100px;
	margin:5px;
	padding:5px;
	overflow:hidden;
	float:left;
	border:1px solid #999;
}


#artistsection{
	width:100%;
	padding-bottom:15px;
	margin:auto;
}

#artistsection h1{
	text-align:center;
	color:#333;
}

#artistsection p{
	text-align:center;
	color:#444;
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
}

#artistsection p a{
	text-decoration:none;
}

/*.artistright {
	width:30%;
	height:100px;
	margin-top:25px;
	padding:5px 10% 10px 0;
	overflow:hidden;
	float:right;
	
}

.artistleft {
	width:35%;
	height:100px;
	margin-top:25px;
	padding:5px 0 10px 15%;
	overflow:hidden;
	float:left;
	
}*/

#artistinfo {
	text-align:center;	
	font-size:95%;
}

.artistimage {
	width:100px;
	float:left;
	padding-right:10px;
}

.artistlinks {
	width:60%;
	float:left;
	text-align:left;	
}

.artistlinks h3 {
	font-size:95%;
}

.artistlinks ul {
	list-style:none;
	padding-top:5px;
    padding-left:0;
	text-align:left;
	text-decoration:none;
}

.artistlinks li {	
	padding-bottom:2px;	
}

.artistlinks ul li a {
	color:#666;
	text-decoration:none;
	font-size:83%;
}

.artistlinks ul li a:hover {
	color:#000;
}

/* 
.artgrey {
	width:940px;
	height:100px;
	background-color:#CCC;
	margin-top:20px;
	padding:5px 0 5px 5px;
	overflow:hidden;
}

.artwhite {
	width:940px;
	height:100px;
	margin-top:20px;
	padding:5px 0 10px 5px;
	overflow:hidden;
}

#artistinfo {
	text-align:center;	
	font-size:14px;
}

.artistimage {
	width:100px;
	float:left;	
}

.artistbio {
	width:620px;
	height:100px;
	float:left;
	margin-left:30px;
	padding-right:30px;
	border-right:solid 2px;	
}

.artistlink {
	width:123px;
	float:right;
	text-align:left;	
}

.artistlink ul {
	list-style:none;
	padding-top:5px;
    padding-left:0;
	text-align:left;
	text-decoration:none;
}

.artistlink li {	
	padding-bottom:5px;	
}

.artistlink ul li a {
	color:black;
	text-decoration:none;
}

.artistlink ul li a:hover {
	color:grey;
}

.artistbio p {
	padding-top:5px;
	padding-bottom:5px;
}
*/

/* +++++++++++++++++ LOCATION PAGE +++++++++++++++++++++++++*/

#locsection{
	width:940;
	padding-bottom:15px;
}

#locsection h1{
	text-align:center;
	color:#333;
}

#locsection p{
	text-align:center;
	color:#555;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	font-size:90%;
}

#locsection p a{
	text-decoration:none;
}

#locsection ul {
	
}

#locsection ul li {
	display:inline;
	width:350px;
	float:left;
	padding:13px 0 0 10px;
}

#locsection ul a {
	text-decoration:none;
	color:#333;
}

#locsection ul a:hover {
	color:#666;
}

#locinfo {
	text-align:center;	
	font-size:95%;
}

.locgrey {
	width:940px;
	height:45px;
	background-color:#DDD;
	
}

.locwhite {
	width:940px;
	height:45px;
}


/* +++++++++++++++++ Poster / Cover PAGE +++++++++++++++++++++++++*/

#postersection {
	width:940;
	padding-bottom:15px;
}

#postersection hr {
	margin:0;
}


#postersection p {
	text-align:center;
	color:#555;
	clear:both;
	font-size:90%;
	padding:10px 0 10px 0;
}

#postersection p a {
	text-align:center;
	text-decoration:none;
	color:#555;
	padding:0 30px 0 30px;
}

#postersection p a:hover {
	color:#000;
}

#postersection h1 {
	text-align:center;
	color:#333;
}

#postersection img {
	padding:10px 10px 0 10px;
}













