/* Cuttlefish Algae color scheme */

body {
	background: #353636 url(images/background.gif);
	color: #1d2704;
}
a {
	color: #6f9b2e;
}
a:hover {
	color: #305e08;
	text-decoration: none;
}
a:visited {
	color: #585c41;
}
label {
	color: #1d2704;
}
abbr, acronym {
	cursor: help;
}
abbr {
	border-bottom: 1px dashed #1d2704;
}
acronym {
	border-bottom: 1px dotted #1d2704;
}
address {
	border-left: 2px solid #334626;
}
pre {
	background-color: #fafafa;
	color: #6f9b2e;
}
.content input[type="reset"],
.content input[type="submit"],
#respond input[type="submit"] {
	background-color: #3d6207;
	border: 1px solid #192902;
}
.content input[type="reset"]:hover,
.content input[type="submit"]:hover,
#respond input[type="submit"]:hover {
	background-color: #223c02;
	border: 1px solid #192902;
}
#posts table th {
	background-color: #3d6207;
}
#menu-box .menu {
	background: url(images/menu-middle.png) repeat-y left top;
}
#menu-header {
	background: url(images/menu-header.png) no-repeat left top;
}
#menu-footer {
	background: url(images/menu-footer.png) no-repeat left bottom;
}
#menu-decor {
	background: url(images/menu-decor.png) no-repeat left top;
}
#menu-box .menu a {
	background: #3d6207;
	border: 1px solid #192902;
	color: #fff;
}
#menu-box .menu li:hover > a,
#menu-box .menu ul ul:hover > a {
	background: #223c02;
	border: 1px solid #192902;
}
#menu-box .menu ul li.current_page_item > a,
#menu-box .menu ul li.current-menu-ancestor > a,
#menu-box .menu ul li.current-menu-item > a,
#menu-box .menu ul li.current-menu-parent > a {
	background: #223c02;
	border: 1px solid #192902;
}
* html #menu-box .menu ul li.current_page_item a,
* html #menu-box .menu ul li.current-menu-ancestor a,
* html #menu-box .menu ul li.current-menu-item a,
* html #menu-box .menu ul li.current-menu-parent a,
* html #menu-box .menu ul li a:hover {
	background: #223c02;
	border: 1px solid #192902;
}
#rss {
	background: url(images/rss.png) no-repeat left top;
}
#rss a {
	color: #223c02;
}
#rss a:hover {
	color: #fff;
}
.page > h2 a,
.post > h2 a {
	color: #1d2704;
}
.sticky {
	background: url(images/sticky.gif) repeat-x left top #f1f4eb;
	border-bottom: 2px #c7cfbb solid;
}
.sticky .content,
.sticky .postmeta-btm {
	border-top: 1px solid #c7cfbb;
}
.postmeta-top,
.postmeta-btm {
	color: #4c5545;
}
.comment,
.commentlist .children li {
	border: 1px solid #8f9f77;
}
.pingback p {
	background: url(images/tag.png) no-repeat left 8px;
}
.comment-top {
	background-color: #f0f3eb;
	border-bottom: 1px solid #8f9f77;
}
.archive-label {
	background: url(images/archive-label.gif) no-repeat left top;
}
.archive-label span {
	background-color: #585c41;
}
.page-link a:link,
.page-link a:visited {
	background: #3d6207;
	border: 1px solid #192902;
}
.page-link a:active,
.page-link a:hover {
	background: #223c02;
	border: 1px solid #192902;
}
#wp-calendar td a {
	color: #6f9b2e !important;
	text-decoration: underline;
}
#wp-calendar th {
	background-color: #3d6207;
}
#wp-calendar tfoot td {
	background: none;
}
#searchsubmit {
	background-color: #3d6207;
	border: 1px solid #192902;
}
#searchsubmit:hover {
	background-color: #223c02;
	border: 1px solid #192902;
}
.cnavigation a,
.pnavigation a {
	color: #305e08;
}
#sidebar {
	background: url(images/sidebar-top.gif) no-repeat left top #f0f3eb;
}
#sidebar ul ul li {
	border-bottom: solid 1px #c7cfbb;
}
#sidebar ul li > ul li:hover {
	background-color: #fbfbf9;
}
#sidebar a {
	color: #2b4803 !important;
}
#sidebar li > h2 {
	background: url(images/sidebar-heading-top.gif) no-repeat left top;
	color: #2f0d0a;
}
#sidebar li > h2 span {
	background: url(images/sidebar-heading-bottom.gif) no-repeat left bottom;
}
#sidebar li.foot {
	background: url(images/sidebar-bottom.gif) no-repeat left bottom;
}
#footer {
	background: url(images/footer.png) repeat-x left top;
}
#footer .footer-bottom {
	background: url(images/footer-bottom.png) no-repeat left bottom;
}