/*
Theme Name: The Essayist
Theme URI: http://www.the-essayist.com
Description: Custom website template for www.the-essayist.com
Version: 1.0
Author: Green Tangerine Media
Author URI: http://greentangerinemedia.com
*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #E1CEA4;
	background-image: url('images/background.gif');
	background-position: center top;
	background-repeat: repeat-y;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	margin: 10px auto 0 auto;
	width: 800px;
	}
	
#content {
	width: 525px;
	float: right;
	padding-top: 12px;
	}

#header {
	width: 800px;
	font-size: 1.4em;
	margin-bottom: 15px;
	text-align: right;
	}
	
#headernav {
	width: 500px;
	float: right;
	margin-top: 78px;
	}


#clear {
	clear: both;
	}
	
#sidebar {
	width: 240px;
	float: left;
	font-size: 1.2em;
	}
	
#footer {
	height: 50px;
	text-align: center;
	}
	
	
	
	
	



/* --- TYPOGRAPHY GOES HERE --- */

#header img {
	float: left;
	}
	
#header ul {
	list-style-type: none;
	}
	
#header li {
	display: inline;
	margin-left: 30px;
	}

#content p {
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 1.4em;
	}
	
blockquote {
	margin: 0px 0px 20px 0px;
	padding: 0 60px 0 60px;
	}
	
#header a:link, #header a:visited {
	color: #900;
	text-decoration: none;
	}
	
#header a:hover {
	color: #A46633;
	text-decoration: none;
	}
	
#sidebar h3 {
	font-size: 1.3em;
	color: #900;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #999 1px solid;
	}
	
#sidebar ul {
	list-style-type: none;
	}
	
#sidebar li {
	font-size: 1em;
	margin-left: 30px;
	margin-bottom: 5px;
	}
	
#sidebar a:link, #sidebar a:visited {
	color: #900;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #A46633;
	text-decoration: none;
	}
	
#content a:link, #content a:visited {
	color: #900;
	text-decoration: none;
	}
	
#content a:hover {
	color: #A46633;
	text-decoration: none;
	}
	
#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #900;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #999 1px solid;
	width: 100%;
	}
	
#content h3 {
	margin-top: 50px;
	font-size: 1.5em;
	font-weight: normal;
	color: #666;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #999 1px solid;
	width: 100%;
	}
	
.piccaption {
	color: #666;
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
	
