a {text-decoration:none; color:#0099FF;}
a:hover {text-decoration:none; color:#00CCFF;}
a img {border: none;}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix {height: 1%;}
.clearfix {display: block;}
#container {
  	width: 100%;
  	height: 100%;
}
#content {
  	width: 100%;
  	margin: 6px auto;
  	text-align: left;
}
#posts {
        padding: 0;
        margin: 0;
    }
#posts li {
width: 600px;
background-image: none;
    	float: left;
        clear: both;
        list-style: none;
        margin: 0 0 5px 0;
        padding: 5px;
    }
#posts a {
a:link text-decoration:none; color:#00FF00;
a:visited text-decoration: none;color: #FF0000;
a:hover text-decoration: none;color: #FFFF00;
a:active text-decoration: none;color: #00FFFF;
font-size: 0.85em;
}
#posts img {
        display: block;
        float: left;
padding: 3px;
        margin: 0 10px 0 0;
    }
#posts h1 {
        padding: 5px 0 0 0;
        margin: 0;
        color: #FFD42A;
        font-family: "Times New Roman", Times, serif;
        font-size: 1.2em;
    }
#posts p {
        margin: 0;
        padding: 0 0 10px 0;
}