/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, 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 }

caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */



/*  
Theme Name: Lara Adler
Theme URI: http://www.laraadler.com
Description: This template is to be used only for Lara Adler & associated web properties
Version: 1.0
Author: Charles Adler, Source ID
Author URI: http://www.source-id.com
*/


body {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 11px;
	color: #000;
	background-color: #EFE9D2;
	background-image: url('http://www.laraadler.com/v1/wp-content/uploads/2008/04/bg.png'); 
	border-top: 40px solid #383d44;
}

#container {
	margin: 0 auto;
	width: 760px;
	height: 100%;
}



#main {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 520px;
	padding: 0px;
}



#side {
	float: right;
	width: 200px;
	margin-top: -50px;
}

#navigation {
	width: 170px;
	padding: 10px 10px 10px 0px;
	float: left;
  	clear: left;
	margin: 0px;
	position: relative;
}

#foot {
	clear: both;
	width: 760px;
	padding: 10px 20px 40px 10px;
        border-top: 4px solid #ffffff;
        background-color:#EFE9D2;
}

#foot p {
	font:10px verdana, arial, sans-serif;
	color:#999999;
	line-height: 1.6em;
}


/* fonts */

p {
	font:12px verdana, arial, sans-serif;
	color:#333333;
	line-height: 1.6em;
	padding-bottom: 20px;
}
p a:link {
	color: #d54e21;
	text-decoration: none;
}
p a:visited {
	color: #d54e21;
	text-decoration: none;
}
p a:hover {
	color: #d54e21;
	background-color: #ffffff;
}

h1 {
	font: 22px helvetica, arial, sans-serif;
	color: #333333;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font: 26px georgia, times, serif;
	color:#99cc00;
	font-weight: none;
	font-style: italic;
	margin: 0px 0px 25px 0px;
}
h2 a:link {
	color:#99cc00;
}
h2 a:visited {
	color:#99cc00;
}
h2 a:hover {
	color:#d54e21;
}
h3 {
	font: 22px georgia, times, serif;
	color:#99cc00;
	font-weight: none;
	font-style: italic;
	margin-bottom: 8px;
}
h3 a:link {
	color:#99cc00;
}
h3 a:visited {
	color:#99cc00;
}
h3 a:hover {
	color:#d54e21;
}

h4 {
	font: 14pt georgia, times, serif;
	color:#99cc00;
	font-weight: bold;
	margin: 0px;
}
h5 {
	font: 11pt georgia, times, serif;
	color:#333333;
	font-weight: none;
	margin: 0px;
}
h6 {
	font: 20px georgia, times, serif;
	color:#000000;
	font-weight: none;
	margin: 0px 0px 15px 0px;
}

blockquote p {
	font: 18pt/22pt georgia, times, serif;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
	quotes: "\201C" "\201D"; 
	text-align: center;
}
blockquote:before {
content: open-quote;
font-weight: bold;
font-size: 22pt; 
}

blockquote:after {
content: close-quote;
font-weight: bold;
font-size: 22pt;
}






/* Lists */
#main ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 10px;
	margin-bottom: 30px;
}

#main li {
	margin-bottom: 8px;
}




/* Posts */

.post {
	margin: 5px 5px 20px 0px;
}





.navigation { 
  border-top: 4px solid #d5ceb3; 
  border-bottom: 4px solid #d5ceb3;
  margin-top: 10px; 
  margin-bottom: 40px; 
}
.navigation a { 
	font:12px verdana, arial, sans-serif;
	line-height: 1.6em;
	color: #7c6327; 
	text-decoration: none;
	font-weight: normal; 
}
.navigation a:hover { 
  color: #7c6327; 
}
.navigation li { 
  position: relative;
  display: block;  
  border-bottom: 1px dotted #b19246; 
}
.navigation li a { 
  display: block; 
  padding: 0.2em 1.5em 0.2em 0.5em;
  position: relative; 
  z-index: 2; 
}
.navigation  li:hover { 
	background: #f1f1e8; 
}


#comment {
background-color: #eeeeee;
border: 2px solid #333333;
}