/* @override http://localhost/wp-content/themes/colorbold/css/blue.css */

/* CSS Document */

a {
	color:#0093CA;
}

h1 {
	color:#0093CA;
}

h2 {
	color:#333;
}

/* MAIN MENU */



/* COL LEFT ELEMENTS */

#colLeft .blogPost .metaLeft .month {
	background:url(../images/blue/bk_month.jpg) 50% 0 no-repeat;
	color:#fff;
}

#colLeft .blogPost .metaLeft .comments {
	background:url(../images/blue/bk_comments.jpg) 50% 0 no-repeat;
	color:#00B0F5;
}

#colLeft .blogPost a.more-link {
	color:#FFF;
	background:url(../images/blue/but_readmore.jpg) 0 0 no-repeat;
}

.navigation .alignleft a, .navigation .alignright a {
	background:url(../images/blue/but_older.jpg) 0 0 no-repeat;
	color:#333;
}

.navigation .alignleft a:hover, .navigation .alignright a:hover {
	color:#0093CA;
} 

.navigation .alignright a {
	background:url(../images/blue/but_newer.jpg) 0 0 no-repeat;
}

/* COL RIGHT ELEMENTS */

#colRight h2 {
	background:url(../images/blue/bk_h2_right.jpg) 0 0 no-repeat;
	color:#E0EFF5;
}

#colRight ul li {
	background:url(../images/blue/bk_list_right.png) 0 0 no-repeat;
}

#colRight ul li:hover a, #colRight ul li a:hover{
	color:#0093CA;
}

/* FORMS BUTTONS */

#contact input.submit {
	background:url(../images/blue/but_send.jpg) 0 0 no-repeat;
	color:#fff;
}

#commentform input#submit{
	background:url(../images/blue/but_send.jpg) 0 0 no-repeat;
	color:#fff;
}

/* COMMENTS */

#colLeft ul.commentlist li .commentRight strong {
	background:#0093CA;
}

#colLeft ul.commentlist li .commentRight strong, #colLeft ul.commentlist li .commentRight strong a{
	color:#fff;
}