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

body {

  background-color: #000000;
  text-align: center;
  font-size: 14px;
  color:#FF2C00;
  font-family:Georgia,"Times New Roman",Serif;
}

.rightImg{
  padding: 3px;
  width:10em;
  float:right;
}

img.adLead{
  width:400px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:15px;;
  border:3px solid transparent;
}

img.adFull{
  float:left;
  width:400px;
  border:3px solid transparent;
}
img.ad{
  float:left;
  width:200px;
  border:3px solid transparent;
}

img:hover.adLead{
  border:3px outset #000000;
}
img:hover.adFull{
  border:3px outset #000000;
}
img:hover.ad{
  border:3px outset #000000;
}

img.pdf{ border: 1px solid #000000; padding:2px; }
img:hover.pdf{ border: 1px solid #ff2C00; padding:2px; }

#socialLinks a span {display: none;}
#socialLinks a:hover span {
display: block;
vertical-align: middle;
position:absolute;
margin-top:2em;
width: 10em;
color: #aaaaaa;
}
#socialLinks li{float:left;}

label{
  text-align:right;
}
input, textarea{
  background-color:#000000;
  color:#FF2C00;
  border-color:#4D0D0D;
}

img{border:none;}

ul {list-style-type: none; color: #FF2C00; }
p {color: #FF2C00; font-size: 18px; text-indent:3em; }


h1 {color: #FF2C00; text-align: center; font-size: 48px; }
h2 {color: #FF2C00; font-size: 28px; }

h3 {color: #FF2C00; font-size: 24px; }

h4 {color: #FF2C00; font-variant: small-caps; font-size: 22px; }

h5 {color: #FF2C00; font-size: 18px; }
h6 {color: #FF2C00; font-variant: small-caps; font-size: 14px; }
hr {border-color: #4D0D00; width: 500px; border-width:.1em; border-style:solid;}

.lefty{float:left;}
.righty{float:right;}

.thumby{
  width:3.5em;
  height:3.5em;
  border:3px solid transparent;
}
img:hover.thumby{
  border:3px outset #000000;  
}


.issueNum{
  width:.8em;
  height:.8em;
  padding:0;
  margin:0;
  border:none;
}

.staff{
  float: left;
  height: 150px;
  width: 150px;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.staffName{
  font-size: 20px;
  margin-top:3em;
}
.staffJob{
  font-variant: small-caps;
  font-size: 18px;
}

.freelancer{
  list-style-type:circle;
}


dt {color: #FF2C00; font-variant: small-caps; font-size: 26px; }
dd {color: #FF2C00; line-height: 1.5em; text-indent:2em; }



#menu {
  margin: 0 auto;
  width: 820px;

  text-align: center;
  margin-bottom: 30px;

}



#bio {
  text-align: left;
  width: 600px;
  margin-top: 15px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #4D0D00;

  background-color: transparent;
 }

.sponsor{text-align:center; font-size:20px;}

.slogan{padding:2px;}


a:link {
  color: #aaaaaa;
  font-weight: bolder;
  padding: 3px;
}


a:visited {
  color: #aaaaaa;
  font-weight: bolder;
  padding: 3px;
}

a:active {
  color: #aaaaaa;
  font-weight: bolder;
  padding: 3px;
}

a:hover {
  color: #ff2c00;
  font-weight: bolder;
  padding: 3px;
}

a {
  text-decoration: none;
  font-weight: bolder;
  padding: 3px;
}



a:hover.altLink {
  background-color: transparent;
  border:none;
  color: #000000;
  font-weight: bolder;
  padding: 3px;
}

a.altLink {
  text-decoration: none;
  border:none;
  font-weight: bolder;
  padding: 3px;
}



#socials{
  float:left;
  text-align:left;
  margin: 3em;
}

a:hover.invisiLink {
  border:none;
  color: #aaaaaa;
  font-weight: bolder;
  margin-bottom: 3em;
}

a.invisiLink {
  text-decoration: none;
  border:none;
  color: #000000;
  font-weight: bolder;
  margin-bottom: 3em;
}



#header {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  text-align: left;
  padding: 10px;
}


#content {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 700px;
  padding: 10px;
  overflow: hidden;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  width: 650px;
  margin-top: 5px;
  padding: 10px;
}


#centerCol{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 600px;
  padding: 10px;
}
#rightCol{
  margin-left: 0;
  background-color:#000000;
  text-align: left;
  float:right;
  width: 200px;
  padding: 10px;
}



/*	---------------------------	*/
/*	---------------------------	*/
/*					*/
/*	Lightbox CSS Code Additions	*/
/*					*/
/*	---------------------------	*/
/*	---------------------------	*/

#lightbox{

	position: absolute;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

}



#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: transparent url(images/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(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;

}



#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;	}


#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000;
}



/* Min-Width */


.lbWidth {
 /* most browsers */

	position: absolute;

	top: 0px; left: 0px;

	width: 100%;

	min-width: 790px;

}



* html .lbContent {
/* IE6 */

	margin-left: -790px;

	position:relative;

}



* html .lbMinWidth {
/* IE6 */

	padding-left: 790px;

}


/* Clearfix */

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


.clearfix {display: inline-block;}


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

/* End hide from IE-mac */ 

