* { font-size: 1em; }
html,body { margin: 0; padding: 0; font-size: 100%; }
body {
	background:#fff;
	color: #333;
	font: 12px "Franklin Gothic Book","Futura Book", Tahoma, sans-serif;
	border-top: 40px solid #E4E4E4;
}

#canvas {
	background: #fff;
	width: 100%;
	padding-bottom: 15px;
}
#masthead {
	background: #5d0e07;
	color: #fff;
}
#masthead .content {
	width: 994px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: -35px;
	right: 0px;
	border: none;
}
#masthead h1 {
	font: 2.5em Futura,"Franklin Gothic Book",sans-serif;
	width: 65%;
	margin: 0;
	padding: 2px 0;
}
#masthead ul {
	width: 35%;
	position: absolute;
	font-weight: bold;
	top: 12px;
	right: 0;
	text-align: right;
	word-spacing: 3px;
}
#masthead li { display: inline; }

#content {
	width: 994px;
	min-height:500px;
	margin: 0 auto;
}
#photo, #info { float: left; display: inline; }
#photo
{
	width: 686px;
    height: 450px;
	text-align: center;
	padding: 30px 0;
    background: #000;
    display: block;
    overflow-y: hidden;
    position: relative;
}
#photodetail { color: #FFF; }
#photo img {
	display: block;
	margin: 0 auto;
}
#next_prev_links
{
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    display: none;
}
#next_link,
#prev_link
{
    position: absolute;
    width: 100px;
    padding-top: 100px;
    bottom: -50px;
}
#next_link
{
    background: url(/images/right_arrow.png) 100% 50% no-repeat;
    right: 0;
}
#prev_link
{
    background: url(/images/left_arrow.png) 0 50% no-repeat;
    left: 0;
}
#info { width: 269px; padding: 15px; }
/* \*/* html #info { overflow: hidden; }/* make sure IE win doesn't overflow it's bounds */

#artistbio {
	background: #f8f7f7;
	border: 1px solid #e4e4e4;
	margin: 2em 1em;
	padding: 10px;
	word-wrap: break-word; /* useful for breaking down extra long email/web addresses, but only in IE*/
}

#thumbs { padding: 5px 5px 10px; height:90px; }
#thumbs p { font-size: .9em; margin: .5em 0 0; }
#thumbs ul {
	padding: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
#thumbs li
{
    display: inline;
    padding: 0 3px;
    position: relative;
}
#thumbs a
{
    display: inline-block;
    width: 54px;
    height: 54px;
    background: 2px 2px no-repeat;
}
#thumbs img {
	width: 50px;
	height: 50px;
}

#footer {
    clear:both;
    width:994px;
    margin:0 auto;
}
#footer .nav {
	width: 240px;
	margin-left: auto;
	margin-right: 30px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}	
#footer .nav li { display: inline; padding: 0 5px; }


.nav, .nav ul, .nav dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	overflow: hidden;
}
:root .container { overflow: visible; }
.container:after {
	display: block;
	content: '.';
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

a:link, a:visited {
	color: #686767;
}

#footer a:link, #footer a:visited {
	color: #686767;
	text-decoration: none;
	border-bottom: 2px solid #dfdede;
}

#regnav a:link, #regnav a:visited {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: -.5px;
	word-spacing: normal;
}
