@charset "ISO-8859-1";

/* ------ START: Global Reset ------ */
* { padding: 0; margin: 0; }

a { outline: none; }

fieldset { padding: .5em; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 0; }

img { border: 0; }

li, dd, blockquote { margin-left: 5%; }

p, h1, h2, h3, h4, h5, h6, ul, ol { margin-bottom: 1em; }
/* ------ END: Global Reset ------ */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #021a29;
	background: url(../images/body-repeater.gif) repeat-x;
}

/* ------ START: Links ------ */
a {
    outline: none;
}

A:link    { text-decoration:underline; color: #104b71; }
A:visited { text-decoration:underline; color: #A9550B; }
A:active  { text-decoration:underline; color: #104b71; }
A:hover   { text-decoration:underline; color: #A9550B; }
A:focus   { text-decoration:underline; color: #104b71; }
/* ------ END: Links ------ */

#admin-toolbar {
	position: absolute;
	top: 0px;
	left: 0px;
}

.blog_post_summary {
	border-bottom: 1px solid #87B7D5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.buy-a-book {
	width: 200px;
	float: left;
	border: 1px solid #87b7d5;
	margin-right: 36px;
	margin-bottom: 10px;
}

.books_menu li {
	list-style-type: none;
	float: left;
	font-size: 1.2em;
	margin: 10px 20px 10px 20px;
}

.books_menu {
	padding: 0 0 20px 200px;
	margin: 0 auto;
	text-align: center;
}

#books_menu_wrapper {
	background: #1F6594;
	padding: 10px;
	color: #FFFFFF;
	width: 690px;
	margin: 0 auto 10px auto;
	text-align: center;
	font-size: 0.9em;
}

#books_menu_wrapper a {
	color: #FFFFFF;
	text-decoration: none;
}

.checkbox {
	border: 0px;
}

.clear {
	clear: both;
	height: 0px;
}

#content {
	float: left;
	width: 760px;
}

#content-top {
	width: 760px;
	height: 9px;
	background: url(../images/main-body-top.gif) no-repeat;
}

#content-middle {
	width: 728px;
	padding: 5px 15px;
	border-right: 1px solid #87b7d5;
	border-left: 1px solid #87b7d5;
	background: url(../images/main-body-repeater.gif) repeat-x;
}

#content-bottom {
	width: 760px;
	height: 9px;
	background: url(../images/main-body-bottom.gif) no-repeat;
}

#content p {
	line-height: 1.5em;
}

.feature-book {
	width: 204px;
	float: left;
	border: 1px solid #87b7d5;
	margin-right: 36px;
	margin-bottom: 10px;
}

/* ------ START: H Tags ------ */
h1 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #15547d;
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #286016;
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #15547d;
	font-weight: normal;
	font-size: 1.2em;
}

h4 {

}

h5 {

}

h6 {

}
/* ------ END: H Tags ------ */

/* ------ START: Header ------ */
#header {
	position: relative;
	width: 960px;
	height: 75px;
	margin: 0 auto;
} 

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 696px;
	height: 71px;
	text-indent: -99999px;
	background: url("../images/title.gif") no-repeat;
	float: left;
}

#header-menu {
	text-align: right;
	width: 264px;
	float: right;
	padding-top: 10px;
	font-size: 0.9em;
}

#header-menu a {
	color: #0f496e;
	text-decoration: none;
	padding: 0;
}

#header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header-menu li {
	float: right;
	padding: 0 10px;
	border-right: 1px solid #0f496e;
	margin: 0;
}

#header-menu .none {
	border: none;
}

/* ------ END: Header ------ */

img { behavior: url("/ssi/pngbehavior.htc"); }

/* ------ START: Footer ------ */
#footer {
	padding: 40px 0 0 0;
	width: 100%;
	clear: both;
	font-size: 0.9em;
	color: #0d466a;
	text-align: center;
	background: url(../images/footer-repeater.gif) repeat-x center bottom;
}

#footer-content {
	width: 960px;
	margin: 0 auto;
	background: url(../images/footer-bg.gif) no-repeat center bottom;
	padding-bottom: 40px;
}

#footer .footerlinks, #footer .footerlinks a {
	color: #4c670e;
	text-decoration: none;
}

#footer .footerlinks a {
	padding: 0 8px;
}

#footer .copyright a {
	color: #0d466a;
	text-decoration: none;
}

#footer p {
	margin-top: 1em;
	margin-bottom: 0;
}

#footer .footer-top-page {
	text-align: right;
}

#footer .footer-top-page a {
	text-decoration: none;
}
/* ------ END: Footer ------ */

/* ------ START: Forms ------ */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
/* ------ END: Forms ------ */

/* ------ START: Menu ------ */
#menu {
	position: relative;
	width: 173px;
	height: 324px;
	float: left;
	padding-right: 27px;
}

#menu a {
	display: block;
	width: 173px;
	height: 36px;
	background: url("../images/menu.gif") no-repeat;
	text-indent: -99999px;
}

#menu .menu_0_1 a { background-position: 0px 0px; }
#menu .menu_0_1 a:hover, #menu .menu_0_1 a.current { background-position: -173px 0; }

#menu .menu_0_2 a { background-position: 0px -36px; }
#menu .menu_0_2 a:hover, #menu .menu_0_2 a.current { background-position: -173px -36px; }

#menu .menu_0_3 a { background-position: 0px -72px; }
#menu .menu_0_3 a:hover, #menu .menu_0_3 a.current { background-position: -173px -72px; }

#menu .menu_0_4 a { background-position: 0px -108px; }
#menu .menu_0_4 a:hover, #menu .menu_0_4 a.current { background-position: -173px -108px; }

#menu .menu_0_5 a { background-position: 0px -144px; }
#menu .menu_0_5 a:hover, #menu .menu_0_5 a.current { background-position: -173px -144px; }

#menu .menu_0_6 a { background-position: 0px -180px; }
#menu .menu_0_6 a:hover, #menu .menu_0_6 a.current { background-position: -173px -180px; }

#menu .menu_0_7 a { background-position: 0px -216px; }
#menu .menu_0_7 a:hover, #menu .menu_0_7 a.current { background-position: -173px -216px; }

#menu .menu_0_8 a { background-position: 0px -252px; }
#menu .menu_0_8 a:hover, #menu .menu_0_8 a.current { background-position: -173px -252px; }

#menu .menu_0_9 a { background-position: 0px -288px; }
#menu .menu_0_9 a:hover, #menu .menu_0_9 a.current { background-position: -173px -288px; }

#menu .menu_0_10 a, #menu .menu_0_11 a { display: none; }
#menu .menu_0_10 a:hover, #menu .menu_0_10 a.current, #menu .menu_0_11 a:hover, #menu .menu_0_11 a.current { display: none; }

#menu .menu_level_0 li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
/* ------ END: Menu ------ */


.page_gallery {
	list-style-type: none;
}

.page_gallery a {
	margin-left: 10px;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	*display:inline;
	vertical-align: top;
	width: 200px;
	text-align: center;
}

/*image display */
.page_gallery img {
	margin-top: 10px;
	border: 1px solid #87B7D5;
}


#paypal-cart, #paypal-addcart {
	float: left;
	padding-left: 100px;
}

#paypal-buttons {
	width: 690px;
	background: #e4edda;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #87B7D5;
	text-align: center;
	margin-bottom: 10px;
}

#menu .menu_0_1 a {  }
#menu .menu_0_1 a:hover, #menu .menu_0_1 a.current { background-position: -173px 0; }


.photo-right {
	float: right;
	margin-left: 10px;
}

.slide-images {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 0;
}

.slide-images li {
	margin: 0;
	padding: 0;
}

#slideshow {
	position: relative;
	width: 960px;
	height: 200px;
	clear: both;
	margin-bottom: 25px;
}

#slideshow .slideshow-overlay {
	width: 960px;
	height: 200px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 100;
}

.view-details {
	border-bottom: 1px solid #87B7D5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.view-details-photo {
	float: right;
	margin: 20px 0 0 0;
	padding: 0 0 20px 20px;
	border: 0px solid #87B7D5;
	background: #FFFFFF;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}
