/* ####### STOCK BOOK STYLES ####### */


/* ##### STANDARD STYLES, general inheritance to other elements ##### */

html{
   	margin:0;
   	padding:0;
   	height:100%;

    
}

body
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	color:#888;
	background-color: #000;
    background-image:url(../img/back.png);
    height:100%;
}
table, td
{
    /* border: 1px solid red; */
	border-spacing: 0px;
	border-collapse: collapse;
	padding:0px;
	vertical-align: top;

}

.crop img{
	
}

.detail table
{
    float: left;
    clear: both;
}
img { border: none; }

#detail{
	margin: 90px 0 0 215px;
}

a:link { text-decoration: none !important; }
a:hover { text-decoration: none !important; }
a:active { text-decoration: none !important; }
a:visited { text-decoration: none !important; }

/* ########## */
/* ##### HEADER STYLES, controls site title and photo title ##### */

#topcorner
{
    position:absolute;
    top:0px;
    left:0px;
    margin: -42px 0 0 -120px;
}

#header
{
    clear: both;
    margin-top: 0px;

}

#page 
{
}
h1
{
	color: rgb(152,163,168);
	font-size: 42px;
    font-family: "Verdana", Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 25px 0;
	font-weight: 600;
	background-color: rgb(79,85,88);
	padding: 30px 0 30px 100px;
	margin-left: 0px;
    
}


#main {
min-height: 100%;
position: relative;
}

/* ########## */
/* ##### GENERAL NAVIGATION STYLES, controls previous & next number menu between pages ##### */

ul#nav
{
	font-size: 1.44em;
	list-style: none;
	padding-left: 0px;
	margin-top: 16px;
	margin-right: 0px;
    display:block;
    float:left;
    
	}
ul#nav li
{
	float: left;
	list-style: none;
    color: rgb(133,133,133);
}
ul#nav li a, ul#nav li a:visited
{
	text-decoration: none;
	color: rgb(96,96,96);
	padding-bottom:1px;
}
ul#nav li a:hover, ul#nav li a:active
{
	color: rgb(133,133,133);
	text-decoration: none;
}
ul#nav .index { width:200px; margin-left: 5px;}

ul#nav .previous { white-space: pre; width: 11px; height: 15px; padding-right:4px;}
ul#nav .previous a { background: url("../img/previous.png") no-repeat left center; padding:0px 0px 1px;}
ul#nav .previous a:hover { background: url("../img/previous_active.png") no-repeat left center; padding:0px 0px 1px;}
ul#nav .previous_text {display: none;}

ul#nav .pageNumber { padding:0 4px 0 4px; }
ul#nav .pagnation { padding: 0 4px 0 4px; }

ul#nav .next { white-space: pre; width: 11px; height: 15px;}
ul#nav .next a { background: url("../img/next.png") no-repeat left center;  padding:0px 0px 1px;}
ul#nav .next a:hover { background: url("../img/next_active.png") no-repeat left center;  padding:0px 0px 1px;}
ul#nav .next_text {display: none;}

/* ########## */
/* ##### TBA ##### */

.currentPage /* need to get rid of this */
{
	color: rgb(133,133,133);
}

.thumbnail
{
	background-color: #BBB;
}



#content 
{
	margin: 0 0 0 100px;
	padding: 0;

}


/* ########## */
/* ##### PHOTO STYLES, controls each image style ##### */

#photo
{
	margin: 4px 0 0 0;
	
}
#photo img
{
	background-color: #000;
	margin: 0;
	margin-bottom: -4px;
}

.sideinfo
{	width: 160px;
    display: block;
    margin: -15px 15px 0 5px ;
    padding: 0;
}

.pictureblock
{
	margin: 0;
	padding: 0;
}
.imageinfo, .imageinfo a, .imageinfo a:visited, .imageinfo a:active, .imageinfo a:hover
{
	font-size: .9em;
	color: rgb(133,133,133);
	margin: 0 0 5px 0;
	text-decoration: none;
}

dl.imageblock
{
	margin: 0 0px -5px ;
	padding: 0;
}
dl.imageblock dt
{
	margin: 0;
	padding: 0;
}
.imageinfo
{
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
}
dd.imagecell
{
	margin: 0;
	padding: 0;
	clear: both;
}
dd.imagecell img
{
	background-color: #666;
}

ul#photoInfo{
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 0.86em;
}

/* ########## */
/* ##### JOURNAL STYLES, controls journal data ##### */

.journaltitle
{
	
	color: rgb(133,133,133);
}
.journaltitle h4
{
	font-weight: normal;
	font-size: 1.21em;
	margin: 20px 0 0 0;
	padding: 0;
	padding-right: 0px;
}
.journaltext
{
    margin-bottom:10px
}
.journaltext p 
{
	margin: 15px 0 10px 0;
	padding: 0;
	font-size: 0.91em;
	line-height: 1.1em;
	color: rgb(133,133,133);
	padding-right: 10px;
	text-align: justify; 
}


/* ########## */
/* ##### PHOTO DATA STYLES, controls metadata for each photo displayed ##### */

ul#metadata
{
	margin: 0;
	padding: 0 10px 0 0px;
	text-align: left;
	font-size: .8em;
    list-style: none;
    color: #bbb;
}


ul#metadata li
{
	display: inline;
    list-style: none;

}

.detail ul#metadata
{
    margin: 0 0 0 15px;
}

.detail ul#metadata li
{
    display: block;
    clear: right;
    text-align: left;
}

#metadata_detail{
	margin-top: 10px;
    margin-bottom: 50px;
    

}

.crop{
	margin:12px 0 16px 0;
	overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	width: 200px;
	height:200px;
	}
.crop img{
	position:absolute;
	}
.image {
   position: relative;
   width: 100%; /* for IE 6 */
   padding-right: 12px;
}

h3 {
   position: absolute;
   width: 199px;
   padding-right: 1px;
   top: 182px;
   padding-bottom: 3px;
   padding-top: 3px;
   text-decoration: none;
}

h3 span {
   color: rgb(133,133,133);
   font: 0.66em Lucida Grande;
   padding: 0 8px 0 0px;
}

h3 span.spacer {
   padding:0 5px;
}

/* ########## */
/* ##### FOOTER STYLES, controls copyright and other info at bottom of each page ##### */

#footer
{
	padding: 0;
	clear: both;
    position: absolute;
    width:100%;
    bottom:0;
}

#footer p
{
	text-align: right;
    color: rgb(163,163,163);
	font-size: 0.81em;
    font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	background-color: rgb(79,85,88);
	padding: 4px 20px 4px 0px;
	margin:30px 0 0 0;
}