/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */
.resalted { display: none;}

#sidebar {
	font-size: 1.2em;
	}
div.logotext a {
	color: #fff !important;
	letter-spacing: 1px;
	}
div.slogan {
	color: #fff !important;
	font-weight: bold; !important;
	}
a {	text-decoration: none; }
	a:link    { color: #26a; } /* blue */
	a:hover   { color: #000; } /* black */
	a:active  { color: #be261e; } /* red */
	a:visited { color: #26a; }
.post h2 a:visited,
.post h3.post-title a:visited { color: #993333; }
img {
	border: none !important;
	}

