/* ########## 
Site Colors:
Blue #6d8dbe;
Dark Brown #3c2d02;
Light Brown #6e6345;
Gray #cccccc;
White
 ########## */
 
/* ########## Layout ########## */
html,body {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	min-height: 100%;
	font-family:arial,helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
}
html {
	background-color: #3c2d02;
}
body {
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
div#pagewidth {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#wrapper {
	position: relative;
	border: 1px solid white;
	padding-left: 72px;
	padding-right: 72px;
	padding-top: 15px;
	padding-bottom: 60px;
	margin-top: 30px;
}
h1,h2,h3,h4,p,ul,li { margin:0; padding:0; }
img { border: none; }


/* ########## Master Divs ########## */
div#header {
	height: 100px;
	position: relative;
	width: 100%;
}
div#nav {
	height: 24px;
	text-align: right;
	position: relative;
}
div#main {
	position: relative;
	width: 100%;
}
div#footer {
	position: relative;
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #3c2d02;
	font-size: 11px;
}
div#tracking {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* ########## Main Nav ########## */
div#nav .gallery, div#nav .lounge { display: none; padding-top: 5px; height: 24px; }
#gallery div#nav .gallery, #home div#nav .gallery, #lounge div#nav .lounge { display: block; }

div#nav a {
	text-decoration: none;
	font-size: 11px;
	color: #6d8dbe;
	font-weight: bold;
	margin-left: 10px;
	padding-bottom: 3px;
}
div#nav a:hover, div#nav a.selected {
	color: white;
	border-bottom: 2px solid white;
}

/* ########## Footer ########## */
#footer a {
	color: #3c2d02;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* ########## Header ########## */
div#header a#logo {
	position: absolute;
	margin-top: 33px;
}
#header div#topnav {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}
#header div#topnav a {
	color: #6e6345;
	font-weight: bold;
	margin-left: 15px;
	text-decoration: none;
}
#header div#topnav a:hover {
	color: #6d8dbe;
}
#header div#topnav a.selected {
	color: white;
}
#header .hours {
	color: white;
	text-align: right;
	font-size: 13px;
	line-height: 21px;
	position: relative;
	top: 15px;
}
#header .hours a {
	text-decoration: none;
	color: #6d8dbe;
	font-size: 18px;
}
#header .hours a:hover {
	text-decoration: underline;
}

/* ########## Content ########## */
div#content {
	border-top: 1px solid white;
	position: relative;
	margin:0; padding:0;
	font-size: 13px;
	line-height: 18px;
}
#gallery #content { background-color: #cccccc; color: #3c2d03; }
#content { background-color: #463810; color: #6d8dbe; }

#gallery #content a { text-decoration: underline; color: #3c2d03; }
#gallery #content a:hover { text-decoration: underline; color: white; }
#content a:hover { text-decoration: underline; color: white; }
#content a { text-decoration: underline; color: #6d8dbe; }

#content a.homelink { text-decoration: none; color: white; }
#content a.homelink:hover { text-decoration: none; color: #6d8dbe; }

#content p { margin-bottom: 15px; }
#content .right { float: right; }
#content img.padding-left { margin-left: 12px; margin-bottom: 5px; }
#content img.padding-right { margin-right: 12px; margin-bottom: 5px; }
#content .gray_text{ color: #666666; }
#content .violator { position: absolute; }
#content .large { font-size: 14px; line-height: 20px;}
#content { font-size: 13px; }
#content .medium { font-size: 13px; }
#content .small { font-size: 12px; }
#content .xsmall { font-size: 11px; }
#content .xxsmall { font-size: 10px; }
#content .leading-medium { line-height: 17px; }
#content .caps { text-transform: uppercase; }
#content .tiny { font-size: 9px; }
#content .center { text-align: center; margin-left: auto; margin-right: auto;}
#content h1 {
	color: #6d8dbe;
	font-size: 18px;
	font-family:arial,sans-serif;
	font-weight: normal;
	padding-bottom: 20px;
}
div#content h2 {
	color: #6d8dbe;
	font-size: 14px;
	font-weight: bold;
}
div#content h3 {
	color: #6d8dbe;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
div#content h4 {
	color: #6d8dbe;
	font-size: 10px;
	font-family:arial,sans-serif;
	font-weight: normal;
	padding-bottom: 20px;
}
div#content ul {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: url(images/site/icons/bullet.gif);
	margin-left: 16px;
	margin-bottom: 10px;
}
div#content ul li { margin-bottom: 2px; }
br.clear { clear: both; }
div.clear { clear: both; }

#content .menuitem {
	width: 150px;
	height: 100px;
	margin: 10px;
	margin-left: 0px;
	padding: 10px;
	float: left;
	overflow: auto;
}
#wrapper div#content div.artists a {
	color: white;
	text-decoration: none;
	line-height: 21px;
}
#wrapper div#content div.artists a:hover {
	color: #6d8dbe;
}

/* ########## Sub Nav ########## */
div#subnav {
	width: 150px;
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
	line-height: 25px;
	font-size: 11px;
}
div#wrapper div#subnav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
div#wrapper div#subnav a:hover, div#wrapper div#subnav a.selected:hover {
	text-decoration: none;
	color: #6d8dbe;
}
div#wrapper div#subnav a.selected {
	text-decoration: none;
	color: white;
}
a.button {
	width: 41px;
	height: 13px;
	display: block;
	padding: 2px;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #555555;
	text-align: center;
	color: #666666;
	font-size: 10px;
}
a.button:hover { background-color: white; border-color: black; color: black; }