/*  

Theme Name: Est&uacute;dio Raposa
Author: Patricia Furtado
Author URI: http://www.patriciafurtado.com/
*/


/* COLORS
   Body Background:       #fff
   Page Background:		  #fff
   Footer Background	  ##8dafad
   Main Text:             #666
   Titles:				  #588
   Links:                 #9bb
   Hover:                 #
   Lines:				  #acc
   
*/



/* =RESET
   ----------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size: 1em; font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/* =SECTIONS
   ----------------------------------------------------*/
   
body {
	font-family: Tahoma, Trebuchet, Verdana, Arial, sans-serif;
	color: #666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
}

#page {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 30px;
	border-style: solid;
	border-color: #9bb;
	border-width: 1px;
	background-color: #fff;
	position: relative;
	width: 890px;
	text-align: left;
	
}

#header {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -6px;
	height: 250px;
	background-image: url(images/header.gif);
	width: 870px;
}
#title {
	height: 90px;
	left: 215px;
	top: 100px;
	position: relative;
}

#nav {
	font-size: 17px;
	top: 100px;
	min-width: 760px;
	float:right;
	/*left: 110px;*/
	color: #666;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	position: relative;
}

#main {
	position: relative;
	left: 10px;
	width: 870px;
}

#content {
	margin-top: 10px;
	margin-right: 10px;
	border-top: 3px solid #acc;
	width: 580px;
	float: left;
	position: relative;
}

#noticias {
	width: 580px;
	border-top: 3px solid #acc;

}

#sidebar {
	padding-top: 20px;
	margin-top: 10px;
	border-top: 3px solid #acc;
	float: left;
	position: relative;
	width: 280px;
}

#footer {
	margin-bottom: 10px;
	clear: both;
	background-repeat: repeat-x;
	position: relative;
	background-color: #8dafad;
	text-align: center;
	background-image: url(images/footer.gif);
	height: 30px;
	width: 870px;
	left:10px;

}

/* =LINKS
   ----------------------------------------------------*/

a, a:link {
	color: #588;
}
a:hover {
	color: #177;
}
#footer a:hover {
	color: #588;
}

/* =TYPE
   ----------------------------------------------------*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 48px;
}
h1 a, h1 a:link {
	text-decoration: none;
	color: #000;
	
}
p {
	padding-bottom: 15px;
	line-height: 17px;
	font-size: 12px;
}
  
h2, #title p {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#footer p, #footer a, #footer a:link {
	padding-top: 10px;
	font-size: 11px;
	color: #dee;
}

#footer a:hover {
	color: #fff;
}

#sidebar p {
	padding-right: 20px;
	padding-left: 20px;
}

h3 {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #588;
	font-size: 24px;
}

h3 a, h3 a:link, h4 a, h4 a:link {
	text-decoration: none;
}
h4 {
	line-height: 16px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
	color: #588;
	font-size: 16px;
}
h5 {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #588;
	font-size: 12px;
}
.separator {
	clear: both;
	height: 10px;
	width: 580px;
	border-top-color: #acc;
	border-top-style: solid;
	border-top-width: 1px;
}
.separator_p {
	clear: both;
	height: 10px;
	width: 280px;
	border-top-color: #acc;
	border-top-style: solid;
	border-top-width: 1px;
}
.separator_pp {
	clear: both;
	height: 10px;
	width: 280px;
	border-top-color: #acc;
	border-top-style: solid;
	border-top-width: 3px;
}
.ultimas {
	width: 560px;
	margin-left: 20px;
	font-size: 12px;
	height: 30px;
}.u_cat {
	font-weight: bold;
	width: 194px;
	float: left;
	position: relative;
}
.u_date {
	float: left;
	position: relative;
	width: 100px;
}
.u_postname {
	float: left;
	position: relative;
}
.u_postname a, .u_postname a:link {
	color: #666;
}
.postdata {
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#nav ul li{
	display: inline;
	margin: 0;
}
#nav a {
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 1px;
	text-decoration: none;
	color: #666;
	background-color: #fff;
	float: left;
}
#nav a:hover{
	text-decoration: none;
	background-color: #fff;

}
a.menu1, a.menu2, a.menu3, a.menu4, a.menu5, a.menu6, a.menu7 {
	opacity: 0.7;
}
a.menu1active, a.menu2active, a.menu3active, a.menu4active, a.menu5active, a.menu6active, a-menu7active {
	opacity: 1;
}
.searchform {
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.podPress_content {
	padding-top: 20px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
.entry {
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#act {
	padding-top: 30px;
}
.postroll {
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}
.postroll a, .postroll a:link {
	line-height: 21px;
	color: #666;
}
.postroll a:hover {
	color: #177;
}
#links {
	padding-right: 20px;
	padding-left: 20px;
}
#links ul li {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	line-height: 17px;
	font-size: 12px;
}
#links h3 {
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
}
.navigation {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	font-size: 11px;
}


/*** EDITADO POR RICARDO VERCESI ***/

strong, b {
	font-weight: bold;
}

em, i {
	font-style:italic;
}
