/*

Curo Aqua color scheme
All tags that have a color attribute are located here.

Theme URI: http://www.presscoders.com/themes/
Author: Press Coders
Author URI: http://www.presscoders.com/

Press Coders themes are designed and created by Scott Bolinger, and David Gwyer.
Please visit <a href="http://www.presscoders.com/">Press Coders</a> for more great WordPress themes and plugins!

*/

body {
background: #ffffff;
color: #373737;
}

#header-container, .footer-widget-container {
background: #1e5773;
border-bottom: 1px solid #fff;
}

th, a:link, a:visited, .site-title, .page-title, .entry-title, .nivo-caption a, nav ul.sub-menu li a, footer .pc_info_widget .phone, #container .pc_info_widget .phone {
color: #1e5773;
}

#site-title a {
color: #ffffff;
}

#site-description {
color: #cccccc;
}

.widget-title {
color: #fff;
}

footer .widget-title {
border-bottom: 1px solid #ccc;
}

a:hover {
color: #333333;
}

th {
background: #eee;
}

#container {
background: url(../../../images/white-shadow-bg.png) no-repeat center top #fff;
}

.content ul li, .widget ul li {
border-bottom: 1px solid #eee;
}

.footer-widget-area ul li {
border-bottom: 1px solid #ccc;
}

.note, .warning, .alert, .error, .download {
color: #444;
}

.note {
background: #eee;
border: 1px solid #ccc;
}

.warning, .alert {
background: #fffbbc;
border: 1px solid #E6DB55;
}

.error {
background: #ffebe8;
border: 1px solid #C00;
}

.download {
background: #e4ebf8;
border: 1px solid #2e68d4;
}

.line { 
border-top: 1px solid #eee;
}

a.button, #searchsubmit, #submit, .submit, a.post-edit-link, a.more-link {
color: #ffffff;
}

.slider, .post .post-thumb img, img.size-medium, img.size-full, img.size-thumbnail, img.border, .post img {
border: 1px solid #B68F29;
}

.post-meta {
color: #555;
border-top: 1px solid #eee;
}

#comments-meta {
border-top: 1px solid #E1E1E1;
}

#comments {
border-top: 1px solid #E1E1E1;
}

ol.commentlist li {
border: 1px solid #eee;
background: #fafafa;
}

.comment-meta a {
color: #888888;	
}

.avatar {
background: #eee;
}

div.reply a {
color: #888888;
}

blockquote {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #777;
}

#author, #email, #url, #comment {
border: 1px solid #E1E1E1;
color: #555555;
}

#header-container nav, #container .widget-title {
background-color: #10313f;
border-top: 1px solid #fff;
}

#header-container nav li {
border-right: 1px solid #ccc;
}

#header-container nav li:last-child {
border-right: none;
}

ul.menu li a, div.menu li a {
color: #eeeeee;
}

nav ul li a:hover {
color: #ffffff;
}

ul.sub-menu {
background: #fafafa;
border: 1px solid #fff;
}

#header-container nav ul.sub-menu li {
border-right: none;
}

nav ul.sub-menu li a:hover {
background-color: #10313f;
color: #fff;
}

nav ul.sub-menu li a:active {
background: #10313f;
}

.form-allowed-tags {
color: #999;
}

#header-widget-area .widget {
color: #fff;
}

header .pc_info_widget a {
color: #eee;
}

header .pc_info_widget {
color: #eee;
}

#body-container .pc_opt_in {
border: 2px solid #866f31;
}

/** Nivo Slider **/

.nivo-caption {
background: #10313f !important;
color: #fff;
}

.nivo-caption .top a {
color: #fff;
}

.nivo-directionNav a {
background: url(../../../api/images/icons/slider-arrows.png) no-repeat #B68F29;
border-top: 1px solid #fff;
}

.nivo-directionNav a:active {
background-color: #a78220;
}

footer .pc_info_widget .phone, footer .pc_twitter_feed_widget {
color: #fff;
}

.footer-widget-container {
color: #eeeeee;
}

.footer-widget-container a, .footer-widget-container a:visited {
color: #eeeeee;
}

.footer-widget-container a:hover {
color: #fff;
}

/* Orangeish (default) */
.defaultbtn, .btn, #searchsubmit, #submit, .submit, .post-edit-link, .more-link {
   border-top: 1px solid #faf4ca;
   background: #B68F29;
   background: url(../../../images/trans-grad.png) repeat-x top #B68F29;
   -webkit-box-shadow: rgba(80,80,80,.8) 0 1px 0;
   -moz-box-shadow: rgba(80,80,80,.8) 0 1px 0;
   box-shadow: rgba(80,80,80,.8) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
}
.defaultbtn:hover, .btn:hover, #searchsubmit:hover, #submit:hover, .submit:hover, .post-edit-link:hover, .more-link:hover {
   border-top-color: #faf4ca;
   background: #a78220;
   color: #fff;
}
.defaultbtn:active, .btn:active, .defaultbtn:active, #searchsubmit:active, #submit:active, .submit:active, .post-edit-link:active, .more-link:active {
    border-top-color: #faf4ca;
    background: #B68F29;
	position: relative;
	top: 1px;
}