/*
===================
Leggero CSS Styles
===================
Ispired by: http://pluxml.org theme default
-------------------

Name: Leggero
Author: NoWhereMan & drudo
Version: 0.1
Module: style.css
*/

a {
	text-decoration:none;
	color:White;
}

a:hover {
	text-decoration:underline;
	color:White;
}

#main {
float:left;
padding-top:60px;
margin:0 auto;
position:relative;
width:600px;
text-align:left;
}

#column {
padding-top:60px;
float:right;
font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
width: 240px;
}

#column h4 {

margin-bottom:0.4em;
margin-top:0.4em;
}


.entry {
	margin-bottom:30px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	}
	
#main .entry h3 {
	border-bottom: 1px #666 solid;
	font-family:Rockwell,Georgia,Palatino Linotype,Palatino,"Times New Roman",Times,serif;
	margin-bottom:0px;
	
}

#main .entry h3 a {
	text-decoration:none;
	font-size:18px;
	
	}
	
	#main .entry h3 a:hover {
		color:#930;
	font-size:18px;
	
	}
.entry-footer {
	font-size:12px;
	color:#919299;
	text-align:right;
	margin-bottom: 15px;
	
}

.link-comments a {
	text-decoration:none;
	}
	
.link-comments a:hover {
	text-decoration:underline;
	}

