/* 
CSS Document for EMVEE Dynamic Web Development, Leiden
Created by Mik Vierlingsbeek, mik@emvee.nl. 2011-12-06
*/

*{   
   margin:0;   
   padding:0;   
}


/*  BODY AND LAYOUT ELEMENTS */
body, table, tr, td, p, input, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

a:link, a:active, a:visited	{
	color: #990000;
	text-decoration: none;
}

a:hover	{
	color: #333333;	
	text-decoration: none;
}



p	{
	padding-top: 8px;
	padding-bottom: 8px;
}



#outerBody	{
	margin-top: 5px;
	text-align: center;
}

#pageContainer	{
	position: relative;
	width: 960px;
	text-align: left;
	margin:0 auto;
	margin-bottom: 0px;	
	
}

#homeHeader	{
	width: 960px;
	height: 220px;
	text-align: left;
	background: #666666;
}


#mainNavigation	{
	background-color: #990000;
	text-align: left;
	width: 960px;
}



#breadcrumbRow	{
	margin-top: 10px;
	height: 24px;
	padding-left: 20px;
	color: #999999;
}


#mainContentArea	{
	position: relative;
	margin-top:20px;
	border-bottom: 1px solid #990000;
	min-height: 440px;
	margin-bottom: 5px;
	padding-bottom: 20px;
}

#pageTitle	{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #666666;
	width: 100%;
}

#leftSide	{
	margin-left: 20px;
	padding-right: 10px;
	width: 610px;
	float: left;

}

#rightSide	{
	margin-left: 20px;
	width: 300px;
	float: left;
}
.pageSubTitle	{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

.mainText	{
	font-size: 13px;
	line-height: 18px;
	color: white;
}

.imageContainer	{
	margin-top: 10px;
	border: 2px solid #666666;
	position: relative;
}

.kindleButton	{
	position: absolute;
	top: 120px;
	left: 30px;
}
img.kindleLink	{
	border: 2px solid #ffcc33;
}
img.kindleLink:hover	{
	border: 2px solid #999999;
}


.facebookButton	{
	position: absolute;
	top: 180px;
	left: 30px;
}

img.fbLink	{
	border: 2px solid #ffcc33;
}
img.fbLink:hover	{
	border: 2px solid #999999;
}




#pageFooter	{
	width: 960px;
	text-align: right;
	font-size: 12px;
}

.reviewerName	{
	text-align: right;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 15px;
}

.availableNow	{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #666666;
}

.indentJustify	{
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-style:italic;
}




/* END BODY AND LAYOUT ELEMENTS */



/* PHOTO GALLERY STYLES */

#photoGallery	{
	position: absolute;
	top:0px;
	width: 960px;
	min-height: 640px;
	visibility: hidden;
}

#galleryTitleBar	{
	background-color: black;
}

#galleryTitle	{
	background-color:black;
	float: left;
	padding: 5px;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

#galleryCloseButton	{
	background-color:black;
	text-align: right;
	padding:5px;
	color:white;
	font-size: 16px;
	font-weight: bold;
	float: right;
}

#galleryCloseButton a	{
	color: white;
}

#galleryPhotoPlayer	{
	background: url("../img_layout/transparrent_bg.png");
	min-height: 720px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top:40px;
}

.galleryPhoto	{	
	border: 3px solid white;
	float: center;	
}

#galleryPhotoCell	{
	float: left;
	width: 820px;
}

#photoPreviousCell	{
	float: left; 
	width: 40px;
	padding-left: 25px;
	padding-top: 200px;
}

#photoNextCell	{
	float: left;
	width: 40px;
	padding-right: 25px;
	padding-top: 200px;
}

/* END PHOTO GALLERY STYLES */



/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* END CLEARFIX */

