@charset "UTF-8";
/* CSS Document */

/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;

}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* end reset */


body {
	background-color: #d3cfc4;
	background-image: url(../images/bkgrd_tile_03.gif);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
}

/* heading styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

h2 {
	font-size: 1.875em;
	color: #867f69;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.05em;
}
h4	{
	font-size: 0.875em;
	color: #5473b1;
	font-weight: bold;
	letter-spacing: .1em;
}
h5 {
	font-size: 1em;
	color: #867f69;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.075em;
	line-height: 1.25em;
}

/* links 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}


/* page structure 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#wrapper {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}


/* header 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#header {
	width: 1024px;
	height: 85px;
	
}

	/* header line 1 - logo/contact 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#header #logo {
	margin-left: 55px;
	float: left;
	position: relative;
	width: 739px;
}
#header #logo img {
	margin-top: 14px;
}
#header #logo h4 {
	display: inline;
	width: 180px;
	font-size: 0.875em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: absolute;
	left: 252px;
	top: 47px;
}
#header #contact {
	float: left;
	width: 203px;
	margin-right: 27px;
	margin-top: 50px;
}

#header #contact p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline;
         padding-top: 0;
}
#header #contact a {
	color: #000;
	padding-bottom: 10px;
font-weight: bold;
}
#header #contact a:hover {
	color: #867f69;
	text-decoration: none;
}

	/* header line 2 - navbar 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#navbar {
	width: 1024px;
	background-image: url(../images/navbar_bkgrd.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
#nav {
	margin-left: 85px;
}
#nav li {
	float: left;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.075em;
}
#nav a {
	display: block;
	float: left;
	color: #fff;
        text-align: center;
        text-decoration: none;
font-weight: bold;
}
#nav li.item27 {
	background-image: url(../images/nav_li_author.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 117px;
	height: 36px;	
}
#nav li.item27:hover {
	background-image: url(../images/nav_li_author_select.png);
}
#nav li.item27 a {
        text-align: center;
        padding: 15px 0 0 15px;       
}

#nav li.item2 {
	background-image: url(../images/nav_li_books.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 103px;
	height: 36px;
}
#nav li.item2:hover {
	background-image: url(../images/nav_li_books_select.png);
}
#nav li.item2 a {
        padding: 15px 0 0 11px;       
}
#nav li.item37 {
	background-image: url(../images/nav_li_latest.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 107px;
	height: 36px;
}
#nav li.item37:hover {
	background-image: url(../images/nav_li_latest_select.png);
}
#nav li.item37 a {
        padding: 15px 0 0 12px;       
}
#nav li.item50 {
	background-image: url(../images/nav_li_blog.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 107px;
	height: 36px;
}
#nav li.item50:hover {
	background-image: url(../images/nav_li_blog_select.png);
}
#nav li.item50 a {
        padding: 15px 0 0 15px;       
}

	/* header line 2 - sign-up form 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#sign_up form {
	float: right;
	margin-right: 27px;
	margin-top: 5px;
}

#sign_up form input {
	display: block;	
	color: #fff;	
	border: 1px solid #b3a98b;
	background: #b3a98b;
	
	font-size: 10px;
	font-weight: bold;
font-family: Verdana, geneva, sans-serif;
}
#sign_up td.form1 {
        background-color: #b3a98b;       
        color: #fff;
        font-size: 10px;
        font-weight: bold;
       padding-left: 10px;
} 
#sign_up form input.button {
	width: 40px;
	
        text-align: center;
}
#sign_up form input.button:hover {
	background: #000;
}


/* container 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#top-rd {
	background-image: url(../images/top_rd.png);
	background-repeat: no-repeat;
	background-position: left top;	
	height: 11px;
}
#container {	
	width: 100%;
	float: left;
	background-image: url(../../../images/container_bkgrd_c.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}
#bottom-rd {
	background-image: url(../../../images/stories/bottom_rd2.png);
	background-repeat: no-repeat;
	background-position: left top;	
	clear: both;
	width: 100%;
	height: 40px;
	padding-left: 901px;
}

	/* container: main content 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#main {
	width: 627px;
	height: 450px;
	float: left;
	padding: 20px 30px 0 30px;
	margin: 0 0 0 42px;
	background-image: url(../images/main_bkgrd.gif);
	background-repeat: repeat-x;
	background-position: top;	
}
#main_left .moduletable {
	width: 343px;
	position: relative;
}
#hand_title img {
	margin-left: -45px;
	margin-bottom: 5px;
        float: left;	
}
.moduletable #hand_title h4 {
	float: left;
        margin-top: -20px;
}
#book_title {
	width: 275px;
}
#book_title h2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3a98b;
	padding-top: 10px;
        margin-top: 10px;
}
#main_left li {
	float: left;
	margin-right: 10px;
}
#main_left li a {
	font-size: 0.625em;
	color: #867f69;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	text-decoration: underline;
}
#main_left li a:hover {
	color: #000;
}
#main_left blockquote {
	font-size: 1em;
	color: #000;
	letter-spacing: 0.08em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 40px 50px 0 40px;
	line-height: 1.25em;
}
#main_left .lg-quote {
        font-size: 1.25em;
        font-weight: bold;
}
#main_left .cite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875em;
	font-style: italic;
	letter-spacing: 0.08em;
	text-align: right;
	margin-right: 60px;
}
#main_left a {
	background-image: none;
}
#main_left #buttons {
	margin: 55px 0 32px 40px;
}
.moduletable img.bkcover {
	position: absolute;
	left: 405px;
	top: 40px;
}



	/* container: sidebar 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#sidebar {
	float: right;
	margin-right: 22px;
	width: 271px;	
}
#sidebar p {
	font-size: 0.75em;
	color: #707070;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}
#twitter {
	background-image: url(../images/sidebar_bkgrd_c.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 272px;
	height: 115px;
	margin-left: 0px;
}
#twitter h4 {
        margin-left: 20px;
}
#twitter_inner {
	margin: 10px 10px 0 20px;
        font-size: 0.75em;
	color: #707070;
	font-family: Georgia, "Times New Roman", Times, serif;
        line-height: 1.35em;
}
#twitter_inner .moduletable #tweets li a {
        text-decoration: none;
}
img.bird {
	margin-left: -37px;
	margin-top: -45px;
}
#follow {	
	height: 21px;
	width: 272px;	
}
#the_author {
	background-image: url(../images/sidebar_bkgrd_c.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 271px;
	margin-left: 0px;
	height: 165px;
        background-color: #fff;

}
img.hat {
	
       margin-left: -25px;
margin-top: 0px;
}
#the_author_inner {
	width: 100%;
	margin: -20px 10px 0 20px;
}
#the_author_inner p {
        width: 130px;
}
img.photo {
	float: right;
	margin-right: -15px;
margin-top: -120px;
	
}
#about {	
	height: 22px;
	width: 272px;
}
#events {
	background-image: url(../images/sidebar_bkgrd_c.png);
	background-repeat: repeat-x;
	background-position: left bottom;
        background-color: #fff;

	width: 271px;
	margin-left: 0px;

        padding-top: 10px;

	
}
img.inkwell {
	margin-left: -20px;
	margin-top: -25px;
float: left;
z-index: 90;
position: relative;

}
#events h4 {
margin-left: 20px;

}
#events .moduletable {
	margin: 0px 10px 0 20px;

}
#events .moduletable p {
	line-height: 1.5em;
}
#sidebar a {
	font-size: 0.875em;
	color: #867f69;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}
#sidebar a:hover {
	color: #000;
}


/* footer 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#footer {
	float: left;
	width: 100%;
	margin-left: 20px;
	margin-top: 5px;
}
#footer ul {
	float: left;
	margin-top: 3px;
	
}
#footer li {
	float: left;
	font-size: 0.625em;
	text-transform: capitalize;
	letter-spacing: 0.075em;
	padding: 0 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	}
#footer li.item60 {
	border-right: none;
}
#footer a {
	color: #000;
	background-image: none;
}
#footer a:hover {
	color: #867f69;
}
img.left {
	float: left;
}
img.right {
	float: left;
	margin-left: 0px;
}



/* self-clear floats 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.group:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}