<!--
body {

	background-image: url("http://ashantidaily.com/wp/wp-content/themes/ntalia/images/tlo.png");
	background-repeat: repeat-x;
	font-family: trebuchet MS;
	font-size: 10px;
	color: #f6f6f6;
        margin: 0px;


}
-->



body,td,th {
	font-family: trebuchet MS;
	font-size: 10px;
	color: #9f9f9f;
}

a:link {
	color: #FF5D96;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF5D96;
}
a:hover {
	text-decoration: bold;
	color: #272727;
	cursor: hand;
}
a:active {
	text-decoration: none;
}

b{color: #2E2E2E;}
i,em{color: #5DBCFF;}
u{color: #E26EFF;}


/*********** RECENT NEWS ***********/
.recent {
	border:0; 
	margin:0px;  
	padding:0px; 
	background-color: #cecfd0
	}

.recent a {
	border:0; 
	border-bottom:1px dotted #b1b1b1; 
	color:#757575; 
	display:block; 
	margin:0; 
	padding:5px 5px; 
	text-decoration:none;
	}
.recent ul {
	border:0; 
	display:block; 
	margin: 0px;
	padding:0px;
	}

.recent ul a:visited {
	border:0; 
	border-bottom:1px dotted #797979; 
	color:#a3a3a3; 
	display:block; 
	margin:0; 
	padding:5px 5px;
	text-decoration:none;
	}

.recent ul a: active {
	border:0; 
	border-bottom:1px dotted #797979;
	color:#a3a3a3;
	display:block;
	margin:0;
	padding:5px 5px;
	text-decoration:none;
	}

.recent ul a:hover {
	background:#1b1e20;
	border:0;
	border-bottom:1px dotted #797979;
	background-color:#eef0b8;
	color:#757575;
	margin:0;
	text-decoration:none;
	}



/* ELITES
-----------------------------------------------------------------------------------------------*/

#elites {
    background: #FFFFFF;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	clear: left;
}

#elites img{
	background: #eaeae9;
	border: 3px solid #cecece;
	padding: 3px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;

}

#elites img:hover{
	background: #eaeae9;
	border: 1px solid #cecece;
	padding: 3px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}

#elites a img {
	background: #eaeae9;
	border: 1px solid #cecece;
	padding: 3px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;

}

#elites a:hover img{
	background: #ebebe9;
	border: 1px solid #cecece;
	padding: 3px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}


/* ///////////////SIDEBAR/////////////////*/

.twitter li {
  margin-bottom: 5px;
  margin-top: 2px;
  padding: 7px;
  font-family: trebuchet ms;
  font-size: 10px;
  background-color: #fdfdfd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -opera-border-radius: 3px;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  cursor: hand;
  color: #646464;
  list-style: none;
}

.twitter li:hover {
  margin-bottom: 5px;
  margin-top: 2px;
  padding: 7px;
  font-family: trebuchet ms;
  font-size: 10px;
  background-color: #e6e4e4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -opera-border-radius: 3px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  cursor: hand;
  color: #646464;
  list-style: none;
}

