 /*
 Edit this css for custom colors in your theme.  
 Please maintain the !important attrib
 */

/* Blog Title */
h1 span.blogTitle {color: #2192C2 !important}
h1 span.blogTitleAlt {color: #27ADE6 !important}

/* Hyperlinks */
a, a:active, a:visited{color: #25A5DB !important}
a:hover{color: #14B1FF !important}

/* Thumbnails border color on mouseOver */ 
div.indexImage:hover { border-color: #25A5DB }

/* Top navigation menu */ 
#headernav li a { color: #2192C2 !important; }
#headernav li a:hover {	color: #fff !important;	background: #1A759C !important}
#headernav li.search input { color:#2192C2 }

/* Sidebar Lists/Widget Hyperlinks */
#sidebar ul li a { color:#2192C2 !important}
#sidebar ul li a:hover {
	color: #FFF !important;
	background: #2A7BA3 !important;
  }	
#sidebar #pageLinks ul li a:hover { color:#2A7BA3 !important; background:none !important }  
#sidebar h3 a {color:# !important /* For Cufon */}
#sidebar h3 { color: #fff; background:#25A5DB }
   
#sidebar a:hover img { background:#2192C2 }

/* Postdate background color */   
#content .postDate { color:#FFF !important; background:#25A5DB !important }   

/* Post content heading */
#content11 h2 a { color:#239EBF }
#content h3.author { color:#25A5DB }
#commentPlaceholder h3{color:#25A5DB}
#content img.wide { border:1px solid #1F1F1C }
.addcommentButton { color:#232320 }

/* RSS link heading */ 
#content h3.rssOrange a { color:#FF7519 }

/* Footer */
#footer a {color:#2192C2 !important}
#footer #tags a:hover {color: #23ABFA !important}

.shadowed,.shadowed:visited		{ background-color: #25A5DB }
.shadowed:hover		    				{ background-color: #14B1FF }
	