/*
Theme Name: DSA Blog
Theme URI: http://www.dsaportfolio.com.br/blog/
Description: Tema do meu blog pessoal.
Version: 1.0
Author: Diego Alencar
Author URI: http://www.dsaportfolio.com.br/
Tags: portfolio, personal, light, blue, green, white, black, diego, sa, alencar. 
*/

//The four following CSS are given by Flexible Upload Plugin's FAQ to allow the image alignment by the plugin

.imageframe { margin: 10px; padding: 5px; border: 1px solid #aaa; }
.alignleft { float: left; }
.alignright { float: right; }
.centered { margin-left: auto; margin-right: auto; }

body {
	margin: 0px;
	background: #000000 url(images/fundo.jpg) repeat-y top center;
}
#body{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/header.jpg) no-repeat #141414;
	border-left: #212121 1px solid;
	border-right: #212121 1px solid;
}
#header{
	width: 780px;
	height: 250px;
	border-bottom: 1px solid #666666;
}
.breadcrumb{
	padding: 5px;
	margin: -5px 5px 15px 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom: #666666 1px solid;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#links{
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-top: 5px;
	color: #999999;
}
#links a:link, #links a:visited, #links a:active{
	text-decoration: none;
	color: #999999;
}
#links a:hover, #links a:focus{
	text-decoration: underline;
	color: #999999;
}
#logo{
	padding-top: 60px;
	padding-left: 120px;
}
#logo img{
	border: 0px;
}
#header_revenge{
	padding-top: 10px;
	width: 780px;
	height: 100%;
}
#descr{
	height: 20px;
	margin-top: 20px;
	margin-right: 20px;
	padding-right: 5px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	background-color: #FFFFFF;
}
#container {
	width: 499px;
	border-right: 1px solid #666666;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.post_itself{
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: #333333 1px solid;
	margin-bottom:25px;
}
#flags{
	text-align: right;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#flags ul{
	float: right;
}
#flags li{
	float: left;
	margin-left: 5px;
}
.post_body{
	width: 410px;
	float: left;
}
.post_body2{
	width: 380px;
	float: left;
	padding-bottom: 8px;
}
.post_body3{
	width: 490px;
	float: left;
}
.post_body a:link, .post_body a:visited, .post_body a:active, .post_body2 a:link, .post_body2 a:visited, .post_body2 a:active{
	text-decoration: none;
	color: #0099CC;
}
.post_body a:hover, .post_body a:focus, .post_body2 a:hover, .post_body2 a:focus{
	text-decoration: underline;
	color: #0099CC;
}
.titulo{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.titulo a:link, .titulo a:visited, .titulo a:active{
	text-decoration: none;
	color: #0099CC;
}
.titulo a:hover, .titulo a:focus{
	text-decoration: underline;
	color: #0099CC;
}
.autor {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.thumb{
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: #7FFFD4 solid 1px;
	float: left;
	clear: both;
	display: block;
}
.thumb img{
	border: 0px;
}
.postado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 70px;
	height: 44px;
	padding-top: 5px;
	margin-right: 10px;
	text-align: center;
	background: url(images/postado.jpg);
	float: right;
	display: block;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.postado2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 70px;
	height: 44px;
	padding-top: 5px;
	margin-right: 10px;
	text-align: center;
	background: url(images/postado.jpg);
	float: left;
	clear:both;
	display: block;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.entry{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
}
.wp-caption-text{
	text-align:center;
	color: #999999;
}
.postmetadata{
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
.postmetadata a:hover, .postmetadata a:focus{
	text-decoration: underline;
	font-weight: bold;
	color: #CCCCCC;
}
.post_me{
	background-color: #666666;
	padding-left: 10px;
	height: 20px;
	padding-top: 2px;
	font-size: 12px;
	color: #FFFFFF;
}
.bookmark{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	line-height: 19px;
}
.post_me img{
	border: 0px;
	background-color: #FFFFFF;
}
.navigation{
	width: 498px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.navigation a:link, .navigation a:visited, .navigation a:active{
	text-decoration: none;
	color: #0099CC;
}
.navigation a:hover, .navigation a:focus{
	text-decoration: underline;
	color: #0099CC;
}
h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #0099CC;
	padding-top: 25px;
	padding-bottom: 0px;
	margin: 0px;
	height: 20px;
	background: url(images/tit2.jpg) no-repeat;
}
h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #0099CC;
	padding-top: 25px;
	padding-bottom: 0px;
	margin: 0px;	
}
.nf{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#sb{
	width: 238px;
	float: right;
}
#sidebar{
	width: 238px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.search{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.about{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #0099CC;
}
ul, li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active{
	text-decoration: none;
	color: #42E1BD;
}
#sidebar a:hover, #sidebar a:focus{
	text-decoration: underline;
	color: #00FF66;
}
#footer{
	width: 780px;
	height: 220px;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(images/footer.jpg) no-repeat bottom;
	padding-top: 40px;
}
#footer_latest{
	width: 369px;
	height: 180px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 20px;
	border-right: #666666 1px solid;
	float: left;
	font-size: 11px;
	color: #CCCCCC;
}
#footer a:link, #footer a:visited, #footer a:active{
	text-decoration: none;
	color: #42E1BD;
}
#footer a:hover, #footer a:focus{
	text-decoration: underline;
	color: #00FF66;
}
.f_tit{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
#footer_latest img{
	margin: 0px 5px 0px 0px;
	border: #666666 1px solid;
}
#ult_portf{
	width: 350px;
	height: 180px;
	float: right;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 11px;
	color: #CCCCCC;
}
#footer_txt{
	margin-top: 0px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333333;
	height: 20px;
	line-height: 18px;
	clear: both;
}
#sobre{
	width: 238px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 35px;
	background: url(images/tit.jpg) bottom left no-repeat;
}
#sobre a:link, #sobre a:visited, #sobre a:active{
	text-decoration: none;
	color: #42E1BD;
}
#sobre a:hover, #sobre a:focus{
	text-decoration: underline;
	color: #00FF66;
}
#sobre_box{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	color: #000000;
	font-size: 11px;
	text-align: justify;
}
#sobre_box a:link, #sobre_box a:visited, #sobre_box a:active{
	text-decoration: none;
	color: #000000;
}
#sobre_box a:hover, #sobre_box a:focus{
	text-decoration: underline;
	color: #000000;
}
#sobre_box img{
	margin: 0px 5px 5px 0px;
}
#twitter_div{
	margin-top: 5px;
	width: 230px;
	font-size: 11px;	
}
#twitter_update_list{
	width: 230px;
	font-size: 11px;
}
#twitter_update_list li{
	padding-bottom: 10px;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.comments-template a:link, .comments-template a:visited, .comments-template a:active{
	text-decoration: none;
	color: #42E1BD;
}
.comments-template a:hover, .comments-template a:focus{
	text-decoration: underline;
	color: #00FF66;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.commentlist li img{
float: left;
margin: 0px 8px 8px 0px;
}

.comments-template h2, .comments-template h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CC;
}

.commentmetadata{
	font-size: 11px;
}
.commentmetadata img{
	float: left;
	margin: 0px 8px 8px 0px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
}
.authcomment {
	background-color: #545454 !important;
	margin: 0 !important;
	padding: 10px 0 10px 10px !important;
}
.count {
float:right;
font-size:26px;
color: #545454 !important;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-right: 4px;
} 
.authcomment .count {
float:right;
font-size:26px;
color: #676767 !important;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-right: 4px;
}

input{
	border:none;
	background-color: #FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	color: #0066CC;
	font-size: 11px;
}
textarea{
	border:none;
	background-color: #FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	color: #0066CC;
}
.bt{
	color: #000000;
}
.script{
	border: #FFFFFF dashed 1px;
	background: #999999;
	padding: 8px;
	font-family: Georgia;
	font-size: 10px;
	color: #8B0000;
	text-align: left;
}
