/* ####### ART BOOK STYLES ####### */

/* ##### STANDARD STYLES, general inheritance to other elements ##### */
body
{
font-family: Helvetica, Arial;
font-size: 14px;
background-color:  #000;
}
table, td
{

}
img { border: 1px solid #acacac; margin: 0; padding: 0;}

#page
{
}

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, default ##### */
#header{
	margin-left: 100px;
	margin-top: -13px;
	margin-bottom: 20px;
}

#headerimage{
	background-image: url(../img/h_img.png);
	background-repeat: no-repeat;
	vertical-align: top;
	min-width:200px;
}

#header h1
{
 color: #fff;
 font-size: 1.59em;
 font-weight: lighter;
 width: 150px;
 margin: 30px 0 0 10px;
}
#header h2
{
}



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

ul#nav
{
	float: right;
	clear: both;
	margin-top: 120px;
	margin-bottom: 0px;
	font-size: 1.24em;
	list-style: none;
	display:inline; 
	margin-right: 35px;
}
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:#888;
	padding-bottom:1px;
}
ul#nav li a:hover, ul#nav li a:active
{
	color: #333;
	text-decoration: none;
}
ul#nav .index { width:60px; margin-left: 5px;}

ul#nav .previous { white-space: pre; width: 60px; height: 15px;}
ul#nav .previous a { background: url("../img/previous.png") no-repeat left center; padding:68px 0px 1px;}
ul#nav .previous a:hover { background: url("../img/previous_active.png") no-repeat left center; padding:71px 0px 1px;}
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: 60px; height: 15px; padding-left:10px}
ul#nav .next a { background: url("../img/next.png") no-repeat left center;  padding:68px 0px 1px;}
ul#nav .next a:hover { background: url("../img/next_active.png") no-repeat left center;  padding: 71px 0px 1px;}
ul#nav .next_text {display: none;}

.currentPage{
	color: #fff;
}

/* ########## */

/* ##### CONTENT STYLES, controls overall wrapper for Photo and Text areas ##### */

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


/* ##### PHOTO STYLES ##### */
#content #photo
{
padding-top: 30px; 
padding-bottom: 25px; 
margin-top: 20px;
border-top: 1px solid #acacac;
border-bottom: 1px solid #acacac;

}

ul#photoInfo
{
	margin: 0 0 3px 0;
	list-style: none;

}
ul#photoInfo li
{
	width: 141px; /* default width only - must define in page based on user settings *** */
	font-size: 0.97em;
	font-weight: lighter;
	color: #858585;
	
	
}

.infocolumn{
	text-align: right;
	vertical-align: top;
	font-weight: bold;  
	color: #f2f2f2;


}

.imagecolumn{
	margin-left: 0;
}

dl.imageblock dt.imageinfo
{
	font-size: .76em;
}

ul#metadata{
	font-weight: normal;
	color: #acacac;
}

dl.imageblock dd.imagecell
{
margin-left: 20px;
}
dl.imageblock dd.imagecell img
{
border: 1px solid #acacac;
}

dl.imageblock{
	border-top: 1px solid #acacac;
	padding-top: 30px;
	border-bottom: 1px solid #acacac;
	padding-bottom: 23px;
	margin-right: 40px;
	margin-top: -1px;
	margin-bottom: 0px;

}

.imageinfo a, .imageinfo a:visited, .imageinfo a:active, .imageinfo a:hover
{
	text-decoration: none;
}



/* ####################################### */
/* ##### JOURNAL STYLES, header info ##### */
#journalpage
{
}
#journalpage #header{
}
#headerinfo
{
	background-color: #999;
	margin: 0 15px 20px 0;
	clear: right;
	float: left;
	width: 30%;
}
#headerinfo h1
{
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
#headerinfo h2
{
	font-size: 1.3em;
	font-weight:normal;
	margin: 0 0 30px 0;
	padding: 0;
}
#headerinfo h3
{
	font-size: .9em;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

#headerimage img
{
	background-color: #666;
	clear: right;
}


/* ##### JOURNAL STYLES, navigation ##### */

#journalpage #header ul#nav
{
	font-size: .9em;
	margin: 3px 10px 0px 0px;
	padding: 0;
	color: #666;
	list-style: none;
}

#journalpage #header ul#nav a:hover { color: #666; }

#journalpage #header ul#nav .previous { white-space: pre; width: 15px;}
#journalpage #header ul#nav .previous a { background: url("../img/previous_wht.png") no-repeat center 3px; }
#journalpage #header ul#nav .previous a:hover { background: url("../img/previous_wht_active.png") no-repeat center 3px;}

#journalpage #header ul#nav .next { white-space: pre; width: 15px;}
#journalpage #header ul#nav .next a { background: url("../img/next_wht.png") no-repeat center 3px;}
#journalpage #header ul#nav .next a:hover { background: url("../img/next_wht_active.png") no-repeat center 3px;}



/* ##### JOURNAL STYLES, content wrapper ##### */
#journalpage #content
{
	margin: 0 15px 15px 15px;
	padding: 20px 0 0 0;
	clear: both;
}

/* ##### JOURNAL STYLES, Titles and Text ##### */
#journalpage #content h2
{
	font-size: 1.2em;
	color: #666;
	border-top: 0px solid #fff;
	margin: 0;
	padding: 0;
}

.title{
	vertical-align: top;
}

.journaltext p
{
	width: 700px;
	margin:5px 0 20px 0;
	padding:0;
	font-size:0.86em;
	color:#959595;
}

.journaltitle h4{
	font-size: 1.59em;
	padding-right: 40px;
	margin:  0;
	margin-top: 20px;
	font-weight: lighter;
	color: #fff;
}

/* ##### JOURNAL STYLES, Images ##### */

#journalpage dl.imageblock dt.imageinfo
{

}

#journalpage dl.imageblock dd.imagecell
{
}

#metadata_detail{
	font-size: 0.87em;
	font-weight: lighter;
	color: #858585;
	padding-top: 5px;
}

div.imagecell{
	border-top: 1px solid #acacac;
	padding-top: 25px;
	border-bottom: 1px solid #acacac;
	padding-bottom: 25px;
}

/* ############ */
/* ##### OVERALL FOOTER STYLES ##### */

#footer
{
	margin: 30px 35px 0 105px;
	text-align: right;
	font-size: 0.77em;

	color: #858585;
}
#footer p.footerCopy
{
	margin: 0 15px 15px 15px;
	padding: 5px 3px 0px 0px;
	border-top: 1px solid #fff;
}