@import url(/css/reset.css);

/* ===========================
Basic Text Elements 
=========================== */

p 			{ margin: 0 0 1.5em 0; }
ul 			{ margin: 0 0 1.5em 25px; list-style: circle; }
ul.clean 	{list-style: none; margin: 0 0 1.5em 0; }	
ol 			{ margin: 0 0 1.5em 30px; list-style: decimal; }
li ul, li ol       { margin: 0 1.5em; }
blockquote  { 
	font-style: italic; 
	padding-left: 15px;
margin-left: 15px;
	border-left: 1px dotted #2e2104;
	}
strong { font-weight: bold; }
em     { font-style: italic; }
sup    { font-size: 0.8em; vertical-align: super; }
sub    { font-size: 0.8em; vertical-align: sub; }
.strike     { text-decoration: line-through; }
.caps       { text-transform: uppercase; letter-spacing: 1px; }	
.smallcaps  { text-transform: uppercase; font-size: 75%; letter-spacing: 1px; }
.hide       { display: none; }
.hilite     { color: #980000; }
.photocredit { font-size: 70%; font-family: Verdana, Arial, sans-serif; }
.amp, .alt { 
  font-size: 1.2;
  font-style: italic;
  font-family: "Palatino Linotype", "Baskerville", "Warnock Pro", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;}
.amp { line-height: 1%; }
.alt { line-height: 1.5; }
.error, .notice, .success { 
	padding: 1.5em 15px; 
	margin-bottom: 1.5em; 
	border-style: solid;
	border-width: 2px;
	text-align: center; 
	}
.error      { background: #fbe3e4; color: #d12f19; border-color: #fbc2c4; }
.notice     { background: #fff6bf; color: #817134; border-color: #ffd324; }
.success    { background: #e6efc2; color: #529214; border-color: #c6d880; }
.error a    { color: #d12f19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }
hr {
  background: #d8d8d8; 
  color: #d8d8d8;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 1.45em 0;
  border: none; 
}
/* ===========================
Common Form Elements 
=========================== */
input, textarea {
margin-bottom: 2px;
background: transparent;
border: 1px solid #b87226;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
}

input:focus, textarea:focus {
background: #fff;
}

/* ===========================
Main Blocks & Structure 
=========================== */

body {	
	font-size: 100%;
    font-family: Georgia, "Times New Roman", Times, Garamond, serif;  
    line-height: 1.5;
    background: #edd49f url(/images/bg1.jpg) repeat;
    color: #2e2104;;
	}
	
#container {
	width: 993px; 
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(/images/body-tile.jpg) repeat-y;
	}
	
#content {
	padding: 10px 60px 0 60px;
}

#home #content, #test #content { padding-top: 20px; }

#main {
	width: 65%;
	float: left;
}

#aux {
	width: 30%;
	float: right;
	font-size: 75%;	
}	
/* ===========================
Top of Page
=========================== */
	
#top {
	width: 993px;
	height: 191px;
	background: url(/images/top.jpg) no-repeat;
}

#home #top, #test #top { margin-bottom: 11px; }

h1 {
	height: 47px;
	width: 100%;
	padding-top: 32px;
	margin-bottom: 60px;
}

h1 a { display: block;
	height: 47px;
	width: 100%;
	text-indent: -1000em;
}
	
/* Navigation */

#top ul { 
	padding: 0 0 0 60px;
	margin: 0;
	list-style: none;	
}

#top ul li {
	width: 19%;
	float: left;
	margin: 0;
	padding: 0;
}

#top ul li a {
	display: block;
	font-weight: normal;
	color: #928465;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1;
	-webkit-transition: color .2s linear;
}
  
#top ul li a strong {
	display: block;
	font-weight: normal;
	line-height: 1;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 1px; 
	color: #2e2104;
	text-shadow: 1px 1px 1px #2e2104;
	-webkit-transition: color .2s linear;
}

#top ul a:hover,
#top ul a:hover strong,
#home #n-home,
#about #n-about,
#books #n-books,
#links #n-links,
#contact #n-contact,
#home #n-home strong,
#about #n-about strong,
#books #n-books strong,
#links #n-links strong,
#contact #n-contact strong  {
	color: #b87226;
}

#announce {
	width: 740px;
	margin: 0 auto;
	padding-top: 55px;
	background: url(/images/divider4.gif) 50% top no-repeat;
}

#announce-inner {
	width: 740px;
	padding-bottom: 55px;
	background: url(/images/divider4.gif) 50% bottom no-repeat;
}

#announce p {
	margin: 0 20px 0 0;
}

#pagedivide {
height: 45px;
background: url(/images/divider4.gif) 50% 50% no-repeat;
margin-bottom: 24px;
}

/* ===========================
Main Content Area Styles 
=========================== */

#announce a, #content a { 
	color: #b87226; 
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #b87226; 
	outline: none;
	font-weight: bold; 
	}
	
#announce a:hover, #content a:hover { 
	/* color: #2e2104; */
color: #014c61;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #014c61; 
	outline: none;
	font-weight: bold; 
	}
	
#announce a:focus, #content a:focus {
	border: none;
	outline: 1px dotted #d8d8d8;
} 

#announce h3 { font-size: 110%; }		

#aux a { border: none; }


/* Side Search Styles */

#sidesearch {
	margin-bottom: 18px;
} 
#sidesearch label {
	display: block;
	font-size: 12px;
	font-style: italic;
}

#sidesearch form input.hintTextbox, #sidesearch form input.hintTextboxActive {
	width: 95%;
	padding: 5px;
	font-size: 12px;	
}

/* #sidesearch form input.hintTextbox:focus, #sidesearch form input.hintTextboxActive:focus {
	background: #fff;
} */

#sidesearch form input.submit {
	width: auto;
	font-style: italic;
	font-size: 12px;
	padding: 3px 5px;
	color: #b87226;
}

#sidesearch form input.submit:hover {
	cursor: pointer;
background: #fff;
}

.entry { padding-bottom: 45px;
background: url(/images/divider4.gif) 50% bottom no-repeat;
margin-bottom: 24px;
}

div.lastoflist {
background: none;
margin-bottom: 0;
padding-bottom: 0;
}

p.entry-meta {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
	line-height: 2;
	margin-bottom: 2em;
}

#content p.entry-meta a, #content p.entry-meta a:hover {
	font-weight: normal;
border: none;
}

a.comment-link, a.file-link, a.pdf-link, a.feed-link {
padding-left: 22px;
background-position: top left;
background-repeat: no-repeat;
}

a.comment-link {
background-image: url(/images/comment.gif);
}

a.comment-link:hover {
background-image: url(/images/comment-h.gif);
}

a.file-link {
background-image: url(/images/file.gif);
}

a.file-link:hover {
background-image: url(/images/file-h.gif);
}

a.feed-link {
background-image: url(/images/feed.gif);
}

a.feed-link:hover {
background-image: url(/images/feed-h.gif);
}

#main img, 
#main a.imglink,
#announce a.imglink {
max-width: 98%;
display: block;
float: left;
padding: 4px;
background: #79715f url(/images/photo-bg2.jpg);
border: 1px solid #2e2104;
margin: 2px 20px 10px 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 2px 2px 4px #2e2104;
-webkit-box-shadow: 2px 2px 4px #2e2104;
-moz-box-shadow: 2px 2px 4px #2e2104;
}

#main a.imglink img, #announce a.imglink img {
max-width: 100%;
display: block;
float: none;
padding: 0;
background: none;
border: none;
margin: 0;
border-radius: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}

#main img.floatright, #main a.floatright {
float: right;
margin: 2px 0 10px 20px;
}

#main a.imglink:hover, #announce a.imglink:hover {
background: #c3bfb6 url(/images/photo-bg-hover.jpg);
}

#aux img, #aux a.imglink {
display: block;
float: left;
margin: 3px 10px 4px 0;
padding: 0;
border: none;
}

#aux a.imglink img {
margin: 0;
padding: 0;
}

#aux a.imglink:hover {
border: none;
}

#map #main #map_canvas img, #map #main #map_canvas a {
max-width: 100%;
display: inline;
float: none;
padding: 0;
margin: 0;
background: none;
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
box-shadow: 0;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
}

#announce a.imglink { margin-left: 20px; }
	
h2 { 
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 4px; 
	}
#content h2 a, #content h3 a { color: #2e2104;
border: none;
}

#content h2 a:hover, #content h3 a:hover {
color: #014c61;
border-bottom: 1px solid #014c61; }
	
h3 { 
	font-size: 1.2em; 
	font-weight: bold;
	line-height: 1.1;  
	margin-bottom: 5px;
	}
	
h4 { 
	font-size: 1.3em; 
	line-height: 1.1; 
	margin-bottom: 5px;
	font-weight: bold;
	}
	
h5, h6 { 
	font-size: 1em; 
	margin-bottom: 1.5em; 
	}
	
h5 {
	font-weight: bold; 
	}

p.search-url {
font-size: 75%;
}

p.prev-next { text-align: center; }

#links #main ul li {
margin-bottom: 10px;
}

ul#sidebar-comments-list {
list-style: none;
margin: 0 0 1.5em 0;
}

ul#sidebar-comments-list li {
padding-left: 24px;
background: url(/images/comment.gif) left 2px no-repeat;
margin-bottom: 6px;
}

ul#sidebar-comments-list li:hover {
background: url(/images/comment-h.gif) left 2px no-repeat;
}

#aux ul li, #aux ol li {
margin-bottom: 4px;
}

/* Journal Entry Comment Styles */

h3#comments, h3#comments-form-display { margin-bottom: 1.5em; }

#comments-list, #preview-container { 
width: 450px;
margin: 0 auto;
}

div.comment { 
font-size: 75%;
margin-bottom: 1.5em;
border-bottom: 1px dotted #b87226;
}

div.comment h5 {
font-size: 108.33%;
font-weight: normal;
}

div.comment-num {
width: 30px; 
float: left;
font-size: 2em;
line-height: 1;
color: #2e2104;
}

div.comment-main {
width: 390px;
float: right;
}

form#txpCommentInputForm .module {
width: 30%;
margin-right: 5%;
float: left;
}

form#txpCommentInputForm .last {
margin-right: 0;
}

form#txpCommentInputForm .group {
margin-bottom: 1.5em;
}

form#txpCommentInputForm input,
form#txpCommentInputForm textarea {
padding: 5px;
width: 100%;
}

form#txpCommentInputForm textarea {
height: 175px;
}

form#txpCommentInputForm input.button {
width: auto;
}

form#txpCommentInputForm input.button:hover {
cursor: pointer;
background: #fff;
}

form#txpCommentInputForm label,
form#txpCommentInputForm span {
font-size: 68.75%;
text-transform: uppercase;
letter-spacing: 1px;
}

form#txpCommentInputForm label {
display: block;
margin-bottom: 2px;
}

form#txpCommentInputForm p.comment-rem input,
form#txpCommentInputForm p.comment-rem label {
display: inline;
border: none;
}

form#txpCommentInputForm p.comment-rem input#remember,
form#txpCommentInputForm p.comment-rem input#forget {
width: 20px;
text-align: left;
}

#comments-form p.comment-caveat {
font-size: 75%;
}

#comments-form p.comment-caveat span {
text-transform: uppercase;
color: #b87226;
}

/* Contact form Styles */

#contact-form form.zemContactForm input, #contact-form form.zemContactForm textarea {
width: 75%;
padding: 10px;
font-size: 16px;
}

#contact-form form.zemContactForm input.zemSubmit {
width: auto;
}

#contact-form form.zemContactForm input.zemSubmit:hover {
cursor: pointer;
background: #fff;
}

#footer {
	width: 873px;
	margin: 0 auto;
	padding-top: 60px;
	background: url(/images/divider4.gif) 50% top no-repeat;
text-align: center;
font-size: 90%;
}

#footer div.module { float: left; width: 30%; margin-right: 3%; text-align: left; }
#footer div.last { margin-right: 0; }
#footer div.group { margin-bottom: 24px; }

#footer ul { list-style: none; margin: 0; text-transform: uppercase;}
#footer li { display: inline; margin-right: 30px; }
#footer li.last { margin-right: 0; }

#footer p { margin: 0; }
#footer a { color: #b87226; text-decoration: none; font-weight: normal; border: none; }
#footer a:hover { color: #014c61; border-bottom: 1px solid #014c61; }

#footer ul.bottom-booklist {
text-transform: none;
list-style: none;
}

#footer ul.bottom-booklist li { display: block; margin-bottom: 10px;}
#footer ul.bottom-booklist li a.imglink { display: block; float: left; margin: 0 10px 0 0;}
#footer ul.bottom-booklist li a.imglink:hover { border: none; }

#bottom {
	height: 111px;
	width: 993px;
	background: url(/images/bottom3.jpg) top center no-repeat;
}

	
/*
Float Clearing
*/

.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
		
/*
======================
Slimbox CSS
======================
*/
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#error #box {
width: 500px;
margin: 0 auto;
padding-top: 50px;
text-align: center;
}

#error a { 
	color: #b87226; 
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #b87226; 
	outline: none;
	font-weight: bold; 
	}
	
#error a:hover { 
	/* color: #2e2104; */
color: #014c61;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #014c61; 
	outline: none;
	font-weight: bold; 
	}
	
#error a:focus {
	border: none;
	outline: 1px dotted #d8d8d8;
} 
#error h2 { line-height: 1.4em; }
