/* 
** lumen-perfectus.com - galleries (thumbnails) stylesheet
** 
** 09 July 2010 - (version 0.19)
** 
*/

/* import base stylesheet */
@import url("lp_base.css");

/* overwrite base style */

body {
    background-color: #E4E4E4;	
}
	
#header a {
	display: block;
}

#left_ h1 {
	display: none;
}

/* thumbnail and caption boxes */

div#boxwrapper {
	margin-top: 1.4em;
	max-width: 600px;
}
		
.thumbbox {
	float: left;
	margin: 1.1em auto;
	text-align: center;
	width: 250px;
	min-height: 150px;
	display: inline;
	color: inherit;
}

.thumbboxp { /* for panoramas */
	float: left;
	margin: 1.1em auto;
	text-align: center;
	width: 500px;
	min-height: 150px;
	display: inline;
	color: inherit;
}
		
.thumbbox img, .thumbboxp img{
	 vertical-align: middle;
	 border: 1px solid #fff;
}

#content .thumbbox p, .thumbboxp p {
	text-align: left;
	font-size: 0.8em;
	margin: 0;
	line-height: 1.2em;
	border-left: 2em solid #fff;
}
		
#content .tb {
	width: 220px;
	margin: 0 auto;
}

#content .tbp { /* for panoramas */
	width: 92%;
	margin: 0 auto;
}

div#footer {
	visibility: visible;
}

/* thumb page nav, when more than one page of thumbs, and cc icons on purchase page */

div.pagecount {	
	font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
	width: 90%;
	margin: 1.5em 0em 1em 4em;
}

.pagecount li {
	display: inline;
	font-size: 1.1em;
	margin: 0.4em;
	padding: 0;
	color: red;
	font-weight: bold;	
}

.pagecount a {
	font-weight: normal;
}

/* new thumbpage nav styles */
ul li.pagecaption {
	display: inline;
	color: #595959;
    font-weight: normal;	
}

ul.thumbpages {
	padding-left: 13.8em;
}

li.timeline {
	font-size: 96%;
	font-weight:normal;
	color: #c8c8c8;
	margin: 0em;
	padding: 0em;
}

/* old thumbpage nav styles
.pagecount li.title { 
	display: inline;
	color: #595959;
    font-weight: normal;	
}		

.pagecount li.timeline {
	padding-left: 22.2em;
	font-size: 76%;
	font-weight:normal;
	color: #c8c8c8;
}

.pagecount ul.galpages {
	margin-right: 22em;
}
*/