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


/* ##### STANDARD STYLES, general inheritance to other elements ##### */
#headerdiv{
	text-align: left;
}
#navdiv{
	vertical-align: middle;
	margin-top: -17px;
	margin-bottom: -15px;
}
body
{
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 100%;
	font-family: Geneva, "GillSans", "Gill Sans", Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	background: #c8c8c8;
}
table
{
	border-width:0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding:0px;
	vertical-align: top;
	border-style: dashed;
	border-color: gray;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
td
{
	border-width:0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding:0px;
	vertical-align: top;
	border-style: dashed;
	border-color: gray;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.top-left{
	width: 14px;
	height: 14px;
	background: url(../img/top-left.png) no-repeat right bottom;
}
.top{
	height: 14px;
	background: url(../img/top.png) repeat-x right bottom;
}
.top-right{
	width: 14px;
	height: 14px;
	background: url(../img/top-right.png) no-repeat left bottom;
}
.left{
	width: 14px;
	background: url(../img/left.png) repeat-y right bottom;
}
.right{
	width: 14px;
	background: url(../img/right.png) repeat-y left bottom;
}
.bottom-left{
	width: 14px;
	height: 14px;
	background: url(../img/bottom-left.png) no-repeat right bottom;
}
.bottom{
	height: 14px;
	background: url(../img/bottom.png) repeat-x right bottom;
}
.bottom-right{
	width: 14px;
	height: 14px;
	background: url(../img/bottom-right.png) no-repeat left bottom;
}





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


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


.detail table
{ 
margin-left: auto;
margin-right: auto;
	text-align:center;
}
img { border: none; }


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

#header
{
    float: left;
    border: 0px solid red;
    margin-bottom: 3px;
    margin-left: 200px;
}
#headerdiv h1
{
	color: #fff;
}
#headerdiv h2
{
	color: #fff;
}


#navcontainer{
	padding-left: 230px;
	border: 0px solid red;
}
#meta1{
	float:left;	position:relative;	left:-165px;
	width: 115px;
	height: 25px;
	padding: 0 5px 0 5px;
	font-size:19px;
	font-weight:normal;
	text-align: right;
}
#date{
	float:left;	position:relative;	left:-165px;
	width: 115px;
	height: 25px;
	padding: 0 5px 0 5px;
	font-size:19px;
	font-weight:normal;
	text-align: right;
}
#navigation{
	font-size:12px;

}
#page 
{
	width:100%;
}
h1
{
	font-weight: normal;
	font-size: 2em;
	margin: 12px 0px 0px 15px;
}
h2
{
	font-size: .9em;
	font-weight: normal;
	margin: 0px 0px 2px 15px;
	padding: 0;
}

.detail h2
{
    width: auto;
}
#home {
	float: right;
	width: 40px;
	height: 5px;
	margin-right: 20px;
	}
#home a
{
	text-decoration: none;
	color:#4d4d4d;
	padding-bottom:1px;
}
#home a:visited
{
	text-decoration: none;
	color:#4d4d4d;
	padding-bottom:1px;
}
#home a:active
{
	color: #4d4d4d;
	text-decoration: none;
}
#home a:hover
{
	color: #4d4d4d;
	text-decoration: none;
}
/* ########## */
/* ##### GENERAL NAVIGATION STYLES, controls previous & next number menu between pages ##### */

ul#nav
{
	display: block;
	margin: 2px 0 8px 12px;
	padding: 0;
	font-size: .9em;
	list-style: none;
	margin-right: 100px;
}
ul#nav li
{
	padding: 0; 
	float: left;
	display: block;
	list-style: none;
}
ul#nav li a, ul#nav li a:visited
{
	text-decoration: none;
	color:#4d4d4d;
	padding-bottom:1px;
}
ul#nav li a:hover, ul#nav li a:active
{
	color: #4d4d4d;
	text-decoration: none;
}
ul#nav .index { width:60px; margin-left: 5px;}

ul#nav .previous { white-space: pre; width: 20px; height: 20px;border:1px solid yelow;}
ul#nav .previous a { background: url("../img/previous1.png") no-repeat left center; border:0px solid red; width:23px; height:13px; padding:0 0px 0 0px;}
ul#nav .previous a:hover { background: url("../img/previous1.png") no-repeat left center; border:0px solid blue; width:23px; height:13px; padding:0 0px 0 0px;}
ul#nav .previous_text {display: none;}

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

ul#nav .next { white-space: pre; width: 20px; height: 20px;border:1px solid yelow;}
ul#nav .next a { background: url("../img/next1.png") no-repeat left center; border:0px solid red; width:23px; height:13px; padding:0 5px 0 5px;}
ul#nav .next a:hover { background: url("../img/next1.png") no-repeat left center; border:0px solid red; width:23px; height:13px; padding:0 5px 0 5px;}
ul#nav .next_text {display: none;}

.currentPage /* need to get rid of this */
{
	color: #fff;
}

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

.thumbnail
{
}



#content 
{
	margin: 0 auto;
	padding: 0;
	border:0px solid blue;
	text-align:center;
}


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


#photo
{
	margin: 4px 0 0 0px;
}
#photo img
{
	margin: 0;
}

.sideinfo
{
    width: 200px;
    display: block;
    margin: 0;
    padding: 0;
}

.pictureblock
{
	margin: 0 auto;
	padding: 0 0 0 0;
	border:0px solid red;
	text-align: center;
}
.image-placeholder{
	background: #d2d2d2;
}
.imageblock
{
	margin: 0;
	border: 0px solid red;
}
.imageinfo a, .imageinfo a:visited, .imageinfo a:active, .imageinfo a:hover
{
	font-size: 0.9em;
	color: #111111;
	margin: 0 0 5px 0;
	text-decoration: none;
}
.imagecell
{
	text-align:center;
	margin-bottom: 0;
	padding: 10px;
	border: 0px solid green;
}
.imageinfo 
{
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	min-height:35px;
	border:0px solid green;
}
.imagecell img
{
	background-color:#d2d2d2;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

dl.imageblock
{
	margin: 0;
	padding: 0;
	border: 0px solid yellow;
}
dl.imageblock dt
{
	margin: 0;
	padding: 0;
}
dd.imagecell
{
	margin: 0;
	padding: 0;
	clear: both;
	border: 1px solid yellow;
}
dd.imagecell img
{
	background-color: #d2d2d2;
}

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

.journaltitle
{
	
}

.journaltitle h2
{
	font-size: 1.4em;
}
.journaltitle h3
{
	font-weight: normal;
	font-size: 1.2em;
	margin: 7px 0 0 0;
	padding: 0;
}
.journaltext
{
    margin-bottom:10px
}
.journaltext p 
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: .9em;
	line-height: 1.1em;
}

/* ########## */
/* ##### PHOTO DATA STYLES, controls metadata for each photo displayed ##### */
#metadata_detail
{
	margin: 0 0 0 0;
	padding: 1em 1em 1em 1em;
	text-align: left;
	font-size: 12px;
    list-style: none;
    font-weight: normal;
}
#metadata
{
	margin: 0 0 0 0;
	padding: 10px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
    list-style: none;
    font-weight: normal;
}

.detail ul#metadata
{
	margin: 0;
	padding: 10px 0px 10px 10px;
	text-align: left;
}
.detail ul#metadata li
{ 
	margin: 0;
	padding: 0;	
	list-style: none;
	display: block;
	clear: both;
}

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

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

#footer
{
	margin: -8px;
	margin-left: 0px;
	text-align: left;
}


#footer p
{
	font-size: .76em;
	margin: 0;
	border:0px solid blue;
}


