@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #00e000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

h2 {
	color: #00e000;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	background: url('../../images/bullet-rectangle.gif') 0 0 no-repeat;
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0;
	padding: 0 0 0 15px;
	text-transform: uppercase;
}

.description {
	line-height: 1.5;
	margin: 15px 0;
	width: 735px;
}

.meta, .date {
	color: #306230;
	font-size: 10px;
	font-weight: bold;
	margin: 15px 0;
}

.asterisk {
	color: #00e000;
}

.textbox, .commentform input, .commentform textarea {
	background: #000;
	border: 1px solid #333;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px 5px 5px 5px;
	width: 150px;
}

/* ****************************** */
/* HEADER */

/* Title */

h1 {
	height: 578px;
}

/* Navigation */

#navigation-wrapper {
	border-bottom: 1px solid #419641;
	padding-bottom: 10px;
}
#navigation {
	margin-top: -22px;
}
#navigation, #navigation ul {
	float: right;
	list-style: none;
	margin-right: 23px;
}
#navigation a {
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation a:hover {
	color: #00e000;
}
#navigation ul a {
	font-size: 10px;
	padding: 0 15px;
	text-transform: none;
	width: 100px;
}
#navigation li {
	float: left;
	padding: 0;
	position: relative;
	z-index: 1;
}
#navigation li ul {
	background: #000;
	border-bottom: 1px solid #333;
	display: inline;
	height: auto;
	left: -999em;
	margin: 0;
	padding-bottom: 15px;
	position: absolute;
	width: 120px;
	z-index: 0;
}
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
}
#navigation li:hover, #navigation li.sfhover {
	background: #000;
	border-top: 1px solid #333;
}
#navigation li:hover a, #navigation li.sfhover a {
	padding-top: 6px;
}
#navigation li ul li:hover, #navigation li ul li.sfhover {
	background: none;
	border: 0;
}
#navigation li.active a, #navigation li.active a:hover {
	color: #666;
}
#navigation li.active ul li a {
	color: #666666;
}
#navigation li.active ul li a:hover {
	color: #00e000;
}

#navigation li.nofish:hover, #navigation li.nofish > li.sfhover {
	background: none;
}

/* ****************************** */
/* BODY */

/* Breadcrumb Trail */

#breadcrumb {
	background: url('../../images/bullet-rectangle.gif') 0 8px no-repeat;
	clear: both;
	color: #306230;
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px 0 0 15px;
	width: 965px;
}
#breadcrumb span {
	color: #666;
}

/* Post */

.post {
	border-bottom: 1px dotted #1a5f1a;
	padding-bottom: 20px;
	margin: 30px 0 20px 0;
}
.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: underline;
}
.post p, .post div {
	margin: 25px 0;
}
.post .date {
	font-size: 11px;
	margin: 0 0 15px 0;
}
.photo-top {
	background: url('../../images/photo-corner-top.png') left top no-repeat;
}
.photo-bottom {
	background: url('../../images/photo-corner-bottom.png') bottom right no-repeat;
	padding: 25px;
	text-align: center;
}
.photo img {
	border: 15px solid #fff;
	margin: 0 auto;
	vertical-align: middle;
}

.content img {
	border: 0;
}

/* Page */

.page {
	padding: 10px 0;
}

/* Post Navigation */

#post-navigation {
	float: right;
	position: relative;
	top: -10px;
}
#post-navigation li {
	border: 1px solid #306230;
	float: left;
	list-style: none;
	margin-left: 10px;
}
#post-navigation li a {
	background: #00e000;
	border: 1px solid #000;
	color: #000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 10px 6px 10px;
	text-decoration: none;
}

/* Comments */

#comments {
	clear: both;
}
#comments .author {
	color: #666;
	font-weight: bold;
}
.comment {
	border-bottom: 1px dotted #1a5f1a;
	margin: 20px 0;
}

/* Post a Comment */

#post-comment, .post-comment, .commentform {
	background: #232323;
	border-top: 1px solid #3a3a3a;
	display: block;
	margin-top: 20px;
	padding: 10px 20px 30px 20px;
}
.commentform_link img {
	border: 0;
}
#post-comment hr, .post-comment hr, .commentform hr {
	display: none;
}
#post-comment h3, .post-comment h3, .commentform h3 {
	background: none;
	color: #fff;
	margin-bottom: 5px;
	padding-left: 0;
}
.commentform h3 { margin-bottom:20px; }
#post-comment .instruction, .post-comment .instruction, .commentform .instruction {
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
}
#post-comment p, .post-comment p, .commentform p {
	margin-bottom: 5px;
}
#post-comment p label, .post-comment p label, .commentform p label {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	width: 80px;
}
#post-comment .textbox, .post-comment .textbox, .commentform input {
	width: 300px;
}
#post-comment textarea.textbox, .post-comment textarea.textbox, .commentform .commentbox {
	height: 160px;
	width: 540px;
}
#comment-label, .comment-label {
	position: relative;
	top: -155px;
}
#input-post-comment, .post-comment .submit, .commentform .submit {
	margin-left: 88px;
}
#post-comment .submit, .post-comment .submit, .commentform .submit {
	background: url('../../images/button-post-comment.gif') no-repeat;
	border: 0;
	display: block;
	height: 26px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100px;
}
.meta .commentform { font-size:11px; }

/* Add To Any */

.addtoany_share_save_container {
	margin-top: 20px;
}

/* ****************************** */
/* FOOTER */

#footer {
	margin: 40px 0;
}

/* Sitemap */

#sitemap {
	float: left;
}
#sitemap li {
	float: left;
	list-style: none;
}
#sitemap li a {
	color: #666;
	font-weight: bold;
	margin-right: 15px;
}

/* Search */

#search {
	float: right;
}
#search label {
	display: none;
}
#search .textbox {
	position: relative;
	top: -9px;
	width: 150px;
}

/* Copyright */

#copyright {
	clear: both;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
}


/* ****************************** */
/* HACKS */

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}