#ufctv {
    margin: 10px;
}
/*

	Dashboard News Articles

*/
.article-blog-dashboard, .article-news-dashboard
{
	margin:	10px;
	float:		left;
	width: 	300px;
	overflow: 	hidden;
	padding-bottom: 5px;

	position: 	relative;
}
.article-blog-dashboard
{
    border-bottom:1px dotted #fff;
}
.article-news-dashboard
{
	border-bottom:1px dotted #111;
	border-top:1px dotted #222;
}
.article-news-dashboard:hover
{
	background-color: black;
	border-bottom:1px dotted #fff;
	border-top:1px dotted #fff;
}
.article-blog-inner, .article-news-inner
{
	margin:	10px;
	float:		left;
	width: 	280px;
	

}
.article-news-inner img
{
	width: 280px;
	height: auto !important;

}

.article-blog-dashboard footer, .article-news-dashboard footer
{display:block;}


/*

	COMMENTS DASHBOARD


*/






#dashboard
{
	float:				left;
	width:			920px;
	border:			1px solid #222;
	margin:			9px;
	padding: 			10px;

}
#dashboard article
{
	float:left;
	margin-right:5px;
}
#dashboard a .text
{
	width:300px;
	display:block;
}
#dashboard  .image
{
	border:			5px solid #222;
	line-height: 		290px;
	display:			block;
	width:			290px;
	height:			290px;
	overflow:			hidden;
}
#dashboard  .image img
{
	vertical-align:		middle;
}


.media
{
	margin: 5px 0;

}
.media a
{
	max-height: 280px;
	overflow: hidden;
	display: block;
	width: 280px;
	display: block;
}
.media object,
.media embed,
.media iframe
{
	width: 280px !important;
}
.flash iframe
{
	width: 280px !important;
	height:280px !important;
}

