/*
	vSlider v2.0
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/2.5/
*/

/***************/
/* Comment Box */

#comments{
	font-size:  1.1em;
	text-align: left;
	width: 500px;
}


.comment-top, .comment-bottom, .comment-body {
	width: 450px;
}

.comment-top, .comment-top-admin {
	background: url("images/comment_top.gif") no-repeat left top;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	margin-left: 25px;
	margin-top: 20px;
}

.comment-top-admin {
	background: url("images/comment_top_admin.gif") no-repeat left top;
}

.comment-bottom {
	position: relative;
	background: url("images/comment_bottom.gif") no-repeat left bottom;	
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}


.comment-body {
	background: url("images/comment_body.gif") repeat-y left;	
}

.comment-body-contents {
	position: relative;
	overflow: hidden;
	margin: 0 12px 0 12px;
	width: 426px;
}


.comment-title, .comment-title-admin {
	background: url("images/comment_title.gif") repeat-y left;
	margin: 0px;
	padding: 0px 10px 5px 10px;
}

.comment-title-admin {
	background: url("images/comment_title_admin.gif") repeat-y left;
}


.comment-body-contents p {
	margin: 0px;
	padding: 10px 0 0 0;
}

.commentmetadata {
	float: none;
	margin: 0px;
	text-align: center;
	color: #7f7f7f;
	padding: 0px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


#commentform {
	width: 450px;
	margin-left: 25px;
}

#commentform .textform {	
	border: 1px solid #acb0b5;
	padding: 1px 5px 1px 5px;
}

#commentform input {
	width: 200px;
	padding: 0;
}


#commentform textarea {
	width: 439px;
	padding: 0;
}

#commentform #submit {
	margin: 0;
	width: auto;
	float: right;
	background-color:#e9eff6;
	border: 1px outset #a4b5bd;
	cursor: pointer;
}
	
#commentform p {
	margin: 5px 0;
}

/* End of Comment Box */
/**********************/


/**********************/
/* Comment Typography */


.respond {
	border-bottom: 1px solid #acb0b5;
	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-body-contents  {
	text-align: justify;
}

.comment-body-contents p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.comment-body-contents cite, .comment-body-contents cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}


.commentmetadata {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
}


.nocomments {
	color: #777;
}


#commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


#commentform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* End Comment Typography */
/**************************/



/*****************/
/* Comment Lists */

.comment-body-contents ul, .comment-body-contents ol {
	margin: 0;
	padding: 0 0 0 10px;
	text-indent: 0px;
	}

.comment-body-contents ol li {
	margin: 7px 0 8px 30px;
}

.comment-body-contents ul li{
	margin: 7px 0 8px 30px;
	list-style: url("images/bullet.gif");
}

/* End of comment Lists */
/*****************/