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

/*******************************************
					DEFAULTS
*******************************************/
*{
	padding:0;
	margin:0;
}
object, div{
	outline:none;	
}
a img{
	border:0;	
}
html, body{
	text-align:center;	/* IE 5 and IE 6 in quirks mode centering */
	background-color:#000;
}
body{
	font-size:62.5%;	
}
p, td, li{
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 4px 16px;
	line-height: 1.8em;
	font-size: 1.4em;
}
h1, h2, h3, h4{
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px 16px;
}
h1{
	font-size: 3.0em;
	line-height: 3.6em;
	padding: 10px 16px;
}
h2{
	font-size:2.0em;
	line-height: 2.4em;
	padding: 10px 16px;
}
h3{
	font-size:1.6em;
	line-height: 2.0em;
	padding: 10px 16px;
}
h4{
	font-size:1.4em;
	line-height: 1.8em;
	padding: 10px 16px;
}
h5{
	font-size:2.0em;
	line-height: 2.4em;
	padding: 0px;
}
ul, ol, dl{
	margin:10px 20px;
	padding:10px 20px;
}
li{
	
}
dt{
	
}
dd{
	
}
a{
	color:#365FB7;	/*#2E6B91*/
}
a:hover{
	color: #F79422;	
}
/*******************************************
					LAYOUTS
*******************************************/
#wrapper{
	margin:0 auto;		/* Centering for all modern browsers */
	text-align:left;		/* repair damage done by html, body rule */
	width:925px;		/* total width is 955px  940+15 */
	padding-left: 30px;
	/* with PHI the columns will be 580px and 360px  */
	background: url(../img/leftSide30.jpg) no-repeat left 80px;
}
#header{
	height:182px;
	position:relative;
	background:url(../img/topLogoHeader925.jpg) no-repeat left top;
}
#nav{
	position:absolute;
	bottom:20px;
	right: 0px;
}
#content{
	border:1px solid transparent;
	position:relative;
	margin-top:-20px;
	padding-bottom: 20px;	/* to leave space for the footer graphic to overlap */
	background:#ddd url(../img/contentGradient.png) repeat-x left top;
	border-radius: 12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-radius:12px;
}
#artistList{
	width:23em;
	float:left;
	background:#ddd url(../img/contentGradient.png) repeat-x left -120px;
	border-top:8px solid #DDD;
	border-right:1px solid #FFF;
	padding-top:10px;
	margin:16px 6px;
}
#footer{
	position:relative;
	margin-top:-20px;
	margin-left:-15px;
	background:transparent url(../img/footerSolo.png) no-repeat center bottom;
}

/*******************************************
					NAVIGATION
*******************************************/
#nav ul#menu{
	list-style:none;
	padding-right:0;
}
#nav ul#menu li{
	display:inline;
	float:left;
	width:100px;
	margin:0 2px;
	padding:0;
}
#nav ul#menu li a, #nav ul#menu li a:visited{
	background: url(../img/blueTab100.png) no-repeat right top;/* */
	color:#000;
	display:block;
	text-align:center;
	width:90px;
	padding:3px 5px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	text-decoration:none;
	font-weight:bold;
}
#nav ul#menu li a:hover{
	font-weight:normal;
	background: url(../img/orangeTab100.png) no-repeat right top;
}
#nav ul#menu li a#current{
	background: url(../img/orangeTab100.png) no-repeat right top;
}
/*#nav ul li a.mainmenu{
	background: url(../img/otherTabLeft.png) no-repeat left top;
	display:block;
	padding-left:5px;
}
#nav ul li a.mainmenu:hover{
	background: url(../img/hoverTabLeft.png) no-repeat left top;	
	padding-left:5px;
}*/
/*******************************************
					CONTENT
*******************************************/
#content h1.mainTitle {
	font-size: 4.0em;
	line-height: 100%;
	margin:30px 0;
}
#content p{
	padding: 1em 3em;	
}
#content h2{
	padding:0px 30px;
	color:#FFF;
}
#content h3{
	/* artist heading */
	padding:0px 30px;
	font-size: 2.0em;
	color:#666;
}
#content h4{
	/* sub headings */
	padding:10px 30px;
	margin:0 30px;
}
#content ul{
	margin:0 40px;	
}
#content ul li a{
	line-height: 1.8em;
	font-size: 1.4em;	
}
ul#allArtists{
	margin:10px auto;
	padding:5px 0;
	width: 680px;
}
ul#allArtists li{
	float:left;
	display:inline;
	width:320px;
	height:240px;
	margin:10px;
	padding:0;
}
ul#allArtists li p{
	width:320px;
	height:240px;
	margin:0;
	padding:0;
	display:block;
}
ul#allArtists li a{
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 1.0em;
}
ul#allArtists li a:hover img{
	border:1px solid #06C;
	background:#A6DAF9;
}
ul#allArtists li a img{
	width:300px;
	height:200px;
	background:#fff;
	padding:9px;
	border:1px solid #000;
}
#artistList ul{
	list-style:none;
	margin:0 6px;
	padding: 8px;
}
#artistList li{
	font-size:1.0em;	
	padding: 4px 8px 4px 20px;
}
#artistList li a{
	font-weight:bold;
	letter-spacing:1px;
}
div.imgFR, img.imgFR{
	float:right;
	clear:right;
	padding: 30px 10px 12px 10px;
}
div.imgFL, img.imgFL{
	float:left;
	clear:left;
	padding:12px 10px;	
}
.placeholder{
	background:#fff;
	border:1px solid #333;
	margin: 5px 10px;
}
#footer p{
	height:30px;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:bottom;
	text-align:right;
	font-size:1.0em;
	color:#fff;
}
table{
	border:0px;	
}


tr{
	
}
thead th{
	padding:0.5em 1.0em;
	font-weight:bold;
}
tbody td{
	padding:0.5em 1.0em;
}
.odd{
	background:#bbb;
}
.even{
	background:#fff;	
}
/*******************************************
					FORMS
*******************************************/
form{
	margin:10px;
	padding: 1.4em 3.0em;
	border:1px solid #fff;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-o-border-radius:12px;
}
legend{
	
}
fieldset{
	padding:1em;
}
.formBox{
	display:block;
	clear:both;
}
.formBox label{
	float: left;
	width: 100px;
	margin:5px 20px 5px 5px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color:#333;
	text-align:right;
}
.formBox input, .formBox select, .formBox textarea{
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color:#333;
	margin:5px;
}
.formColumn{
	width:350px;
	float:left;
	outline:1px solid #999;
	padding:10px;
	margin:10px;
}
.formColumn label{
	display:block;
	margin:5px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color:#333;
}
.formColumn input, .formColumn select, .formColumn textarea{
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color:#333;
	margin:5px;
}
optgroup option{
	padding-left: 1.4em;
	margin-left: 1.4em;
}
.narrow{
	width:50px;	
}
.mid{
	width:200px;	
}
.wide{
	width:300px;	
}
.xtrawide{
	width:450px;
}
.btn{
	width:auto;	
	padding-left:10px;
	padding-right:10px;
}
.buttons{
	text-align:center;	
}
#content p.error{
	background:#FF8080 url(../img/exclamation.png) no-repeat 20px 4px;
	color:#800000;
	padding:4px 10px 4px 60px;
	border-top:1px solid #800000;
	border-bottom:1px solid #800000;
	font-size: 1.2em;
	line-height:1.4em;
	font-weight:bold;
}
#content p.info{
	background:#A6DAF9 url(../img/information.png) no-repeat 20px 4px;
	color:#004080;
	padding:4px 10px 4px 60px;
	border-top:1px solid #004080;
	border-bottom:1px solid #004080;
	font-size: 12px;
	line-height:20px;
	font-weight:bold;
}
/*******************************************
					TABLES
*******************************************/


/*******************************************
					SPECIAL
*******************************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* fix for IE6 */
* html .clearfix{ }
/* fix for IE7 */
*:first-child html .clearfix {height:1px;}


