/* Design by Todd Silver Design 2005
   Created August 2005 
   Author: todd@toddsilverdesign.net*/


/* 1-common elements ( a, p, img and such )
   2-positioning ( divs, too many divs )
   3-navigation ( ye of faint of heart beware ) 
   4-lightbox styling */
   
   
/* --------common elements-------- */
   
body {
background: #026698 url(i/bg.jpg) repeat-y 50% 0;
margin: 0 auto; 
padding: 0px;
text-align: center;
font-family: verdana, "Trebuchet MS", helvetica, arial, sans-serif;
color: #333333;
font-size: 95%;
}

h1 {
font-size: 230%;
line-height: 100%;
text-align: center;
font-family: verdana, helvetica, arial, sans-serif;
}

h2 {
font-size: 180%;
line-height: 100%;
text-align: center;
font-family: verdana, helvetica, arial, sans-serif;
}

h3 {
font-size: 140%;
line-height: 100%;
text-align: center;
font-family: verdana, helvetica, arial, sans-serif;
}

img {
border: none;
}

a:link {
text-decoration: underline;
color: black;
}

a:hover, a:active {
text-decoration: none;
color: #CC0000;
}

	a.download {
	display: block;
	background: url(i/dl_button.jpg) center top no-repeat;
	height: 50px;
	text-indent: -999em;
	}
	
		a:hover.download {
		background: url(i/dl_button.jpg) center bottom no-repeat;
		}

.cutline {
text-align: center;
font-size: 85%;
color: #666666;
line-height: 100%;
}

.covimg {
text-align: center;
}

.subhead {
font-size: 120%;
font-weight: bold;
color: #9E2B19;
font-family: verdana, helvetica, arial, sans-serif;
}

.blist {
padding-left: 15px;
list-style-image: url(i/arrow.gif);
}
	.blist li {
	margin-left: 0;
	padding: 0.2em 0;
	}

.barker {
float: left;
margin: 0 5px 5px 0;
}

.mug {
float: left;
margin: 5px 10px 5px 0;
border: 1px solid #DDDDDD;
}

.writers {
margin-bottom: 2em;
}

	div#content form {
	padding: 1em 0 3em 0;
	}

/* --------positioning-------- */


#container {
margin: 0 auto;
width: 670px;
}

#header {
width: 670px;
height: 150px;
text-align: center;
}

#content {
padding-left: 30px;
float: left;
width: 60%;
text-align: left;
line-height: 140%;
}

#sidebar {
position: relative;
top: 10px;
padding-right: 15px;
float: right;
width: 200px;
}

#footer {
background: url(i/foot.gif) repeat-y;
background-position: 10px 0;
position: relative;
width: 670px;
height: 4em;
clear: both;
text-align: center;
padding-top: 1em;
font-size: 75%;
line-height: 115%;
}


/*--------navigation--------

Main navigtion uses the Image Sprites
method by Dave Shea: 
http://www.alistapart.com/articles/sprites/
http://www.mezzoblue.com/tests/revised-image-replacement/ */

/* to be used in "full" version of site

#topnav {
background: url(i/navbg.jpg);
width: 646px; 
height: 125px;
margin: 0 auto; 
padding: 0;
}

#topnav li {
position: absolute; 
top: 0;
list-style: none;
margin: 0; 
padding: 0;
}

#topnav li, #topnav a {
height: 125px; 
display: block;
}

#panel1b {
left: 0; 
width: 164px;
}
  
#panel2b {
left: 164px; 
width: 157px;
}
  
#panel3b {
left: 321px; 
width: 163px;
}

#panel4b {
left: 484px; 
width: 164px;
}

#panel1b a:hover {
background: transparent url(i/navbg.jpg)
0 -131px no-repeat;
}

#panel2b a:hover {
background: transparent url(i/navbg.jpg)
-164px -131px no-repeat;
}

#panel3b a:hover {
background: transparent url(i/navbg.jpg)
-321px -131px no-repeat;
}

#panel4b a:hover {
background: transparent url(i/navbg.jpg)
-484px -131px no-repeat;
} */

/* end of non-used elements */


/*image replacement for right side nav
  from Web Standards Solutions by
  Dan Cederholm http://wwwsimplebits.com */

#rightnav {
position: relative;
width: 150px;
text-align: center;
}

#rightnav a {
background-image: url(i/snv.jpg);
background-color: #9E2B19;
display: block;
width: 100%;
height: 2.4em;
font-weight: bold;
text-decoration: none;
color: white;
font-size: 115%;
line-height: 2.4em;
border-top: 1px dotted white;
border-bottom: 1px dotted white;
}

#rightnav li {
background-image: url(i/snv.jpg);
list-style: none;
}

#rightnav li.txt {
background: url(i/tsize.jpg);
display: block;
width: 150px;
height: 6sem;
font-size: 80%;
text-align: center;
line-height: 195%;
}

#rightnav a:hover, #rightnav a:active {
background-position: -150px 0;
}

#rightnav a.ad {
font-size: 150%;
}

#rightnav a.size {
position: relative;
top: 12px;
background: none;
display: inline;
border: 0;
}

#linklist {
list-style-type: none;
border-top: thin dotted #666666;
margin: 12px 0 3em 0;
padding-top: 12px;
}

#footer a {
text-decoration: none;
color: black;
}

#footer a:hover, #footer a:active {
text-decoration: underline;
}


/* 4 --------lightbox
					styling-------- */

#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(i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(i/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; }




   

