
.post{ margin:0; }

.post h1{ font-size: 18px;
	  padding: 0 0 5px; }

.post p{ padding: 0 0 15px;
	 line-height: 15px; 
	 font-family: verdana, arial;}

/*- Box -*/
.square{
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
}

.square .post{
	width: 600px;
	background-color: #ffffff;
	border:1px solid #ddd;
}

.square .post h1 a{ color:#333333; }

.square .post h1{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}

.square .post p{
	font-size: 12px;
	padding: 5px 10px;
}
	
p.posted{
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	/*border-bottom:1px solid #ddd;*/
	clear:both;
}





/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{ float: left; }

.fr{ float: right; }

