* { font-size: 100%; margin: 0; padding: 0; }

/* Treasure Map */
#treasure {
	display: block;
	position:relative;
	clear: both;
	float: left;
	margin:.5em;
	padding:1em;
}

.thumbnail {
	float:left;
	position:relative;
	margin-right:1em;
	margin-bottom:1em;
	border-right: 1em;
}

/* Links */
a:link, a:active, a:visited {
	color: #004185;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

/* Main page template elements and containers */
body {
	background-color: #6e747c;
	color: #000;
	position: relative;
	font: 68.75% Georgia, Times, Serif;
	text-align: center;
}

code, pre {
	font: 1.2em "Courier New", Courier, monospace;
	color: #bb5800;
}

code, pre { margin: 1em 0em 0em 0em; }

h1 {
	font-size: 2.75em;
	margin-bottom: 0em;
	font-weight: lighter;
}

/* Heading Formatting */

.pageH1 {
	font-size: 2.75em;
	margin-bottom: 0em;
	font-weight: lighter;
	font-family: Georgia, Times, Serif;
	color: #004185;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	letter-spacing: 3px;
}

h1, h2 {
	font-family: Georgia, Times, Serif;
	color: #004185;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	letter-spacing: 3px;
}

h2 { font-size: 1.75em;letter-spacing: 2px; }

h3 { 	font-size: 1.5em; }

.widgettitle { 
	font-size: 1.5em; 
	color:#000;
	font-family: Georgia, Times, Serif;
	font-style: italic;
	text-align: center;
	letter-spacing: 3px;
}

h4 {
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #6e747c;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

h5 { font-size: 1.3em; }

h6 {
	position: relative;
	float: right;
	padding: 0.5em;
	text-align: center;
	text-transform: uppercase;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #cdcdcd;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

p { margin: 1em 0 0 0; }

p.title { text-transform: none; }

pre { color: #4f7c00; }

span.newer { float: right; position: relative; z-index: 1; }

/* Older/Newer Browsing Links*/
span.older { float: left; position: relative; z-index: 1; }

span.older, span.newer { font-size: 1.2em; font-style: italic; padding:1em;}

.oldernewer {
	display:block;
	height:30px;
	border-bottom: 1px dashed #cdcdcd;
	padding: 10px 0px 10px 0px;
	margin:0 1em 0 1em;
}

.alignleft { float: left; }

.alignright { margin: 0 0 0.5em 1em; }

.aligncenter { text-align:center; }

.alignright { float: right; }

.bannerads { margin: 2em 1em 2em 1em; text-align: center; }

.catchphrase {
	position: absolute;
	bottom: 0px;
	left: 445px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 1.15em;
	font-style: italic;
	font-weight: bold;
	color: #383838;
	letter-spacing: 0.1em;
}

.commentblock {
	font-family: Georgia, Serif;
	font-size: 1.30em;
	display: block;
	float: left;
	position: relative;
	background-color: #e5f1f9;
	width: 40em;
	height: 3em;
	padding: 2em 1em 1em 1em;
	margin: 1em 1em 1em 1em;
	text-align: center;
	vertical-align: middle;
	border-top: 2px dashed #6e747c;
	border-bottom: 2px solid #cdcdcd;
}

/* Comments */
.commentbox {
	display: block;
	float: left;
	position: relative;
	margin-top: 3em;
	margin-bottom: 4em;
}

#mainCol img.comment-icon { 

vertical-align: middle; 
margin: 0px 1px 0px 1px; 
padding:0;
}


.commentlist { margin: 5em; list-style: none; color: #000; }

.commentText {
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 1.3em;
	position: relative;
	float: left;
	display: block;
	width: 38em;
	padding: 2em;
	background-color: white;
	border: 1px solid #cdcdcd;
	margin: 1em 0 1em 0;
}

/* Table Formatting for Post Headers */
.header-table {
	margin: 1em 0 0 0;
	table-layout: fixed;
	height: 60px;
	width: 100%;
}

/* On Animation Logo */
.logo-image {
	position: absolute;
	bottom: -3px;
	left: 10px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.moderation .commentText { border-style: dashed; }

.pad {
	font-family: Verdana,Times, Sans-Serif;
	font-size: 11px;
	text-align: left;
	background-color: #e5f1f9;
	margin: 1.5em 1.5em 5.5em 1.5em;
	padding: 2em 1em 2.5em 1em;
	border-top: 1px dashed #6e747c;
	border-bottom: 1px solid #cdcdcd;
}



/* Post Container */
.post {
	position: relative;
	float: left;
	padding: 0 20px 20px 20px;
	width: 635px;
}

.post-content {
	width: 635px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	font-family: Georgia, Serif;
	font-size: 1.4em;
}

.post-date {
	font-family: Georgia, Serif;
	color: #000;
	font-size: 40px;
	font-style: italic;
	margin: 0;
	padding: 0;
	border: 0;
}

.post-date p{
	font-size: 16px;
	font-weight: bold;
	color: #118c7c;
	margin: 0;
	padding: 0;
	border: 0;
}

.post-date-para span {
	;position: relative;
	right: 25px;
	bottom: 3px;
	font-size: 70px;
	color: #c64315;
	font-family: Times New Roman;
	font-weight: lighter;
	margin: 0;
	padding: 0 5px 0 5px;
	border: 0;
}

.post-hr {
	width 50%; border-top: 1px dashed #6e747c;
	margin-top: 1.5em;
	margin-bottom: 3.5em;
}



/* Post Info - Stuff @ Bottom of Each Post */
.post-info {
	color: #7d7d7d;
	letter-spacing: 1px;
	border-top: 1px dashed #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	margin-top: 3em;
	padding: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.post-info a:link, .post-info a:visited, .post-info a:active {
	color: #6e747c;
	font-weight: bold;
	text-decoration: none;
}

.post-info a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.post-title {
	z-index: 2;
	font-size: 30px;
	color: #004185;
	font-family: Georgia, Lucida Sans, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	padding: .1em .1em .1em .1em;
	line-height: 120%;
}

.rssicon {
	position: absolute;
	float: right;
	bottom: 1px;
	right: 10px;
	z-index: 100;
}

.rssinfo {
	float: right;
	position: absolute;
	bottom: 0px;
	right: 30px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 1.1em;
	font-style: italic;
}

#header .rssinfo a:hover { color: #000; text-decoration: underline; }

#header .rssinfo a:active, .rssinfo a:visited, .rssinfo a:link { color: #6e747c; text-decoration: none; }

.textwidget, .widget_archive, .execphpwidget {
	font-family: Verdana,Times, Sans-Serif;
	font-size: 11px;
	text-align: left;
	background-color: #e5f1f9;
	margin: 1.5em 1.5em 5.5em 1.5em;
	padding: 2em 1em 2.5em 1em;
	border-top: 1px dashed #6e747c;
	border-bottom: 1px solid #cdcdcd;
}

/* Post Header Formatting */
.title {
	float: left;
	width: 655px;
	padding: 1.5em 0em 0em 0em;
	font-size: 1.4em;
	font-family: Georgia, Times, Serif;
	font-style: mormal;
	letter-spacing: -2px;
}



.widget widget_search { margin: 1em; padding: 1em; }

.wp-caption { background: #eee; }

.wp-caption-text { padding: 0 1em; font-style: italic; font-size: 1.1em; }

.wppp_list {
	font-family: Verdana,Times, Sans-Serif;
	font-size: 11px;
	text-align: left;
	background-color: #e5f1f9;
	margin: 1.5em 1.5em 5.5em 1.5em;
	padding: 2em 1em 2.5em 1em;
	border-top: 1px dashed #6e747c;
	border-bottom: 1px solid #cdcdcd;
}

#center {
	width: 913px;
	top: 0px;
	bottom: 0px;
	margin: 0px auto;
	text-align: left;
}

#commentform .button {
	float: right;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding: 3px;
	color: #000;
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 1.3em;
}

#commentform .button:hover { background: #6e747c; color: #fff; }

#commentform .field {
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 1.3em;
	position: relative;
	float: left;
	width: 100%;
}

#commentform, #commentform p {
	font-family: Georgia, Serif;
	font-weight: normal;
	float: left;
	display: block;
	clear: both;
	width: 38em;
	margin: 0.5em 0 0.5em 5em;
}

#container {
	background-color: #fff;
	position: relative;
	float: left;
	width: 913px;
	border-left: 4px solid #cdcdcd;
	border-right: 4px solid #cdcdcd;
	top: 0px;
	bottom: 0px;
	margin: 0;
	padding: 0;
}

/* Navigation menu at the top of the page 
#nav {
	font-family: Verdana, Arial, Sans-Serif;
	color:#000;
	font-size:11px;
	position: absolute;
	bottom: 0; 
	list-style: none; 
	margin-right: 1em;
}

#nav a:link, #nav a:active, #nav a:visited {
	color:white;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

#nav a:hover {
	color:white;
	text-decoration: normal;
	font-weight: bold;
	background:transparent;
	}

#nav li {float: left; position: relative;}

#nav ul {
margin: 0; 
border-top: 0px solid #004185;
background-color:#004185;
list-style: none;
}

#nav li a:link {
display: block;
background: #004185; 
padding: 0.6em 1em;
margin-right:0.2em;
min-height: 1.4em;
text-decoration:none;
}

#nav li a:hover {
background-color: #118c7c;
text-decoration:underline;
}

#nav li ul, #nav li:hover ul ul {display: none; z-index: 100;}
#nav li:hover ul, #nav ul li:hover ul {display: block; position: absolute; top: 2.5em; z-index: 100;}
#nav ul li:hover ul {top: 0 !important; left: 12em;}

#nav ul li {
margin: 0; 
border-top: 0px solid #004185;
background-color:#004185;
list-style: none;
}

#nav ul ul {
margin: 0; 
border-top: none;
}

#nav ul li a:link { 
width: 10em; 
background: none; 
font-weight: normal; 
padding: 0.3em 1em; 
margin: 0; 
border-bottom: 1px solid #004185; 
min-height: none;
}

#nav ul li a:hover {
background-color: #118c7c;
text-decoration:none;
}
*/
/* Other Region Formatting */
#content {
	position: relative;
	float: left;
	width: 913px;
	border: 0;
	border-bottom: 1px solid #cdcdcd;
	margin: 1em 0 1em 0;
	padding: 1em 0 0 0;
}

/* Wordpress Specific Formatting - Widgets, etc */
#content img.wp-smiley {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#footer {
	position: relative;
	float: left;
	width: 913px;
	background-color: #fff;
	padding-bottom: 2em;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
}

/* Header Stuff */
#header {
	position: relative;
	width: 913px;
	height: 150px;
	z-index: 100;
	background-color: #fff;
}

#header img {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

img {
	border-width: 0;
}

/* Main Column Formatting */
#mainCol {
	position: relative;
	float: right;
	width: 674px;
	background-color: #fff;
	padding: 10px 0px 0px 0px;
	border-left: 1px solid #cdcdcd;
}

#mainCol dl { margin: 0 0 1em 0; }

#mainCol img { padding: 1em 0 1em 0; margin: 0px auto; border-width:0;}

#mainCol select, #mainCol .field, #mainCol textarea { border: 1px solid #cdcdcd; margin-top: 1em; }

#mainCol select:hover, #mainCol .field:hover, #mainCol textarea:hover { border: 1px solid #6e747c; }

#mainCol select:active, #mainCol .field:active, #mainCol textarea:active { border: 1px solid #6e747c; }

#mainCol ul ul, #mainCol ul ol, #mainCol ol ol, #content ol ul { margin-bottom: 0; padding: 10px; }

#mainCol ul, #mainCol ol { margin: 1em 1em 1em 2em; }

#navalign { position: absolute; right: 50%; left: 50%; bottom: 0; }

/* Photo Banner */
#photo { float: left; width: 913px; height: 284px; }

#photo { position: relative; z-index: 1; }

#photo {
	border-top: 3px solid #6e747c;
	border-bottom: 3px solid #6e747c;
}

/* Side Column Formatting */
#subCol {
	position: relative;
	float: left;
	width: 238px;
	background-color: #fff;
	padding: 10px 0px 0px 0px;
	margin: 0;
}

#subCol img{
	border-width:0px;
}

#subCol a:link, #subCol a:visited, #subCol a:active, {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #004185;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}

#subCol a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #fff;
}

#subCol li { display: block; clear: both; }

#subCol li ul { /* sidebar padding */ padding: 1em 0em 0em 4em; }

#subCol ol { list-style: none; padding: 1.5em 0 1em 2em; }

#subCol ul { list-style: none; }

#subCol ul ul ul { padding: 0; }

#subCol ul ul ul li { padding: 0em 0em 0em 1em; }

/* Search Box*/
#thesearch {
	background: white;
	border: 2px solid #6e747c;
	width: 12em;
	height: 1.2em;
	padding: 2px;
	font-family: Georgia, Times, Serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #6e747c;
	text-transform: lowercase;
	line-height: normal;