@charset "utf-8";
/*	
	feba36 - gold
	87a838 - green
	28364f - blue
	394f69 - slightly light blue
	81a1b6 - light blue
*/

body {
	margin: 200px 0 0 0;
	padding: 0;
	background-color: #28364f;
	color: #d6e0e6;
    font-family: Lucida Grande, Helvetica, Arial;
	font-size: 11px;
}
#float {
	display: block;
	position: fixed;
	height: 200px;
	width: 100%;
	top: 0;
	background-color: #28364f;
	z-index: 20;
	padding-bottom: 10px;
}
#header {
	width: 800px;
	height: 50px;
	margin: 150px auto 0 auto;
	padding: 0 0 0 0;
	color: #87a838;
	border-bottom: 1px dotted #81a1b6;
}
#header h1 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -5px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	display: inline;
}
.title {
	display: block;
	float: left;
	width: 440px;
	padding: 0;
}
#header a {
	color: #87a838;
	text-decoration: none;
}
#header a:hover {
	border-bottom: 2px solid #81a1b6;
	padding-bottom: 8px;
}
.header2 {
	color: #feba36;
}
#nav {
	float: right;
	width: 350px;
	margin: 10px auto 0 auto;
	padding: 18px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
    font-family: 'Cambria', Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#nav ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav li {
	display: inline;
}
#nav a {
	text-decoration: none;
	color: #fff;
	padding: 10px 20px 10px 20px;
}
#nav a:hover {
	color: #feba36;
	border-bottom: 2px solid #feba36;
	/*	color: #28364f;
	background-color: #feba36;81a1b6
*/
}
#nav2 {
	width: 265px;
	margin: 0 auto 0 0;
	padding: 0 0 0 0;
	font-size: 50px;
	letter-spacing: normal;
	height: 100px;
}
.archive {
	height: 50px;
}
#nav2 a {
	text-decoration: none;
	color: #feba36;
	padding: 0;
	display: block;
}
#nav2 a:hover {
	color: #81a1b6;
}
.prev {
	float: left;
}
.next {
	float: right;
}
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}
.entry {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	float: left;
}
.single, .page {
	margin-top: 50px;
}
#subhead {
	margin: 0 0 30px auto;
	width: 510px;
	float: right;
	color: #81a1b6;
	font-size: 11px;
}
#subhead h2 {
	margin: 0;
	padding: 0;
	display: inline;
	color: white;
	font-size: 11px;
}
.meta {
	float: left;
	width: 260px;
	text-align: right;
	padding: 0 0 0 0;
	margin: 35px 0 0 0;
}
.meta, .timestamp, .date {
	font-family: Helvetica, Arial;
	color: #81a1b6;
	font-size: 11px;
}
.meta a {
	color: #feba36;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.meta a:hover {
	color: #87a838;
}
.meta-edit {
	display: block;
	text-transform: lowercase;
	margin: 10px 0 0 0;
}
.timestamp {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
}
.date {
	text-transform: uppercase;
}
.date b {
	font-weight: bold;
}
.entrytitle {
	color: #87a838;
	font-weight: bold;
	font-family: Helvetica;Arial;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0 0 4px 0;
	/*	border-top: dotted 1px #81a1b6;
	padding-top: 10px;*/
}
.entrytitle a {
	text-decoration: none;
	color: #87a838;
}
.entrytitle a:hover {
	color: #feba36;
}
.post_date {
	font-style: italic;
    font-family: 'Cambria', Georgia, Times, serif;
}
.entrybody {
	float: right;
	width: 515px;
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
}
.entrybody p {
	line-height: 18px;
	margin-bottom: 20px;
    font-family: 'Cambria', Georgia, Times, serif;
	font-size: 12px;
}
.entrybody blockquote {
    font-family: 'Cambria', Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
	padding: 10px 15px 1px 15px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #30445b;
	/* border-left: solid 3px #81a1b6; */
}
.entrybody ul {
	padding-top: 0;
	padding-bottom: 0;
}
.entrybody li {
	padding-bottom: 5px;
}
object, embed, param, .content {
	z-index: -1 !important;
}
.content a {
	color: #feba36;
	text-decoration: none;
}
.content a:hover {
	color: #81a1b6;
}
.content a img {
	padding: 5px;
	border: 1px solid grey;
	background-color: white;
}
.trans {
	padding: 5px;
	border: 0px;
}
p {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 17px;
}
.tns {
	font-weight: bold;
}
#footer {
	width: 800px;
	margin: 0 auto 0 auto;
	float: left;
	padding: 10px 0 0 0;
}
#footer a {
	text-decoration: none;
	color: #feba36;
}
#footer a:hover {
	color: #81a1b6;
}
.credit {
	font-family: Lucida Grande, Helvetica; Arial;
	width: 510px;
	color: grey;
	margin: 0 0 0 auto;
	font-size: 10px;
}
.comment-template {
	margin: 80px 0 0 0;
}
.dsq-comment-message {
	font-size: 11px;
}
.dsq-comment-header {
	font-size: 11px;
	font-weight: bold;
}
.comment-template h2, .comment-template h3 {
	color: #87a838;
	font-weight: bold;
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: -1px;
}
.comment-template h3 {
	margin: 80px 0 20px 0;
}
.comment-template a {
	color: #feba36;
	text-decoration: none;
}
.comment-template a:hover {
	color: #81a1b6;
}
#smart-archives-list {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
    font-family: 'Cambria', Georgia, Times, serif;
	font-size: 12px;
	font-style: italic;
}
#smart-archives-list a {
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
}
#smart-archives-list ul {
	list-style-type: none;
	margin: 0 0 30px 10px;
	padding: 0;
}
#smart-archives-list h2 {
	font-size: 13px;
	text-transform: uppercase;
	font-family: Helvetica, Arial;
	margin: 0 0 5px 0;
	padding: 0;
}
#smart-archives-list h2 a {
	color: #81a1b6;
}
#smart-archives-list h2 a:hover {
	color: #feba36;
}
.linkcat {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.linkcat li {
	margin: 0 0 15px 0;
    font-family: 'Cambria', Georgia, Times, serif;
	font-size: 12px;
}
.linkcat a {
	font-weight: bold;
	font-family: Helvetica, Arial;
}
.contact_form {
	width: 100%;
}
.contact_form {
	padding: 0;
}
.label {
    font-family: 'Cambria', Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #81a1b6;
}
.msg {
	vertical-align: top;
}
.field input {
    font-family: 'Cambria', Georgia, Times, serif;
	font-size: 12px;
	width: 230px;
	background-color: #394f69;
	border: 0;
	color: #fff;
	padding: 10px;
}
.lrg_field textarea {
    font-family: 'Cambria', Georgia, Times, serif;
	font-size: 13px;
	width: 486px;
	background-color: #394f69;
	border: 0;
	color: #fff;
	padding: 10px;
}
.button {
}
.button input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	border: 0;
	color: #28364f;
	background-color: #feba36;
	margin: 0;
}
.dropshadow {
    /* Empty declaration: this is here so that you can tag shadowed things */
}

.shadowed {
    /* This styles our actual text */
    color: white;
    position: absolute;
    background: transparent !important;
    z-index: 100;
    margin: 0;
}