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


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


table, td
{
	border-width:0px;
	border-spacing: 0px;
	padding:0px;
}

.detail table
{
    clear: both;
}
img { border: 1px; }


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


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


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


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

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

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

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

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

.currentPage /* need to get rid of this */
{
	color: #444;
}
.thumbnail
{
	background-color: #BBB;
}


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

#photo
{
	margin: 4px 0 0 15px;
}
#photo img
{
	background-color: #BBB;
	margin: 0;
}

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

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

dl.imageblock
{
	margin: 0 10px 10px 0;
	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;
}


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

.journaltitle
{
	
	color:#888;
}
.journaltitle h3
{
	font-weight: normal;
	font-size: 1.8em;
	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;
	color:#BBB;
}

/* ########## */
/* ##### 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;
}

