/* Cuttlefish Spring color scheme */

body {
	background: #5260a1 url(images/background.gif);
	color: #333333;
}
a {
	color: #768815;
}
a:hover {
	color: #56680b;
	text-decoration: none;
}
a:visited {
	color: #91a044;
}
label {
	color: #333333;
}
abbr, acronym {
	cursor: help;
}
abbr {
	border-bottom: 1px dashed #333333;
}
acronym {
	border-bottom: 1px dotted #333333;
}
address {
	border-left: 2px solid #768815;
}
pre {
	background-color: #f2f2f2;
	color: #3b345c;
}
.content input[type="reset"],
.content input[type="submit"],
#respond input[type="submit"] {
	background-color: #768815;
	border: 1px solid #57630f;
}
.content input[type="reset"]:hover,
.content input[type="submit"]:hover,
#respond input[type="submit"]:hover {
	background-color: #5161b8;
	border: 1px solid #384380;
}
#posts table th {
	background-color: #384380;
}
#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: #768815;
	border: 1px solid #57630f;
	color: #fff;
}
#menu-box .menu li:hover > a,
#menu-box .menu ul ul:hover > a {
	background: #5161b8;
	border: 1px solid #384380;
}
#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: #5161b8;
	border: 1px solid #384380;
}
* 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: #5161b8;
	border: 1px solid #384380;
}
#rss {
	background: url(images/rss.png) no-repeat left top;
}
#rss a {
	color: #3b345c;
}
#rss a:hover {
	color: #57630f;
}
.page > h2 a,
.post > h2 a {
	color: #3b345c;
}
.sticky {
	background: url(images/sticky.gif) repeat-x left top #f2f2f2;
	border-bottom: 2px #d1d1d1 solid;
}
.sticky .content,
.sticky .postmeta-btm {
	border-top: 1px solid #d4d4d4;
}
.postmeta-top,
.postmeta-btm {
	color: #4b4375;
}
.comment,
.commentlist .children li {
	border: 1px solid #d4d4d4;
}
.pingback p {
	background: url(images/tag.png) no-repeat left 8px;
}
.comment-top {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d4d4d4;
}
.archive-label {
	background: url(images/archive-label.gif) no-repeat left top;
}
.archive-label span {
	background-color: #2d3e6c;
}
.page-link a:link,
.page-link a:visited {
	background: #768815;
	border: 1px solid #57630f;
}
.page-link a:active,
.page-link a:hover {
	background: #5161b8;
	border: 1px solid #384380;
}
#wp-calendar td a {
	color: #768815 !important;
	text-decoration: underline;
}
#wp-calendar th {
	background-color: #384380;
}
#wp-calendar tfoot td {
	background: none;
}
#searchsubmit {
	background-color: #768815;
	border: 1px solid #57630f;
}
#searchsubmit:hover {
	background-color: #5161b8;
	border: 1px solid #384380;
}
.cnavigation a,
.pnavigation a {
	color: #384380;
}
#sidebar {
	background: url(images/sidebar-top.gif) no-repeat left top #f2f2f2;
}
#sidebar ul ul li {
	border-bottom: solid 1px #d4d4d4;
}
#sidebar ul li > ul li:hover {
	background-color: #e6e6e6;
}
#sidebar a {
	color: #494274 !important;
}
#sidebar li > h2 {
	background: url(images/sidebar-heading-top.gif) no-repeat left top;
	color: #3b345c;
}
#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 a {
	color: #fff;
}
#footer .footer-bottom {
	background: url(images/footer-bottom.png) no-repeat left bottom;
}
#copyright {
	color: #fff;
}