/*
	vSlider 3
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/3.0/
*/

/***************/
/* Comment Box */

.comment {
	margin: 30px 25px 40px 25px;
}

.comment-rendered-top, .comment-admin-rendered-top, .comment-rendered-bottom {
	position: relative;
	height: 10px;
	border: 0;
}

.comment-rendered-bottom {
	bottom: 1px;
}

.comment-rendered-top-center, .comment-admin-rendered-top-center, .comment-rendered-bottom-center {
	position: absolute;
	height: 10px;
	left: 10px;
	right: 10px;
}

.comment-rendered-bottom-center {
	height: 9px;
}


.comment-rendered-top-left, .comment-rendered-top-right, .comment-admin-rendered-top-left, .comment-admin-rendered-top-right, .comment-rendered-bottom-left, .comment-rendered-bottom-right {
	position: absolute;
	width: 10px;
	height: 10px;
}

.comment-rendered-top-left, .comment-admin-rendered-top-left, .comment-rendered-bottom-left {
	top: 0px;
	left: 0;
}

.comment-rendered-top-right, .comment-admin-rendered-top-right, .comment-rendered-bottom-right {
	top: 0px;
	right: 0;
}


.comment-top, .comment-top-admin {
}

.comment-title {
	margin: 0px;
	padding: 0px 10px 5px 10px;
}

.comment-bottom {
	position: relative;
	top: -1px;
}

.comment-contents {
	position: relative;
	overflow: hidden;
	margin: 0 12px;
}

.comment-contents p {
	margin: 0px;
	padding: 10px 0 0 0;
}

.comment-metadata {
	float: none;
	margin: 0px;
	text-align: center;
	padding: 0px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

#commentform {	
	padding: 0 25px;
}

#commentform input {
	width: 45%;
	padding: 0;
}

#commentform textarea {
	width: 95%;
	padding: 0;
}

#commentform .textform {	
	padding: 1px 5px 1px 5px;
}

#commentform #submit {
	margin: 0;
	width: auto;	
	cursor: pointer;
}
	
#commentform p {
	margin: 5px 0;
}

/* End of Comment Box */
/**********************/


/**********************/
/* Comment Typography */


.respond {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 50px;
	margin-bottom: 0px;
}

.trackback, .commentsrss {
	text-align: right;
	margin: 5px 0 5px 0;
}

.comment-contents  {
	text-align: justify;
}

.comment-contents p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.comment-contents cite, .comment-contents cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}


.comment-metadata {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	padding: 0px 10px;
}

.nocomments {
}

#commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}


#commentform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* End Comment Typography */
/**************************/
