* {
	margin: 0;
	padding: 0;
}
html,
body {
	background: url(../images/gradient.jpg) top left repeat-x #fff;
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666;
}
body.home {
	background: url(../images/gradient-home.jpg) top left repeat-x #fff;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* end clearfix */

a {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}

p {
	margin: 0 0 1em 0;
}

ul, li {
	list-style: none;
}

#container {
	margin: 0 auto;
	width: 900px;
}

/*** HEADER ***/

#header {
	width: 680px;
	padding: 21px 0 0 0;
	margin: 0 auto;
	color: #000;
	text-align: right;
}

#header a {
	text-decoration: none;
}

#header img {
	float: right;
	border: 1px solid #000;
	display: block;
}
#header #header-nav {
	float: right;
	margin: 0 16px 0 0;
	padding: 55px 0 0 0;
}

#header h1 {
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 0 4px 0;
}
#header h1 a {
	color: #fff;
}

#header-nav li {
	float: left;
	padding: 0 0 0 3px;
	margin: 0 3px 0 0;
	border-left: 1px solid #000;
}
#header-nav li.page-item-18 {
	padding: 0;
	border: 0;
}
#header-nav li.page-item-5 {
	margin: 0;
}

#header-nav li a {
	display: block;
	padding: 2px 5px;
}

#header-nav li a:hover {
	background: #808080;
	color: #fff;
}

#header-nav li ul {
	display: none;
}

/* Homepage */

.home #header {
	padding: 140px 0 0 0;
}

.home #header #header-nav {
	padding: 175px 0 0 0;
}

.home #header img {
	border: none;
}

.home #header-nav li {
	float: none;
	border: none;
}
.home #header-nav li.page-item-5 {
	margin: 0 5px 0 0;
}
.home #header-nav li a:hover {
	background: none;
	color: #666;
}

.home h2 {
	font-size: 1.2em;
}

.home #recent-news li {
	margin: 0 0 1em 0;
}

.home #recent-news li .date {
	float: left;
	margin: 0 10px 0 0;
	width: 60px;
	text-align: right;
}
.home #recent-news li h3 {
	float: left;
	font-weight: normal;
	font-size: 1em;
}
.home #recent-news li h3 a {
	text-decoration: underline;
}
.home #recent-news li h3 a:hover {
	text-decoration: none;
}

/*** MIDDLE ***/

h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.8em;
	margin: 0 0 1em 0;
}

#middle {
	padding: 50px 0 0 0;
	margin: 0 auto 30px auto;
	width: 640px;
	line-height: 1.5em;
	text-align: left;
}

#content {
	text-align: left;
	position: relative;
}

#content #abs-image {
	position: absolute;
	top: 0;
	right: 0;
}

/* Statement */

.statement img {
	float: left;
}
.statement #content {
	float: right;
	width: 450px;
}


/* Awards */

.awards dt {
	font-weight: bold;
	font-size: 1.3em;
	color: #000;
}
.awards dd {
	margin: 0 0 1.5em 0;
}


/* Press */

.press dt {
	font-style: italic;
}
.press dd {
	text-align: right;
	margin: 0 0 1.5em 0;
}
.press dd span {
	display: block;
	font-size: .9em;
}


/* Shows */

.shows li {
	margin: 0 0 1em 0;
}
.shows li .date {
	float: left;
	margin:0 15px 0 0;
	text-align:right;
	width: 110px;
}
.shows li .info {
	float: left;
	width: 450px;
}
.shows h3 {
	color: #000;
	font-size: 1.4em;
}
.shows h4 {
	font-size: 1.2em;
}


/* Resume */

.resume h3 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
}

.resume h4 {
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 1em 0;
}

.resume p {
	margin: 0 0 1em 2em;
}
.resume p.name {
	margin: 0 0 1em 0;
}

/** NEWS **/

.news #content {
	float: left;
	width: 450px;
}
.news #sidebar {
	float: right;
	text-align: left;
	width: 130px;
}
.news #sidebar h2 {
	font-size: 1em;
	margin: 0 0 6px 0;
	font-weight: normal;
	text-transform: uppercase;
}
.news h2 {
	font-size: 1.2em;
	text-transform: none;
	text-align: left;
	font-weight: bold;
	margin: 0 0 0 0;
}

.news #sidebar p {
	font-family: Georgia, times, serif;
	font-style: italic;
}

/*** GALLERY ***/

#gallery ul li {
	float: left;
	width: 210px;
	height: 200px;
	text-align: center;
	margin: 0 0 20px 0;
}

#gallery-nav {
	margin: 0;
	padding: 0;
}
#gallery-nav div {
	float: left;
	text-align: center;
	width: 300px;
	margin: 0 0 30px 0;
	padding: 0;
	text-indent: 0;
}

/*** FOOTER ***/

#footer {
	border-top: 1px solid #d6c7ad;
	font-size: .9em;
	padding: 15px 0;
}

#footer p.copyright {
	font-size: .85em;
}












