/*  
Theme Name: 13 de Maio!  
Theme URI: http://fatima.arautos.org/  
Description: Thema em comemora��o ao 13 de maio 
Author: Julio Cesar Paulino Garcia (WebStandards) & Felipe Franco(design)
Author http://fatima.arautos.org/  
Version: 1.0  
*/ 


body {
	font: 88% Tahoma, Geneva, sans-serif;
	background:#EAF6FB url(images/bg-top-header.jpg) left top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body a{
	/*color:#996600;*/
        color: 	#003366;
	text-decoration:none;
}
body a:hover{
	/*color:#CFA95A;*/
        color: 	#191970;
	font-weight:bold;
}
.thrColFixHdr #header-top {
	width: 980px;
	height:53px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.thrColFixHdr #box-busca {
	width: 275px;
	height:36px;
	margin: 0 0 0 705px; /* the auto margins (in conjunction with a width) center the page */
	background:#CFA95A url(images/bg-box-seach.jpg) left top repeat-x;
}

.thrColFixHdr #box-busca ul{
	padding:0;
	margin:0;
	list-style:none;
}
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px;
}
.thrColFixHdr #header {
	background: #DDDDDD;
	height:210px;
	background:#CCC url(images/bg-header.jpg) 0 34px;
	border: #000 thin solid;
	padding:0;
	margin:0;
}
.thrColFixHdr #menu {
	height:34px;
	background:#CCC url(images/bg-menu-header.jpg) left top repeat-x;
	width:100%;
}
.thrColFixHdr #menu #icon-rss{
	height:34px;
	line-height:34px;
	width:150px;
	float:right;
	text-align:right;
	padding:0 8px 0 0;
	font-weight:bold;
}

.thrColFixHdr #menu ul{
	height:34px;
	width:800px;
	padding:0;
	margin:0;
	list-style:none;
	color:#FFCCCC;
	font-size:14px;
	text-transform:uppercase;
	display:block;
	float:left;
}
.thrColFixHdr #menu ul a{
	color:#FFCCCC;
	text-decoration:none;
	font-weight:normal;
}
.thrColFixHdr #menu ul li{
	float:left;
	line-height:34px;
	height:34px;
 

}
.thrColFixHdr #menu ul li a{

    padding:0 15px;
	font-weight:normal;
	font-size: 12px;
	
}

.thrColFixHdr #menu ul li a:hover{
	background-color:#960000;
	display:block;
    padding:0 15px;
    border:none;
    color: #eff;
	font-weight:normal;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	margin:10px 0;
}
.thrColFixHdr #sidebar1 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.thrColFixHdr #sidebar1 ul h2 {
	margin:0;
	padding:0;
	font-size:14px;
	height:28px;
	line-height:28px;
        color:#ffffff;

	text-align:center;
}
.thrColFixHdr #sidebar1 ul li ul{
	margin:0 0 10px 0;
	
}
.thrColFixHdr #sidebar1 ul li ul li {
	background:#E0EAF3 url(images/bg-widget-title.jpg) left top no-repeat;
}
.thrColFixHdr #sidebar1 ul li ul li ul {
	background:none url(images/bg-widget-bottom.jpg) left bottom no-repeat;
	padding:0 0 10px 0;
}
.thrColFixHdr #sidebar1 ul li ul li ul li {
	background:none;
	margin:5px 0 0 10px;
}



.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	margin:10px 0;
}
.thrColFixHdr #sidebar2 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.thrColFixHdr #sidebar2 ul h2 {
	margin:0;
	padding:0;
	font-size:16px;
	height:32px;
	line-height:32px;

	text-align:center;
}
.thrColFixHdr #sidebar2 ul li ul{
	margin:0 0 10px 0;
	
}
.thrColFixHdr #sidebar2 ul li ul li {
	background:#FFFFCC url(images/bg-widget-title.jpg) left top no-repeat;
}
.thrColFixHdr #sidebar2 ul li ul li ul {
	background:none url(images/bg-widget-bottom.jpg) left bottom no-repeat;
	padding:0 0 15px 0;
}
.thrColFixHdr #sidebar2 ul li ul li ul li {
	background:none;
	margin:5px 0 0 10px;
}


.thrColFixHdr #mainContent {
	margin: -4px 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.thrColFixHdr #mainContent h1{
	color:#000;
	font-size:150%;
}

.thrColFixHdr #mainContent h1 a{
	color:#000;
}
.thrColFixHdr #mainContent h2{
	color:#704A70;
	font-size:130%;
}

.thrColFixHdr #mainContent h2 a{
	color:#704A70;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(images/bg-footer.jpg) left top repeat-x;
	height:45px;
	margin:45px 0 0 0;
}
.thrColFixHdr #footer img {
	border:none;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}