/* Comment styling */
#comment_block{
width: 500px;
/*background:#fff;*/
margin-right: 1px;
border-radius:5px;
-ms-border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
/*box-shadow: 1px 1px 5px #BBB;
    -ms-box-shadow: 1px 1px 5px #BBB;
    -moz-box-shadow: 1px 1px 5px #BBB;
    -webkit-box-shadow: 1px 1px 5px #BBB;*/

}
#table_comment{
margin-right:20px;
}
#comment{
	border: 1px solid #ccc;
	font-family: BYekan;
	font: 12px Tahoma,Helvetica,FreeSans,sans-serif;
	text-transform: inherit;
	color: #333;
	padding: 10px;
	margin-bottom: 10px;
	transition: all 1s;
}
#comment:hover{
	background: #def2fe;
	
}

.comment a{ text-decoration: none; color: #333}
.comment h1{
	font-family: tahoma, "Times New Roman", Times, serif;
	font-size: 2.8em;
	text-align: center;
	margin: 25px 0;
}
.comment h2{
	padding-right: 5px;
	color: #333;
	font-size:14px;
	margin: 8px 0;
	float: right;
	text-align: right;
}
.comment h3{
	font-family:BYekan;
	font-size:18px;
	margin: 5px 0;
}
.comment p{
	text-align: right;
	font-size: 11px;
}
.comment h3 span{
	font-weight: normal;
	font-size: 1em;
}
.comment .item{
	clear: both;
	margin:0;
	padding: 10px;
	overflow: hidden;
	border-top: 1px solid #DBDBDB;
}
.comment-item{
	transition: background 1s;
	-ms-transition: background 1s;
	}
.comment-item:hover{
	background: #ccc;
	transition: background 1s;
	-ms-transition: background 1s;
	}
.comment .item:last-child{border-bottom:1px solid #DBDBDB}

.comment .post{
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
}
.comment-post :hover{
	background: #aaa;
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
}
.comment-block{
	margin: 20px 0 20px 20px;
}
.comment-item{
	overflow: hidden;
	width: 500px;
	clear: both;
	padding: 10px;
	border: 1px solid #E6E6E6;
	border-radius: 0px;
	margin: 5px;
}
.comment-avatar{
	width: 60px;
	float: right;
}
.comment-avatar img{
	width: 60px;
	height: 60px;
	border-radius: 0px;
}
.comment-post{
	text-align: right;
	width: 400px;
	float: right;
	padding: 0 5px 0 10px;
}
.comment #form{
	clear: both;
	margin: 10px;
	width: 500px;
	float: right;
	text-align:right;
}

/* form styling */
.comment input[type="text"],
.comment input[type="email"],
.comment input[type="tel"],
.comment input[type="url"],
.comment textarea {
	width:500px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	font-family: tahoma;
	line-height: 20px;
	margin: 0;
	padding: 7px 10px;
	box-shadow: inset 0 1px 2px #eee;
	border:1px solid #CCC;
	margin:0 0 5px;
	border-radius:0px;
	text-align: right;
}
.comment label{
font-family:BYekan;
font-size:14px;
font-weight:normal;
}
.comment textarea {
	height:100px;
	max-width:100%;
}
.comment input[type="submit"] {
	font-family: tahoma;
	cursor:pointer;
	width:500px;
	border:none;
	background:#991D57;
	background-image:linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-moz-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-webkit-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
.comment input[type="submit"]:hover {
	background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
.comment input[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
.comment input:focus,
.comment textarea:focus {
	outline:0;
	border:1px solid #999;
}
.comment label{
	display: block;
	margin: 5px 0;
	font-weight: 900;
	cursor: pointer;
}

.alert{
	display: none;
	padding: 8px 35px 8px 14px;
	margin: 20px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}