/*
Theme Name: CSSDance
Theme URI: http://cssdance.org/
Description: CSSdance Themes
Version: 1.0
Author: Pupung Budi Purnama
Author URI: http://pupungbp.erastica.com/
Tags: Dark, Brown, Classic, 3 Column
*/




a {
	color: #ffffff;
	text-decoration: none;
}
img {
	border: 0;
}
#main-content {
	width: 345px;
	float: left;
	background: #000;
	padding: 10px 0 0 10px;


}
#main-content .latest {
	width: 170px;
	padding-bottom: 20px;
	float: left;
	
}

#main-content .latest h3 {
	padding: 5px 5px 5px 25px;
	font-size: 1.3em;
font-weight:400;
background: #111111 url(images/node.gif) no-repeat  left top;
margin:0 5px 5px 0;
}
#main-content .latest h3:hover {
	padding: 5px 5px 5px 25px;
	font-size: 1.3em;
font-weight:400;
background: #252525 url(images/node.gif) no-repeat  left top;
margin:0 5px 5px 0;
}

#main-content .latest img {
filter:alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;}
#main-content .latest img:hover {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;}
