/* demonstyle.css
 * style sheet for Demon of the Underground website
 */

    	/* GENERAL */
		
  		body {
			background-image: url("nav/stonebg_dark.jpg");
			background-repeat: repeat;
			color: #000000;
			padding: 0;
			margin: 0;
			text-align: center;
			font-family: Georgia;
			font-size: 10pt; 
		}
		
	    a {
	    	color: #663333;
	    }		
		
		h1 {
			color: #333333;
			text-align: center;
			font-size: 14pt;
			font-weight: bold;
			font-variant: small-caps;
			margin-bottom: 5px;
			margin-top: 0px;
		}

		h2 {
			color: #333333;
			text-align: center;
			font-size: 12pt;
			font-weight: bold;
			font-variant: small-caps;
			margin-bottom: 0px;
		}
		
		h3 {
			color: #333333;
			text-align: center;
			font-size: 10pt;
			font-weight: bold;
			font-variant: small-caps;
			margin-bottom: 5px;	
		}
		
		h4 {
			color: #555555;
			text-align: center;
			font-size: 9pt;
			font-variant: small-caps;
			margin-top: 5px;
		}
		
		img {
			border-style: none;
		}
		
		p {
			width: 90%;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			color: #333333;
		}
		
		#copyright {
			font-size: 8pt;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		/* LAYOUT */
					
    	#all {
    		width: 950px;
			margin-left: auto;
			margin-right: auto;
			color: #000000;
			background-image: url("nav/all2.jpg");
			background-repeat: repeat-y;			
			padding: 0;
    	}
		
		
		
		#middle {
			width:949px;
			float: left;
			min-height: 500px;
			clear: both;
			background-image: url("nav/all2.jpg");
			background-repeat: repeat-y;
		}
		
		#header {
			float: left;
			width: 950px;
			height: 108px;
			clear: both;
		}

		
		
		#decoration {
			background-image: url("nav/arches.jpg");
			background-repeat: repeat-x;
			min-height: 50px;
			height: 50px;
			width: 930px;
			clear: both;
		}

		
		#content {
			width: 930px;
			min-height: 500px;
			background-color: #EEEEEE;
			padding: 0;
			margin-left: auto;
			margin-right: auto;
			background-image: url("nav/content.jpg");
			background-repeat: repeat-y;			
		}
		
		#menu {
			width: 930px;
			min-height: 30px;
			height: 30px;
			margin-left: auto;
			margin-right: auto;
			background-image: url("nav/menu.jpg");
			background-repeat: repeat-y;
			border-bottom: 2px #666666 solid;
			font: 12pt Georgia, Helvetica;
			vertical-align: middle;
		}	

		
		#menu a {
			text-decoration: none;
			color: #333333;
			border-left: 4px #666666 solid;
			width: 16%;
			min-height: 24px;
			height: 24px;
			padding-top: 8px;
			float: left;
			vertical-align: middle;
		}
		
		#menu a:active {
			color: black;
		}
		
		#menu a:hover {
			color: #663333;
		}
		

		#leftcontent {
			float: left;
			width: 745px;
		}
		
		#sidecolumn {
			float: left;
			width: 185px;
			padding-top: 0px;
			text-align: center;

		}
			
		#footer {
			float: left;
			clear: both;
			width: 950px;
			min-height: 200px;
			height: 200px;
			background-image: url("nav/footer.jpg");
			background-repeat: no-repeat;
			z-index: 2;
		}
		
		#footer p {
			vertical-align: middle;
			margin-left: auto;
			margin-right: auto;
			margin-top: 45px;
		}

		
		/* CONTENT LAYOUT */
		
		
		.onecol {
			margin-left: auto;
			margin-right: auto;
			width: 745px;
			padding-top: 15px;
		}
		
		.fourcol {
			float: left;
			width: 185px;
		}

		.fourcol p {
			width: 80%;
			
		}
		
		.twocolwide {
			float: left;
			width: 500px;
			text-align: center;
			min-height: 300px;			
			padding-top: 1em;			
		}
		

		
		.twocolwide p {
			width: 95%;
			text-align: left;
		}
		
		.twocolnarrow {
			float: left;
			width: 242px;
			min-height: 360px;
			padding-top: 2em;			
			border-right: 1px #333333 solid;	

		}
		
		
		.twocolnarrowright {
			float: left;
			width: 228px;
			border-left: 1px #333333 solid;
			min-height: 300px;
			height: 300px;
			padding-top: 1em;
			text-align: center;
		}

		.twocolnarrowright p {
			width: 85%;
			text-align: left;
		}
		
		.twocolnarrowright img {
			margin-bottom: 15px;
		}
		
		.threecolwide {
			float: left;
			width: 385px;
			padding-top: 2em;
			border-right: 1px #333333 solid;
			border-left: 1px #333333 solid;
		}
		
		.threecolnarrow {
			float: left;
			width: 199px;
			padding-top: 2em;
		}
		
		.bigbreak {
			background-image: url("nav/arches.jpg");
			background-repeat: repeat-x;
			min-height: 50px;
			height: 50px;
			width: 745px;
			clear: both;
			margin-bottom: 20px;
		}
		
		.pagebreak {
			background-image: url("nav/smallarches.jpg");
			background-repeat: repeat-x;
			min-height: 13px;
			width: 785px;
			clear: both;

		}
		
		.clearbreak {
			min-height: 5px;
			width: 745px;
			clear: both;
		}

		.endbreak {
			min-height: 55px;
			width: 905px;
			clear: both;
		}		

		.linebreak {
			min-height: 5px;
			width: 745px;
			clear: both;
			border-top: 1px black solid;
			margin-bottom: 5px;
		}
		
		.sideimage {
			float: left;
			padding: 15px;
		}
		
		/* CONTENT */
		
		.name {
			font-variant: small-caps;
			color: #000000;
			float: left;
			clear: both;
		}
		
		.left {
			text-align: left;
		}
		
		.sidenote {
			text-align: right;
			font-style: italic;
			font-weight: bold;
		}
				
		.description {
			float: left;
			clear: both;
			font-size: 9pt;
			margin-bottom: 5px;
			width: 170px;
		}
		
		.page {
			width: 785px
		}
		
		.page img {
			border: 2px #777777 solid;
			margin-left: auto;
			margin-right: auto;
		}

		.update {
			text-align: left;
			margin-top: 1em;
			width: 85%;
		}
		
		.date {
			margin-right: .5em;
			font-weight: bold;
			float: left;
		}
		
		.news {
			font-style: italic;
			float: left;
			clear: right;
			margin-bottom: 2em;
		}
		
		.banner {
			width: 95%;
		}
		
		a.button {
			font-size: 12px;
			color: #000000;
			text-decoration: none;
			display: block;
		 	width: 150px;
			padding: 2px;
			border: 1px solid #000000;
			background: #e1e1e1;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0px;
		}

		a.button:hover {
			color: #663333;
			border-color: #663333;			
		}
		
		.chaptermenu {
			display: none;
		}
		
		a.showLink, a.hideLink {
   			color: #000000;
		
		#enter {
			vertical-align: middle;
		}
		
		/* LIGHTBOX */
		
#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: 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; 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; }		
