html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000 url(images/bg.jpg) no-repeat;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #c1272d;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
    position: relative;
}

#header {
  background: top center url(images/header.jpg) no-repeat;
  width: 800px;
  height:108px;
  position: relative;
  top:-2px;
  left: 10px;
}

/** Header **/
h1 {
  color: #FDE7C2;
  background: #991111;
  border: 2px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 25px "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}

#search {
  width: 148px;
  background: #E8E7DA url(images/search_top.jpg) no-repeat;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 558px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: relative;
  top: 0;
  left: 0;
  width: 500px;
  padding-top: 0px;
  padding-left: 20px;
  background: url() no-repeat;
}


/** Gallery Content **/

#content {
  background: url() no-repeat;
  width: 600px;
  padding-bottom: 50px;
  margin-left: 70px;
  height: 300px;
}

/** Magazine Content **/

#content1 {
  background: url() no-repeat;
  width: 600px;
  margin-left: 70px;
  height: 500px;
}

/** Artist Page Content **/

#content2 {
  background: url() no-repeat;
  width: 720px;
  margin-left: 5px;
  height: 500px;
}

/** Facebook Comments **/

#content4 {
  background: url() no-repeat;
  width: 720px;
  margin-left: 5px;
}

.boxtop {
	padding-top:10px;
}
.box{
	padding:20px;
}

#content .main, #content .main2 {
  float: right;
  width: 250px;
  margin-top: 14px;
  padding-right: 28px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}


h2 {
  font: italic 22px "Times new roman", serif;
  color: #991111;
  margin: 0 0 0.5em 0;
}

.scroll{
	overflow:auto;
	padding-top: 20px;
}


.scroll2{
	overflow:auto;
		height: 10px;
}


/** Gallery Image Opacity **/

#opacity a img
{
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
	border:none;
	margin-bottom:10px;
	margin-right:15px;
	
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	
	behavior: url(/styles/PIE.htc);

}

#opacity a:hover img
{
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}


/** Footer **/

#footer {
  color: #E8E7DA;
  margin: 2px 0 0 275px;
  font-size:8px;
  	letter-spacing: 5px;
}
#footer a {
	color:#990000;
	text-decoration: none;
	letter-spacing: 5px;
}

#footer a:hover {
	color:white;
}

#privacy {
  position: absolute;
  right: 8px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: #E8E7DA bottom left url(images/footer_tab.jpg) no-repeat;
}
#privacy a {
  color: #000;
  font-weight: normal;
}

#hr{
	
}	
hr { 
border: none;
background-color: #000000;
color: #000000;
height: 2px;
width: 48%
}


/** Transparent Background **/

div.background
  {
  width:600px;
  height:850px;
  background:url(klematis.jpg) repeat;
  }
div.transbox
  {
  width: auto;
  height: auto;
  margin:0px 20px;
  background-color: black;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:0.6;
  
   background: linear-gradient(top, rgb(110, 30, 30), rgb(90, 30, 30));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(000, 000, 000)), to(rgb(000, 000, 000)));
	background: -moz-linear-gradient(top, rgb(000, 000, 000), rgb(000, 000, 000));
	background: -o-linear-gradient(top, rgb(000, 000, 000), rgb(000, 000, 000));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
  }
div.transbox p
  {
  margin:5px 5px;
  color:#121316;
  }


#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: #000; 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: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

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

