/* 
=======================================================
Lemon CSS

Released for OSWD and OWD.
Coded by Anthony Yeung (http://smallpark.org)
May 24 2005
It would be nice if you could leave this here, thanks.
=======================================================
*/

html,body {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 20px;
}

div {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height:1.8em;
}

div#wrapper {
	min-height: 300px;
}

div#main {
	style="width:640;
padding:80px;
}

div#content a, div#extra a, div#sidebar a {
	color: #FFBA27;
	font-weight: bold;
	text-decoration: none;
	background-color: #FAFAFA; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
	padding: 1px;
}

div#content a:hover , div#extra a:hover, div#sidebar a:hover {
	color: #FFBA27;
	font-weight: bold;
	text-decoration: none;
	background-color: #FAFAFA; 
	border-bottom: 1px solid #CCC; 
	border-right: 1px solid #CCC;
	padding: 1px;
}

div#header {
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
}

div#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFBA27;
	letter-spacing: -1px;
}

div#header h2 { /* The tagline thing */
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding-left: 20px;
	margin-top: -15px;
}

#navigation {
float: right;
}

#navigation li {
display: inline;
padding-right: 20px;
font-size: 11px;
}

#navigation li a {
font-size: 11px;
color: #666;
padding: 4px;
text-decoration: none;
font-weight: bold;

}

#navigation li a:hover {
text-decoration: underline;
}

div#container {
text-align:left;
background-color:  #f4f3ee;
}


div#content h1, div#extra h1, div#sidebar h1 {
font-size: 14px;
font-weight: normal;
color: #FFBA27; 
text-decoration: none; 
padding: 3px 6px; 
background-color: #F9F9F9; 
border-bottom: 1px solid #F1F1F1; 
border-right: 1px solid #F1F1F1;
}

div#container {
width:800px;
margin:0 auto;
background-image: url(home.jpg);
background-repeat: no-repeat;
}

div#sidebar {
float:right;
width:380px;
padding-bottom: 10px;
}

div#extra {
float:left;
width:380px;
}

div#footer {
margin-top: 10px;
background-color: #dcdcde;
color: #FFF;
font-size: 11px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
clear:both;
padding: 10px;
color: #888;
margin-top: 50px;
}

div#footer a, div#footer a:hover {
margin-top: 10px;

color: #FFF;
font-size: 11px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
clear:both;
width:100%;
color: #FFBA27;
font-weight: bold;
text-decoration: none;
}

div#praise {
	margin-left: 20px;
	margin-top: 20px;
}

div#book-title {
	font-weight: bold;
}

div#book-infopanel {
	width: 400px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: solid 1px lightgray;
}

div#book-infopanel dd, div#book-infopanel dt {
	display: inline;
}

/*

 Would be nice if you could keep this credit below. Thanks.

*/

#design-by {
float: right;
display:inline;
}

div#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFBA27;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 20px;
	
}

div#content h3 {
	margin: 0px;
}