
/* CSS Document */
body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	
}

body {color: #FFFFFF;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:bold;
line-height:18px;
	font-size:12px;
	text-align:left; background-color:#2C2C2C;
	background-image:url(images/background.gif);
	background-repeat: repeat-x;}

#container {
width: 1000px;
	display:block;
	overflow:hidden;
	margin: 20px auto;
		border: 1px solid #CCCCCC;
}


#header {
	height: 160px;
}
#logo{float:left;width:130px;padding-top:10px;padding-left:20px;
}
#navmenu{
	display:block;
	margin-top:126px;
	width:800px;
	float:right;
	 position: relative;
  border-bottom:1px solid #CCCCCC;
		
}
ul#projects-menu {
	
    list-style:none;
   
    overflow:auto; /* makes sure the container fits the floated list-items below */
}
ul#projects-menu li{
    /* removed the positioning and z-index on the li, we no longer need them */
   
    float:left; /* floats list items to the left, creating a horizontal menu */

}
ul#projects-menu li.selectedLava a {

}
ul#projects-menu li a {
	 margin:3px 5px;
    padding:0px 10px 0px;
font-size:14px;
color:#FFF;
}



ul#projects-menu li span {
    position: relative; /* must have position set to anything other than static to use z-index */
    z-index: 5; /* 5 layers above all normal elements */
}
ul#projects-menu li.backLava {
    position:absolute; /* this is automatically added by lavaLamp, if not set, but let's set it for good practice */
    z-index:3; /* 3 levels higher than all normal elements */
	border-bottom: 1px solid #1a9cd8;
}

#side_bar{
float:left;
width:200px;
}

#sub_menu{
margin-top:30px;
margin-left:30px;
}
#sub_menu li {
	list-style: none;
	padding-bottom:5px;
}

#sub_menu li.sub_btn a{
	font-size: 13px;
	color: #1a9cd8;
	text-decoration:none;
}

#sub_menu li.sub_btn a:hover {
	text-decoration:none;
	color: #FFF;
}

#sub_menu li.sub_btn_active a{
	color: #FFF;

}

#content {
	float:left;
	display:block;
	padding-top:30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	width:750px;
	min-height:400px;
}

/* FOOTER */

#footer {
	padding: 0px;
	margin: 0px auto;
	padding-top: 15px;
	width: 800px;
	height: 30px;
	text-align:center;
	position: relative;
	margin-top: 20px;
	clear: both;
	font-weight:normal;
	font-size:11px;
	border-top: solid 1px #979350;
}
#footer p {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	float: none;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}



/*New CSS*/
#upcoming-events{
	margin-top:50px;
	text-align:center;
}

#upcoming-events img{
	border: 1px solid #8399AF;
}
#eventheader{
display:block;

}
#currentheader{
	margin-left:200px;
padding-right:100px;
text-align:center;
}
#events-side{
	float:left;
width:200px;
display:block;

}
#event {
	float:left;
	display:block;
	width:1000px;
	min-height:400px;
	text-align:center;
}	
#events {
	
	display:block;
	width:700px;
	float:left;
	min-height:400px;
	text-align:center;
}

#event .boxgrid,#events .boxgrid{
	height: 200px!important; 
	
}
#event .boxcaption,#events .boxcaption{
	height: 40px!important; 
	
}

.sold{
	text-transform:uppercase;
	color:#F00;
}


.boxgrid{ 
				width: 160px; 
				height: 190px; 
				margin:5px 10px;  
				float:left; 
				text-align:center;
				overflow: hidden; 
				position: relative; 
			}
			.innerbox{
			
				
			}
				.boxgrid img{ 
					
					top: 0; 
					left: 0; 
					border: solid 1px #8399AF;  
				}
				
			.boxcaption{ 
	
				height: 20px; 
				width: 100%; 
	
 			}
			
			
 		

#contentgallery{
margin:0 auto;
	display:block;
	padding-top:10px;
	padding-bottom: 20px;
	width:980px
}
/* Used through pages */

#content a:hover {
	text-decoration: underline;
}
#content p { line-height:160%; margin:0 0 .5em 0; }

a:link,a:visited { color:#1a9cd8;text-decoration:none;outline:none; }
a:hover { color:#FFF;text-decoration:none; }

h3 a:link,h3 a:visited{color:#fff!important;}
h3 a:hover{color:#1a9cd8!important;}
.clear{clear:both;}
.hide{display:none}


h2{font-family:Garamond;font-size:18px;}
h3{font-size:12px;}
/*artist bio*/
.artist-bio-side{text-align:center;
float:left;
width:200px;
}

.artist-bio {
	float:left;
	display:block;
	padding-top:30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	width:700px;
	min-height:400px;
}

.artist-bio-side img{
	border: 1px solid #8399AF;	
}
.artist-bio img{
	border: 1px solid #8399AF;	
	float:left;
	margin-right:10px;
}

/*Content Styles*/
h1 { font-size:1.8em; line-height:120%; margin:.3em 0 .6em 0; color:#FFFFFF; }


.pagecontent img { border: 1px solid #8399AF;margin-right:10px; }

#site_contact{padding-top:5px;float:left;width:250px;}
#site_contact img{ border: 1px solid #8399AF;}

/*Contact Styles*/
form.contact { margin:.6em 0; }
form.contact div.fieldgroup { display:block; margin:0 0 1.5em 0; }
form.contact label { width:9em; font-size:1em; line-height:110%; font-weight:bold; color:#666; float:left; display:inline; }
form.contact label span.small { font-weight:normal; }
form.contact input,form.contact textarea { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:1.1em; padding:1px; border:1px solid #777; }
.errormsg { color:#CA7900; }
fieldset{border:none;}
.info_fieldset{width:380px;float:left;}
.fields{border:none;}
.asmListItemLabel{color:#000;}
