/* ##### PHOTOempt ART BOOK ##### */


/* ##### STANDARD STYLES, general inheritance to other elements ##### */
body
{ font-family: Georgia, "Times New Roman", Times, serif; text-align: center; font-size: 10px; line-height: 12px; margin: 0; padding: 0; }
table, td
{
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
img { border: none; margin: 0; padding: 0;}

#page
{
	text-align: left;
	margin: 0 10px;
}

div.clear
{
    clear: both;
}
/* ##### HEADER STYLES, default ##### */
#header{
	margin: 9px 0 0 15px;
	padding: 0 0 5px 0;
	color:#FFF;
	background-color:#000;
	border-bottom: 1px solid #777;
}



h1
{
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 12px;
	text-decoration: none;
}

h2
{
	font-size: 12px;
	font-weight:normal;
	margin: 0;
	color: #666;
	line-height: 12px;
	text-decoration: none;
}

#content h2
{ font-size: 11px; font-weight:normal; border-top: 1px solid #777; margin: 0; color: #666; line-height: 12px; }

h3
{ font-size: 11px; font-weight:normal; margin: 0; padding: 0; color: #666; line-height: 12px; }
/* ##### HEADER NAVIGATION STYLES, controls previous & next number menu between pages ##### */

#navrow ul#nav
{
	font-size: 12px;
	margin: 3px 0 0;
	padding: 0;
	color: #777;
	list-style: none;
	border-top: 
medium none}
#navrow ul#nav li 
{
	display: block;
	float: left;
	padding: 0; 
	margin: 0;
	list-style: none;
}

#navrow ul#nav li.pagnation
{
    padding-right: 5px;
}

#navrow ul#nav a, #header ul#nav a:visited, #header ul#nav a:active
{
	color: #bbb;
	text-decoration: none;
	margin:0;
}
#navrow ul#nav a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}

#navrow ul#nav li.index
{
    padding-right: 1em;
}

#navrow ul#nav .previous { width: 15px; white-space: pre; }
#navrow ul#nav .previous a { background: url("../img/previous.gif") no-repeat left 3px; }
#navrow ul#nav .previous a:hover { background: url("../img/previous_active.gif") no-repeat left 3px;}
#navrow ul#nav .previous_text {display: none;}

#navrow ul#nav .next { width: 15px; white-space: pre; }
#navrow ul#nav .next a { background: url("../img/next.gif") no-repeat right 3px;}
#navrow ul#nav .next a:hover { background: url("../img/next_active.gif") no-repeat right 3px;}
#navrow ul#nav .next_text {display: none;}

#navrow
{
    clear: left;
    margin: 0 0 0 15px;
    border-bottom: 1px solid #777;
    margin-bottom: 5px;
    padding: 2px 0 3px 0;
}
/* ##### CONTENT STYLES, controls overall wrapper for Photo and Text areas ##### */

#content
{
	margin: 15px;
	padding: 0px;
	clear: both;
}


/* ##### PHOTO STYLES ##### */
#content #photo
{
	margin: 0 0 15px 0;
	background-color: #666;
}

ul#photoInfo
{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0px;
	color: #777;
}
ul#photoInfo li
{
	white-space: normal;
}


dl.imageblock
{
	float:left;
	margin: 0 13px 7px 0;
}
dl.imageblock dt.imageinfo
{ margin: 0 0 18px; padding: 0; font-size: 10px; color: #000; font-weight: bold; line-height: 11px; }

ul#metadata
{
	margin: 0;
	padding: 0;
	color: #666;
	font-weight: normal;
}

ul#metadata li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

dl.imageblock dd.imagecell
{
	margin: 0;
	padding: 0;
	background-color:#FFF;
	margin: 0;
	text-align: left;
}
dl.imageblock dd.imagecell img
{
	background-color:#666;
}

.imageinfo a, .imageinfo a:visited, .imageinfo a:active, .imageinfo a:hover
{
	text-decoration: none;
	color: #666;
}
/* ##### OVERALL FOOTER STYLES ##### */

#footer
{
	margin: 15px 0 0 15px;
}
#footer p.footerCopy
{ font-size: 8px; color: #777; line-height: 9px; margin: 0 0 15px; padding: 5px 0 0; border-top: 1px solid #777; }
.footer {
	color: #c33;
	font-size: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	text-decoration: none;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: #999; }
a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
#page tbody tr td #content table tr td #photoInfo li strong {
	color: #F00;
}

