@charset "UTF-8";
/* CSS Document */
html, body, div {
	margin: 0px;
	padding: 0px;
}
body {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/background.gif) repeat fixed left top;
}
#wrapper {
	width: 850px;
	background-color: #000;
	border: 6px solid #000;
	margin-right: auto;
	margin-left: auto;
}
#border {
	border: 1px #bbb inset;
}
#header {
	background: #f4bb23;
	border: 8px #000 solid;
	text-align: center;
}
#logo .mobile {
	display: none;
}
#bg_wrapper {
	border-left: 8px #000 solid;
	border-right: 8px #000 solid;
	border-bottom: 8px #000 solid;
	background: #f4bb23;
}
#footer {
	clear: both;
	border-top: 2px #CCC ridge;
	background: #000;
	color: #ddd;
	margin: 8px;
	padding-top: 5px;
}
#creditline {
	font-size: .85em;
	text-align: center;
	font-style: italic;
}
#creditline a, #creditline a:visited {
	text-decoration: none;
	color: #aaa;
}
#creditline a:active {
	color:#00CCFF;
}
#creditline a:hover {
	text-decoration: underline;
	color: #fff;
}
.clear {
	clear: both;
}
.menu {
	background: #3a5f38;
	border: 2px solid #000;
	margin: 15px 0px 10px 7px;
	padding: 5px 1px 3px;
}
#content p, #content_home p {
	text-indent: 20px;
	line-height: 1.6em;
}
/*book pages*/
#content {
	width: 590px;
	float: right;
	padding: 7px;
	margin: 0px;
}
#left_column {
	width: 220px;
	float: left;
	text-align: center;
}
#bottom_links {
	border-bottom: 2px #CCC ridge;
	padding-bottom: 5px;
	text-align: center;
}
#bottom_links a img {
	text-decoration:none;
	margin: 6px 6px;
	border: 1px solid #000;
}
#bottom_links a:hover img {
	text-decoration:none;
	border: 1px solid #fff;
}
ul.menu {
	border: none;
	padding: 3px 0px 2px 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	list-style: none outside;
}
ul.menu li, ol li {
	padding: 3px 2px 6px;
}

/*home page only*/
#quote_home {
	color: #930000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 3px;
}
#quote {
	font-size: 3em;
	font-weight: bold;
}
#name {
	color: #000;
	font-style: italic;
	font-size: 2em;
}
#president {
	font-style: italic;
	font-size: 1.3em;
}
#content_home {
	width: 370px;
	float: right;
	padding: 5px 5px 0px 0px;
}
#content_home p {
	padding: 7px 8px 6px 0px;
	margin: 0px;
	text-align: justify;
}
#menu_home, #menu_home2, #cd_menu_home, #sponsors {
	width: 430px;
	float: left;
}
.menu h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
}
#menu_home h3, #menu_home2 h3, #cd_menu_home h3, #sponsors h3 {
	color: #D8A61F;
}
#cd_menu_home p, #sponsors p {
	padding: 2px 10px;
	color: #F2E992;
	font-size: 0.8em;
}
.display, .cd_display {
	width: 195px;
	height: 17em;
	float: left;
	color: #fff;
	padding: 3px;
	margin: 2px;
	line-height: 1.2em;
	background-color: #4e8657;
	border-top: 1px solid #2C4D32;
	border-left: 1px solid #2C4D32;
	border-bottom: 1px solid #6b9f73;
	border-right: 1px solid #6b9f73;
	font-size: .8em;
}
.cd_display {
	width: 125px;
	height: 17em;
	text-align: center;
}
div>div.cd_display {
	padding: 4px;
	margin: 4px;
}
div>div.display {
	padding: 4px;
	margin: 5px;
}
.display h3, .cd_display h3 {
	margin: 0px 0px 5px;
	line-height: normal;
	text-align: center;
	padding: 4px 2px;
	font-size: 1.2em;
	font-weight: bold;
}
.display img {
	float: right;
	padding: 2px;
}
#counter {
	width: 4.3em;
	font: bold small sans-serif;
	color: #2C4D32;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	border: 2px inset #E3AC1E;
	letter-spacing: .1em;
}
/*general styles */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.75em;
	margin-top: 0;
}
h2 {
	font-size: 1.55em;
}
h3 {
	font-size: 1.45em;
}
h4 {
	font-size: 1.35em
}
h5 {
	font-size: 1.25em;
}
h6 {
	font-size: 1.15em;
}
ul {
	list-style: none outside;
}
ul li {
	padding: 10px auto;
	margin: 10px auto;
}
.italic {
	font-style: italic;
}
/*links styling*/
a, a:link {
	text-decoration: underline;
	color: #930000;
}
a:visited {
	color: #930000;
}
a:active {
	color: #003300;
}
a:hover {
	color: #3a5f38;
	text-decoration: underline;
}
.menu a, .menu a:link {
	text-decoration: none;
	color: #f4bc24;
}
.menu a:visited {
	color: #D8A61F;
}
.menu a:active {
	color: #FFC51E;
}
.menu a:hover {
	color: #FF7811;
	text-decoration: underline;
}
img.right {
	float: right;
	padding: 8px;
}
div#cart {
	width: 205px;
	padding: 0px;
	border: outset 2px #d49e0d;
	float: right;
	clear: right;
	background-color: #ffdb7a;
	text-align: center;
	margin: 20px 7px;
}
#content div#cart h5 {
	margin: 0px;
	padding: 3px 4px;
}
#content div#cart p {
	margin: 0px;
	padding:  6px 4px;
	text-indent: 0px;
}
#cart form, #cart #soon {
	margin: 10px 0px;
}
.center {
	text-align: center;
}
#paypal {
	clear: both;
}
div.right {/*used to put donate button on side*/
	float: right;
	width: 200px;
}

/*comments styling*/
#content p.greeting {
	font-size: 1.1em;
	padding: 6px 3px;
	margin: 0px;
	font-style: italic;
	text-indent: 0px;
}
#content p.body {
	font-style: italic;
	padding: 5px 30px;
	margin: 0px;
	text-indent: 0px;
}
#content p.signature {
	color: #930000;
	font-style: italic;
	margin: 0px;
	padding: 3px 0px 10px 300px;
	text-indent: 0px;
}

/*no border for images that are links*/
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}
