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

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

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

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

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

#banner {
	width:100%;
	height:5em;
	background: url(../images/page_layout/banner_bkg.jpg) no-repeat 160px top;
}

#header {
	width:100%;
	height:8.5em;
	padding:1.5em 0 0 0;
}



#content {
	margin-left:190px;
	margin-bottom:3em;
}






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

#navigation {
	margin:0;
	padding:0 0.5em 0 0;
	list-style:none;
	text-align:right;
	width:180px;
	border-right:1px solid #6C6A60;
}

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

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

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



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

img {
	border:none;
}

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

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

p {
	font-size:75%;
}

p a, p a:visited {
	color:#6A6760;
}

p a:hover, p a:visited:hover {
	color:#000;
}

.artistSummary {
	clear:both;
	margin:0 0 4em 0;
	padding:1em;v
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #eee;
	background-color: #f9f7fb;
}

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

.artistSummary h2 {
	font-size:100%;
	color:#8A2B5D;
	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:#e9e9e9;
	padding-left:0.5em;
	padding-right:0.5em;
	margin-left:0.5em;
	margin-right:0.5em;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.artistSummary p a:hover {
	color:#fff;
	background-color:#bbb;
}


.gallery {
	text-align:left;
}

.gallery img {
	width:80px;
	height:60px;
	margin-right:10px;
	margin-bottom:15px;
}


.quicktimeSelector {
	margin-top:3em;
}
.quicktimeSelector img {
	width:80px;
	height:60px;
	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;
}
