body {font-size: 1em; font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; 
background: #000;
}
/*background-image: linear-gradient(bottom, rgb(13,13,12) 44%, rgb(0,0,0) 72%);
background-image: -o-linear-gradient(bottom, rgb(13,13,12) 44%, rgb(0,0,0) 72%);
background-image: -moz-linear-gradient(bottom, rgb(13,13,12) 44%, rgb(0,0,0) 72%);
background-image: -webkit-linear-gradient(bottom, rgb(13,13,12) 44%, rgb(0,0,0) 72%);
background-image: -ms-linear-gradient(bottom, rgb(13,13,12) 44%, rgb(0,0,0) 72%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.44, rgb(13,13,12)),
	color-stop(0.72, rgb(0,0,0))
)*/



h1 {font-size: 1em; font-weight:bold; color: #FFF;}
h2 {font-weight: lighter; font-size: .81em; text-align: center; padding-bottom:10px; color: #FFF;}
h2 a{text-decoration: none; color: #FFF;}
h2 a:hover {font-weight: bolder; color:#CCCCCC;}
h2 a:active {color: #bbafb4;}
h3 {font-size: .75em; color: #FFF; text-decoration:underline; text-align: center;}
h4 {font-size: .94em; color:#FFF; text-align:center;}

#content { width: 875px; margin: 15px auto 15px auto; height:auto;} 
img { border: none;}
.logo{ width: 737px; margin: 25px auto 12px auto; }
a {	outline:none; -moz-outline:/* FF<=1.5*/;}

.announcement { 
	clear:both;
	width: 737px;
	margin: 0 auto 0 auto;
	padding: 15px;
	line-height: .75em;
}
.announcement p{
	font-size: .75em;
	color: #cc0000;
}
.announcement a{
	text-decoration: underline; 
	font-size: 1em;
	color: #cc0000;
}
.announcement span{
	font-size: .75em;
	color: #cc0000;
}
/* -- index.php -- */

#index-content { width: 875px; height:auto;margin: 15px auto 5px auto; } 
.middle-container {width:100%; height:auto;display:block;margin: 0 auto 0 auto;}
.aboutus {
	width: 410px;
	font-size: .87em;
	color: #FFF;
	text-align: left;
	display:block; 
}
.aboutus2 {
	width: 700px;
	display:block; 
	padding:35px;
	margin:0 auto 20px auto;
	text-align:left;
	height:18px;
	clear:both;
	font-size: .87em;
	color: #bbafb4;
}

.aboutus2 a{
	color: #bbafb4;
	text-decoration:underline;
}

.aboutus2 a:focus, a:hover, a:active{
	color:#FF0000;
}

/* new index - test */

.featured-index {   /*image on index.php*/
	float: right;
	margin:10px 50px 0 10px;
}
.featured-index img { 
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
	display:block; 
}
.featured-index span{
	font-size: .625em;
	color: 	#bbafb4;
}
.featured-index span a {
	color: #bbafb4;
	text-decoration: underline;
}
.featured-index span a:hover {color:#FF0000;}
.featured-index span a:active {color: #FF0000;}

.aboutus3 {
	width:450px;
	padding: 5px 0 0 0;
	font-size: .87em;
	color: #bbafb4;
	text-align: left;
	display:block; 
}

.aboutus3 a{
	color: #bbafb4;
	text-decoration:underline;
}

.aboutus3 a:focus, a:hover, a:active{
	color:#FF0000;
}
/*begin newsletter signup */
.newsletter-container{ 
	clear:both;
	height:100px;
	width:100%;
	display:block;
	margin: 20px auto 20px auto;
}

#newsletterz-signup{ 
	clear:both;
	font-size:.85em;
	height:70px;
	width:35%;
	padding-left:40px;
	margin:0 auto 10px auto;
}

fieldset {
	border:none;	
	color:#bbafb4;
	padding: 5px;
}
label{	
	margin:0 4px 2px 4px;
	display: block;
	font-weight:600;
}
form {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
input {
	border:none;
	background-color:#8c8387;	
}
#signup-email {
	color:#000;
	padding:3px;
	margin-left:5px;
	margin-right:5px;
}
#signup-email:focus {
	border-color:#9FCBFF;
	background-color:#eaedeb;
	background-image:none;
	color:#000;
}
#signup-button {
	background-color:#CC3300;
	color:#FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:5px;
	text-shadow: 1px 1px 1px #990000;	
}

#signup-button:hover {
	cursor:pointer;
	background-color:#CC6600;
}

#signup-response {
	display:inline;
	margin-left:4px;
	padding-left:20px;
}

.response-waiting {background:url(images/loading2.gif) no-repeat;}
.response-success {background:url(images/tick.png) no-repeat;}
.response-error {background:url(images/cross.png) no-repeat;}

/*end index */

.featured {   /*image on index.php*/
	float: right;
	width: 425px;
	margin: 10px 0 10px 0;
}
div.featured img { 
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
	display:block; 
}
div.featured span{
	font-size: .625em;   
	line-height: .75em;
	color: 	#bbafb4;
}
div.featured span a {
	color: #bbafb4;
	text-decoration: underline;
}
div.featured span a:hover {color:#FF0000;}
div.featured span a:active {color: #FF0000;}


/*-- end index.php --*/


.contactform {
  background-color: #CCCCCC;
  text-align: center;
}
/* --- Begin new menu bar 9-6-10 -- */
#menu {
	width:925px;
	padding: 0 0 .125em 0; /* this will move the red line up or down */
	margin: 20px auto 30px auto;
	border-bottom: 1px solid #FF0000;	
}
.navbar {
	width:875px;
    font-size: 1em; 
    text-align: justify;
	height: 18px;	
}
.navbar * {
    display: inline;
}
.navbar a {
    display: inline-block;
    text-decoration: none;
}
.navbar span {
    display: inline-block;
    width: 100%;
}
.navbar a:link,
.navbar a:visited {color:#FFF;}
.navbar a:hover {color:#FF0000;}
.navbar a:active {color:##FF0000;}
/* ----------- end menu bar ------------------------ */

/* --- begin footer --- */

.email-footer {/*this is to put the red line*/
	font-size: .87em;
	width: 285px; 
	height:55px;
	border-top: 1px solid #FF0000;
	padding: .125em;
	text-align: center;
	margin: 0 auto 0 auto;
}
.email-footer a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer-address{
	display: block;
	width: 571px;
	height: auto;
	margin: 0 auto 0 auto;
} 
.footer{
	width: 580px;
	margin: 0 auto 0 auto;
} 

.footer span {
	float: left;
	color: #FFFFFF;
	font-size: .75em;
	margin-top: 15px;
	padding: 0 0 0 25px; 
}
.footer span a{
	text-decoration: underline; 
	color: #FFFFFF;
}
.footer span a:hover {color: gray;}
.footer span a:active {color: gray;}


/* ------ end footer ------ */

/*------ begin bottom navigation ------ */
#bottom {
	clear: both;
	width: 755px;
	margin: 10px auto 5px auto;
}
.backnextcontainer {
	clear:both;
	width: 285px; 
	height:25px;
	color: #FFF;
	text-align: center;
	margin: 10px auto 40px auto;
}

li {
  display: inline;
}
ul#backnextnavigation {
	list-style-type: none;
	margin: 0;
	padding: .125em 0;
	border-top: 1px solid #FF0000;
}
ul#backnextnavigation li a {
	color: #FFFFFF;
	display: block;
	width: 10em;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-size: .75em;
}

ul#backnextnavigation li a:hover {color: gray;}
ul#backnextnavigation li a:active {color: gray;}
ul#backnextnavigation .left {float: left;}
ul#backnextnavigation .right { float: right;}
/*------ end bottom navigation ------*/

/* ------ begin events.php page ------ */
#eventcontainer{
	width: 855px; /*Width of main container*/
	margin: 0 auto 25px auto; /*Center container on page*/
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
}



.month{
	padding: .18em;
	background-color: #333333;
	border-bottom: 1px solid gray;
}
.month h1{
	padding: 5px;
	margin: 0;
	color: #FFF;
}
.eventcontent{/* this is text, show description */
	margin: 20px 35px 0 35px;/*adjust to give space on left */
	font-size: .87em;
	color: #000;
}

.eventcontent A:link {
	font-weight:700;
	color:#333333;text-decoration: none;
}
.eventcontent A:active {text-decoration: underline;}
.eventcontent A:hover {font-weight:bolder; color: red; text-decoration: none;} 

.event-seperator { /*red line to separate one event from another*/
	height: 5px;
	width: 80%; 
	clear:both;
	border-top: 1px solid #FF0000;
	margin:5px auto 40px auto;
}
.event-gallery { /*text under gallery name on events page*/
	width: 300px;
	text-align: center;
	margin: 25px auto 10px auto;
	clear: both;
}
div.event-gallery span{
	font-size: .62em;
	color: #736F6E;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: bold ;
	letter-spacing: 1px;
}
.eventlocation { /*for address under each event */
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 10px 0 45px 0;
	clear: both;
	color: 	#3E3535;
	font-size: .87em;
}
.floatright {   /*the box with image on events page*/
	float: right;
	width: auto;
	margin: 10px 0px 10px 20px;
}
div.floatright img { 
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
	display: block; 
}
div.floatright span{ 
	font-size: .81em;   
	line-height: 14px;
	color: 	#5C5858;
}
.floatrightspecial {   /*this is so there is no border around images, for sculptures and things that need to float*/
	float: right;
	width: 360px;
	margin: 0 10px 10px 10px;
}
div.floatrightspecial img { /*this is so there is no border around images*/
	border: none;
	display:block; 
}
div.floatrightspecial span{ /*this is so there is no border around images*/
	font-size: .81em;   
	line-height: 14px;
	color: 	#5C5858;
}

.floatleft-thumb{
	float:left;
	clear:left;	
	margin:0 5px 5px 0;
}
.floatleft-thumb img{
	width:auto;
	height: auto;
}

.floatleft-thumb a{
	border-bottom: none;
	border-bottom: 2px solid white;
}

.floatleft-thumb a:hover{
	border-bottom: 2px solid red;
}

.floatright-thumb{
	float:right;
	clear:right;	
	margin:0 0 5px 5px;
}
.floatright-thumb img{
	width:auto;
	height: auto;
}

.floatright-thumb a{
	border-bottom: none;
}

.floatright-thumb a:hover{
	border-bottom: 2px solid red;
}

/*   --  Special events for Wilde Meyer with show opening --  */
.event-title {/* title */
	font-weight: bolder;
	text-align: left;
	line-height: 18px;
	color: #000;
}
.newevent-title {/* title */
	font-weight: bolder;
	color: #000;
	font-size:3em;
	line-height: 1.5em;
}
.newevent-opening{/* opening times in Red*/
	font-size:2em;
}
.event-opening{/* opening times in Red*/
	color: red;
	font-weight: bolder;
}
.featuredartist {/* artist name, clears line */
	font-weight: bolder;
	text-align: left;
	line-height: 15px;
	color: #5C5858;
	clear:both;
	letter-spacing: 1px;
}
.event-seperator2 { /* creates a line to separate featured artists and events when at same gallery */
	height: 5px;
	width: 80%; 
	clear:both;
	border-top: 1px solid  #CCCCCC;
	margin: 40px auto 40px auto;
}
.specialeventcontainer {/* opening times in Red*/
	width: 100%;
	clear:both;
	margin: 0;
}
.floatspecialleft {   /*the box with image on events page*/
	float: left;
	width: 306px;
	margin: 10px 0;
	background-color: #FFF;
	clear:left;
}
.addthisfloater {   /*the box with image on events page*/
	float: right;
	margin: 10px 20px 0 0;
}
div.floatspecialleft img { 
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
	display:block; 
}
div.floatspecialleft span{ 
	font-size: .81em;   
	line-height: 14px;
	color: 	#5C5858;
}
.floatspecialright {   /*the box with image on events page*/
	float: right;
	width: 306px;
	margin: 0;
	background-color: #FFFFFF;
}
div.floatspecialright img { 
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
	display:block; 
}

div.floatspecialright span{ 
	font-size: .81em;   
	line-height: 14px;
	color: 	#5C5858;
}
.spacer{
width:600px;
height:1px;
clear:both;
}
/* ------ end events.php page ------ */

/* ------ artists.php list page with images 7-28-10 ------ */
#artistlist {
	width: 755px;
	margin: 35px auto 20px auto;
	clear:both;
}
.imageunit {
	float:left;
	width: 125px;
	height: 120px;
	margin: 10px auto 10px auto;
	vertical-align: middle;
}
div.imageunit img {
	width: 75px;
	height: 75px;
	margin: 0 25px 0 25px;/* this centers the image in the box */
}
div.imageunit span {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	text-align: center;
	font-size: .75em;
	text-decoration: none; 
}
div.imageunit a {text-decoration: none;}
div.imageunit a:hover {overflow: hidden; }
div.imageunit a:hover span {
	font-size: .94em;
	width: 130px;
	color: #FF0000;
	text-decoration: none; 
	font-weight: bolder; 
	z-index: 10;
}
div.imageunit a:hover img {
	width: 79px;
	height: 79px;
	padding: 0px 0 0 0px;
	vertical-align: middle;
	z-index: 1;
}
div.imageunit a:active {
	color: #FF0000;
	text-decoration: none; 		
}
div.imageunit a:visited {color: #FF0000;	}

/* ------ locations.php 12/16/2011 ------ */

.gallerylocation-container{	
	width:800px;
	height:auto;	
	float: left; 
	margin: 0 auto 0 auto;
}

.gallerylocation{	
	float: left; 
	margin: 30px; 
	text-align: center;
}

.location{
	display:block;
	color: #FFFFFF;
}
.location span{
	text-align:center;
	font-size: .5em;
	font-weight: 500;	
	}
/* ------ contact form 1/15/2012 ------ */
#newcontact-container-outer{	
width: 100%;
	margin:0 auto 30px auto;
}
#newcontact-container{	
	width:550px;
	height:auto;	
	margin:0 auto 0 auto;
}

.ast{ 
	line-height: .75em;
	color:#FF0000;
	font-size: 1.2em;
	padding-left: 3px 0 3px 5px;
}

.contactform-text{font-weight: bold; font-size: .81em; text-align: left;color:#FFFFFF}

.contactform-new {
  background-color: #CCCCCC;
  text-align: left;
  padding: 3px;
}

.contactform-signup-email {
	color:#000;
	padding:3px;
	margin-left:5px;
	margin-right:5px;
}
.contactform-signup-email:focus {
	border-color:#9FCBFF;
	background-color:#eaedeb;
	background-image:none;
	color:#000;
}
.contactform-signup-button {
	background-color:#CC3300;
	color:#FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:5px;
	text-shadow: 1px 1px 1px #990000;	
}

.contactform-signup-button:hover {
	cursor:pointer;
	background-color:#CC6600;
}

.contactform-signup-response {
	display:inline;
	margin-left:4px;
	padding-left:20px;
}

/* ------ begin new artist page with lightbox 12/16/2010 ------ */
.artiststatement {
	font-size: .87em;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
}
.artiststatement a{
	font-size: .87em;
	color: #FFFFFF;}
.artiststatement a:hover{color: gray;}
.artiststatement a:active{color: gray;}

#artistimagecontainer {
	width: 800px;
	margin: 15px auto 15px auto;
	height: auto;
}
#artshowimagecontainer {
	width: 800px;
	margin: 15px auto 15px auto;
}
.thumb{   /* -- see file wmgstyle-ie-6+7.css for Internet explorer  -- */
	float: left; 
	margin: 0 25px 30px 0; 
	overflow: hidden;
}
.thumb img{
	display: block;
	height: 95px;
	width:auto;
	margin: 0 auto; 
}

.thumb span{
	display: block;
	text-align: center;
	font-size: .75em;
	height:14px;
	color: #FFFFFF;
	overflow: hidden;
}
.thumb a {
	text-decoration:none;
}
.thumb a:hover span {
	color: #FF0000;
	text-decoration: none; 
}

div.thumb a:active {
	color: #FF0000;		
	text-decoration: none; 
}
div.thumb a:visited {color: #FF0000;}

/* ------  begin  Lightbox 9-29-10    ------ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

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

#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/****************************************  end  Lightbox 9-29-10   ******************************************************/
