html, body {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 32px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
}

#wartitle {
  font-size: 25px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0;
}

h4.hotspot{
  cursor: pointer;
}

h4.hotspot:hover{
  text-decoration: underline;
}

body {
  font-family : Arial, Helvetica, Verdana, Sans-serif;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
}

.hidden {
  display: none;
}

#page-container {
  width: 760px;
  margin: auto;
}

#main-nav {
  height: 50px;
}

#main-nav dl {
  margin: 0;
  padding: 0;
}

#main-nav dt {
  float: left;
}

#main-nav dt a {
  display: block;
  height: 0px !important;
  padding: 50px 0 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
}

#main-nav dt a:hover {
  background-position: 0 -50px;
}

#main-nav dt#about,
#main-nav dt#about a {
  width: 100px;
  background-image: url(../images/nav/about.png);
}

#main-nav dt#reviews,
#main-nav dt#reviews a {
  width: 100px;
  background-image: url(../images/nav/reviews.png);
}

#main-nav dt#articles,
#main-nav dt#articles a {
  width: 100px;
  background-image: url(../images/nav/articles.png);
}

#main-nav dt#comics,
#main-nav dt#comics a {
  width: 100px;
  background-image: url(../images/nav/comics.gif);
}

#main-nav dt#contact,
#main-nav dt#contact a {
  width: 100px;
  background-image: url(../images/nav/contact.gif);
}

body.about dt#about,
body.about dt#about a,
body.reviews dt#reviews,
body.reviews dt#reviews a,
body.articles dt#articles,
body.articles dt#articles a,
body.contact dt#contact,
body.contact dt#contact a {
	background-position: 0 -100px;
}


#header {
  height: 100px;
  background: #FFFFFF
    url(../images/headers/header.png);
}

#sidebar-a {
  float: right;
  width: 280px;
  line-height: 18px;
}

#sidebar-a .padding {
  padding: 10px;
}

#content {
  margin-right: 280px;
  line-height: 18px;
}

#content .padding {
  padding: 25px;
}

#content h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

#content p {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  text-indent: 20px;
}

#reviewtitle {
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 24px;	
}

#reviewinfo {
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-style: italic;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 20px;

}

#reviewimage {
	padding: 10px;
	padding-left: 45px;
}

#date {
	padding-left: 300px;
	font-style: italic;
}

#footer {
  clear: both;
  height: 66px;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 10px;
  color: #9F9FA0;
  border-top: 1px solid #F7A537;
  padding: 13px 25px;
  line-height: 18px;
}

#footer a {
  color: #9F9FA0;
  text-decoration: none;
}

#footer a:hover {
  color: #db6d16;
}

#footer #altnav {
  width: 350px;
  float: right;
  text-align: right;
}

#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; }
