@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body{
	background-color:#d3c49b;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#8f181c;
	font-weight:normal;
	margin:0px;
}

/* Links for Site if no class exists */
A:LINK {
color: #8f181c;
font-weight: normal;
text-decoration : underline;
}

A:VISITED {
color: #8f181c;
font-weight: normal;
text-decoration : underline;
}

A:HOVER {
color: #4a816a;
font-weight: normal;
text-decoration : none;
}


.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#page_div{
	width: 100%;
	margin: 0 auto;
	height:auto;
	border: 1px solid #47503a;
/*	border: 1px solid #621d0d;*/
	display:block;
}
#header_div {
	width: 100%;
	height:auto;
	background-image:url(images/banner_background.jpg);
	border: none;
	border-bottom: 1px solid white;
}
#logo_div{
	width: 100%;
	display: block;
	text-align:center;
	padding-top:12px;
}
#motto_div{
	width: 100%;
	display: block;
	text-align:center;
	padding-top:30px;
}
#motto_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color:#FFF;
	line-height: 33px;
	padding-bottom:15px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#writers_div{
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	color: #e5d6c2;
	padding-bottom: 25px;
	background-image:url(images/triangle.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#nav_div {
/*	background-color: #705925;*/
	background-color: #667253;
	border:none;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 2px solid #47503a;
	border-bottom: 4px solid #47503a;
/*	border-top: 2px solid #8f181c;
	border-bottom: 4px solid #8f181c;*/
	text-align:center;
}
#nav_div a{
	color:#ffe7ab;
	font-size: 16px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px solid #9f8a5b;
	display:block;
	text-align:center;
	padding-top:10px;
	padding-bottom: 10px;
}
#nav_div a:hover{
color:#ac9576;
}
#content_holder_div{
	background-color:#FFF;
	width:100%;
}
#content_div{
	padding:32px;
	overflow:hidden;
}
#book_img{
margin:0 auto;
display:block;
}

#photo_img{
float:left;
display:block;
}

#photo_img1{
float:left;
display:block;
}



#book_band_div{
	clear:both;
	background-image:url(images/triangle_left.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#4a816a;
	/*background-color:#b98b48;*/
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 13px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align:center;
}
#book_band_div img{
	display:block;
	margin:0 auto;
	/*width: 50%;*/
	height:auto;
	margin-top: 10px;
	
}
#quotes_div{
	background-color:#e9e1cd;
	margin-top: 7px;
	padding:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	overflow:hidden;
}
.quote_block_div{
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left: 32px;
	border-bottom: 1px solid white;
	width: 90%;
	margin: 2%;
	padding-bottom: 18px;
	display:inline-block;
}
#book_intro_div{
	display:block;
	overflow:hidden;
	margin-bottom: 20px;
	line-height:19px;
}
#footer_div{
	background-color:#667253;
/*	background-color:#705925;*/
	color:#ffe7ab;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:center;
	padding-top:22px;
	padding-bottom:22px;
}
#footer_writers_div{
	color:#e5d6c2;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
}
#footer_links_div{
	background-color:#47503a;
/*	background-color:#4e3e1a;*/
	color:#ffe7ab;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:1px;
	padding-bottom:1px;
}
#footer_links_div a{
	color:#ffe7ab;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
#footer_links_div a:hover{
	text-decoration:none;
}
#copyright_div{
	font-size:10px;
	margin-top:10px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#nav_div a{
	font-size: 14px !important;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav_div {
	display:block;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
}
#nav_div a{
	border: none;
	display:inline-block;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
}
#page_div{
	width: 100%;
	margin: 0 auto;
}
#header_div {
	display:block;
	width: 100%;
	height: 176px;
	background-image:url(images/banner_background.jpg);
	border: none;
	border-bottom: 2px solid white;
}

#logo_div{
	float: left;
	width: 40%;
	display: inline-block;
	text-align:right;
	padding-top:12px;
}
#motto_div{
	width: 60%;
	float: left;
	display: inline-block;
	text-align:center;
	padding-top:12px;
}
#motto_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight:bold;
	color:#FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#writers_div{
	padding-bottom: 30px;
}

#book_img{
float:right;
display:inline;
margin:0px;
margin-left: 10px;
}

#photo_img{
float:right;
display:inline;
margin-top:-45px;
}

#photo_img1{
float:right;
display:inline;
margin-top:-45px;
padding-left:30px;
}




.quote_block_div{
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left: 32px;
	border-bottom: 1px solid white;
	width: 41%;
	margin: 2%;
	padding-bottom: 18px;
	display:inline-block;
	float:left;
	/*min-height: 170px;*/
}
#book_band_div{
	font-size: 13px;
	padding-left: 25px;
	text-align:left;
}
#book_band_div img{
	padding-left:38px;
	display:inline;
	/*width: auto;*/
	width: 84px;
	margin:0px;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#nav_div a{
	font-size: 16px !important;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#page_div{
	width: 900px;
	margin: 0 auto;
}
#header_div {
	width: 100%;
	display:block;
	margin: 0 auto;
	height: 166px;
}
#nav_div {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#nav_div a{
	border: none;
	display:inline-block;
	padding-left: 8px;
	padding-right: 8px;
}
#logo_div{
	float: left;
	width: 300px;
	display: inline-block;
	text-align:right;
	padding-top:12px;
}
#motto_div{
	width: 590px;
	float: left;
	display: inline-block;
	text-align:center;
	padding-top:38px;
}
#motto_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.gridContainer {
	width: 100%;
	max-width: 1232px;
}
#writers_div{
	padding-bottom: 27px;
}
}