@charset "UTF-8";
/* CSS Document */


/* CSS Reset
-------------------------------------------------------------- */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus {outline: 0;}
body {line-height: 1.5;}
ol, ul {list-style-type: none;}
table {border-collapse: collapse; border-spacing:0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote, q {quotes: "" "";}
img {margin: 0; padding: 0;}
a img { border: none; }


/* CSS Styles
-------------------------------------------------------------- */

* { padding: 0; margin: 0; }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #6D6F71;
	line-height: 18px;
}
#container {
	margin: 0 auto;
	width: 840px;
}
#logo {
	width: 250px;
	float: left;
	height: 70px;
	background-image: url(assets/logo.gif);
	background-repeat: no-repeat;
}
#info {
	float: right;
	margin-top: 30px;
	width: 450px;
}
#header {
	height: 250px;
	width: 840px;
	float: left;
	margin-bottom: 30px;
	background-image: url(assets/header.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	width: 210px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	height: 400px;
}
#nav {
	list-style-type: none;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	width: 210px;
	margin-bottom: 30px;
	color: #FFFFFF;
}
#nav   a:link, #nav a:visited {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #808285;
	width: 210px;
	padding-bottom: 4px;
	line-height: 30px;
	display: block;
}
#nav a:hover {
	color: #F7931E;
}
#content {
	width: 600px;
	float: left;
	margin-bottom: 30px;
}
#footer {
	width: 840px;
	clear: both;
	text-align: center;
	height: 30px;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808285;
}
h1 {
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
}
h2 {
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	padding-bottom: 8px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	color: #F7931E;
	line-height: normal;
	margin-bottom: 8px;
}

a:link, a:visited {
	color: #F7931E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F7931E;
}
a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}
.pageTitle {
	width: 600px;
	background-image: url(assets/elements/contentDivider.gif);
	background-repeat: no-repeat;
	height: 45px;
	float: left;
	margin-bottom: 20px;
}
.image {
	float: left;
	width: 600px;
	margin-bottom: 0px;
	display: inline;
	margin-top: 0px;
}
.imagePadding {
	float: left;
	width: 600px;
	margin-bottom: 20px;
	display: inline;
	margin-top: 20px;
}
.text {
	float: left;
	width: 600px;
	margin-bottom: 0px;
	display: inline;
	margin-top: 10px;
}
.name {
	color: #333333;
}
.bold {
	color: #333333;
	font-weight: bold;
}
.divider {
	width: 600px;
	clear: both;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808285;
	margin-top: 30px;
	float: left;
}
.artistImage {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 30px;
}
.artistInfo {
	float: left;
	width: 420px;
}
#contactInfo {
	width: 200px;
	float: left;
	margin-right: 30px;
}
#contactMap {
	float: left;
	height: 370px;
	width: 370px;
}
.highlight {
	color: #D23D13;
}

.gallery-hours
	{
	margin-bottom: 5px;
	}
	
.light-grey
	{
	color: #bbb;
	}	
	
.img a
	{
	border: none;
	}

hr 		{ color: #333; background: #444; border: 0; height: 1px; margin: 30px 0; }	
	
p { margin-bottom: 15px; }	

