	
.title{
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
}

.boximage{
	--position:relative;
	--width:150px;
	--height:70px;
	--float:left;
}
	
.boximage img{
	border:1px solid #000;
	float:left;
	margin-right:10px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	margin-bottom:10px;

}

.boxtitle{
	margin-right:10px;
	width:500px;
	float:left;
}
.boxtitle h2{
	font-size: 16px ;
}
.boxtitle h2 a, .boxtitle h2 a:link, .boxtitle h2 a:visited  {
	color:#2043af;
	background-color: transparent;
}

.boxtitle h2 a:hover  {
	color: #445c70;
	background-color: transparent;
}	

.box {
	width:710px;
	margin: 10px 10px 5px 0px;
	height:100%;
	color:#000;
	font: 11px Verdana;
	float:left;
	background:#F0F0F0;
	border: 1px solid #000;
}

.boxcover{
	padding:10px;
}
.boxinfo{
	--width:650px;
	--height:50px;
	--background:url(images/boxinf.png) no-repeat;
	--overflow:hidden;
	--position:relative;
	--padding:10px;
	--padding-top:18px;
	--border:1px solid #d29903;	
	--float:left;
}


.boxmore{
	float:right;
	--width:200px;
	--margin:5px 0px 5px 10px;
	--display:inline;
	--padding-top:18px;
	font-size: 12px;
}

.boxauthor{
	float:left;
	width:200px;
	color:#000;
	font-size:12px;
}

.boxcoms{
	padding-right:10px;
	float:right;
	font-size: 16px ;	
}
.boxcoms a:link, .boxcoms a:hover,.boxcoms a:visited{
	color:#000;
}
.videopost{
	margin-bottom:10px;
}
.videopost embed{
 width:260px;
 height:200px;
}
