/* layout */

* {
	margin: 0;
	padding: 0;
}

#menu {
	width: 200px;
	overflow: auto;
  top: 0;
	left: 220px;
  position: fixed;
  height: 100%;
  padding-left: 10px;
  padding-top: 45px;
}

#menu .logo {
	padding: 10px 0 5px;
	position: relative;
	left: 2px;
}

#menu ul {
	list-style: none;
	margin: 12px 0;
  line-height: 30px;
}

#menu ul li, #menu .copyright {
	margin-left: 12px;
}

#menu .copyright {
	margin-top: 17px;
}

hr {
	text-align: left;
}

hr.top {
	width: 140px;
	border: 2px solid black;
	border-collapse: collapse;
}

hr.middle {
	width: 144px;
	border-style: none;
  border-bottom: 1px solid #999;
}

hr.thin {
	border-style: none;
  border-bottom: 1px solid #999;
}

#content {
    height: 100%;
    margin: 0 0 0 430px;
    padding: 10px 0 50px 0;
		clear: both;
}

.container {
    padding: 5px 0;
}

.banner {
	padding-bottom: 9px;
}

/* typography */

body {
	font-size: 13px;
	color: #444;
  font-family: 'Trade Gothic W01 Light', Helvetica, Arial, sans-serif;
	background: #fff;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:hover { text-decoration: none; color: #888; }

#menu { color: #999; }
#menu a {
	font-family: 'Trade Gothic W01 Light', Helvetica, Arial, sans-serif;
	color: #666;
	font-weight: normal;
}
#menu a:hover, #menu a.current { color: #000; }
#menu a:active { color: #333; }

#menu ul li.section-title { font-weight: bold; color: #333}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; font-weight: lighter; font-style: normal;}
h4 { font-size: 15px; color: #000; font-style: bold;}
h5 { font-size: 14px; color: #555; font-weight: lighter}
h5 a {color: #333; font-weight: lighter}


/* misc. */

body.section-1 { }
body.section-2 { }
body.section-3 { }

a img { border: none; }

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup { bottom: 1ex; }
sub { top: .5ex; }


/* content styling */

blockquote {
	padding: 0 0 1em 2em;
}

.span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
  float: left;
}

.span4 > hr 
{
    border-style: none;
    border-bottom: 0px solid #ccc;

    margin-left: 10px;
    margin-right: 10px;
}

#columns
{
    width: 600px;
    padding-top: 95px;
}

#columns .span1
{
    line-height: 30px;
    padding-top: 5px;
}

#columns .span4 
{
    line-height: 40px;
}


/* artist pages */

.artistheader {
	width: 600px;
	height: 40px;
	margin-top: -28px;
	clear: both;
}

.artistname {
	width: 350px;
	float: left;
	letter-spacing: .1em;
}

.artistcontact {
	width: 250px;
	float: right;
	text-align: right;
}

.artiststatement p { margin: .8em 0; }


/* home page */
#content.home {
	padding-top: 32px;
}

#content.home #img-container {
	margin: 2px 0 0 0;
}


/* galleries */

#img-container {
	width: 600px;
	margin: 0;
	line-height: normal;
	float: left;
}

.gallery_img {
	width: 600px;
	height: 480px;
	line-height: 480px;
	text-align: center;
	padding: 0;
	margin-bottom: 1em;
}

.gallery_img a {
	height: 480px;
}

.gallery_img img {
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.gallery_text, .gallery_nav {
	width: 280px;
	height: 30px;
}

.gallery_text {
	float: left;
}

.gallery_nav {
	float: right;
	text-align:right;
}

.gallery_copyright {
	width: 600px;
	float: left;
	text-align:right
}

.bottomspacer {
	float: left;
	width: 600px;
	height: 60px;
	clear: both;
}