body  {
	background: #e7f1fd;
}

a  {
	color:#999;
	text-decoration:none;
}

/* STRUCTURE */




#rss a  {
	color: #fff;
}

#tagline {
	background-color:#ffffff;
}

/* NAVIGATION */


.current_page_item a:link, .current_page_item a:visited  {
	color: #000066 !important;
}

#content  {
	background-color: #e7f1fd;
	border: 0px;
	border-top: none !important;
}

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

#footer {
	color:#777;
	font:normal 12px Tahoma;
	height:50px;
	width:950px;
	margin:30px auto 0 auto;
	border-top:1px solid #c5d3e5;
	padding:10px;
}

#footer .copyright{
	float:left;
}

#footer .browse{
	float:right;
	color:#DDD;
}

#footer a{
	color:#5a9092;
	font-size:13px;
	text-decoration:none;
}

#footer a:hover{
	color:#333;
}

#footer p a  {
	color: #5d999a;
}

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

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

.screenimg span a {
	background: #000000;
}

.theme .tags, .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: #f4f9fe;
	width:222px;
}

.widget a {
	color:#32475e;
}

.widgetlist  h3  {
	color: #0a3c53;
	background-color:#d2ebf2;
}

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

.widgetlist ul li {
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}

#comments h2  {
	color:#666666;
}

.commentlist li {
	background-color:#f0f6f9;
	border:1px solid #a5cdfa;
	font:normal 12px Tahoma;
	color:#666;
}

#commentform #submit {
	background-color:#e6eff4 !important;
	border:1px solid #c7d8e2;
	color: #5c8aa6 !Important;
	font-weight:bold;
}

/* 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 solid #DDD !important;
	color: #999 !important;
}

.wp-pagenavi span.pages {
	margin: 2px;
	color: #A01B1F;
	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 solid #b0cdde;
	color: #336666;
	background-color: #e2ebf0;
}

#searchbox{
	direction:rtl;
	width:210px;
	margin:0 auto 0 auto;
	margin-bottom:30px;
	margin-top:20px;
}

#searchbox input{
	border:1px solid #CCC;
	padding:4px;
	color:#666;
	font:normal 12px Tahoma;
	width:120px;
	-moz-border-radius: 3px;	
}

#searchbox input:focus{
	background-color:#FFC;
	border:1px solid #999;
}

#searchbox #searchsubmit{
	background-image:url(../../../../img/btmbg.png);
	border:1px solid #8dcbe4;
	font:normal 12px Tahoma;
	padding:3px;
	color:#FFF;
	width:50px;
	-moz-border-radius: 3px;	
}