/* @group Global */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #7A0000;
	min-width: 970px;
}

body {
	text-align: center;
}

/* @end */

/* @group fonts YUI */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */

body {
	font: 13px arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
	color: #333;
}

table {
	font-size: inherit;
	font: 100%;
}

/**
 * 99% for safari; 100% is too large
 */

select, input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * Bump up !IE to get to 13px equivalent
 */

pre, code {
	font: 115% monospace;
	*font-size: 100%;
}

body * {
	line-height: 1.28em;
}

/* @end */

/* @group Structure */

#container {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0;
	padding: 0;
}

#inner_container {
	background: #fff url(/images/olive_bkgrnd.gif) repeat-y left top;
	text-align: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#sidebar_left {
	background-color: #cbcd95;
	width: 250px;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
}

#sidebar_left_content {
	font-size: 97%;
	color: #443123;
	line-height: 1.4em;
	font-weight: lighter;
	padding-top: 0;
	padding-right: 2em;
	padding-left: 2em;
}

#masthead {
	background: #443123 url(/images/olive_reader.gif) no-repeat center top;
	height: 280px;
}

#main {
	width: 700px;
	padding: 0;
	position: relative;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	float: right;
}

#main_content {
	float: left;
	padding-left: 20px;
	margin: 0;
	position: relative;
	width: 70%;
	padding-top: 2em;
	padding-right: 20px;
}

#sidebar_right {
	float: left;
	margin: 0;
	position: relative;
	padding-top: 5px;
	width: 20%;
}

#footer {
	background-color: #7A0000;
	clear: both;
	padding: 0;
	width: 950px;
	margin: 1px auto 50px;
	text-align: center;
}

/*

 @end */

/* @group Common */

a, a:link, a:visited {
	text-decoration: none;
	color: #7A0000;
}

a:hover {
	
}

p a, p a:link, p a:visited {
	color: #333;
	font-weight: bold;
}

p a:hover {
	color: #b30000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	padding: 30px 0 25px 0;
	letter-spacing: .2em;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}

h2 {
	letter-spacing: -1px;
	font: 1.3em arial, helvetica, sans-serif;
	padding: 2em 0 .5em;
}

h3 {
	font: 1em arial, helvetica, sans-serif;
	font-weight: bold;
}

p, ul, ol {
	margin: 0;
	line-height: 1.4em;
	padding: 0 0 1em;
}

ul, ol {
	list-style: none;
	padding: 0 0 18px 40px;
}

blockquote {
	margin: 22px 40px;
	padding: 0;
}

small {
	font-size: 0.85em;
}

img {
	border: 0;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/* @end */

/* @group headers text */

#sidebar_left h2 {
	color: #7A0000;
	text-align: center;
	letter-spacing: .25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	padding-top: 1px;
	font-weight: bold;
}

#sidebar_right h2,
#sidebar_right h2 a,
#sidebar_right h2 a:link,
#sidebar_right h2 a:visited

  {
	font: normal bold 107% Georgia, "Times New Roman", Times, serif;
	color: #b30000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .2em;
	margin: 0;
	padding: 0;
}
#sidebar_right h2 a:hover{
	color: #000;
}

#sidebar_left a:hover {
	color: #fff;
}

#main_content h2 {
	color: #BAB5AC;
	letter-spacing: .2em;
	font: 100% "Lucida Grande";
	border-bottom: 1px solid #BAB5AC;
	padding-bottom: .25em;
	padding-left: .2em;
}

#main_content h3, 
#main_content h3 a:link,
#main_content h3 a:visited {
	color: #b30000;
	letter-spacing: .15em;
	margin-top: 1em;
	font: bold 114% Georgia, "Times New Roman", Times, serif;
}

#main_content h3 a:hover {
	color: #000;
}

#main_content h4 {
	color: #b30000;
	font: bold 114% "Lucida Grande";
	letter-spacing: .15em;
	margin-top: 2em;
	margin-bottom: 1em;
}

h3.updates {
	text-indent: -9999px;
	color: #7A0000;
	font-weight: bold;
	background: url(/images/lady.gif) no-repeat center top;
	font-style: italic;
	height: 77px;
}

h3.booklady {
	text-indent: -9999px;
	color: #7A0000;
	font-weight: bold;
	background: url(/images/booklady.gif) no-repeat center top;
	font-style: italic;
	height: 185px;
	margin-bottom: .2em;
}

#main_content p {
	font-size: 107%;
}

/*

 @end */

/* @group Lists */

#menu {
	margin-left: 0;
	text-align: left;
}

#menu ul {
	margin-left: 0px;
}

#menu ul li,
#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited {
	color: #7A0000;
	padding-bottom: 3px;
	font: normal 102% Georgia, "Times New Roman", Times, serif;
	letter-spacing: .2em;
}

#menu ul li a:hover {
	color: #fff;
}

#menu ul li ul,
#menu ul li ul a,
#menu ul li ul a:link,
#menu ul li ul a:active,
#menu ul li ul a:visited {
	margin-left: .25em;
	padding: .25em;
	list-style-type: square;
	color: #443123;
	font: 97% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#menu ul li ul a:hover {
	color: #fff;
}

.list_container {
	margin-bottom: 30px;
}

.list_container h2 {
	color: #7A0000;
	padding-bottom: .2em;
	letter-spacing: .25em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.list_container ul {
	margin-left: 1em;
	color: #7A0000;
	padding-left: 0;
	list-style-type: square;
	font-weight: normal;
	font-size: 100%;
}

.list_container ul li,
.list_container ul li a,
.list_container ul li a:link,
.list_container ul li a:visited,
.list_container ul li a:active {
	padding: 3px;
	letter-spacing: .09em;
	font-style: normal;
	color: #7A0000;
	font-weight: normal;
	color: #443123;
	text-decoration: none;
}

.list_container a:hover {
	color: #fff;
}

#book_container, #book_container a {
	text-align: center;
	margin-top: 2em;
	color: #443123;
	font-weight: lighter;
}

#book_container a:hover {
	color: #b30000;
}

#book_container ul {
	margin-bottom: 2em;
}

#book_container li {
	list-style-image: url(/images/tag_blue.png);
	list-style-position: inside;
	padding: 0;
	margin-left: 0;
	text-align: left;
	font-size: 85%;
	margin-top: 1px;
}

#sidebar_left h3, 
#sidebar_left h3 a,
#sidebar_left h3 a:link,
#sidebar_left h3 a:visited {
	color: #7A0000;
	padding-bottom: 3px;
	letter-spacing: .2em;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
	font: normal 100% Georgia, "Times New Roman", Times, serif;
}

#sidebar_left h3 a:hover {
	color: #fff;
}

#header ul {
	margin-bottom: 1em;
	margin-top: 0;
	padding: .1em;
	margin-left: 1em;
}

#header ul li,
#header ul li a,
#header ul li a:link,
#header ul li a:active,
#header ul li a:visited {
	display: inline;
	letter-spacing: .2em;
	font: normal normal 107% Georgia, "Times New Roman", Times, serif;
	margin-left: 0;
	padding-right: 1em;
	color: #b30000;
	text-transform: uppercase;
}

#header ul li a:hover {
	color: #443123;
}

ul.inline_small_list {
	color: #BAB5AC;
	font-size: 92%;
	padding-left: 0;
	margin-bottom: 1em;
	padding-bottom: 0;
	padding-top: .2em;
	margin-left: .1em;
	margin-top: .3em;
}

ul.inline_small_list li {
	color: #BAB5AC;
	display: inline;
	padding-right: 1em;
}

ul.inline_small_list li a:link,
ul.inline_small_list li a:active, 
ul.inline_small_list li a:visited {
	color: #BAB5AC;
}

ul.inline_small_list li a:hover {
	color: #000;
	border-bottom: 1px dashed #000;
}

li.info {
	padding-left: 1.7em;
	padding-top: .5em;
}

/* all list items need to be preceed by the info class */

li.user {
	padding-left: 1.3em;
	background: url(/images/user.gif) no-repeat 0 .6em;
	border-top-style: none;
}

li.comment {
	background: url(/images/comment.gifX) no-repeat 0 bottom;
	border-top-style: none;
}

li.comments {
	background: url(/images/comments.gifX) no-repeat 0 bottom;
}

li.tag {
	background: url(/images/tag_blue.gif) no-repeat 0 bottom;
}

#footer ul {
	font-size: 77%;
	margin: 0;
	text-align: left;
	float: left;
	padding: 4px 0 0 18px;
	letter-spacing: .15em;
}

#sidebar_right ul li {
	
}

#footer ul li {
	text-align: left;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 15px 0 0;
}

#footer li, #footer li a {
	color: #808080;
	text-decoration: none;
}

#footer li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

/* @end */

/* @group hacks */

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */

/* @end */

/* @group Forms */

fieldset {
	padding: 2em;
}

fieldset p {
	font-size: 85%;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

input, select, textarea {
	background-color: #fff;
	padding: .2em;
	letter-spacing: .15em;
	margin: .25em;
	color: #666;
	border: 1px solid #999;
}

input.submit {
	background-color: #7A0000;
	color: #fff;
	font-size: 92%;
	letter-spacing: .2em;
	padding: .2em;
}

label {
	cursor: hand;
}

/* @end */

/* @group Tables */

table {
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
}

table tr td {
	padding: 2px;
}

/* @end */

/* @group Global Classes */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid #999;
}

.highlight {
	background: #ffc;
}

.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}

.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}

/* @end */

/* @group special classes */

#newsletter_signup {
	clear: both;
}

.byline {
	font-size: 92%;
	font-style: italic;
}

.paginate {
	color: #443123;
	text-align: left;
	letter-spacing: 0.08em;
	margin: 5em 0 0;
	padding-left: 4px;
	padding-bottom: 10px;
	font-style: italic;
	font-size: 92%;
}

.sidebar {
	padding: 0 2em;
}

.post_footer {
	margin-bottom: 2em;
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	padding: .1em;
}

.post_footer_sidebar {
	margin-bottom: 1em;
	padding: .1em;
	font-size: 85%;
}

/* @end */

/* @group jtip */

#JT_arrow_left {
	background-image: url(/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	left: -12px;
	height: 23px;
	width: 10px;
	top: -3px;
}

#JT_arrow_right {
	background-image: url(/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	height: 23px;
	width: 11px;
	top: -2px;
}

#JT {
	position: absolute;
	z-index: 100;
	border: 2px solid #CCCCCC;
	background-color: #f9f9f9;
}

#JT_copy {
	padding: 10px 10px 10px 10px;
	color: #333333;
	text-align: left;
}

.JT_loader {
	background-image: url(/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 12px;
}

#JT_close_left {
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_close_right {
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_copy p {
	margin: 3px 0;
}

#JT_copy img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip {
	cursor: help;
}

/* @end */

/* @group hovertip */

/* classes for tooltips */

.hovertip {
	position: relative;
	display: none;
	

/*

in case javascript is disabled */
	width: 240px;
	background-color: #d3e3f6;
	font-size: 12px;
	z-index: 100;
	margin-left: 5px;
	margin-top: 10px;
}

.hovertip_wrap0 .hovertip {
	margin: 0;
}

.hovertip_wrap0 {
	margin-left: 5px;
	margin-top: 10px;
	z-index: 100;
}

.clicktip {
	position: relative;
	display: none;
	

/*

in case javascript is disabled */
	background-color: rgb(255, 255, 234);
	border: 1px solid black;
	padding: 3px;
	font-size: 12px;
	margin: 1em;
	z-index: 10;
}

.clicktip h1, .hovertip h1 {
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #336699;
	color: white !important;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	z-index: 10;
	padding: 2px !important;
	text-align: center;
}

.clicktip p, .hovertip p {
	padding: 2px;
	margin-top: 0.5em;
	line-height: 1.2em;
	z-index: 10;
}

.clicktip p {
	margin-right: 1em;
}

.clicktip_targetXXX {
	background-image: url(information.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 20px;
}

.hovertip_target, .clicktip_target {
	font-style: italic;
}

.clicktip_target {
	text-decoration: underline;
}

.clicktip_target:hover, .hovertip_target:hover {
	text-decoration: none;
	cursor: help;
}

a.clicktip_close {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 3px;
	cursor: pointer;


/*text-decoration: underl

ine;*/
}

a.clicktip_close span {
	
}

/* drop shadow based on http://jquery.com/test/zomg.html 
   and also http://www.positioniseverything.net/articles/sidepages/dropshadow/dropshadow.html
*/

html>body .hovertip_wrap0 {
	display: none;
	background: url(corner_tr.png) right top no-repeat;
}

html>body .hovertip_wrap1 {
	display: block;
	background: url(corner_bl.png) left bottom no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}

html>body .hovertip_wrap2 {
	display: block;
	background: url(shadow.png) bottom right no-repeat;
}

html>body .hovertip_wrap3 {
	display: block;
	position: relative;
	left: -8px;
	top: -8px;
	background-color: #d3e3f6;
}

.hovertip_wrap3 {
	border: 1px solid #ccc;
	

/*borde

r-color:#efefef #ccc #ccc #efefef;*/
		padding: 5px;
}

span {
	display: inline;
}

/* @end */

/* @group tooltip */

#tooltip {
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
	padding: 5px;
}

#tooltip h3, #tooltip p {
	margin: 0;
}

#tooltip.fancy {
	opacity: 0.95;
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 135px;
	background: url('shadow.png');
}

#tooltip.fancy h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}

#tooltip.fancy p {
	width: 220px;
	text-align: left;
}

#yahoo {
	width: 7em;
}

#right, #right2 {
	text-align: right;
}

#tooltip.right {
	width: 250px;
}

/* @end */

/* @group quote box */

#quote_block {
	overflow: visible;
}


#box_top {
	background: url(/images/quotebox_top.gif) no-repeat center bottom;
	height: 45px;
	padding: 0;
	margin: 0;
}

#box_middle {
	height: auto;
	padding: 0;
	background: url(/images/quotebox_mid.gif) repeat-y center center;
	position: relative;
}

#box_middle div{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.quote {
	color: #780000;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	padding: 5px;
	text-align: left;
}

.quoted {
	color: #443123;
	font-size: 13px;
	text-align: right;
	padding-right: 40px;
	position: relative;
}


#box_bottom, #box_bottom a {
	background: url(/images/quotebox_bottom.gif) no-repeat center top;
	height: 215px;
	border-bottom-style: none;
}

/* @end */