@charset "utf-8";

/* YAHOO! UI LIBRARY: RESET CSS http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


/* LAYOUT */

a { color: #6292B8; }

.entry a {
	padding: 2px 6px;
	background: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.entry a img { margin: 0 -6px; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

h4 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

cite {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/topo.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	position: relative;
	overflow: hidden;
	/* background-image: url(12_col.gif); */
}

#logo {
	width: 960px;
	height: 280px;
}

#texto {
	width: 760px;
	margin: 0 auto;
}

#texto em, #texto i {
	font-style: italic;
}

#sidebar {
	float: left;
	width: 160px;
	background-color: #6292B8;
	position: relative;
}

#content {
	float: left;
	width: 100%;
	margin-right: -160px;
	position: relative;
}

#content p {
	line-height: 21px;
}

#content h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin-top: 20px;
}

#footer {
	background-color: #6292B8;
	clear: both;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 130%;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	width: 960px;
}

#footer a strong { color: #FFFFFF; }

#footer a, #footer a:visited { color: #FFFFFF; }

#footer a:hover { color: #FFFFFF; }

#footer h4 { margin: 10px 0 5px; }

#footer li a { display: block; }

#credits {
	background-image: url(images/header_fundo.png);
	color: #FFFFFF;
	font-size: 11px;
	height: 15px;
	line-height: 120%;
	margin: 0 auto;
	padding: 10px;
	width: 940px;
}

#credits a, #credit a:visited { color: #048db4; }


/* WIDGETS */

#search {
	padding: 10px;
	text-align: right;
	border-width: 11px 1px 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

#twitter_div {
	width: 138px;
	padding: 10px;
	border-width: 11px 1px 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #B0C8DB;
	font-size: 11px;
	color: #000000;
}

#arquivos {
	width: 138px;
	padding: 10px;
	border-width: 11px 1px 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #B0C8DB;
	font-size: 11px;
	color: #000000;
}

#arquivos li {
	background-color: #C4D6E4;
	border-left: solid 3px #6292B8;
	margin-top: 2px;
	padding-left: 2px;
}

#arquivos li a {
	color: #6292B8;
}

#twitter_div li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 3px;
}

#twitter_div a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFFFFF;
}

#twitter_div li a {
	border-left: 3px solid #B0C8DB;
}


/* CLASSES */

.admin { font-weight: bold; }

.alignleft { float: left; }

.alignright { float: right; }

.post {
	margin-right: 210px;
}

.tags {
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
}

.navigation {
	clear: both;
	height: 15px;
	padding: 10px 0;
}

span.previous-entries {
	background: url(images/mini-nav-left.gif) no-repeat left center;
	display: block;
	float: left;
	padding-left: 18px;
	width: 228px;
}

span.next-entries {
	background: url(images/mini-nav-right.gif) no-repeat right center;
	display: block;
	float: right;
	padding-right: 18px;
	text-align: right;
	width: 225px;
}

.comentarios {
	width: 530px;
	border: 1px #CCCCCC solid;
	margin-top: 5px;
	padding: 10px;
	background-color: #EEEEEE;
}

.comentarios-mod, .admin, .aviso {
	width: 530px;
	border: 1px #990000 solid;
	margin-top: 5px;
	padding: 10px;
	background-color: #CC0000;
	color: #FFFFFF;
}

.aviso {
	width: 384px;
	font-size: 75%;
	margin-bottom: 5px;
}

.comentarios-mod a, .admin a {
	color: #FFFFFF;
}

.footer-about {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 210px;
}

.footer-recent-comments {
	float: left;
	margin-left: 10px;
	width: 400px;
}

.footer-recent-comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0 0 10px 20px;
}

.footer-recent-posts {
	float: left;
	margin-left: 10px;
	width: 300px;
}

.footer-recent-posts strong {
	font-size: 107%;
	font-weight: bold;
	line-height: 135%;
}

.footer-recent-posts ul {
	font-size: 11px;
	line-height: 110%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0 0 10px 20px;
}

hr.clear {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
