@charset "utf-8";
/* review */

#wrapper{
 background: #87D77B;
}

#footer{
margin-bottom: 0px!important;
}

#leftcolumn{
border-bottom:none!important;
}

#rightcolumn{
border-bottom:none!important;
}

#post-container {
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 display: inline;				
}


#post-container p {
	text-align: left;
}

#bottom-nav {
    list-style: none outside none;
    margin: 5px auto 0 0;
    padding: 2px 0 0 2px;
}	

#bottom-nav li {
float:left;
margin-right:10px;
width:214px;
}

#bottom-nav li  a {
	color:#000000;
	text-decoration:underline;
}

#bottom-nav li a:hover{
 text-decoration:none;
 color:#ffffff;
}


#post-page h1 {
	font:18px Verdana;
}

#post-page ul{
margin:0;
padding:0;
}

#post-page li{
list-style-type:none;
}

#bottom-panel h2 {
	color:#fff;
	font-size:17px;
	text-align:left;
}

#post-page p{
	color:#333333;
	font-size:13px;
	margin-top:7px;
}

ul#suggested li{
    line-height: 18px;
    text-align: center;
}

ul#suggested li a{
    font-style: italic;
    text-transform: capitalize;
}


