/* B2 - Colors Styles*/

/* colors
18191d - black
009bab - blue

898989 - lite grey

*/

/* global settings
---------------------------------------------------------- */
body { 
	background: #fff; 
}

input, select, textarea { border-color: #d5d5d5; }
hr { background-color: #fff; border-color: #46474a; color: #fff; }
hr.dotted { background-color: #fff; border-color: #b2b2b2; color: #fff; }

img { border-color: #e1e1e1; background: #fff; }
	#slider p.author_thumb img { border-color: #8f8b7f; }
.wp-caption { background-color: #fff; border-color: #ddd; color: #7d7d7d; }

cite, p.more, .field { color: #46474a; }

.orange { color: #f76801; }
.blue { background-color: #e5f5f6 !important; }

.emphasis { color: #a5912d; }
.value {  }

/***** Typography specific colors *****/
h2,
#content h3,
h4,
tbody td,
#content blockquote p,
blockquote strong,
span.wp_poll_label { 
	color: #18191d;
}
legend,
#content blockquote ol,
#content blockquote ul {
	color: #070708;
}
#sidebar h3,
#slider h3 {
	color: #b74e01;
}
#extra h5 {
	color: #3a3b3d;
}
h5.pagetitle {
	background: #6DB2DC;
}
h5, #footer_contact p span {
	color: #2f3033;
}
#footer p {
	color: #fff;
}
.greet_text,
#content ul blockquote p {
	color: #46474a;
}
tbody th,
p.wp_poll_dates {
	color: #69696c;
}
thead th,
tfoot th {
	color: #b74e01;
}
thead th:first-child,
tfoot th:first-child {
	color: #898989;
}

/***** Tables *****/
table { border-color: #ddd; }
thead { background-color: #fef9e1; }
tfoot { background-color: #fef2bc; }
tr.alt { background-color: #f6f6f6; }
th, td { border-color: #ddd; }

/***** Buttons *****/
/* small buttons */
a.btn, input.btn {
	color: #fff;
}
/* big buttons */
p.button.big a.btn { color: #fff;  }

/***** Link colors *****/
a:link, a:visited 	{ color: #009bab; }
h2 a, h2 a:link, h2 a:visited { color: #18191d; }

body#blog .navigation p a { background: #fff; color: #46474a; }
body#blog.single .navigation p a { background: transparent; color: #009bab; }
p.postmetadata a, a.more-link { color: #fff; }

.greet_block_close a { color:#ccc; }

body#links li span a { color: #18191d; }

/***** Pages colors *****/
#pages { background-color: #d8e0e3; }
#pages li.current_page_item a, #pages li.current_page_parent a { color: #46474a; }
#pages ul a  { color: #69696c; }

/***** Header colors *****/
#header form#searchform input#searchsubmit { color: #fff; }

/***** Nav colors *****/
#nav { background: #2744c2; }
#nav ul li { color: #fff; }
#nav ul li a { color: #fff; }
#nav li.current-cat { color: #fff; }
#nav ul li ul { background-color: #2744C2; border-color: #2744C2; }
#nav ul li ul li a { border-color: #fff; }

/***** Banner colors *****/
#banner { background-color: #D8E0E3; border-color: #dbc9ab; }
#slider { color: #46474a; }
.greet_block_powered_by a { color: #fef9e1; }
.greet_block_close { background:#fff; border-color: #ccc; }
.greet_search_after { border-color: #eee; }
.greet_search_before { border-color: #eee; }

/***** Slider *****/
#slider {
	background-color: #fef2bc;
	border-color: #f1d7b3;
}

/* sidebar colors
---------------------------------------------------------- */
#sidebar  { color: #69696c; }

.full_block { background-color: #efefef; }

#sidebar ul li#get-recent-comments ul li span.comment_author, #sidebar ul li#get-recent-comments p span.comment_date { color: #2f3033; }
#recent_comments strong { color: #46474a; }

/***** Content colors *****/
#content { color: #46474a; }
#content .bypostauthor, #content .bypostauthor cite { color: #2f3033; }
.navigation { color: #46474a; }
.comment, span.link_description  { color: #69696c; }
p.postmetadata { background-color: #2744C2; }

p.postdate { background-color: #f3f3f3; color: #898989; }
	#slider p.postdate { background-color: #fbe8b0; }

.navigation			{ background: #6DB2DC; }
.comment-author { background-color: #f6f6f6; }
#comments { border-color: #46474a; }
#commentform-container 	{ border-color: #46474a; }

/* Related Posts (after Leave a Reply) */
#wp_related_posts { background-color: #efefef; }

/* extra colors
---------------------------------------------------------- */
#extra { background-color: #D8E0E3; border-color: #dbc9ab; color: #69696c; }

/* footer colors
---------------------------------------------------------- */
#footer { background: #46474a url(../images/backgrounds/bg_footer.gif) repeat-x 0 0;background-image: none}
#footer a { color: #fff; }

#footer_contact img { background: transparent; }

/* WP Polls
---------------------------------------------------------- */
	#content .wppoll { background-color: #e5f5f6; }
	#sidebar #side_polls { background: #efefef; }
