/* ARTICLES */
.portfolio .article:nth-child(3n){margin-right: 0;}

.portfolio .article{	
	float:left;
	width: 190px;
	margin: 0 15px 15px 0;
	padding: 5px 10px;
	border-top: 1px solid #111; border-right: 1px solid #222; border-bottom: 1px solid #555; border-left: 1px solid #222; 
	background: url(../images/bg-article.png) repeat-x #000; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*
 	.portfolio .article{	
	border-top: 1px solid #111; border-right: 1px solid #222; border-bottom: 1px solid #555; border-left: 1px solid #222;
	background: url(../images/bg-article.png) repeat-x #000;
	-moz-box-shadow: 3px 3px 5px #050505;
	-webkit-box-shadow: 3px 3px 5px #050505;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
 */

.portfolio .article .header{display: block; margin-bottom: 3px;}

.portfolio .article .header h2{font: bold 13px Arial; text-shadow: 0.5px 0.5px 0px #35440e;}

.portfolio .article .header .time{font: italic 14px "Times New Roman", cursive; color: #555;}

.portfolio .article .figure{
	display: block;
	min-height: 143px;
	clear: both;
	margin: 3px 0;
}

.portfolio .article .figure a img{
	width: 190px;
	height: 140px;
	background: url(../images/load.gif) no-repeat center center #000;
}

.portfolio .article .footer{display: block;}

.portfolio .article span.comment{
	display: block;
	float: right;
	width: 50px;
}

.portfolio .article span.comment a{
	float: right;	
	padding-right: 22px;
	text-shadow: 0.5px 0.5px 0px #35440e;
	font-weight: bold;
	background: url(../images/comment-bullet.png) no-repeat right center;
}

.post-ratings{float: left; width: 80px;}

/* SINGLE */
#comment-form{
	padding: 0px 10px 10px 10px;
	color: #ddd;
	border:1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url("../images/bg-transparent.png") repeat scroll 0 0 transparent;
	font-weight: bold;	
}

#comment-form h2{
	margin: 5px 0;
	font: italic 24px Georgia, cursive;
	color: #fff;	
}

#comment-form input[type="text"], #comment-form textarea{margin-bottom: 10px; font: 13px Arial, sans-serif;}
#comment-form textarea{width: 100%;}
#comment-form input[type="text"]{width: 50%; height: 19px;}
#comment-form label[for="comment"]{display: block;}

#comment-form textarea{width: 100%;}

.reply{margin-top: 10px; color: #000;}

#comment-form input[type="submit"], div.wpcf7  input[type="submit"], .reply a{
	margin-bottom: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #788400;
	padding: 1px;	
	background: url(../images/bg-comment-button.png) repeat-x #c4d612;
	color: #000; 
	font: bold 13px Arial, sans-serif;
}

#comment-form input[type="submit"]:hover, div.wpcf7  input[type="submit"]:hover, .reply a:hover{
	cursor: pointer; 
	border: 1px solid #555;
	background: url(../images/bg-comment-button.png) repeat-x #bcbcbc;	
	color: #222;
}

#comment-form .navigation{margin-top: 5px; text-align: center;}

/* comentarios */
.comment{-moz-border-radius: 3px; -webkit-border-radius: 3px;}

#comment-list {margin-top: 15px; color: #bbb;}

#comment-list li:first-child{margin-top: 0;}

.comment-author{font: 20px Georgia, cursive;}

.comment-meta a{font-style: italic; font-size: 12px; color: #555;}

.comment-meta a:hover{color: #fff;}

#comment-list li{
	margin-top: 15px;
	padding: 10px;
	border:1px solid #222;
	background: url("../images/bg-article.png") repeat-x scroll 0 0 #050505;
}

#comment-list p{margin-top: 5px;}
#comment-list li:hover p{color: #fff;}

