/*
	@author	Chris Rush
	@file		styles.css
	---
	Global stylesheet
*/

@import "reset.css";	/* Import our global reset */

html {
	position: relative;
	background: #ffffff url(../images/bgMainTop.jpg) repeat-x top left;
	font-family: helvetica, arial, verdana, sans-serif;
	height: 100%;
}

body {
	position: relative;
	height: 100%;
}

.error {
	color: #c03030;
}

.clear {
	clear: both;
}

.centered {
	text-align: center;
}

#container {
	position: relative;
	background: url(../images/bgContainer.png) repeat-y top left;
	margin: 0px auto 0px auto;
	width: 780px;
	padding: 10px 20px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	margin-bottom: 5px;
}

#content {
	position: relative;
	background: #cccccc url(../images/bgContent.gif) no-repeat top left;
	padding: 20px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 12px;
	font-family: verdana;
	margin-bottom: 5px;
}

#content .footer {
	background: #cccccc url(../images/bgContentBottom.gif) no-repeat bottom left;
	padding-top: 10px;
	height: 10px;
	margin: 0px -20px -10px -20px;
	text-align: center;
	clear: both;
}

#content .btt {
	text-align: center;
	clear: both;
	padding-top: 10px;
}

#content img.content {
	margin-top: 10px;
	margin-bottom: 5px;
	border: 3px solid #aaaaaa;
}

#content img.left {
	float: left;
	margin-right: 10px;
}

#content img.right {
	float: right;
	margin-left: 10px;
}

#navigation {
	background: url(../images/bgNavigation.jpg) no-repeat top left;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}

#navigation ul {
	position: relative;
}

#navigation li {
	float: left;
}

#navigation a {
	display: block;
	width: 130px;
	text-align: center;
	text-indent: -1000px;
	overflow: hidden;
}

#navigation a.home:hover { background: url(../images/bgNavigation.jpg) no-repeat 0px -30px; }
#navigation a.about:hover { background: url(../images/bgNavigation.jpg) no-repeat -130px -30px; }
#navigation a.fiction:hover { background: url(../images/bgNavigation.jpg) no-repeat -260px -30px; }
#navigation a.nonFiction:hover { background: url(../images/bgNavigation.jpg) no-repeat -390px -30px; }
#navigation a.ecards:hover { background: url(../images/bgNavigation.jpg) no-repeat -520px -30px; }
#navigation a.contact:hover { background: url(../images/bgNavigation.jpg) no-repeat -650px -30px; }

#footer {
	color: #aaaaaa;
	font-size: 10px;
	font-family: verdana;
	text-align: center;
	margin-top: 10px;
}

.imagePreload {
	display: none;
}


h1 {
	padding-bottom: 10px;
	margin: 0px;
	border-bottom: 2px solid #aaaaaa;
	margin-bottom: 5px;
}

p {
	text-indent: 10px;
	margin: 10px 0px;
}

ol {
	margin: 0px 20px;
	background-color: #bbbbbb;
	border-top: 2px solid #aaaaaa;
	padding: 10px;
}

ol li {
	margin-left: 20px;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	color: #4d1d4e;
	text-transform: uppercase;
	font-family: verdana;
	margin: 10px 0px;
	margin-top: 20px;
}

hr {
	display: block;
	height: 2px;
	border: 0px;
	background-color: #aaaaaa;
	width: 75%;
	margin: 20px auto;
}

.footnotes {
	border-top: 2px solid #aaaaaa;
	background-color: #bbbbbb;
	margin-top: 10px;
	padding: 5px 10px;
}

sup {
	font-weight: 700;
}

.footnotes sup {
	color: #4d1d4e;
	margin-right: 10px;
}




fieldset {
	border: 0px;
}

legend {
	display: none;
}

label {
	display: block;
}

input.textbox,
textarea.textbox {
	width: 400px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	color: #333333;
}

textarea.textbox {
	width: 740px;
	height: 200px;
}

input.button {
	width: 100px;
}

#content .ecardCategory {
	clear: both;
	margin-top: 10px;
}

#content .ecardCategory h3 {
	background-color: #aaaaaa;
	color: #eeeeee;
	font-size: 14px;
	text-transform: none;
	padding: 5px 10px;
	margin: 0px;
}

#content .ecardRow { 
	clear: both;
}

#content .ecardRow a {
	float: left;
	width: 200px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border: 3px solid #999999;
	background-color: #aaaaaa;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}

#content .ecardRow a:hover {
	border: 3px solid #aaaaaa;
	background-color: #bbbbbb;
	color: #555555;
}

#content .ecardRow a img {
	display: block;
	margin: 0px auto;
	margin-bottom: 5px;
	border: 3px solid #999999;
}

#content .ecardRow a:hover img {
	border: 3px solid #aaaaaa;
}

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


ul.articles {
	margin-left: 20px;
	font-size: 11px;
}

ul.articles li {
	margin-bottom: 2px;
}

ul.articles .date {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 150px;
	color: #888888;
}

#content a {
	padding: 2px;
	color: #6b396c;
	text-decoration: none;
	border-bottom: 1px solid #bbbbbb;
}

#content a:hover {
	color: #eeeeee;
	background-color: #bbbbbb;
	border-bottom: 1px solid #aaaaaa;
}

#content .navigation {
	float: left;
	margin: 10px;
	width: 150px;
	font-size: 11px;
	background: #bbbbbb url(../images/bgContentNavigationTop.gif) no-repeat top left;
	padding-top: 4px;
}

#content .navigation .foot {
	background: #bbbbbb url(../images/bgContentNavigationBottom.gif) no-repeat top left;
	height: 4px;
}

#content .navigation a {
	display: block;
	padding: 2px 10px;
	padding-right: 2px;
	border-bottom: 0px;
}

#content .navigation a:hover {
	border-bottom: 0px;
}

#content .navigation a.selected {
	font-weight: 700;
	background-color: #aaaaaa;
	color: #555555;
}


#content .maps {
	float: left;
}

#content .mapEntry {
	text-align: center;
	width: 162px;
}

#content .maps .mapEntry img {
	display: block;
	width: 150px;
	margin-bottom: 5px;
}

#content .maps a {
	display: block;
	background-color: #aaaaaa;
	padding: 5px;
	border: 1px solid #999999;
	color: #333333;
}

#content .maps a:hover {
	background-color: #bbbbbb;
	border: 1px solid #aaaaaa;
	color: #555555;
}

input.error,
textarea.error {
	border: 1px solid #c03030;
	background-color: #ffb3a0;
	color: #c03030;
}

#content select {
	width: 200px;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	color: #333333;
}

.ecardComposer {
}

.ecardComposer img.selectedCard {
	display: block;
	margin: 0px auto;
	border: 5px solid #aaaaaa;
	margin-bottom: 20px;
}

.ecardComposer h2 {
	margin: 20px auto 10px auto;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}

blockquote.verse {
	position: relative;
	display: block;
	background-color: #bbbbbb;
	border-top: 2px solid #aaaaaa;
	padding: 10px;
	font-size: 12px;
	line-height: 17px;
	margin: 10px 20px;
}

blockquote.verse cite {
	float: left;
	margin-right: 10px;
	font-size: 11px;
	line-height: 15px;
	background-color: #aeaeae;
	border-right: 2px solid #a0a0a0;
	padding: 1px 5px;
}

dl {
	clear: both;
}

dt {
	font-weight: bold;
	padding: 5px;
}

dd {
	margin-left: 20px;
	margin-bottom: 10px;
}