/* @override http://www.freshliferadio.com/2.0/2.0/docs/css/blog.css */

body.blog{
	background-color: #1d1d1d;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	cursor:default;
	background: url('http://www.freshliferadio.com/2.0/images/repeater.gif');
	color: black;
}
body.blog #cont img {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	cursor:default;
	background:whitesmoke;
	color:#000;
}

body.blog .box{
	position:absolute;
	top:15%;
	right:100px;
	width:550px;
	padding-bottom:100px;
}
body.blog .box div{
	line-height:1.5em;
	background:#fff;
	padding:20px 30px;
	margin-bottom:50px;
}
body.blog .box div a{
	text-decoration:underline;
}
body.blog h2 a{
	color:white;
}

textarea#comment {
	width: 480px;
}
