/*
*
*  mini post
*
*
*/


#miniposts
{
	width: 720px;
	float: left;
	position: relative;
}

#mini3
{
	background-color: #ad0093;
}

#mini1
{
	background-color: #009496;
}

#mini2
{
	background-color: #00ad14;
}

#mini4
{
	background-color: #f18800;
}

#mini5
{
	background-color: #b50044;
}

.minipost
{
	width: 504px;
	float:left;
	clear: left;
	margin: 0px 0px 0px 0px;
	padding: 8px;
	background:white;
	display:inline;
	color:black;
	font-family:century gothic,Arial,verdana, sans-serif;
	text-align: justify;
	border-bottom:1px solid #d6dede;	
}

.maxi
{
	width: 704px;
}

.minipost h2
{
	margin: 0 0 8px 0;
	text-align: left;
	font-size: 17px;
	overflow:hidden;
	mheight:20px;
	font-weight: normal;
	padding: 7px 5px 8px 5px;
	background-image : url(images/bkgh2mini.png);
	background-position: top left;
	background-repeat: repeat-x;	
}

.minipost h2 span
{
  display: none;
}

.minipost h2 a:link, 
.minipost h2 a:visited
{
  color: white;
  text-shadow : 2px 2px 2px #000;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

.hentry {
	moverflow:hidden;
}

.hentry p
{
	color: black;
	font-size: 13px;
	line-height: 1em;
}

.hentry img
{
  border:0;
  float:left;
  background:#1e1f20;
  border:1px solid #393f42;
  margin: 0 5px 5px 0;
}

.minipost .fmeta
{
  text-align:right;
  padding:2px 10px 0 0;
  margin-top: 10px;
  float: right;
}





.cat{
	float:left;
	font-size:13px;
	color:#226b91;
	padding: 0 0 0 10px;
}

.cat a:link,.cat a:visited{
	color:#235B76;
}

.cat a:hover{
	color:#2E9FD7;
}

