html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*//////////////////// Structural Styles ////////////////////*/

body {
	background: #1c1c1c url(img/page_bg.jpg) top center no-repeat;
	font: 1em 'Verdana', 'Arial', sans-serif;
	color: #adadad; }

#wrap {
	width: 1024px;
	margin: 0 auto; }

#header {
	height: 190px; }

#logo {
	width: 314px;
	height: 139px;
	position: relative;
	left: 155px;
	top: 26px; }

#logo a {
	display: block;
	width: 314px;
	height: 139px;
	background: url(img/logo.jpg); }

#title {
	width: 366px;
	height: 69px;
	position: relative;
	left: 511px;
	top: -101px; }

#title h1 a span {
	display: none; }

#title a {
	display: block;
	width: 366px;
	height: 69px;
	background: url(img/title.jpg); }

#nav {
	width: 298px;
	height: 38px;
	position: relative;
	left: 544px;
	top: -93px; }

#content {
	clear: left;
	width: 944px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -55px; }

#bottom_nav {
	float: right; }

#feature_img {
	border: 10px solid #fff;
	margin-bottom: 30px; }

#feature_img_info {
	float: left; }

.h2 {
	height: 40px;
	background: #151515 url(img/h2_bg.jpg) no-repeat;
	text-align: left; }

.h2 p {
	line-height: 3.3em; }

.h3 {
	height: 40px;
	margin-top: 10px;
	background: #1b1b1b url(img/h3_bg.jpg);
	text-align: left; }

.h3_lower {
	height: 40px;
	background-color: #181818;
	text-align: left; }

#greybox_top, .greybox, .greybox_left, .greybox_right {
	padding: 25px 30px;
	margin-bottom: 30px;
	background-color: #222222;
	text-align: left; }

#greybox_top {
	background: #222222 url(img/content_top_bg.jpg) top center no-repeat; }

.greybox_wrap_left {
	width: 457px;
	float: left; }

.greybox_wrap_right {
	width: 457px;
	float: right; }

#artist_img {
	border: 10px solid #fff;
	margin-right: 30px;
	float: left; }

#artist_detail_img {
	border: 10px solid #fff;
	margin: 5px 0 0 30px;
	float: right; }

#artist_intro {
	font: normal 1.7em/1.6em 'Rokkitt', 'Georgia', serif;
	color: #fff;
 	position: relative;
	top: 60px; }

.gallery_box {
	margin: 20px 0;
	text-align: left; }

.gallery_box a img {
	border: 10px solid #fff;
	margin: 0 20px 20px 0;
	float: left; }
	
.gallery_box a:nth-child(4n+0) img {
	margin-right: 0; }

#contact_list {
	list-style-type: none;
	font: normal 1.7em/1.6em 'Rokkitt', 'Georgia', serif;
	color: #fff;
	float: left;
	margin-right: 40px; }

#contact_list li {
	padding: 0 0 5px 70px;
	line-height: 45px; }

#contact_email {
	background: url(img/icon_email.jpg) no-repeat; }

#contact_phone {
	background: url(img/icon_phone.jpg) no-repeat;}

/*//////////////////// Typography Styles ////////////////////*/

p {
	font-size: .75em;
	line-height: 2.5em; }

.greybox ul {
	font-size: .75em;
	line-height: 1.5em;
	list-style-type: disc;
	margin-left: 1.1em; }

.greybox ul li {
	padding-bottom: 1.5em; }

li span {
	color: #fff; }

h2 {
	color: #fff;
	font: normal 1.9em 'Rokkitt', 'Georgia', serif;
	text-transform: uppercase;
	margin-left: 11px;
	line-height: 1.4em; }

h3 {
	color: #d4d4d4;
	font: normal 1.3em 'Yanone Kaffeesatz', 'Arial', 'Verdana', sans-serif;
	text-transform: uppercase;
	margin-left: 11px;
	line-height: 1.95em; }

a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff; }

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

span {
	color: #373737; }

.h2 p a#active {
	text-transform: uppercase;
	text-decoration: none;
	color: #adadad; }

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

#nav li {
	display: inline; }

#nav li a {
	display: block;
	float: left;
	height: 38px; }

#nav li a span {
	display: none; }

/**/

#home a {
	width: 62px;
	background: url(img/nav_home.jpg) top; }

#homeActive a {
	width: 62px;
	background: url(img/nav_home.jpg) 0 38px; }

#home a:hover, #homeActive a:hover {
	width: 62px;
	background: url(img/nav_home.jpg) 0 76px; }

/**/

#artist a {
	width: 72px;
	background: url(img/nav_artist.jpg) top; }

#artistActive a {
	width: 72px;
	background: url(img/nav_artist.jpg) 0 38px; }

#artist a:hover, #artistActive a:hover {
	width: 72px;
	background: url(img/nav_artist.jpg) 0 76px; }

/**/

#gallery a {
	width: 80px;
	background: url(img/nav_gallery.jpg) top; }

#galleryActive a {
	width: 80px;
	background: url(img/nav_gallery.jpg) 0 38px; }

#gallery a:hover, #galleryActive a:hover {
	width: 80px;
	background: url(img/nav_gallery.jpg) 0 76px; }

/**/

#contact a {
	width: 84px;
	background: url(img/nav_contact.jpg) top; }

#contactActive a {
	width: 84px;
	background: url(img/nav_contact.jpg) 0 38px; }

#contact a:hover, #contactActive a:hover {
	width: 84px;
	background: url(img/nav_contact.jpg) 0 76px; }
