html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;
	list-style:none;
}


/*Body*/
body{
	background: #fff; 
	/* font: 12px Tahoma, Geneva, sans-serif; */
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
a{
	color:#313131;
	text-decoration:none;
}
a:hover{
	
	text-decoration:underline;
}

p {
	margin-bottom:10px;
	line-height:19px;
	color: #979797;
}
/*Header*/

.CBody{
	margin:0px auto;
	width:855px;
}
#HeaderArea{
		
}
#HeaderArea h1 {
	float:left;
	
}
#HeaderArea h1 a{
	display:block;
	text-indent:-99999px;
	background:url(images/logo.png) no-repeat;
	width:128px;
	height:43px;
	margin-top:47px;
	margin-left:6px;
	margin-bottom:47px;
}

/*Content*/
#ContentArea{
	clear:both;
	
}
#Sidebar{
	float:left;
	width:134px;
	margin-right:20px;
}
#Sidebar a{
	display:block;
/*
	height:10px;
	text-indent:-9999px;
	margin-bottom:26px;
	background-position:right;
	width:100%;
	background-repeat:no-repeat;
*/
	line-height:36px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: right;
	text-decoration: none;
	color: #999;
	font-size:14px;
}

#Sidebar a:hover {font-weight:bold;}
/*
#Sidebar a.navAbout{ background-image:url(images/nav_about.png); }
#Sidebar a.navSS{ background-image:url(images/nav_ss.png);}
#Sidebar a.navPhotography{ background-image:url(images/nav_photo.png);}
#Sidebar a.navBooks{ background-image:url(images/books.png);}
*/
#PostArea{
	float:left;
	width:701px;
}
.headers{
	text-indent:-9999px;
	margin-left:21px;	
	margin-top:82px;
	float:left;
	width:300px;
	height:9px;
}
.bookheader{	background:url(images/header_books.png) no-repeat; }
.spacescienceheader{ background:url(images/header_spacescience.png) no-repeat; }
.aboutheader{ background:url(images/header_about.png) no-repeat; }
.photoheader{ background:url(images/header_photography.png) no-repeat;}
/*Books*/
.vbLine{
	float:left;
	clear:both;
	width:100%;
	
}
.BookRecord{
	margin-bottom:37px;
	position:relative;
}
.booksThumb{
	float:left;
	width:282px;
	margin-right:17px;
}
.booksDescription{
	float:left;
	width:400px;
	position:relative;
}
.booksDescription h2 {
font-size:14px;
color:#000;}
.booksDescription p{
	font-size:10px;
	margin-bottom:12px;
}
.booksBuy{
	display:block;
	width:62px;
	height:22px;
	background:url(images/button_buy.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	bottom:0px;
	left:0px;
}


/*About/Space science*/
.aboutLeft{
	float:left;
	width:460px;
	margin-right:20px;
}
.aboutRight{
	float:left;
	width:221px;
}
.aboutMain{
	margin-bottom:20px;	
	font:bold 12px Tahoma, Geneva, sans-serif;
}
.aboutLeft h2{
	margin-bottom:15px;
}
.aboutRight h2{
/* 	margin-bottom:15px;	 */
	margin-bottom:8px;
}
.aboutRight li{
	margin-bottom:8px;
	color:#c2c2c2;
	font-size:10px;
	line-height: 16px;
}
.aboutRight li a{
	color:#979797;	
	text-decoration: none;
}
.aboutRight li a:hover{

}

/*Photography*/

#slider{
	margin-bottom:25px;
}
#slider img{
	margin-bottom:10px;	
}
#slider a{
	margin-right:5px;	
}
.sliderBack{
	margin-left:10px;	
}
.photoLeft{
	float:left;
	width:400px;
	margin-right:20px;
}
.photoLeft h2{
	margin-bottom:15px;	
}
.photoRight{
	float:right;
	width:280px;
}
.PhotoItem{
	margin-bottom:18px;	
}
.PhThumb{
	float:left;
	width:100px;
}
.PhDescr{
	float:left;
	width:180px;
	color:#979797;
	font-size:10px;
}
.PhDescr h2{
	color:#000;
	font-size:12px;
	margin-bottom:10px;
}
.bf_nav{
	float:right;	
}
.bf_nav a { color:#ccc;}
.bf_nav a:hover { text-decoration: none;color:#000; }
#nav{
	margin-top:10px;
}
/*Footer*/
#FooterArea{
clear:both;	
float:left;
width:100%;
margin-top:25px;
margin-bottom:25px;
text-align: right;
font-size: 8px;
text-transform: uppercase;
color: #999;
}
#FooterArea a{
color: #999;
text-decoration: none;
}
#FooterArea a:hover {
color:#333;
}




/* additions */
.PhotoItem:hover { cursor: pointer; }
.PhotoItem:hover .PhDescr { color: #000; }
.PhotoItem .PhThumb img { opacity: 0.75; }
.PhotoItem:hover .PhThumb img { opacity: 1; }

#nav .inside a {
	color: #ccc;
	display: inline-block;
	padding: 0px 5px;
	font-size: 10px;
	text-decoration: none; }

#nav .inside a:hover {
text-decoration: none;}
#nav .inside a.activeSlide { color: #000; }

/*
#Sidebar a { opacity: 0.6; }
#Sidebar a:hover { opacity:1; }
*/
#Sidebar a:hover { color: #ccc; }
#Sidebar .current { color: black; }

h2 {
color:#666;
font-family:Georgia;
margin-bottom: 8px !important;
font-size:12px;
}

.clear { clear: both; }

.credits{
font-style: italic;
font-size:10px;
color:#979797;
margin-bottom: 10px;
display: block;
}

.purchase {
border:solid 1px #ccc;
padding:5px;
font-size:10px;
text-transform: uppercase;
background: #fff;}

.purchase:hover {
color:#fff;
background:#ccc;
text-decoration:none;}

.ind-exhibition { margin-bottom: 20px;cursor: pointer;}
.ind-exhibition:hover p, .ind-exhibition:hover a {color:#777;}
.ind-exhibition h3{color:#979797;font-weight:normal;line-height:19px;}
.ind-exhibition h3 a {color:#979797;text-decoration:none;}
