`/*=== Setup ===*/
body{
	background:white;
	color:#666;
}

a { color: #FF5A3F; }
a:hover { color: #9F7E77; }

/*==============  HEADER  ===================*/

/*- Subscribe -*/
#top, .logo, .logo h2 a { color:#404040; }

/*- Search -*/
#search input{color: #808080;}
#search {background: url(grey/bgr-search.gif) no-repeat; }

/*- Registration -*/
#user_name, #user_email {
color: #808080;
}

/*==============  MAIN  ===================*/
.box:hover {
	background:#eee;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px
}

.mu_post .mu_title{ color:#404040;}
.mu_post .mu_date{ 
	background:#eee;
	border-radius:2px; 
	-webkit-border-radius:2px; 
	-moz-border-radius:2px;
	color:#404040;
	}


.post-category, .post-category a,.post-category  a:hover { color:#404040; }
.entry{ color:#666; }

.box img, .litebox img{ 
	border: 1px solid #808080;
}

/*- Single Post -*/
.singlepost-title, .singlepost-info,.singlepost-info a, .singlepost-more{
	color:#404040;
}

.singlepost-info sup a{ 	color: #FF5A3F; }
.singlepost-info sup a:hover { color: #9F7E77; }


/*- Sidebar -*/
.hl{
	color:#404040;
}


/*=== Footer ===*/
#footer{ background-color: #eee; }
#footer a {color:#404040;}

/*========= Icons =========*/
span.tags{
	background: url(grey/ico-tag.png) no-repeat left;
	padding: 1px 0 1px 20px;
}

span.comments{
	background: url(grey/ico-comments.png) no-repeat left;
	padding: 1px 0 1px 20px;
}

span.date{
	background: url(grey/ico-cal.png) no-repeat left;
	padding: 1px 0 1px 20px;
}

span.user{
	background: url(grey/ico-user.png) no-repeat left;
	padding: 1px 0 1px 20px;
}


span.blog{
	background: url(grey/ico-blog.png) no-repeat left;
	padding: 1px 0 1px 20px;
}

/*=== Searchpage ===*/
#searchpage input{color: #808080;}
#searchpage{ background: url(grey/bg-searchpage.png) no-repeat; }

