/**
 * author: Ciro Feitosa - http://cirofeitosa.com
 * 2009/oct
 */

/**
 * intro blog
 */
#intro h3
{
	color: white;
	font-family: Georgia, 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 22px;
}

#intro h3 a
{
	color: white;
	text-decoration: none;
}


/**
 * texts in post
 */
#post h1
{
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 36px;
	font-family: Rockwell;
}

#post p
{
	margin: 15px 0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

#post p.date
{
	color: #666;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 20px;
}

#post p.date a
{
	color: #333;
	text-decoration: none;
}

#post p.date a:hover
{
	color: black;
	text-decoration: underline;
}

#post h2, #post h3, #post h4, #post h5
{
	font-size: 24px;
	margin: 20px 0;
	margin-top: 30px;
	font-weight: bold;
}

#post h3
{
	font-size: 20px;
}

#post h4
{
	font-size: 18px;
}

#post h5
{
	font-size: 16px;
}

#post blockquote
{
	color: #666;
	font-size: 14px;
	border-left: solid #ccc 5px;
	margin-left: 20px;
	padding: 10px;
	background: #f5f5f5;
}

#post ul, #post ol, #post dl
{
	margin-left: 20px;
	font-size: 14px;
	color: #333;
}

#post li
{
	margin-left: 20px;
	list-style: disc;
	margin-bottom: 5px;
}

#post pre
{
	background: #f5f5f5;
	padding: 10px;
	border-left: solid #ccc 5px;
	margin-left: 20px;
}

#post form input.texto
{
	font-size: 14px;
	color: #333;
	padding: 3px;
}

#post p.destaque
{
	background: #ffffcc;
	padding: 5px;
	border: solid #e8e8e8 1px;
}

#post img.img-esq
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#post img.img-dir
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#post dl dt
{
	font-weight: bold;
}

#post dl dd
{
	margin-bottom: 10px;
}


/**
 * comments list
 */
.comments
{
	border-top: solid #e8e8e8 1px;
	padding-top: 20px;
	margin-top: 40px;
}

.comments-list
{
	padding-left: 40px;
}

.comments h3
{
	color: #333;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
	clear: both;
}

.comment
{
	width: 960px;
	display: table;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.comment-photo
{
	float: left; 
	width: 70px;
}

.comment-photo img
{
	width: 70px;
	height: 70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.comment-author
{
	font-weight: bold;
}

.comment-content
{
	float: right;
	width: 880px;
}

.comment-content p
{
	color: #555;
	font-size: 12px;
	margin: 0;
	margin-bottom: 5px;
}

.comment-content p a
{
	color: #333;
}

.comment-content p a:hover
{
	color: black;
	text-decoration: underline;
}


/**
 * comments form
 */
.comment-frm label
{
	float: left;
	display: block;
	width: 110px;
	text-align: right;
	font-size: 12px;
	color: #555;
	padding-right: 10px;
	line-height: 20px;
}

.comment-field
{
	width: 300px;
	padding: 5px;
	border: solid #999 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin-bottom: 5px;
	font-size: 14px;
}

.comment-button
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: solid #999 1px;
	background: #e8e8e8;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	width: 90px;
	height: 30px;
	margin-right: 20px;
}

.comment-sending
{
	display: none;
}

.comment-success
{
	display: none;
	line-height: 20px;
	padding-left: 25px;
	background: white url(../_img/success.png) no-repeat center left;
	color: green;
	font-weight: bold;
	font-size: 12px;
}

