@charset "utf-8";





/*NormaliZe CSS*/




body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input, textarea,p,blockquote,th,td {margin:0;padding:0; text-align: left;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
/* * * * * * * * * * * *

		global elements

* * * * * * * * * * * */

body
{
	margin: 0em;
	padding: 3em;
	position: relative;
	cursor: default;

	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #C3C3C3;
}

hr {
	height:1px;
	border:0px;
	color: #C3C3C3;
	background-color: #C3C3C3;
	width: 500px;
	
	clear:both;
}

p, textarea
{
	font-size:12px;
	margin: 0 0 1.1em 0;
	padding-top: 0;
	color: #000000;
	text-align:justify;
	line-height:1.5em;
}

h1,h2
{
	display:none;
	margin: 0;
	padding: 0;
	font: 200 1.2em/1em arial,helvetica,sans-serif;
}

h3,h4
{
	margin: 0;
	padding: 0;
	padding-bottom:10px;
	font: 200 1.1em/1em arial,helvetica,sans-serif;
	color: #000000;
}

a
{
	color: #C3C3C3;
	text-decoration: none;
	cursor: default;
}

a:hover {
	color: #000000; 
}

/* * * * * * * * * * * *

		layout containers

* * * * * * * * * * * */

.page {
	left:0px;
	top:100px;
	position:relative;
	padding-top:10px;
	margin: 0;
	min-height: 22px;
	width: 750px;
	font-family: arial,helvetica,sans-serif;	
	padding: 0;
}

.horiz_chunk
{
	top:100px;
	margin: 0;
	margin-top: 80px;
	min-height: 22px;
	width: 750px;
	font-family: arial,helvetica,sans-serif;
}

.horiz_chunk .section
{
	
	float: left;
	padding: 0;
	/*border: medium double rgb(250,0,255);*/
}

#site_logo
{
	float: left;
	width: 324px;
	margin: 70px 0 18px 0;
}

.section { 
width: 324px; 
}

.sectionWide { 
width: 324px; 
}

.section2 {
	width:500px;
}


.mvright { margin-left: 23px; }
.mvdown { margin-top: 34px; }

.snapshots
{
	margin: 50px 0 100px 0;
	height: 80px;
}

/* * * * * * * * * * * *

		nav lists

* * * * * * * * * * * */

ul.list_horiz
{
	margin: 0;
	padding: 0;
	/*border: medium double rgb(250,0,255);*/
}

ul.list_horiz li
{
	list-style: none;
	float: left;
	/*border: medium double rgb(250,0,0);*/
}



/* 
		top nav
*/


#nav_books li
{
	margin: 0 10px 0 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 1px;
}

.grey { color: #C3C3C3; }
.black, a.black_over:hover  { color: #000000; }
.red, a.red_over:hover { color: #800000; }
.green, a.green_over:hover { color: #a0c936; }
.orange, a.orange_over:hover { color: #ff8400; }
.bold { font-weight: 700; }

/*
		page number nav
*/

#nav_photos li
{
	margin: 0 .6em 0 0;
	font-family: futura,arial,helvetica,sans-serif;
	vertical-align: bottom;
	letter-spacing: -1px;
}

.num_sel
{
	font-size: 11px;
	font-weight: 700;
}

.num
{
	font-size: 11px;
	font-weight: 100;
	color: #C3C3C3;
}

/*
		subscribe form
*/

#emailform
{
	padding: .5em;
	margin: 0;
	display: none;
	font: .7em/1.3em arial,helvetica,sans-serif;
}

#emailform input { color: #C3C3C3; }
.error { color: red; }

a.error
{
	color: red;
	text-decoration: underline;
}


/* */ 

/* Advanced POPUP */

#overlay img{ border: none; }

#overlay{ 
background-color: #FFFFFF;
}

a.popup-close  { 
	border:0px;
	position:absolute;
	right:-40px;
	top:10px;
	color:#990000;
	}
	
a.popup-close:hover  {
	color:#000000;
	}
	

* html #overlay{
background-color: #FFFFFF;

}  

.popupbox {
	
	position:absolute;display:none; 
	background-color:#ffffff;
	padding:10px;
	border: 0px double rgb(150,150,150);
}

.popupbox-img {
	position:absolute;display:none; 
	background-color:#ffffff;
	padding:10px;
}

