@charset "UTF-8";
/* CSS Document */




/* BLOCK ELEMENTS
***************************/

body {
	background-color: #111111;	
	font-family: "Futura", Opens sans, sans-serif;
	color:#352e36;
	margin:0;
	padding:0;
}
 
#wrapper {
	width: 1000px;
	background-color:#f8f8f8;
	margin:0 auto;
	padding: 0px 0px;
	
}

#header {
	background-image:url();
	background-repeat:no-repeat;
	background-position:right;
	width: 1000px;
	height:100px;
	background-color:#f8f8f8;
	border-bottom: 1px solid #ccc;
	
}

#header h2 {
	font-size:55px;
	font-family:"Futura Condensed", sans-serif;
	letter-spacing: 8px;
	text-transform:uppercase;
	color:#446239;
}

#header h3 {
	padding:10px;
	
}


h2 {color:#648fe7;}


h3 {font-size:16px;color: #b2a806;}



/* NAVIGATION
***************************/



nav {
	width:100%;
	float: left;
	padding: 0px;
	margin-top:-20px;
	margin-bottom:20px;

}

ul {

	list-style: none;

}

li {
	font-size:16px;
	font-family: 'futura', sans-serif;
	display: inline-block;
	float: left;
	padding: 10px;
	text-transform:uppercase;

}


/* INDIVIDUAL MENU OBJECTS 
***************************/

.pages {
	line-height: 80px;
	font-weight:400;	
	font-size:18px;


}


a:link {text-decoration:none; color:#3d6e2b;}
a:visited{text-decoration:none; color:#3d6e2b;}
a:hover {color:#777777;}
a:active {text-decoration:none; color:#46b2fb;}




/* CONTENT
***************************/



#content {
	position:relative;
	width:30%;
	float:left;
	padding:20px 0 20px 20px;
	margin:20px;
	
}


#sidebar {
	width:30%;
	display:inline-block;
	padding:20px;
	float: right;
	
}

#content-block {
	position:relative;	
	padding-left:50px;
 }
 
#right-col {
	position:relative;
	width:30%; 
	float:right;
	padding-right:40px; 
	text-align:justify;
}

#left-col {
	position:relative;	
	width:55%; 
	float:left;
	padding-left:50px;

}





 
 
#image-block {
	display:inline-block;
	width:150px;
	height:225px;
	background-color:#e7e7e7;
	padding:20px;
	box-shadow: 0px 2px 5px #888888;
	margin:10px;
	display:inline-block;
	overflow:auto;
}
 



/* FOOTER
***************************/

#footer {
	clear:both;
	width:100%;
	height:auto;
	border-top:1px solid #ccc;
}

#footer p {
	padding:10px 50px 20px 50px;
	font-size:11px;
}



/* FONTS
***************************/

p, .title_type, .book_title, .author_name {
	font-family:Open Sans, sans-serif;
}

p {
	font-size: 14px;
}



.caption {
	font-family:Open Sans, sans-serif;
	font-size:10px;
}

.book_title {
	font-size:28px;
	letter-spacing:2px;
}

.title_type {
	font-size:60px;
	color:#660;
}


/*iPhone 6 Portrait*/
@media only screen and (max-device-width: 375px) and (orientation : portrait) { 


    
	body {width:200%;}
	#wrapper {width:100%;}
	#content {width:auto;}
	#header {width:500px;display:block;}
	
	#header h2 {
	display:block;
	padding:10px 20px;
	font-size:35px;
	letter-spacing:6px;

	}
	
	
	
/* NAVIGATION
***************************/

nav {
	display:block;
	width:100%;
	float: left;
	padding: 0px;
	margin-top:-20px;
	margin-left:-20px;

}

ul {
	list-style: none;
}

li {
	font-size:22px;
	display: inline-block;
	float:left;
	padding: 10px;
}	
	
	
	
#left-col {
	width: auto;
	min-width:90%;
	padding:0 20px;
}	
	
#right-col {
	width: auto;
	min-width:90%;
	padding-left:20px;
}

#content-block {
	width: auto;
	padding:0 20px;
	font-size:18px;
	}
	

}







/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	#header h2 {letter-spacing: 1px; font-size:50px; display:block;width:500px;margin-left:-40px;}
	
	


}


/*iPhone 6 Landscape*/
@media only screen and (max-device-width: 375px) and (orientation : landscape) and (orientation : portrait){
	
	

	
	#left-col {
	width: auto;
	padding:0 20px;
}	
	
#right-col {
	width: auto;
	padding-left:20px;
}

#content-block {
	width: auto;
	padding-left:20px;
	font-size:18px;
	}

}
