body  {
	background: #f6f6f6 url(default/header.jpg) repeat-x top left;
}

h1, h3, h4, h5, h6  {
	color: #333333;
}

h1 {
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	display: inline;
}
h2 {
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	display: inline;
}

a  {
	color: #B61F23;
}

/* STRUCTURE */

#logo h1 {
	background: url(default/logo.png) top left no-repeat;
}

#header h1.title a  {
	color:#005775;
}

#header p.description  {
	color: #75818a;
}

#rss a  {
	color: #fff;
}

#tagline {
	background-color:#ffffff;
}

/* NAVIGATION */

#nav  {
	BACKGROUND: url(default/navbg.jpg) #ac1c1b repeat-x left top;
}

#nav ul li a  {
	color: #fff;
}

.current_page_item a:link, .current_page_item a:visited  {
	color: #A01B1F !important;
	background-color: #ffffff !important;
}

#content  {
	background-color: #fff;
	border: 1px solid #dddddd;
	border-top: none !important;
}

#bottom  {
	background-color: #f2f7fb;
	padding:20px 0;
	border-left: 1px dotted #a6b3b9;
	border-right: 1px dotted #a6b3b9;	
}

#footer  {
	color: #fff;
	BACKGROUND: url(default/navbg.jpg) #ac1c1b repeat-x left top;
}

#footer p a  {
	color: #fff;
}

/* BLOG CSS */

.post p.categories span  {
	background-color: #A01B1F;
	color: #fff;
}

.post p.categories span a  {
	color: #fff;
}

.post p.categories span.date a  {
	color: #286697;
}

.post p.categories span.date  {
	background-color: #ffffff;
	color: #000000;
	margin-left:5px;
}


.theme .tags, .theme .tags a, .theme .rating, .post-ratings-text {
	color: #808A8E !important;
}

h2.title a  {
	color: #000;
}

.post p.comments a  {
	background: url(default/comments.jpg) no-repeat center left;
	color: #000;
}

p.continue a  {
	color: #286697;
}

.widget {
	background: #f6f6f6;
	width: 175px;
	float: left;
	margin-right: 10px;
}

.widgetlist  h3  {
	color: #b61f23;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: #000;
}

.widgetlist ul li {
	border-bottom: 1px solid #dddddd;
}

#comments h2  {
	color:#A01B1F;
}

.commentlist li {
	background-color:#FFEEED;
	border:1px solid #FBD6D4;
}

#commentform #submit {
	background-color:#A01B1F !important;
	border:1px solid #1B4161;
	color: #fff !Important;
}


