/* Comment Form */
#respond {
/*
	background: #e8e8e8; ;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
 	margin: 0 auto 1.625em; 
	padding: 10px; */
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 3px solid #e8e8e8;
/*
	-moz-border-radius: 5px;
	border-radius: 5px;
*/
/*
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
*/
	position: relative;
	padding: 10px;
	text-indent: 0;
	width: 100%;
}

#respond select{
	border: 3px solid #eee;
/*
	-moz-border-radius: 2px;
	border-radius: 5px;
*/
/*
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
*/
	position: relative;
	padding: 10px;
	height: 45px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment, 
#respond .form-group {
	position: relative; margin-bottom: 5px; 
	width: 100%;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label,
#respond .form-group label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	margin-top: 2px;
	min-width: 60px;
	width: 135px;
	padding: 4px 10px;
	position: absolute;
	font-size: 13px; 
	font-weight: normal;
/* 	top: 40px; */
	z-index: 1;
	display: none; /* display only in ie8 */
}
#respond .form-group.select label { display: none; }
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
/* 	width: 95%; */
}
#respond .comment-form-author .req,
#respond .comment-form-email .req,
#respond .form-group .req {
	color: #E6003A;
	font-size: 15px;
	font-weight: bold;
	right: 10px;
	position: absolute;
	top: 7px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: left;
	margin: -20px 0 10px;
}
#respond #submit {
	background: #C11440;
	border: none;
	width: 100px; height: 32px;
/*
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
*/
	color: white;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 10px;
	position: relative;
/* 	left: 30px; */
/* 	text-shadow: 0 -1px 0 rgba(0,0,0,0.3); */
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height:50px;
	width: 100%;
}
/*
#respond p {
	font-size: 12px;
}
*/
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
input[type="file"] { font-size: 13px; }

#respond .invalid, #respond .required, #respond .error { border-color: red !important; }

input::-moz-placeholder,textarea::-moz-placeholder{ color: #999; }

@media only screen and (min-width: 451px) { 
	#respond .comment-form-author,
	#respond .comment-form-email,
	#respond .comment-form-url,
	#respond .comment-form-comment, 
	#respond .form-group {
/* 		width: 75%; */
	}
}

@media only screen and (min-width: 1025px) { 
	#respond .comment-form-author,
	#respond .comment-form-email,
	#respond .comment-form-url,
	#respond .comment-form-comment, 
	#respond .form-group {
/* 		width: 100%; */
	}
}

#loginfrm label { display: block; width: 150px; font-weight: normal;  }
#loginfrm input { margin-top: 4px; }
#loginfrm #checkbox_1 { float: left; margin-top: 7px; }
#loginfrm label.checkbox { width: auto; }




/* IE8 CSS 
#respond { width: 75% !important; }
.form-group { position: relative !important; }
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label,
#respond .form-group label { display: block !important; }
#respond input[type="text"]:focus,
#respond textarea:focus {	text-indent: 0 !important;	z-index: 1;}
#respond .form-group.select label { display: none !important; }
#respond input[type="text"],
#respond textarea {	text-indent: 0 !important;	width: 100% !important; }
#respond input[type="file"]{ border: 1px solid black!important; }
#respond .form-group { float: left; width: 60% !important; } */

/* IE9 CSS 
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label,
#respond .form-group label { display: block !important; }
#respond input[type="text"]:focus,
#respond textarea:focus {	text-indent: 0 !important;	z-index: 1;}
#respond .form-group.select label { display: none !important; }
#respond input[type="text"],
#respond textarea {	text-indent: 0 !important;	width: 100% !important; } */
