/* ####### 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 #f2f2f2; margin: 0; padding: 0;}

#page
{
}


/* ########## */
/* ##### HEADER STYLES, default ##### */
#header{
	margin: 40px 0 20px 100px;

}

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

#header h1
{
 	color: #fff;
 	font-family: Impact, Impact, Charcoal, sans-serif;
 	font-size: 1.99em;
 	font-weight: lighter;
 	width: 163px;
 	margin: 55px 0 0 5px;
 	text-align: center;

}
#header h2
{
}

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

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

ul#nav
{
	float: right;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	font-size: 1.44em;
	font-family: Impact, Impact, Charcoal, sans-serif;
	list-style: none;
}
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 .pageNumber { padding:0 2px 0 7px; }
ul#nav .pagnation { padding: 0 6px 0 7px; }

.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-bottom: 25px; 
margin-top: -50px;


}

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.71em;
	font-weight: lighter;
		color: #fff;

	
}

.infocolumn{
	text-align: right;
	font-weight: bold;  

}

.imagecolumn{
	margin-left: 0;
	padding-left: 40px;
	vertical-align: top;
	text-align: center;

}

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

ul#metadata{
	font-weight: normal;
	text-align: left;
	padding-left: 0 !important;
	margin-left: auto;
	margin-right: auto;
}

#metadata_detail{
	color: #959595;
	font-size: 0.87em;
	padding-left: 20px;
	margin-top: 10px;
}

dl.imageblock dd.imagecell
{		
	font-size: 0.79em;
	color: #898989;
}
dl.imageblock dd.imagecell img
{
}

dl.imageblock{
	text-align: left;

}

.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 0 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.gif") no-repeat center 3px; }
#journalpage #header ul#nav .previous a:hover { background: url("../img/previous_wht_active.gif") 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.gif") no-repeat center 3px;}
#journalpage #header ul#nav .next a:hover { background: url("../img/next_wht_active.gif") 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;
	margin: 0;
	padding: 0;
}

.title{
	vertical-align: top;
}

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

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

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

#journalpage dl.imageblock dt.imageinfo
{

}

#journalpage dl.imageblock dd.imagecell
{
}



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

#footer
{
	margin: 15px 0 0 102px;
	text-align: right;
	font-size: 0.74em;

	color: #898989;
}
#footer p.footerCopy
{
	margin: 0 15px 15px 15px;
	padding: 5px 0px 0px 0px;
}