/* ------------------Body-------------------- */

body{ 

	width:100%; padding:0; margin:0;
	background:#ffffff url("../images/fundo.png");

}

a{color: #474747;text-decoration: none;}

/* ------------------Page-------------------- */
	
#page{

	width:1000px;
/*	background: #E3E1E1; border-bottom: 1px solid #CCC; */
	margin:auto;
	padding:0;

}

/* ------------------Header-------------------- */

header, nav, article, footer, address { display:block; }
header, footer { width:100%; clear:both; }
header {background:#ffffff url("../images/pattern06.png");}
header .wrap-header{height: 130px;}
header #logo {position:absolute; top:30px; width: 100%;}

.subnav{background:#5EB7CB!important; border:1px solid #72D4EA;}
.subnav .wrap-subnav{}
.subnav .links ul{list-style: none;margin: 0;padding: 0;}
.subnav .links ul li{position:relative; float:left; padding-right:15px;}
.subnav .links ul li a{ font-weight:bold; font-size:10px; color:#474747;}
.subnav .links ul li a:hover{color:#ffffff;}
.subnav .share{ float:right;}
.subnav .share ul{list-style: none;margin: 0;padding: 0;}
.subnav .share ul li{position:relative; float:left; padding-right:5px;}

header #search {position: absolute;top: 30px;right: 0px; width: 258px;z-index: 15;}
header .button-search {	position: absolute;	left: 0px;	width: 28px;	border-right: 1px solid #CCCCCC;	cursor: pointer;}
header #search input {	background: #FFF;	padding: 1px 1px 1px 3px;	width: 132px;	height: 21px;	border: 1px solid #CCCCCC;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;-khtml-border-radius: 3px;	border-radius: 3px;}

/* ------------------Nav-------------------- */

nav { background: #E3E1E1; border-bottom: 1px solid #CCC;}
nav .wrap-nav{height: 37px;}

.menu ul {list-style: none;margin: 0;padding: 0;margin-left:35px;}
.menu  ul li {position: relative;float: left;padding: 6px 5px 0px 5px;}
.menu  ul li:hover {}
.menu  ul li a {font-size: 15px; line-height:14px;color:#333333;display: block;padding: 6px 10px;margin-bottom: 5px;z-index: 6;position: relative; text-transform:uppercase; }
.menu  ul li:hover a {color:#ffffff; background-color:#5EB7CB; -webkit-border-radius: 3px;	-moz-border-radius: 3px;	-khtml-border-radius: 3px;	border-radius: 3px; }

/* ------------------Nav2-------------------- */

nav2 {
	float:left; 
	width:290px; 
	margin:0px;
	}
	nav2 ul { 
		list-style:none; 
		list-style-type:none; 
		margin:0; 
		padding:0; 
		font-size:1.0em; 
		font-weight:bold; 
		} 
		nav2 ul li { 
			margin:5px;  
			}

/* ------------------Nav3-------------------- */

nav3 {
	float:left; 
	width:290px; 
	margin:0px;
	}
	nav3 ul { 
		list-style:none; 
		list-style-type:none; 
		margin:0; 
		padding:0; 
		font-size:1.0em; 
		} 
		nav3 ul li { 
			margin:5px;
			}
#nav3a {
	text-decoration: none;
	color: #ffffff;
}
#nav3 a:hover {
	text-decoration: underline;
}
/* ------------------posts-------------------- */

#posts {
	width:740px; 
	margin:0px 0px 0px 260px; 
	}

/* ------------------Footer-------------------- */

footer {background-color:#fff;}

.copyright{text-align:center; background:#5EB7CB url("../images/pattern06.png"); padding:5px 0px;color:#000000; }

h1 { font-size: 4.5em; }
h2 { font-size: 2.0em; margin:0; }
h3 { font-size: 1.4em; margin:0; }
p { font-size: 1.0em; }

article {
/*
	background:#ffffff url("../images/fundo.png");
	background:#ffffff;
*/
 
	border-bottom: 0px dashed gray; 
	margin-bottom: 0px; 
	}
article p 
	padding:10px; 
	} 