body  {
	background: #FFFFFF;
}

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

a  {
	color: #3e1b3e;
}


/* 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;
}

#search {
	background: #FFFFFF url(default/searchbg.jpg) no-repeat bottom left;
	height:32px;
	margin:0 0 10px;
}

#search input {
	background: #FFFFFFF none repeat scroll 0 0;
	border:0 none;
	color:#331031;
	float:left;
	font-size:12px;
	margin:7px 0 0 10px;
	padding:2px;
}

#search .btn {
	margin:5px 0 0;
	padding:0;
	width:auto;
}

/* NAVIGATION */

#nav  {
	background: #FFFFFF url(default/navbg.jpg) no-repeat bottom left;
}

#nav ul li  {
	background: url(default/libg.jpg) top left no-repeat;
	height: 29px;
	width: 83px;
}

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

#home {
	margin-top: 14px;
	float: left;
	padding-right: 4px;
}

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

#content  {
	background: #FFFFFF url(default/contentbg.jpg) repeat-y left top;
	border-top: none !important;
}

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

#footer  {
	color: #3e1b3e;
	background: #FFFFFF url(default/footerbg.jpg) repeat-x left top;}

#footer p a  {
	color: #3e1b3e;
}

/* BLOG CSS */

.post p.categories span  {
	background-color: #331031;
	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;
}

.screenimg span a {
	background: #000000;
}

.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: #FFFFFF;
}

.widgetlist  h3  {
	color: #331031;
	background: #FFFFFF url(default/widgetbg.jpg) no-repeat bottom left;
	height: 37px;
	text-align: center;
	vertical-align: middle;
	font-family:"Times New Roman", Times, serif;
}

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

.widgetlist ul li {

}

#comments h2  {
	color:#331031;
}

.commentlist li {
	background-color:#daeee1;
	border:1px solid #cde6d6;
}

#commentform #submit {
	background-color:#331031 !important;
	border:1px solid #1B4161;
	color: #fff !Important;
	font-family: "Times New Roman", Times, serif;
}

/* WP-PAGENAVI */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px !important;
	margin: 2px !important;
	text-decoration: none !important;
	background-color: #ffffff !important;
	border: 1px dotted #a6b3b9 !important;
	color: #331031 !important;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #331031;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #A01B1F;
	color: #331031;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #331031;
	font-size:13px;
	text-align:left;
	padding: 2px 10px 2px 5px;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-size:18px;
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #331031;
}