/*   
Name: Gerald Bar
URI: http://geraldbar.org/
Description: Essays by Gerald Bar
Author: Gerald Bar
Designer: Martin Kondwani White
Designer URI: http://kondwani.com/
Version: 2.0
.
GGRRRRR!
.
*/

/*
RESET
BODY & WRAPPER
HEADER & MAIN NAVIGATION
MAIN CONTENT
SUPPLEMENTARY CONTENT
FOOTER
*/

/* >>> RESET <<< */
/* ----------------------------------------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0}
table {border-collapse: collapse; border-spacing: 0}
fieldset, img {border: 0}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal}
ol, ul, li {list-style: none}
caption, th {text-align: left}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal}
q:before, q:after { content:''}
strong {font-variant: small-caps; letter-spacing: 0.05em; color: #600;}
em {font-style: italic}
a img {border: none}

/* >>> BODY & WRAPPER <<< */
/* ------------------------------------------ */

html {
	height: 100%;
}

body {
	background: #e9f6f7 url('images/bg.png') repeat-x;
	font-size: 62.5%;
	height: 100%;
}

#bg {
	background: transparent url('images/bg-branch.png') no-repeat;
	height: 443px;
	margin: 0;
	position: absolute;
	left: -10px;
	top: -60px;
	width: 226px;
}

#wrapper{
	background: #fff;
	-webkit-border-radius: .9em;
	-moz-border-radius: .9em;
	border-radius: .9em;
	border-top: 1px solid #e4c191;
	border-right: 3px solid #a07353;
	border-bottom: 3px solid #a07353;
	border-left: 1px solid #e4c191;
	margin: 50px auto 0 auto;
	position: relative;
	width: 960px;
}


/* >>> HEADER & MAIN NAVIGATION <<< */
/* --------------------------------------------------------------- */

#header{	
	height: 226px;
	width: 960px;
}

#header h1 {
	background: transparent url(images/h1.png) no-repeat;
	height: 92px;
	left: 70px;
	position: absolute;
	text-indent: -9999px;
	top: 30px;
	width: 461px;
}

#header p {
	background: transparent;
	color: #a07353;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.6em;
	padding: 125px 0 0 70px;
}	

/* >>> MAIN NAVIGATION <<< */
/* ----------------------- */

#nav-main {
	background: url(images/nav-main.png);
	height: 226px;
	margin: -200px 0 0 550px; 
	padding: 0;
	position: relative;
	width: 411px;
}

#nav-main li {display: block; list-style: none; margin: 0; padding: 0; position: absolute; text-indent: -9999px;}

#nav-main a {display: block;}

#home {left: 0px; top: 30px; width: 123px; height: 75px;}
#about {left: 55px; top: 55px; width: 105px; height: 70px;}
#essays {left: 120px; top: 60px; width: 100px; height: 90px;}
#contact {left: 180px; top: 72px; width: 100px; height: 88px;}

#home a {height: 90px;}
#about a {height: 90px;}
#essays a {height: 100px;}
#contact a {height: 110px;}

#home a:hover {background: url(images/nav-main.png) 0px -257px no-repeat;}
#about a:hover {background: url(images/nav-main.png) -55px -509px no-repeat;}
#essays a:hover {background: url(images/nav-main.png) -120px -287px no-repeat;}
#contact a:hover {background: url(images/nav-main.png) -180px -526px no-repeat;}

#home a:active {outline: none; -moz-outline-style: none;}
#about a:active {outline: none; -moz-outline-style: none;}
#essays a:active {outline: none; -moz-outline-style: none;}
#contact a:active {outline: none; -moz-outline-style: none;}

#home a:focus {outline: none; -moz-outline-style: none;}
#about a:focus {outline: none; -moz-outline-style: none;}
#essays a:focus {outline: none; -moz-outline-style: none;}
#contact a:focus {outline: none; -moz-outline-style: none;}

/* search form */

#searchform {
	border: none;	
    top: 180px;
    left: 665px;
    position: absolute;
}

#searchform input { 
	border-top: solid 2px #e4c191;
	border-right: solid thin #e4c191;
	border-bottom: solid thin #e4c191;
	border-left: solid 2px #e4c191;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background-color: #fff !important;
	color: #a07353;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5em;
    font-style: italic;
	height: 22px;
	padding: 6px 0 0 5px;
	width: 217px;
}

#searchform input:focus { 
	background-color: #fff !important;
}


/* >>> MAIN CONTENT <<< */
/* --------------------------------------------------------------- */

#content {
	background: #fff;
	padding: 0 0 0 70px;
	width: 820px;
}

#content p {
	color: #572b00;
	font-family: Georgia, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 1.5em;
	max-width: 640px;
}

#content p a {
	color: #a07353;
	font-style: italic;
	text-decoration: none;
}

#content p a:hover{
	border-bottom: 1px dotted #572b00;
	color: #572b00;
	text-decoration: none;
}

#content p.breadcrumbs {
	color: #572b00;
	font-family: Georgia, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: -10px;
}

#content p.breadcrumbs-essays {
	color: #572b00;
	font-family: Georgia, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: -10px;
	margin-bottom: 4px;
}

.content-main {
	float: left;
	margin-bottom: 2em;
	margin-right: 0px;
	width: 580px;
}

.content-sup {
	float: right;
	width: 220px;
}

.content-main blockquote {
	padding-bottom: 30px;
}

.content-main blockquote p {
	color: #824804 !important;
	font-size: 1.4em!important;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em!important;
	margin-bottom: 1.5em!important;
	padding: 0 0 0 60px;
	max-width: 460px !important;
}

.content-main blockquote p cite {
	float: right;
	font-style: normal;
	padding: 0 240px 0 0;
}

.content-main .picture { 
	background: #f9f9f9;
	color: #a07353;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em !important;
	border: 1px solid #ccc; 
	padding: 2px 2px 0 2px;
}

.content-main .picture-right img { 
	background: #f9f9f9;
	border: 1px solid #ccc; 
	float: right;
	margin-left: 10px;
	padding: 2px 2px 2px 2px;
}
	
.content-main .picture-center img { 
	background: #f9f9f9;
	border: 1px solid #ccc; 
	padding: 1px;  
}

.content-sup .picture-center img { 
	background: #f9f9f9;
	border: 1px solid #ccc;
	margin: 20px 20px 0 20px;
	padding: 1px;
}

.content-main .right { margin: 0.5em 0 0.5em 0.8em; float: right; }
.content-main .left { margin: 0.5em 0.8em 0.5em 0; float: left; } 
.content-main .center { margin: 0 auto; } 
.content-main .index { margin: -20px 0 0.5em 0.8em; float: right; }

.essay-intro {
	border-bottom: 1px dotted #c89a72;
	clear: both;
	float: left;
	padding: 0 10px 20px 0;
	width: 580px;
}

.essay-intro h2 {
	color: #572b00;
	font-family: georgia, "Times New Roman", times-roman, times, georgia, serif;
	font-size: 3.6em;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1.1em;
	margin: 0 0 -5px 2px;
	padding-top: 20px;
}

.essay-intro h2 a {
	color: #572b00;
	font-family: georgia, "Times New Roman", times-roman, times, georgia, serif;
}

.essay-intro h2 a:hover {
	border-bottom: 2px dotted #572b00;
	text-decoration: none;
}

.essay-intro-last {
	border-bottom: none;
	clear: both;
	float: left;
	padding: 0 10px 20px 0;
	width: 580px;
}

.essay-intro-last h2 {
	color: #572b00;
	font-family: georgia, "Times New Roman", times-roman, times, georgia, serif;
	font-size: 3.6em;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1.1em;
	margin: 0 0 -5px 2px;
	padding-top: 20px;
}

.essay-intro-last h2 a {
	color: #572b00;
	font-family: georgia, "Times New Roman", times-roman, times, georgia, serif;
}

.essay-intro-last h2 a:hover {
	border-bottom: 2px dotted #572b00;
	text-decoration: none;
}

#search-results-form {
	padding: 20px 0 20px 0;
}

#search-results-form a {
	color: #a07353;
	font-size: 1.2em;
	margin: 20px 0 20px 0;
	text-decoration: none;
}

#search-results-form a:hover{
	border-bottom: 1px dotted #572b00;
	color: #572b00;
	text-decoration: none;
}

.search-results {
	color: #572b00;
	font-family: georgia, "Times New Roman", times-roman, times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
}

.search-results a {
	color: #a07353;
	font-size: 120%;
	font-style: italic;
	text-decoration: none;
}

.search-results a:hover{
	border-bottom: 1px dotted #572b00;
	color: #572b00;
	text-decoration: none;
}

#content-essay {
	background: #fff;
	padding: 0 70px 0 70px;
	width: 820px;
}

#content-essay p {
	color: #572b00;
	font-family: Georgia, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 1.5em;
	max-width: 640px;
}

#content-essay p.breadcrumbs {
	color: #572b00;
	font-family: Georgia, serif;
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 1.5em;
	max-width: 640px;
}

#content-essay p.breadcrumbs a {
	color: #a07353;
	font-style: italic;
}

#content-essay p.breadcrumbs a:hover {
	border-bottom: 1px dotted #572b00;
	color: #572b00;
	font-style: italic;
}

#content-essay p.drop-cap:first-letter {
	color: #824804;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 9px;
	padding: 0 5px 0 0;
}

#content-essay blockquote {
	padding-bottom: 30px;
}

#content-essay blockquote p {
	color: #824804;
	font-size: 1.4em!important;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em!important;
	margin-bottom: 1.5em!important;
	padding: 0 0 0 60px;
	max-width: 520px;
}

#content-essay blockquote p cite {
	float: right;
	font-style: normal;
	padding: 0 240px 0 0;
}

#content-essay .picture { 
	background: #f9f9f9;
	color: #a07353;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em !important;
	border: 1px solid #ccc; 
	padding: 2px 4px 2px 2px;
}
	
#content-essay .picture img { 
	border: 1px solid #ccc;
	vertical-align: middle; 
	margin-bottom: 3px; 
}

#content-essay .right { margin: 23px 0 0.5em 0.8em; float:right; }
#content-essay .left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
#content-essay .center { margin: 0 auto; } 

/* >>> HEADINGS <<< */
/* ------------------------------------------ */

h2 {
	color: #572b00;
	font-family: georgia, "Times New Roman", times-roman, times, georgia, serif;
	font-size: 3.6em;
	letter-spacing: -2px;
	font-weight: bold;
	margin: 0 0 -5px 2px;
}

h2.index {
	color: #572b00;
	font-family: georgia, "Times New Roman", times-roman, times, georgia, serif;
	font-size: 3.6em;
	letter-spacing: -2px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 -5px 2px;
	padding-top: 20px;
}

h2.footnotes {
	background: transparent url(images/h2_footnotes.png) no-repeat;
	height: 250px;
	margin-top: -125px;
	text-indent: -9999px;
	width: 580px;
}

h2.bibliography {
	background: transparent url(images/h2_bibliography.png) no-repeat;
	height: 48px;
	margin-top: 85px;
	text-indent: -9999px;
	width: 210px;
}

h2 a {
	color: #a07353;
	font-family: Georgia, times, "Times New Roman", times-roman, "palantino", "palantino linotype", serif;
	text-decoration: none;
}

h2 a:hover {
	border-bottom: 2px solid #a07353;
}

h2 a:active {
	outline: none; -moz-outline-style: none;
}

h2 a:focus {
	outline: none; -moz-outline-style: none;
}

h3 {
	color: #824804;
	font-family: Georgia, times, "Times New Roman", times-roman, "palantino", "palantino linotype", serif;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

h3 a {
	color: #a07353;
	font-family: Georgia, times, "Times New Roman", times-roman, "palantino", "palantino linotype", serif;
	text-decoration: none;
}

h3 a:hover {
	border-bottom: 2px solid #572b00;
	color: #572b00;
	font-family: Georgia, times, "Times New Roman", times-roman, "palantino", "palantino linotype", serif;
}

h3.about {
	color: #824804;
	font-family: Georgia, times, "Times New Roman", times-roman, "palantino", "palantino linotype", serif;
	font-size: 2em;
	margin: 40px 0 -5px 0;
}

h3.books {
	color: #824804;
	font-family: Georgia, times, "Times New Roman", times-roman, "palantino", "palantino linotype", serif;
	font-size: 2em;
	margin: 15px 0 -5px 0;
}

h3.contact {
	color: #824804;
	font-family: Georgia, times, "Times New Roman", times-roman, "palantino", "palantino linotype", serif;
	font-size: 2em;
	margin: 36px 0 -5px 0;
}

h3.essays {
	clear: both;
	color: #824804;
	font-family: Georgia, times, "Times New Roman", times-roman, "palantino", "palantino linotype", serif;
	font-size: 2em;
	margin: 0 0 -5px 0;
	padding-top: 20px;
}

h3.snailmail {
	color: #824804;
	font-family: Georgia, times, "Times New Roman", times-roman, "palantino", "palantino linotype", serif;
	font-size: 2em;
	margin: 20px 0 40px 0;
}

h4{
	border-bottom: 1px solid #e4c191;
	color:#824804;
	font-size:1.4em;
	margin: -1em 0 1.5em 0;
	line-height:1.5em;
}

h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}

h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}


/* BUTTONS */

.button-contact {
	display: block;
	height: 131px;
	padding: 10px 0 0 13px;
	text-indent: -9999px;
	width: 170px;
}

.button-contact a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(images/contact-sprite.png) no-repeat top left;
	outline: none;
}

.button-contact a:hover {
	background: transparent url(images/contact-sprite.png) no-repeat top left;
	background-position: 0 -131px;
	border-bottom: none !important;
	text-decoration: none;
}






/* >>> SUPPLEMENTARY CONTENT <<< */
/* --------------------------------------------------------------- */

#content_sup {
	background: #fff;
	padding: 20px 0 0 0;
	width: 960px;
}	


#footnotes {
	background: #fff;
	clear: both;
	float: right;
	padding-left: 0;
	width: 650px;
}	

#footnotes p {
	color: #824804;	
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 1.5em 0 1.5em 0;
	padding: 0 70px 0 0;
}

#bibliography {
	background: #fff;
	float: left;
	padding: 73px 0 0 70px;
	width: 220px;
}

#bibliography p {
	color: #572b00;	
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0 1.5em 0;
	padding-top: 20px;
}

/*TYPOGRAPHY
-------------------------------------------------------- */
p a {
	color: #a07353;
	font-style: italic;
	text-decoration: none;
}

p a:hover{
	text-decoration:none;
}


h1 a{
	color:#000;
}
h1 a:hover{
	text-decoration:none;
}
li a{
	color:#000;
}
li a:hover{
	text-decoration:none;
}

.drop-cap {
	color: #824804;
	float: left;
	font-family: "Goudy Old Style", Times, Georgia, serif;
	font-size: 5.6em;
	font-weight: 300;
	line-height: 0.9em;
	margin-top: 1px;
	padding: 0 10px 3px 0;
}

abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}

.clear{
	clear:both;
}


/*CONTACT FORM STYLES
-------------------------------------------------------- */
#form {
	background: transparent url('images/contact-form.png');
	height: 385px;
	margin-top: 40px;
	width: 580px;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}

#form fieldset {
	display: inline;
	float: left;
	margin: 100px 0 0 60px;
	padding: 0;	
}	

#form fieldset.message {
	margin: 100px 0 0 20px;
	padding: 0;	
}
	
#form legend { display: none; }	

#form p { margin: .5em 0; }	

#form label { 
	color: #572b00;
	display: block; 
	font-family: Georgia, serif; 
	font-size: 100%;  
}	

#form input, #form textarea {	
	background: #fff;
	color: #000;
	font-size: 110%; 	
	width: 205px;
	border: 1px solid #9cf;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	padding: 7px;
}	
	
#form textarea {
	font-family: Georgia, serif;
	font-size: 110%;
	height: 200px; 
	overflow: auto;
}	
				
#form p.submit {
	clear: both;
	padding: 30px 50px 0 0;
	margin: 0;
	text-align: right;	
}	

#form button {
	background: url(images/button-send.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 40px;
	line-height: 37px;		
	text-indent: -9999px;
	width: 126px;
}				


ul{
	margin-bottom:1.8em;
	list-style:square inside;
}
ul li{
	color: #824804;
	font-family: Georgia, serif;
	font-size: 1.4em;
	line-height: 1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}

ol {
	margin-bottom: 1.8em;
	list-style: decimal-inside;
}

ol li {
	color: #824804;
	font-family: Georgia, serif;
	font-size: 1.4em;
	line-height: 1.5em;
	list-style-type: lower-roman;
	max-width: 520px;
	margin: 0 0 5px 60px;
}



/* >>> FOOTER <<< */
/* ----------------------------------------- */

#footer {
	background: transparent url(images/footer.jpg) no-repeat;
	clear: both;
	height: 483px;
	margin-top: 50px;
	z-index: -1;
}

#footer p {
	color: #572b00;
	font-family: Georgia, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-top: 450px;
	text-align: center;
}

#footer p a {
	color: #572b00;
	font-style: italic;
	text-decoration: none;
}

#footer p a:hover{
	border-bottom: 1px dotted #572b00;
	color: #572b00;
	text-decoration: none;
}