/*********************** Utility ***********************/

* {
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
	height:1px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*********************** Page Layout ***********************/

body {
	padding:0;
	margin:0;
	text-align:center;
	background: url(../images/page_layout/body_bkg.gif) no-repeat top center;
}

#page {
	width:760px;
	margin:0 auto;
	text-align:left;
}

#banner {
	width:100%;
	height: 70px;
}

/*#bannerBkg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:5em;
	background: #6C6A60;
}*/

#header {
	width:100%;
/*	height:8.5em;
*/	padding:40px 0 0 0;
/*	background:#D0CFC5;
*/
}

/*#headerBkg {
	position:absolute;
	top:5em;
	left:0px;
	width:100%;
	background: #D0CFC5;
	height:10em;
}*/

#content {
/*	margin-left: 190px;
*/	margin-top:4em;
}






/*********************** Navigation ***********************/

#navigation {
	margin-left: 240px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0px;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: .5em;
	padding-top: 0;
	list-style:none;
	text-align:right;
	width:180px;
}

#navigation li {
	text-decoration:none;
	color:#555;
	font-size:90%;
	margin: .5em;
}

#navigation a {
	text-decoration:none;
	color:#555;
	font-size:90%;
	padding:0.5em;
}

#navigation a:hover {
	background-color: #cd6171;
	text-decoration:none;
	color:#fff;
	font-size:90%;
}



/*********************** Content Formatting ***********************/

img {
	border:none;
}

h1 {
	color:#6C6A60;
	font-weight: normal;
	font-size: 125%;
}

h2 {
	font-size:120%;
	color:#6C6A60;
	font-weight: normal;
	margin-left:-1em;
	padding-left:1em;
	border-left:4px solid #8A2B5D;
}

p {
	font-size:75%;
}

#content p a {
	color:#6C6A60;
}

#content p a:hover,
#content p a:visited:hover {
	color:#cd6171;
}

.artistSummary {
	float:left;
	width:45%;
	margin:0 0 2em 2px;
	padding:0.5em;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #eee;
	background-color: #fff;
}

.artistSummary img {
	float:left;
	margin-right:1.5em;
	width: 120px;
	height: 90px;
}

.artistSummary h2 {
	color: #cd6171;
	font-size:100%;
	font-weight: normal;
	margin-left:0;
	margin-top:0;
	padding-left:0;
	margin-bottom:0px;
	border:none;
}

.artistSummary h3 {
	font-size:80%;
	margin-top:0px;
	margin-bottom:0px;
}

.artistSummary p {
	margin-top:0px;
}

.artistSummary p a {
	color:#000;
	text-decoration:none;
	background-color:#ddd;
	padding-left:1em;
	padding-right:1em;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.artistSummary p a:hover {
	color:#fff;
	background-color:#bbb;
/*	padding:1em inherit;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;*/
}


.gallery {
	text-align:left;
	clear:left;
	margin-top:4em;
}

.gallery img {
	width: 120px;
	height: 90px;
	margin-right:15px;
	margin-bottom:15px;
}


.quicktimeSelector {
	margin-top:3em;
}
.quicktimeSelector img {
	width: 120px;
	height: 90px;
	float:left;
	margin-right:10px;
}
.quicktimeSelector h2 {
	font-size:85%;
	color:#6C6A60;
	font-weight: normal;
	margin-left:0;
	margin-top:0;
	padding-left:0;
	margin-bottom:0px;
	border:none;
}
.quicktimeSelector h2 a {
	color:#6C6A60;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
.quicktimeSelector h2 a:hover, .quicktimeSelector h2 a:visited:hover {
	color:#000;
}
.quicktimeSelector ul {
	list-style:none;
	margin:0.8em 0 0 0;
	padding:0;
}
.quicktimeSelector ul li {
	display:inline;
	font-size:75%;
}
.quicktimeSelector li a {
	color:#000;
	text-decoration:none;
	background-color:#D8D7D1;
	padding-left:1em;
	padding-right:1em;
	margin-right:1em;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 25px 25px;
}
.quicktimeSelector li a:hover {
	color:#fff;
	background-color:#7F7D74;
}



#videoContainer {
	text-align: center;
	padding: 35px;
}
.videoPopup {
	background-color: #fff;
	background-image:none;
}
#videoSizes {
	color: #ccc;
}
#videoSizes a {
	color: #000;
}
#videoSizes a:hover {
	color: #fff;
	background-color:#000;
}
