/* @override 
	http://localhost:8888/css/comments.css
	http://www.seqoy.com/css/comments.css
*/

/* //////////////////////////////////

 comments.css 
 
 SEQOY Web Site 2.0 (seqoy.com)
 Creation Date: May, 20. 2009
 Created by: SEQOY Development Team
 
 This file it's a open source CSS file, 
 you can use this code as free as you want.


////////////////////////////////// */

/* /// /////////// //////////////////////////// // /////////// // /////////// /////////*/

/* Main comments - Blog and Sidebar*/

.seqoyContainer #comments_container {
	position: relative;
	margin-top: 25px;
	margin-left: 33px;
}

.seqoyContainer #comment_inside_container {
	margin-top: 15px;
}

.seqoyContainer #comments_container ol {
	margin: 0;
	padding: 0;
}

.seqoyContainer #comments_divisor {
	margin-top: -13px;
	position: relative;
}

.seqoyContainer #comment_author_and_date {
	font-size: 15px;
	font-weight: bold;
	display: inline;
	position: relative;
	margin-left: 10px;
}
.seqoyContainer #comment_body {
	background: url(/imagens/comment-baloom.jpg) no-repeat;
	margin-top: 2px;
	padding-top: 15px;
	padding-left: 22px;
	padding-right: 22px;
	width: 501px;
	margin-bottom: 37px;
}

.seqoyContainer #comment_field {
	margin-top: 11px;
	background: url(/imagens/comment-fields-oneline.jpg) no-repeat;
	padding-top: 4px;
	padding-left: 7px;
	height: 39px;
	width: 525px;
}

.seqoyContainer #comment_input_author, #comment_input_email, #comment_input_url  {
	outline: none;
	border: none;
	color: white;
	background-color: #D1D1D1;
	font-size: 13px;
	width: 520px;
	float: right;
	position: relative;
	left: 0;
	margin: 3px 4px 0 0;
}

.seqoyContainer #comment_field_text {
	margin-top: 11px;
	background: url(/imagens/comment-fields-morelines.jpg) no-repeat;
	height: 240px;
	padding-top: 15px;
	width: 532px;
}

.seqoyContainer #comment_input_body {
	outline: none;
	border: none;
	color: white;
	background-color: #D1D1D1;
	font-size: 13px;
	width: 510px;
	height: 208px;
	float: right;
	margin-right: 12px;
}

/* /// /////////// //////////////////////////// // /////////// // /////////// /////////*/
.seqoyContainer #commentMessageContainer  {
	border: 1px solid #c0c0c0;
	background-color: #fbfbfb;
	padding: 11px 23px;
	position: relative;
	font-size: 12px;
	color: maroon;
	display: inline;
	margin-left: 15px;
	float: right;
	margin-bottom: 20px;
	top: 2px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	right: 77px;
	opacity: 0;
	
}

.sociable {
	padding-top: 12px;
	font-size: 18px;
	margin-bottom: -5px;
	margin-left: 11px;
	color: #404040;
}

.sociable_tagline {
	background: url(../imagens/blue/divisor-blog.jpg) no-repeat;
	padding-top: 19px;
	padding-bottom: 9px;
}

.sociable ul {
	padding: 0;
	list-style-type: none;
	display: inline;
	margin: 0;
	position: relative;
}

.sociable ul li {
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type: none;
	display: inline;
}

.seqoyContainer #share_this_positon {
	display: inline;
	position: relative;
	top: -46px;
	left: 245px;
	font-size: 13px;
}

