/* @override http://localhost/fibnet/loteria/public/css/posts.css */

.posts #videos {
	margin: 15px 0 0 0;
}

.posts #videos h2 {
	margin: 0 0 7px 0;
}

.posts #videos a.video {
	display:block;
	float:left;
	border:2px solid #ccc;
	margin:3px;

}

.posts #videos a.video:hover {
	border:2px solid #333;
}

.posts #videos a.video img {
	border: none;
}

.postsingle #sharethis_0 {
	float: right;
}

/* @group Comments */

#comments {
	margin:10px 0 0 0;
}

#comments .title {
	font-size:22px;
	border-bottom:2px solid #ccc;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

#comments #commentList {
	width:620px;
}

#comments #commentList .title {margin:0;}
#toComment .title { background: url(../images/comentar.png) no-repeat left center; padding: 0 0 0 30px; }

#comments #commentList ol li {
	list-style:none;
	padding:10px;
	border-bottom:1px dotted #ccc;
}

#comments #commentList ol li.lineLight {background:#f0f0f0;}
#comments #commentList ol li.lineDark {background:#f8f8f8;}

#comments #commentList ol li cite {
	display:block;
	font-weight:bold;
	font-size:16px;
}

#comments #commentList ol li blockquote {
	margin:5px 0 0 0;
	padding:0;
}

#comments #commentList ol li .date a {
	font-size:10px;
	color:#666;
	text-decoration:none;
}

#comments #commentList ol li span.actions {
	float: right;
	width: 200px;
}

#comments #commentList ol li span.actions a {
	display: block;
	float: right;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}

#comments #commentList ol li span.actions a.edit {
	background: url(../images/edit.png) no-repeat left center;
}

#comments #commentList ol li span.actions a.delete {
	background: url(../images/delete.png) no-repeat left center;
}

#comments #toComment {
	width:620px;
	margin: 20px 0 0 0;
}

#comments #toComment div {
	margin:0 0 10px 0;
}

#comments #toComment div.comment label {display:none;}

#comments #toComment input {width:240px;}

#comments #toComment textarea {width:616px;height: 90px;}

#comments #toComment input.submit {width:auto;font-size:16px;}

/* @end */

#facebox .footer {
	display: none;
	border: none;
	padding: 0;
	margin: 0;
}

#facebox .footer a.close {
	display: none;
}

#facebox .footerShow {
	border-top:1px solid #DDDDDD;
	display:block;
	margin-top:10px;
	padding-top:5px;
}

#facebox .footerShow a.close {
	display: inline;
}