@charset "UTF-8";
/* CSS Document */

html { font-family:  Helvetica, Arial, Verdana, sans-serif;  background-color:#000000; color:#CCC;
}

div#body { text-align: center;  text-align: center;  }

#container { width : 850px;
text-align: left;
margin: 0 auto;
padding: 0;
background-color:#141414;
}

#header { width : 850px;
height: 145px;
}

#twitter { background-color: #000000;
height: 32px;
line-height: 32px;
color: #FFFFFF;
font-size: 12px;
text-align: center;
border-bottom: 1px solid #ed2178; 
border-top: 1px solid #000000; 

}

#main { overflow: auto;
}

#left { float : left;
width : 155px;
margin : 0;
padding : 0;
}

#middle { float : left;
width: 450px;
margin: 0 20px;
padding: 0;
}

#right { float: right;
width: 205px;
margin: 0;
padding: 0;
}

h1 {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 37px;
	font-style: normal;
	background-color:#242831;
	font-weight:lighter;
}

h2 { 
}

.subhead1 { font-weight: bold;
font-size: 14px;
letter-spacing: .1em;
color:#FFFFFF;
line-height: 18px;
}

p { font-size: 13px;
line-height: 21px;
}

a { color: #ed2178;
font-weight:bold;
text-decoration:none;
}


a:hover {
	color: #CCC;
	font-weight:bold;
	text-decoration:underline;
}

.date { font-size: 11px;
	color: #999;
	font-weight: bold;
	line-height: 14px;
	margin-top: 5px;
	}

a img { border: none;
}

hr { border-bottom: 1px solid #242831; 
}

ul { font-size: 13px;
list-style-image: url(../images/plus.gif);
list-style-type: square;
padding: 10px;
line-height: 16px;
}

li { margin-bottom: 6px;
}

.white { color: #FFFFFF;
}


.style1 {font-size: 12px}

.imgleft { float:left;
margin-right: 6px;
margin-bottom: 6px;
margin-top: 6px;
}

.black_overlay{
   
              display: none;
                position: absolute;
                  top: 25%;
                  left: 30%;
                  width: 550px;
                  height: 550px;
                  background-color: #ffffff;
                  z-index:1001;
                  -moz-opacity: 0.8;
                  opacity:.80;
                  filter: alpha(opacity=80);
  
              }
  
             .white_content {
  
                  display: none;
                  position: absolute;
                  top: 25%;
                  left: 30%;
          		  width: 450px;
				  padding-top: 25px;
				  padding-left: 25px;
				  height: 450px;
                  z-index:1002;
              }
			  

/* LIGHTBOX STUFF */

#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 STUFF */

