/* Reset styles
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
================================== */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 10px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Sculpture on the Peninsula styles
================================== */

body {
  background-color:#E5E2DB;
  font: 62.5%/1.6 "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
  color: #656054;
  text-align: center; 
  min-width: 760px;
}

h1,h2,h3,h4 {
	letter-spacing: .9;
}

h1 {
	font-size: 1.8em;
	overflow: auto;
	width:700px;
	padding-bottom: .5em;
}

h2,h3,h4 {
	padding: 1em 0 .5em 0;
}

p {
	padding-bottom: 1em;
}

a:link {
	color:e57e10;
}
a:visited {
	color: #e57e10;
}
a:hover, a:active {
	color: e57e10;
}
a:hover {
	text-decoration: none;
}


#wrapper {
  margin: 0 auto; 
  text-align: left;
  width: 767px;
  background: url(/images/middle_06.jpg) repeat-y;
}

#header {
  height: 125.5px;
  background: url(/images/topslice_03.jpg) no-repeat top left;
  padding-top: 45px;
}

#header img {
	float: left;
	margin-left: 30px;
}

#header a:hover img {
	padding-top:3px;
}

#header #logo {
	margin: 0 0 0 15px;
}

/* Navigation
================================== */

#nav {
    list-style: none; 
    margin: 0 0 0 15px;
    padding: 4px 0 0 139px;
    width: 591px;
    background-color: #e7e4dd;
    clear: both; 
    float:left;  
    color: #333;
    } 

#nav li {
    float: left;
    margin: 0 1em 0 0;
    padding: 0;
    font-size: 1.2em;
}

#nav li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 7px;
    color: #333;
}

#nav li a:hover {
    background-color: #f8f7f3;
}

#nav li#active  {
    background-color: #f8f7f3;
    padding: 0 7px;
}

/* Content
================================== */

#content { 
  width: 420px;
  float: left; 
  margin: 0 15px 30px 0;
  font-size: 1.2em;
  padding: 35px 30px 10px 50px;
  
}

#content h2 { 
  font-size: 1.4em;
  
}

#content h3 { 
  font-size: 1.3em;
  
}

#content h4 { 
  font-size: 1.2em;
}

#content  h1, h2 , h3, h4 {
 color:#25231F;
}
#content guestartists {
 float:right;
}

#content img.middle {
	display:block;
	margin:0 auto;
}

#content li  img {
	margin-top: 30px;
}

/* No Sidebar
================================== */

body#nosidebar #content {
	width: 700px;
	float:left;
}

body#nosidebar #sidebar {
	width: 0;
}

body#nosidebar #content #col1, body#nosidebar #content #col2  {
	float: left;
	width: 350px;
	margin-left: 110px;
	margin-top: 20px;
}

body#nosidebar #content #col2  {
	width: 200px;
	margin-left: 15px;
}


/* Narrow content
================================== */
body#narrow #content {
	width: 500px;
	float:none;
	margin:0 auto;
}

body#narrow #sidebar {
	width: 0;
}



/* Sidebar
================================== */

#sidebar {
	width: 200px; 
	margin: 10px 0 30px 0px;
	padding: 40px 50px 0 0;
	float: right;
}

#sidebar img {
	float: right;
}

#sidebar img.drop{
padding-top: 80px;}

/* Footer
================================== */


#footer {
	clear: both;
	background: url(/images/bottomslice_08.jpg) no-repeat bottom left;
	height: 47px;
}

#footer p {
  margin-left:160px;
  font-size: .9em;
} 

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
