/* dfBlog Custom Styles
***************************************************************************** */

/* Links
***************************************************************************** */

a {	text-decoration: none; }
	a:link    { color: #26a; }
	a:hover   { color: #26a; }
	a:active  { color: #be261e; }
	a:visited { color: #26a; }

a img {	border: none;	}

.logotext a {	text-decoration: none; }
	.logotext a:link    { color: #be261e; }
	.logotext a:hover   { color: #000; }
	.logotext a:active  { color: #26a; }
	.logotext a:visited { color: #be261e; }

#mainmenu ul li a:link    { color: #26a; }
#mainmenu ul li a:hover   { color: #000; }
#mainmenu ul li a:active  { color: #be261e; }
#mainmenu ul li a:visited { color: #26a; }

.post h2 a:link,
.post h3.post-title a:link    { color: #b7cb16; }
.post h2 a:hover,
.post h3.post-title a:hover   { color: #000; }
.post h2 a:active,
.post h3.post-title a:active  { color: #444; }
.post h2 a:visited,
.post h3.post-title a:visited { color: #b7cb16; }

#sidebar a:link    { color: #5d660b; }
#sidebar a:hover   { color: #000; }
#sidebar a:active  { color: #444; }
#sidebar a:visited { color: #5d660b; }

/* Headings
***************************************************************************** */
h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-family: Geneva,Helvetica,Verdana,Arial,sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #b7cb16;
}


/* Define your custom styles here */
