body {
	background-color:#4f402a;
	border-top:5px solid #97c000;
	color:#D4E7F7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0 0 15px;
}

* {
	margin:0;
	padding:0;
}

a {
	color:#fff;
	text-decoration:none;
}

p {
	color:#D4E7F7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

a:hover {
	color:#74c0fa;
}

a img {
	border:0;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
}

input,select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

input[type=submit] {
	background:#97c000;
	display:block;
	cursor:pointer;
	margin-bottom:5px;
	padding:3px 5px;
}

textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#ffffff;
	width:400px;
	border:none;
	border-bottom:#97c000 1px solid;
	padding:3px 5px;
}

abbr {
	border:none;
}

blockquote {
	border-left:#74c0fa 1px solid;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
}

.fixed-width #wrap {
	width:1280px;
	margin:0 auto;
}

.fixed-width #header {
	width:1270px;
}

.fixed-width #content {
	width:1000px;
}

.fixed-width.attachment #content {
	width:1240px;
}

.fixed-width #sidebar {
	width:256px;
	padding:0 15px 20px 5px;
}

.fixed-width #footer {
	width:1280px;
	margin:0 auto;
	padding:15px;
}

.flexible-width #wrap {
	min-width:900px;
	max-width:1280px;
	margin:0 20px;
}

.flexible-width #content {
	width:78.125%;
}

.flexible-width.attachment #content {
	width:100%;
}

.flexible-width #sidebar {
	width:20%;
	min-width:180px;
	max-width:256px;
	padding:0 1.25% 20px 5px;
}

.flexible-width #footer {
	min-width:900px;
	max-width:1280px;
	margin:0 20px;
	padding:10px 15px;
}

#header {
	text-align:left;
	margin:10px 0;
	padding:0 5px;
}

#header h1 {
	color:#74c0fa;
	font-size:22px;
	letter-spacing:-1px;
	padding:10px 0;
}

#header h1 a {
	color:#fff;
	padding:3px 0 5px;
}

#nav {
	background:#97c000;
	position:relative;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:13px;
	text-align:left;
	margin:0 0 10px;
	padding:5px;
}

#feed {
	float:right;
	padding:3px 10px;
}

#feed a {
	background:url('images/feed.gif') right no-repeat;
	padding:0 24px 0 0;
}

#nav ul {
	position:relative;
	list-style:none;
}

#nav li {
	position:relative;
	float:left;
	border-right:#4f402a 1px solid;
}

#nav li:last-child {
	border:none;
}

#nav ul li:first-child > a {
	-webkit-border-top-left-radius:9px;
	-webkit-border-bottom-left-radius:9px;
}

#nav ul li a {
	display:block;
	line-height:24px;
	padding:0 10px;
}

#nav ul ul {
	display:none;
	position:absolute;
	top:24px;
	left:0;
	float:left;
	z-index:99999;
}

#nav ul li:hover > ul {
	display:block;
}

#nav ul ul li {
	min-width:85px;
}

#nav ul ul ul {
	left:100%;
	top:0;
}

#nav ul ul a {
	background:#97c000;
	height:auto;
	line-height:1em;
	width:85px;
	padding:10px;
}

#nav ul li a:hover,#nav ul li:hover > a,#nav ul li.current_page_item > a,#nav ul li.current_page_parent > a,#nav ul li.current_page_ancestor > a,#nav ul li.current-cat > a,#nav ul li.current-menu-ancestor > a,#nav ul li.current-menu-item > a,#nav ul li.current-menu-parent a {
	background:#698600;
	color:white;
}

#content {
	float:right;
	text-align:left;
}

h2.entry-title {
	color:#74c0fa;
	font-size:18px;
	padding:10px 0;
}

h2.archive-title,h2.page-title {
	color:#74c0fa;
	font-size:18px;
	padding:10px 0 5px;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.navigation {
	color:#fff;
	font-size:11px;
	margin:0 0 20px;
}

.navigation a {
	background:#97c000;
	display:block;
	color:#fff;
	padding:4px;
}

.navigation.image a {
	padding:2px;
}

.entry-content {
	width:100%;
	overflow:hidden;
}

.entry-content.sticky {
	border-bottom:2px solid;
}

.entry-content h1 {
	font-size:21px;
}

#content .entry-content h2 {
	font-size:18px;
	padding:0;
}

.entry-content h3 {
	font-size:16px;
}

.entry-content h4 {
	font-size:14px;
}

.entry-content h5 {
	font-size:13px;
}

#content .entry-content h6 {
	font-size:12px;
}

#content .entry-content ul li {
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:14px;
	color:#d4e7f7;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
	margin:0 0 15px;
}

.entry-content a:hover {
	color:#74c0fa;
}

.entry-content p {
	line-height:18px;
	margin:0 0 15px;
}

.entry-content ol,.comment-body ol {
	line-height:18px;
	margin:0 0 15px 30px;
}

.entry-content ul,.comment-body ul {
	line-height:18px;
	margin:0 0 15px 30px;
}

.entry-content ul ul,.entry-content ol ol {
	margin-bottom:0;
}

.entry-content li,.comment-body li {
	margin:0 0 5px;
}

.meta {
	background:url('images/limit.gif') bottom center no-repeat;
	font-size:11px;
	line-height:16px;
	color:#fff;
	border-top:#74c0fa 1px solid;
	margin:0 0 15px;
	padding:5px 10px 30px;
}

.meta strong {
	color:#74c0fa;
	font-weight:normal;
}

.warning p {
	font-size:13px;
	border-left:#74c0fa 1px solid;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
}

#content a.comments-link {
	color:#74c0fa;
}

#sidebar {
	float:left;
	font-size:11px;
	text-align:left;
}

#sidebar h3 {
	font-size:12px;
	font-weight:bold;
	color:#74c0fa;
	border-bottom:1px dotted #F2DADF;
	margin:20px 0 5px;
}

#sidebar ul {
	list-style:none;
}

#sidebar ul ul {
	margin:5px 0 0 10px;
}

#sidebar ul ul ul {
	margin:5px 0 0 10px;
}

#sidebar ul li {
	padding:0 0 5px;
}

#author h3 {
	margin:5px 0;
}

#sidebar li.widget {
	overflow:hidden;
	word-wrap:break-word;
}

input {
	background:#97c000;
	border:none;
	border-bottom:#004b8d 1px solid;
	color:#fff;
	padding:3px 5px;
}

input[type=submit]:hover {
	background:#97c000;
}

input:hover {
	background:#698600;
}

#searchform {
	margin:15px 0 0;
}

#searchform #s,#sidebar form p {
	margin-bottom:5px;
}

#searchform input#searchsubmit,.form-submit input,.form-submit input[type=submit] {
	background:#97c000;
	display:block;
	margin-bottom:5px;
	border:#004b8d 1px solid;
	color:#fff;
	cursor:pointer;
	padding:3px 5px;
}

.form-submit input:hover {
	background:#698600;
	cursor:text;
	color:#000000;
}

.postinput small {
	font-size:11px;
	margin:0 0 0 5px;
}

p.logged {
	font-size:12px;
}

h3#reply-title,h3.reply {
	font-size:15px;
	margin:0 0 10px;
}

.nocomments {
	margin:0 0 30px;
}

ol.commentlist {
	margin:10px 0 30px;
}

.commentlist li.comment,.commentlist li.pingback {
	clear:both;
	width:100%;
	overflow:hidden;
	list-style:none;
	padding:0 0 10px;
}

.commentlist li.bypostauthor .comment-body {
	border-top:3px solid #74c0fa;
}

.commentlist .children {
	margin-top:10px;
	margin-left:7.5%;
}

.commentmod {
	background:#97c000;
	margin:10px 0 0;
	padding:5px 10px;
}

.comment-author {
	background:url('images/arrow.gif') 12px 0 no-repeat;
	min-width:250px;
	color:#fff;
	margin:0 0 0 30px;
	padding:12px 0 0;
}

.comment-author img {
	float:left;
	margin:0 12px 0 0;
}

.comment-author cite {
	display:block;
	font-style:normal;
	font-weight:bold;
	margin:0 0 6px;
}

.comment-body {
	background:#4f402a;
	min-width:480px;
	border-top:#97c000 3px solid;
	padding:10px;
}

.children .comment-body {
	min-width:80%;
}

.comment-body p {
	line-height:18px;
	margin:7px 0;
}

.comment-meta {
	font-size:11px;
	color:#74c0fa;
}

#commentform p {
	color:#74c0fa;
	font-size:11px;
	margin:0 0 15px;
}

.comment-form-comment label,.form-allowed-tags {
	display:none;
}

#commentform input[type=text] {
	margin-left:10px;
}

.required {
	color:#fff;
}

#footer {
	background:#97c000;
	position:relative;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#fff;
	font-size:11px;
	text-align:left;
}

#top {
	float:right;
}

#top a {
	background:url('images/top.gif') right no-repeat;
	padding:0 16px 1px 0;
}

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .group {
	height:1%;
}

:first-child+html .group {
	min-height:1px;
}

.screen-reader-text {
	display:none;
}

.entry-content img,.entry-content object {
	max-width:100%;
}

.wp-caption {
	background-color:#97c000;
	max-width:100%;
	border:1px solid #74c0fa;
	text-align:center;
	margin:10px 0;
	padding:4px 0 0;
}

.wp-caption img {
	max-width:98%;
	border:0;
	margin:0 auto;
	padding:0;
}

.flexible-width .entry-content img {
	height:auto!important;
}

.wp-caption .wp-caption-text,.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:5px;
}

.gallery {
	padding-bottom:20px;
}

.gallery img {
	background:#97c000;
	border:0!important;
	padding:2px;
}

img.alignleft {
	margin:0 10px 10px 0;
}

img.alignright {
	margin:0 0 10px 10px;
}

.wp-caption.alignleft,.wp-caption.alignright {
	margin:0;
}

.wp-caption.aligncenter {
	margin:0 auto;
}

#wp-calendar {
	padding:10px 0 0;
}

#wp-calendar caption {
	text-align:left;
	padding:0 0 3px;
}

#wp-calendar tr th,#wp-calendar tr td {
	text-align:right;
	padding:0 4px 0 0;
}

#wp-calendar td a {
	font-weight:bold;
}

#wp-calendar td a:hover {
	font-weight:bold;
}

.widget img.avatar {
	vertical-align:middle;
}

#wpstats {
	position:absolute;
	right:10px;
}

.slideshow-window {
	width:auto!important;
	max-width:100%;
}

* html .fixed-width .slideshow-window,* html .fixed-width .slideshow-slide img {
	width:100%;
}

.widget_flickr table {
	background-color:transparent!important;
	border:0!important;
	border-collapse:collapse;
}

.widget_flickr img {
	max-width:100%;
}

.fixed-width .widget_flickr img {
	max-width:180px;
	max-height:180px;
}