body  {
	background: #f1f1f5 /* url(default/bgd.jpg) no-repeat;*/
/* 	border-top: 2px solid #3b3b3b;  */
}
/*
input { 
 background-color: #3b3b3b;
 border: 1px solid #3b3b3b;
 color: #fafafa;
 width: 150px;
 padding-left: 5px; 
}
*/
h1, h2, h3, h4, h5, h6  {
	color: #000000;
}

a  {
	color: #3b3b3b;
}

/* STRUCTURE */

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

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

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

#rss a  {
	color: #fff;
}

#osajtu a  {
	color: #fff;
}

#tagline {
	background-color:#676767;
	color: #fafafa;
	margin-right: -20px;
	font-size: 15px;
}

/* NAVIGATION */

#nav  {
	background: #3b3b3b;
}

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

#nav ul li a:hover  {
	background-color:#676767;
	color: #fafafa;

}


.current_page_item a:link, .current_page_item a:visited  {
	color: #3b3b3b !important;
	background-color: #fafafa !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;}

#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;
}

.screenimg span a {
	background: #3b3b3b;
}

.screenimg span a:hover {
	color: #3b3b3b;
	background: #fff;
}


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

.widgetlist  h3  {
	color: #fff;
	background-color:#676767;
}

.widgetlist  h3 a:link, .widgetlist  h3 a:hover, .widgetlist  h3 a:visited {
	color: #fff;
	background-color:#676767;
	text-decoration: none;
}

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

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

#comments h2  {
	color:#3b3b3b;
}

.commentlist li {
	background-color:#fafafa;
/*	border:1px solid #ddd; */
}

#commentform #submit {
	background-color:#3b3b3b !important;
	border:1px solid #3b3b3b;
	color: #fafafa !Important;
}

/* WP-PAGENAVI */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 8px 4px 8px !important;
	margin: 2px !important;
	text-decoration: none !important;
	background-color: #3b3b3b !important;
	border: 1px solid #3b3b3b !important;
	color: #fafafa !important;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A01B1F;
}
.wp-pagenavi a:active {
	padding: 4px 8px 4px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #3b3b3b;
	color: #fafafa;
	background-color: #3b3b3b;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #fafafa;
	font-size:13px;
	text-align:left;
	padding: 4px 8px 4px 8px;
	background-color: #676767;
	border: 1px solid #676767;
}
.wp-pagenavi span.current {
	padding: 4px 8px 4px 8px; 
	margin: 2px;
	font-size:13px;
	border: 1px solid #3b3b3b;
	color: #fafafa;
	background-color: #3b3b3b;
}