@CHARSET "UTF-8";


div.gallery ul, div.gallery ul li{
	margin:0;
	padding:0;
}
div.gallery ul li{
	list-style:none;
	float:left;
	display:inline;
	margin: 5px;
}



/*  */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/*  */



/* LAYOUT */

body {
	/*background:#E8E8E8 url(img/bg_white.gif) repeat-y scroll left 0;*/
}

.container {
	/*background:#E8E8E8 url(img/bg_dropshadow.gif) repeat-y scroll left 0;*/
}

#main {
 background: #fff;
 margin-top: 10px;
}

#sidebar h2 {
	color: #092c56;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: -1px;
	margin: 30px 0 0 0;
	font-weight: bold;
}

#sidebar h3 {
	color:#999999;
	font-size:1em;
	font-weight:bold;
	text-transform:lowercase;
}

#sidebar h4 {
	font-weight:bold;
	margin-bottom: 0;
}


/** HOME PAGE **/

#main .details {
	padding-right: 10px;
}

#main .details h2 {
	font-size: 2em;
	letter-spacing: -1px;
	margin-bottom: 0;
}

#main .details h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #b5b5b5;
}

.thumb {
	margin-top: 10px;
}


/** LOGO AND HEADER **/

h1#gallery {
	font-family: "Minion Pro", Times New Roman, Georgia, serif;
	font-size: 2em;
	color: #082b55;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	background: url(img/logo.gif) top left no-repeat;
	padding: 0 0 0 75px;	
	height: 52px;

}

h1#gallery em {
	color:#666666;
	font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-size:0.7em;
	font-style:italic;
	font-weight:normal;
	text-transform:none;
}

#address { margin: 10px 0;}

/** NAVIGATION **/

.nav {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;	
}

.nav li {
  display: inline;
  list-style-type: none;	
}

#header #navigation ul {
}

#header #navigation ul li {
}

#header #navigation ul li a {
	text-decoration: none;
	color: #333;
	padding: 0 5px;
	font-size: 1em;
	text-transform: uppercase;	
	font-weight: bold;
}

#header #navigation ul li a:hover {
	color: #000;
	border-bottom: 4px solid #ccc;
}

.active {
	color: #000;
	border-bottom: 4px solid #ccc;	
}
#footer #footerNavigation p {
	margin-top: 10px; 
}

#footer #footerNavigation a {
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	padding: 0 5px;
	font-size: .9em;
}

#footer #footerNavigation a:hover {
	color: #000;
}

#footer p + p {
	text-indent: 0;
	margin-top: 10px;
}

#artistListing, #artistListing li {
	list-style-type: none;
	line-height: 2.5em;
}

#artistListing li a {
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
}

#artistListing li a:hover {
	color: #000;
}

div#gallery {
	width: 400px;
}

/** ICONS AND TEXT **/

.facebook {
	background:transparent url(img/icon_facebook.gif) no-repeat scroll 0 0;
	padding:18px 0 0 38px;
}

.accent {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:1.5em;
	text-transform:uppercase;
	color: #cccccc;
}

.label {
	color: #666666;
	font-size: .9em;
}

.label em {
	font-weight: bold;
}

/* jquery css rollover effects*/

#slides h1 {
	font-size: 2em;
	margin:0;
}

#slides h2 {
	font-size: 1.3em;
	color: #666;
}

/* override blueprint default style */

#content #main p {
  margin-bottom: 2.5em;	
 }

#content #main p.accent {
  margin-bottom: .5em;	
 }

#content p + p {
	text-indent: 0;
}

td.listing {
	vertical-align: top;
}



