html, body {
	margin:0 auto;
	padding: 0;
	color: #000;
	background-color: #E8E4EF;
	border-style: none;
	font-family: 'Varela Round', arial, sans-serif;
	font-size: 1em;
	text-align: center;
	height: 100%;
}

#container {
	margin: 0px auto 0px auto;
	width: 1000px;
}

@font-face {
    font-family: 'fontin';
    src: url('fontin-smallcaps-webfont.eot');
    src: url('fontin-smallcaps-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontin-smallcaps-webfont.woff') format('woff'),
         url('fontin-smallcaps-webfont.ttf') format('truetype'),
         url('fontin-smallcaps-webfont.svg#FontinSmallCaps') format('svg');
    font-weight: normal;
    font-style: normal;

}

.birthstone-regular {
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: bold;
}

.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}



sup { font-size: 0.6em; }

a:link {
	color: #2F1154;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #2F1154;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

img {
	border-style: none;
}

.image {
	margin: 0 8px 8px 0;
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
}

.image2 {
	margin: 0px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}

hr {
	background: url('images/divider.gif') repeat-x center;
	height:1px;
	clear: both;
	border:none
}

h1 {
	font-size: 4em;
	font-family: 'Birthstone', arial, serif;
	text-align: center;
	font-weight: bold;
	color: #2F1154;
}

h2 {
	text-align: center;
	font-family:fontin;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: lowercase;
	color: #77677A;
}

h3 {
	font-size: 3em;
	font-family: 'Birthstone', arial, serif;
	text-align: left;
	font-weight: bold;
	color: #2F1154;
}

.title {
	font-size: 3em;
	font-family: 'Birthstone', arial, serif;
	text-align: center;
	font-weight: bold;
	color: #2F1154;
}

#wrap {
	min-height: 100%;
}

div#top {
	padding: 0;
	margin: 0 auto;
	top: 0em;
	left: 0em;
	height: 10px;
	background-color: #2F1154;
	width: 100%;
}

div#header {
	background: url('images/leaves2.png') no-repeat top center;
	padding: 0;
	margin: 0 auto;
	top: 0em;
	left: 0em;
	height: 120px;
	width: 1000px;
	align: center;
}

.logo {
	float: left;
	width: 311px;
	margin-top: 15px;
	margin-left: 85px;
}

div#main {
	background: url('images/content-bg.gif') center repeat-y;
	text-align: left;
	margin:0 auto;
	overflow:auto;
	padding-bottom: 150px;
}

div#content {
	padding: 0px 10px 0px 10px;
	text-align: left;
	float: left;
	width: 680px;
}

div#sidebar {
	padding: 0px 10px;
	float: right;
	text-align: center;
	width: 250px;
}


.wrapper {
	width: 1000px;
	height: 100%;
	margin:0 auto;
}

p {
	margin-top:  0;
	margin-bottom:  1em;
}

div#searchwrapper {
	width: 343px;
	height: 36px;
	background-image:url('images/search.png');
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	position:relative;
	float: right;
	top: 10px;
	margin-right: 110px;
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
	border:0px;
	background-color:transparent;
	position:absolute;
	top:6px;
	left:78px;
	width:255px;
	height:25px;
}
 
.searchbox_submit {
	border:0px;
	background-color:transparent;
	position:absolute;
	top:0px;
	left:0px;
	width:69px;
	height:36px;
}


div#footer {
	padding-top: 15px;
	text-align: left;
	clear: both;
	background-color: #2D2A30;
	color: #E8E4EF;
	width: 100%;
	height: 150px;
	margin-top: -150px;
}

nav p {
     text-align: center;
 }

a.nav:link {
	color: #9DA56A;
	font-weight: bold;
	text-decoration: none;
}

a.nav:visited {
	color: #9DA56A;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#mainfooter ul {
	line-height: 2em;
}

#mainfooter li {
	list-style: none;
	border-bottom: 1px dotted #333333;
}


#mainfooter .cat {
	font-weight: bold;
	color: #298f3b;
}

#mainfooter ul li.last {
	margin: 0;
	padding: 0;
	border: none;
}

.copy {
	font-size: 0.75em;
}

  #goodreads-widget {
    font-family: georgia, serif;
    padding: 18px 0;
    width:575px;
  }
  #goodreads-widget h2 {
    font-weight:normal;
    font-size:2em;
    border-bottom: 1px solid #BBB596;
    margin-bottom: 0;
  }
  #goodreads-widget a {
    text-decoration: none;
    color:#2F1154;
  }
  iframe{
    background-color: #E8E4EF;
  }
  #goodreads-widget a:hover { text-decoration: underline; }
  #goodreads-widget a:active {
    color:#2F1154;
  }
  #gr_footer {
    width: 100%;
    border-top: 1px solid #BBB596;
    text-align: right;
  }
  #goodreads-widget .gr_branding{
    color: #382110;
    font-size: 11px;
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
  }