@charset "UTF-8";
/* CSS Document */

 
body  {
	font: small/140% Verdana, Arial, Helvetica, sans-serif;
	background: #6c291c url(../images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330000;
	margin-top: 20px;
}
h1 {
	font-size: 120%;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: 1px dashed #ccbf8b;
	background: url(../images/bg_titles.jpg) repeat-y;
	font-weight: normal;
}
h2 {
	font-size: 110%;
	font-weight: normal;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #5b6b67;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
a:active {
	color: #996600;
	text-decoration: underline;
}

#sidebar1 a:link, #sidebar1 a:visited, #sidebar1 a:hover, #sidebar1 a:active {
	color: #660000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
#sidebar1 a:visited {
	color: #660000;
}
#sidebar1 a:hover {
	color: #5b6b67;
}
#sidebar1 a:active {
	color: #996600;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ece3ba url(../images/bg_nav.jpg) repeat-y right;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#header {
	background: #ece3ba url(../images/header.jpg) no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 188px;
	margin: 0px;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 187px;
	padding-top: 30px;
}
#sidebar1 ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	font-size: 90%;
	font-weight: normal;
}
#sidebar1 li {
	padding: 6px 2px 6px 0px;
	font-size: 90%;
	font-weight: normal;
}
#mainContent {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/bg_content.jpg) repeat-x;
	float: left;
	width: 531px;
} 
.clearthefloats {
	clear: both;
}
img {
	border-style: none;
}
#callout_home, #callout_about, #callout_books, #callout_pressroom, #callout_blog, #callout_contact {
	background: url(../images/bg_callout.jpg) repeat-y;
	visibility: hidden;
	width: 187px;
	position: absolute;
	top: 460px;
	right: 0px;
}
#callout_home p {
	margin-left: 2px;
	padding-left: 2px;
	font-size: 90%;
	line-height: 110%;
	font-weight: normal;
	color: #ece3ba;
}
#callout_about p {
	margin-left: 2px;
	padding-left: 2px;
	font-size: 90%;
	line-height: 110%;
	font-weight: normal;
	color: #ece3ba;
}
#callout_books p {
	margin-left: 2px;
	padding-left: 2px;
	font-size: 90%;
	line-height: 110%;
	font-weight: normal;
	color: #ece3ba;
}
#callout_pressroom p {
	margin-left: 2px;
	padding-left: 2px;
	font-size: 90%;
	line-height: 110%;
	font-weight: normal;
	color: #ece3ba;
}
#callout_blog p {
	margin-left: 2px;
	padding-left: 2px;
	font-size: 90%;
	line-height: 110%;
	font-weight: normal;
	color: #ece3ba;
}
#callout_contact p {
	margin-left: 2px;
	padding-left: 2px;
	font-size: 90%;
	line-height: 110%;
	font-weight: normal;
	color: #ece3ba;
}

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ece3ba;
	border-top: 1px solid #660000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mainHeadline {
	font-size: 150%;
	color: #5b6b67;
	font-weight: normal;
	text-transform: uppercase;
}
.subHeadline {
	font-size: 120%;
	color: #663300;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.initialCap {
	font-size: 170%;
	color: #660000;
}
.SmallGreen {
	font-size: 100%;
	font-weight: bold;
	color: #5b6b67;
}
.BigGreen {
	color: #5b6b67;
	font-size: 120%;
	font-weight: bold;
}
.imageBorder {
	float: left;
	margin-right: 10px;
	border-top: 1px solid #5b6b67;
	border-right: 1px solid #5b6b67;
	border-bottom: 2px solid #5b6b67;
	border-left: 2px solid #5b6b67;
}
