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


@import url(http://fonts.googleapis.com/css?family=Cabin:400,500,600|Open+Sans+Condensed:300|Open+Sans);


/*---------------------------------------------------- 
       F O U N D A T I O N 
-----------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #3c3c3c;
	}

a:link, a:visited {
	color: #a36120;
	text-decoration: none;
	border: 0;
	}

a:hover {
	color: #cec596;
	text-decoration: underline;
	border: 0;
	}

.hide {
	display: none;
}

.clear {
	clear: both;
	}


img { 
	border: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	}
	

		
/*---------------------------------------------------- 
      G L O B A L  S T R U C T U R E
----------------------------------------------------*/ 


#wrapper {
	width: 700px;
	margin: 20px auto 0 auto;
	padding: 10px 0px 0 0;
	background: #fff;
	position: relative;
	}
	

/* following allows container to wrap around floats */
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}

#wrapper p {
	font-size: 12px;
	padding: 3px 100px 9px 0;
	margin: 0;
	}




/*---------------------------------------------------- 
       F O O T E R 
-----------------------------------------------------*/

#footer {
	width: 954px;
	position: relative;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	text-align: center;
	}
#footer p {
	color: #b188ad;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.6;
	}
.footer-bold {
	font-size: 13px;
	font-weight: bold;
	}
#footer a:link, #footer a:visited {
	color: #d1cbaa;
	}
#footer a:hover {
	color: #efead0;
	text-decoration: underline;
	}
#footer a:active {
	color: #efead0;
	}
	



/*---------------------------------------------------- 
       I M A G E  S P A C E R S 
-----------------------------------------------------*/

.inline {
	display: inline;
	}

.inline-bullet {
	display: inline;
	margin: 0 0 -2px 0;
	}


.line-spacer {
	margin: 15px 0 15px 0;
	}
.line-spacer-big {
	margin: 26px 0 26px 0;
	}

.header-spacer {
	margin: 30px 0 5px 0;
	}
	
.photo-spacer {
	margin: 0px 30px 0px 4px;
	}


.spacer {
	clear: both;
	}





/*---------------------------------------------------- 
       T E X T  S Y T L E S 
-----------------------------------------------------*/


.booktitle {  
	font-weight: bold; 
	font-style: italic;
	}
	
.brown {
	color: #43301d;
	}
	
.bold {  
	font-weight: bold;
	}
	
.brown-big {
	color: #43301d;
	font-size: 1.8em;
	}
	
	
h1 {
	font-family: 'Open Sans Condensed',Tahoma,Geneva,sans-serif;
	font-size: 3em;
    font-weight: 600;
    letter-spacing: 0;
	text-transform: uppercase;
	}
	
.bodytext {   
	font-size: 12px; 
	}
