/*---------- todo-css */
/*---------- site */
#todo{
	text-align:justify;
	padding:10px;
}
#todo h1{
	font-size: 18px;
	font-weight: normal;
	color: #88725B;
	margin-bottom:1em;
}

#todo #description{
	padding-bottom:10px;
	line-height:20px;
}

.sponsor{
	background-color: #DBCEBA;
}
.todo{
	padding:10px;
}
.img{

	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.todo h3{
	font-size: 16px;
	margin-top:0px;
	margin-bottom:10px;

}
.backtotop{
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding:10px;
}



#tools{border:none; margin-bottom:1em;}
#todo h3{
	margin:0px;
	margin-bottom:10px;
	padding:5px;
	font-size:18px;
	font-weight:normal;

	background-image: url(../img/nav_cat_bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
}
.todo-list {
	padding: 10px;
	width: 355px;
	height:150px;
	text-align:justify;
	float: left;
}

.todo-list h3 a {
	text-align:left;
	font-size: 16px;
}
.todo-list-s  {
	padding: 10px;
	width: 355px;
	height:150px;
	float: left;
		text-align:justify;
}
.todo-list-s h3 a {
	text-align:left;
	font-size: 16px;
}
h3 a:hover
{ 
    color:#fff; 
} 
.todo-sponsor h3 a {
	background-color: #DBCEBA;
	padding: 10px;
	float: left;
	width: 314px;
	height:150px;
	text-align:left;
}
