/* Body background and text color */
body {
background-color: #eff0f2;
color: #666;
}

/* Header menu, Page title bar background and text color */
#header{
	background-color: #EC1D22;
	color: #eee;
}

/* Footer background and text color */
#footer, #footer-bar-bt{
color: #eee;
}

#footer{
background-color: #444;
}

/* Header and footer texture at "texture1.png" to texture23.png */
#header, #footer{
background-image: url(../images/pattern/texture1.png);
}

/* Header, Page title bar and Footer link color */
#header a, #footer a, #footer-bar-bt a {
color: #fff; /* link color */
}

/* Header, Page title bar and Footer hovered link color */
#header a:hover, #footer a:hover, #footer-bar-bt a:hover {
color: #eee;
text-shadow: 1px 1px 1px #333;

}

 /* Link color */
a{
color:#5675AE;
}

 /* Hovered link color */
a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, #comments .comment .head a:hover.reply_link, #comments .comment .head a:hover.name, ul.side_nav li a:hover {
color:#3D5B93;
}

/* Headings color */
h1,h2,h3,h4,h5,h6, h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, .blog_post .title, .blog_post .title a, .side_block .title  {
color:#666; 
}

 /* Footer menu link color */
ul.vnav li a {
color: #fff;
}

 /* Footer menu hovered link color */
ul.vnav li a:hover {
color: #eee;
}
