
/*********** MAIN DOCUMENT *************/

html { height: 100%; width: 100%; margin-top: 2px; margin-bottom: 5px; }

html, body, table, td, div, span, ul, li, form, input, textarea, select, option, submit {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #000;
}

body {	
	background-image: url('img/bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #DCDCDC;
}

form, dl, dt, dd, ol, ul, li, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

input, textarea, select, submit { margin: 1px; }

table td { vertical-align: top; }

a, a:link, a:visited, a:active { color: #808080; text-decoration: none; padding: 1px; }
a:hover { color: #000;  text-decoration: underline; }

p { margin-top: 8px; margin-bottom: 8px; padding: 0px; }

h1 { font-size: 175%; margin-top: 8px; margin-bottom: 8px; }

h2 { font-size: 160%; margin-top: 15px; margin-bottom: 7px; }

h2 span { 
	width: auto;
	text-align: center;
	line-height: 1.9em;
	font-size: 13px;
	margin: 0px; 
	padding: 4px; 
	color: #000; 
	background-color: #e1e1e1;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #fff;
	text-transform: uppercase;
}

h3 { font-size: 120%; margin-top: 8px; margin-bottom: 8px; color:#000;}

ul, dl { padding: .5em 1em .5em 2em; }
ul.yellow { list-style-image:url('img/bullet.gif'); }
ul li { line-height: 1.6em; }

img { border: 0px; margin: 0px; padding: 0px; }


#current { font-weight: bold; color: #000; }
#current ol { font-weight: normal; }

div.past_event { 
	width: 70%;
	padding: 5px; 
	padding-top: 3px; 
	background-color: #e1e1e1; 
	margin-bottom: 5px; 
}

div.past_event a.extra { display: none; }

div.update { 
	padding: 5px;
	border: 1px dotted red;
	width: 58%;
	margin-top: 8px;
}

div.update b { font-size: 13px; }






/********************************************/

div#banner{
	width: 780px;
	height: 220px;
	margin: 0px;
	padding: 0px;
	background-image: url('img/flash_loading.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

div#frame {
	padding: 8px;
	width: 780px;
	height: auto;
	background-color: #fff;
	margin: auto;
}

div#main {
	background-color: #EDEDED;
	width: 764px;
	height: auto;
	min-height: 300px;
	padding: 8px;
	padding-top: 4px;
}

div#footer {
	background-color:#000;
	width: 764px;
	padding: 8px;
	text-align: center;
	color: #808080;
	font-size: 10px;
}

div#footer a { color: #FFF; border:0px; background-color:transparent; }
div#footer a:hover { text-decoration: underline; color: #F2D72E; border:0px; background-color:transparent; }

div#header_img {
	padding:0px;
	margin:0px;
	text-align:right;
}

div.msg { border:1px dashed #c2c2c2; padding:5px; background:#FEF8C3; }	

div#slideshow {
	width: 200px;
	height: 250px;
	padding: 2px;
	border: 1px solid #c1c1c1;
	float: right;
	margin: 5px;
}





/*************** NAVIGATION ****************/

div#menu_wrap{
	padding: 0px;
	background-color: #fff;
	width: 160px;
}

ul#menu {
	width: 160px;
	list-style-type: none;
	border-top: solid 1px #c2c2c2;
	margin: 0px;
	padding: 0px;
}

ul#menu ol {
	display: none;
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 3px;
}

ul#menu li { padding: 4px; padding-left: 2px; border-bottom: solid 1px #c2c2c2;}
ul#menu li:hover { 	background-color: #e1e1e1; }

ul#menu li { color: #4a4a4a; }
ul#menu a { color: #4a4a4a; border:0px; background-color: transparent; }
ul#menu a:hover { text-decoration: none; color:#000; border:0px; background-color: transparent; }

ul#menu ol li { border-bottom: none; margin-left: 10px; }







/************ ARTWORK DISPLAY **************/

div.artwork_item {
	width: 99%;
	height: 112px;
	padding: 2px;
	margin: 0px;
	margin-top: 5px;
	background-color: #e1e1e1;
}

div.artwork_item_img {
	float: left;
	margin: 0px;
	margin-right: 6px;
	height: 110px;
	width: 102px;
	text-align: center;
}

div.artwork_item span {
	float: right;
	margin: 0px;
	padding: 7px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}

p#pagination {
	text-align:center;
	padding: 3px;
	background-color: #e1e1e1;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

div.purchase_img {
	text-align:center;
	background-color: #e1e1e1;
	padding: 8px;
	margin: auto;
	width: 210px;
}

div.purchase_img img { margin: 2px; }

div#paypal {
	background-color: #e1e1e1;
	text-align: center;
	font-size: 9px;
	padding: 5px;
	width: 300px;
	margin: auto;
}

div#paypal img { float: left; margin: 2px; }

span.sr { 
	font-size: 9px; 
	color: red; 
	font-style:italic; 
}






/******************** LIGHT BOX *********************/

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; background-color: transparent; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 7px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{padding:0 10px;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
	

a img { border: 0px; }