
body {	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #F4F4F4 url("../img/bg.png") repeat;
	background-attachment: fixed;
	border-top: 7px solid #444;
	}


a:link, a:visited {
	color: #66B3CC;
	border-bottom: 1px dotted #66B3CC;
	text-decoration: none;
	}
	
a:hover {
background-color: #66B3CC;
color: #fff;
}


/* page structure 
--------------------------------------------- */

#main_body {
	background: #fff;
	border-top: 1px solid #E9EAE9;
	padding-bottom: 5em;
	}
	
#footer {
	background: #444;
	}

	
#footer p {
	padding: 2em 0 2em 3em;
	font-size: 1em;
	text-transform: uppercase;
	color: #aaa;
	line-height: 140%;
	}

/* header
--------------------------------------------- */

#header {
	height: 170px;

}

#logo {
	padding: 50px 0 60px 0;
	width: 200px;
	height: 39px;
	}

#logo a,
#logo a:hover {
border: 0;
background: none;
}

#intro {
	font-family: Georgia, Serif;
	padding-top: 3.9em;
	font-size: 1.6em;
	color: #fff;
	text-align: right;
	line-height: 140%;
	word-spacing: 0.2em;
}

#intro .right{
float: right;
}

/* main nav*/

div#nav {  
	background-color: #E9EAE9;  
	padding: 1.8em 0;  
	border-bottom: 1px solid #CDCDCD;
	} 

div#nav ul {  
   list-style: none;  
   display: block;  
   margin: 0 10px;  
   }  
     
div#nav ul li {  
   float: left; 
   margin: 0 2.6em;   
  }  

div#nav ul li a {
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
	border: 0;
	}

div#nav ul li a:hover {
	color: #777;
	background-color: #E9EAE9;
	}
div#nav ul li#active a {
	color: #333;
	}


/* content
--------------------------------------------- */

#content h1 {
	padding: 3em 2.5em 0.5em 3em;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px dotted #ccc;
	color: #66B3CC;
	}
	
#content h2 {
	padding: 2em 0 0.3em 1.6em;
	font-family: Georgia, serif;
	font-size: 2.2em;
	line-height: 120%;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000;
	}

#content h4 {
	padding: 0 0 0.3em 3em;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #aaa;
	}

.bookcover {
float: left;
border: 1px solid #aaa;
padding: 5px;
margin: 14px 20px 10px 35px;
}

.photo {
float: left;
border: 1px solid #aaa;
padding: 5px;
margin: 23px 20px 11px 35px;
}

.book_info {
	font-size: 1.1em;
	margin: 10px 0 0 3.3em;
	text-transform: uppercase;
}

#content p {
	font-size: 1.5em;
	font-family: Georgia, serif;
	color: #333;
	line-height: 140%;
	padding: 1.3em 0 0 2.4em;
}


#content ul {
	font-size: 1.4em;
	font-family: Georgia, serif;
	line-height: 140%;
	padding: 0.7em 0 0.5em 4.4em;
	list-style: disc;
	}

hr {
	border: none 0;
	border-top: 1px dotted #ccc;
	height: 1px;
	clear: both;
	margin-top: 4em;
	}


cite {
font-size: 1em;
font-family: Georgia, serif;
color: #aaa;
}

.buynow {
position: relative;
top: 6px;
left: 65px;
}

.dropcaps{
	float: left;
	font-weight: normal;
	font-size: 3.1em;
	line-height: 0.9em;
	margin-right: 5px;
}



/* hcard
--------------------------------------------- */

.vcard p {

	line-height: 90%;

	}


/* form
--------------------------------------------- */

input[type="text"],
textarea,
select {
	border:2px solid #ccc;
	padding:2px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	}
	
label {
	display:block;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	}
	
label em {
	font-style:italic;
	color:#ccc;
	}
	
input[type="text"]:hover,
textarea:hover	{
	border:2px solid #bbb;
	}
	
input[type="text"]:focus,
textarea:focus	{
	border:2px solid #aaa;
	}

input[type="button"]#send {
	background: #eee;
	border: 1px solid #aaa;
	color: #aaa;
	padding: 5px;
	margin-top: 20px;
}


/* -- BLOG COMMENT FORM -- */

form#contact_form {
	clear:both;
	margin-left: 36px;
	margin-top: 40px;
	}
	
form#contact_form label {
	margin-top: 20px;
	margin-bottom: 5px;
	}


form#contact_form fieldset {
	width:500px;
	height:420px;
	}

form#contact_form textarea {
	width:400px;
	height:200px;
	padding:5px;
	background:#eee;
	border:1px solid #ccc;
	font-size:13px;
	color:#999;
	}
	
form#contact_form input[type="text"] {
	width:400px;
	height:18px;
	padding:5px;
	background:#eee;
	border:1px solid #ccc;
	font-size:13px;
	color:#999;
	}
	
form#contact_form textarea:focus,
form#contact_form input[type="text"]:focus {
	border-color:#999;
	color:#666;
	}


/* sidebar
--------------------------------------------- */

dl.feature { 
  margin: 55px 0 10px 0; 
  padding: 25px; 
  background: #ECF9FB;
  border-top: 1px solid #98DEE9; 
  border-bottom: 1px solid #98DEE9; 
  } 

dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 1.7em;
	color: #444;
	}
	
dl.feature dt img {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0 0 0 0;
	}

dl.feature dd#price {
	margin-left: 0.5em;
	margin-top: 0.5em;
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 2.3em;
	color: #66B3CC;
	}


dl.feature dd#paypal {
	margin-top: 25px;
	}

	
dl.feature dd#author {
	margin-left: .5em;
	margin-top: 2em;
	margin-bottom: 1.1em;
	font-size: 1.1em;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	color: #666;
	}
	
dl.feature dd#subtitle {
	margin-top: 35px;
	margin-left: .5em;
	font-size: 1.4em;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.5em;
	color: #66B3CC;
	padding-bottom: 10px;
	}


dl.feature-events { 
  margin: 35px 0 10px 0; 
  padding: 25px; 
  background: #f4f4f4;
  border-top: 1px solid #ccc; 
  border-bottom: 1px solid #ccc; 
  } 

dl.feature-events dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 1.7em;
	color: #444;
	}
	
dl.feature-events dt img {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0 0 0 0;
	}

dl.feature-events dd#price {
	margin-left: 0.5em;
	margin-top: 0.5em;
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 2.3em;
	color: #66B3CC;
	}


dl.feature-events dd#paypal {
	margin-top: 25px;
	}

	
dl.feature-events dd#author {
	margin-left: .5em;
	margin-top: 2em;
	margin-bottom: 1.1em;
	font-size: 1.1em;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	color: #666;
	}


#sidebar h3 {
	padding: 3em 0 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Lucida Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px dotted #ccc;
	color: #333;	
	}


/* hCalendar */

#sidebar ul.vcalendar {
	padding: 1.5em 0 2em 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none;
	}
#sidebar ul li.vevent {
	margin-bottom: 20px;
	padding-left: 0;
	background: 0;
	}
#sidebar ul li.vevent span.summary {
	display: block;
	margin: 0 0 2px 0;
	}
#sidebar ul li.vevent abbr {
	border: none;
	}
#sidebar ul li.vevent span.location {
	font-style: italic;
	font-size: 0.9em;
	color: #aaa;
	}
#sidebar ul li.vevent abbr.dtstart,
#sidebar ul li.vevent abbr.dtend{
	color: #477D8E;
	background: url(../img/icon-cal.gif) no-repeat 0 1px;
	}



/* Misc */
ol {
font-family: Georgia, serif;
list-style: decimal;
font-size: 1.4em;
line-height: 140%;
margin: 15px 0 10px 70px;
}


a img {
	border: none;
	}

em {
font-style: italic;
	}

strong {
font-weight: bold;
}
