/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */

a {	text-decoration: none; }
	a:link    { color: #B52C18; }
	a:hover   { color: #000; }
	a:active  { color: #B52C18; }
	a:visited { color: #B52C18; }

a img {	border: none;	}

#mainmenu ul li a:link    { color: #26a; }
#mainmenu ul li a:hover   { color: #000; }
#mainmenu ul li a:active  { color: #B52C18; }
#mainmenu ul li a:visited { color: #444; }

.post h2 a:link {color: #B52C18},
.post h3.post-title a:link    { color: #B52C18; }
.post h2 a:hover,
.post h3.post-title a:hover   { color: #999; }
.post h2 a:active,
.post h3.post-title a:active  { color: #B52C18; }
.post h2 a:visited,
.post h3.post-title a:visited { color: #B52C18; }

#sidebar a:link    { color: #B52C18; }
#sidebar a:hover   { color: #999; }
#sidebar a:active  { color: #B52C18; }
#sidebar a:visited { color: #B52C18; }

h1 { font-size: 2.4em; 
	 color: #B52C18;
} 
h2 { font-size: 2.0em;
	 font-weight:bold;
	 color: #B52C18;
}
h3 { font-size: 1.6em;
         color: #B52C18;
}


.post {
	overflow: visible;
	clear: both;
	margin-left: 1px;
	padding: 0 0 40px 50px;
	background: #fff url(images/post-label.gif) 0px 0px no-repeat;
	}
	.post h1 {
		color: #B52C18;
	}
	.post h2 {
		margin: 0;
		padding: 0;
		text-align: left;
		text-transform: capitalize;
        color: #B52C18;

