*{
	margin: 0;
	padding: 0;
	}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
	}

/* standard body */
body {
	margin: 0 auto;
	width: 1000px;
	font: 14px/20px "verdana",Times New Roman,Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	background: #0000ff url("images/Fundo.jpg") repeat;
	background-size: 100% 100%;
}
	
/* standard alignments */
.alignleft {
	float: left;
	}

img.alignleft {
	margin: 5px 10px 0 0; 
	}

.alignright {
	float: right;
	}

img.alignright {
	margin: 5px 0 0 10px; 
	}
	
.center {
	text-align: center;
	}
	
.fleft {
	text-align: left;
	float: left;
	margin-left: 20px;
	}
	
.fright {
	float: right;
	text-align: right;
	margin-right: 20px;
	}
	
.fcentered {
	text-align: center;
	}

/* Hx tags */

h1 {
	padding-left:170px;
	padding-top:40px; 
	padding-bottom:50px; 
	font-size: 72px;
	text-shadow: -2px 3px 8px #1874CD;
	color: #FFFFFF;
	}

h2 {
	font-size: 18px;
	padding: 20px 0;
	}

h3 {
	font-size: 18px;
	padding: 10px 0;
	}

p {
	padding-bottom: 20px;
	}

/* nav */

nav {
	
	box-shadow: -1px 1px 4px #006400;
	position: absolute;
	width: 1000px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffe8+0,b7df2d+0,e3f5ab+62;Green+3D+%234 */
  background: #f8ffe8; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #f8ffe8 0%, #b7df2d 0%, #e3f5ab 62%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f8ffe8), color-stop(0%,#b7df2d), color-stop(62%,#e3f5ab)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* IE10+ */
  background: linear-gradient(135deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#e3f5ab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

/*background-color:#DAA520;url("images/navbg.png");*/
	
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

nav ul {
	margin: 0 auto;
	width: 1000px;
	list-style: none;
	}

nav ul li {
	float: left;
	margin-left:25px;
	}
		
nav ul li a {
	display: block;
	margin-right: 20px;
	width: 140px;
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #006400;
	text-shadow: 1px 1px 1px #fff;
	}
			
nav ul li a:hover {
	font-weight:bold;
	color: #F00;
	text-shadow: 2px 2px 2px yellow;
	}
			
nav ul li.selected a {
	color: #556B2F;
	text-shadow: 0px 0px 0px #000;
	}
			
nav ul li.subscribe a {
	margin-left: 20px;
	padding-left: 33px;
	text-align: left;
	background: url("images/rss.png") left center no-repeat;
	}



/* intro */

#intro {
	box-shadow: -1px 1px 4px #006400;
	position: relative;
	margin-top: 55px;
	margin-bottom: 10px;
	padding: 50px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffe8+0,b7df2d+0,e3f5ab+62;Green+3D+%234 */
background: #f8ffe8; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f8ffe8 0%, #b7df2d 0%, #e3f5ab 62%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f8ffe8), color-stop(0%,#b7df2d), color-stop(62%,#e3f5ab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* IE10+ */
background: linear-gradient(135deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#e3f5ab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
/*background: #695e53 url("images/introbkg.png") repeat-x;*/
	
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;

	
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#intro h2, #intro p {
	position: relative;
	z-index: 9999;
	width: 100%;
	}
	
#intro h2 {
	padding: 0 0 15px 0;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #006400;
	}
	
#intro p {
	padding: 0;
	color: #000;
	}
	
#intro img {
	position: absolute;
	top: 0;
	right: 0;
	width: 653px;
	height: 100%;
	
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

/* content and sidebar layout */

#content {
	box-shadow: -1px 1px 4px #006400;
	position: relative;
	margin-top: 50px;
	float: left; 
	width: 1000px; 
	margin:10px 0px 10px 0; 
	padding:5px 0px 5px 0px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
background: rgb(157,213,58); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
	/*background-color: #f2ede7;*/
	
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* columns */

#content ul.column {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

#content ul.column li {
	float: left;
	width: 230px; /*Set default width*/
	padding: 0;
	margin: 15px 0;
	margin-left:18px;
	display: inline;
}

#content .block {
	height: 355px;
	WIDTH:180PX;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 20px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffe8+0,b7df2d+0,e3f5ab+62;Green+3D+%234 */
background: #f8ffe8; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f8ffe8 0%, #b7df2d 0%, #e3f5ab 62%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f8ffe8), color-stop(0%,#b7df2d), color-stop(62%,#e3f5ab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* IE10+ */
background: linear-gradient(135deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#e3f5ab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
	/*background: #d6a965;*/
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .block a {
	color: #006400;
	text-shadow: 2px 2px 2px #fff;
	}
	
#content .block img {
  /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation IE 6/7 */
	}
/* end of column configuration */
	
/* footer */
footer {
	box-shadow: -1px 1px 4px #006400;
	width: 1000px;
	clear: both;
	color: #006400;
	overflow: hidden;
	padding-top: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffe8+0,b7df2d+0,e3f5ab+62;Green+3D+%234 */
background: #f8ffe8; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f8ffe8 0%, #b7df2d 0%, #e3f5ab 62%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f8ffe8), color-stop(0%,#b7df2d), color-stop(62%,#e3f5ab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* IE10+ */
background: linear-gradient(135deg,  #f8ffe8 0%,#b7df2d 0%,#e3f5ab 62%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#e3f5ab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
	/*background-color: #271408;*/
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 200px;
	margin-bottom: 10px;
	}
	
footer section {
width: 300px;
float: left;
padding: 0 10px;
}

footer section h2 {
margin-top: 0;
}

footer section p {
  font-size: 14px;
	}

footer section a {
	color: #999;
	}
	
footer section a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
/* for inner pages */

/* content and sidebar layout */

#innercontent {
	float: left; 
	width: 610px; 
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #d6a965;
	
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

aside {
	float: right;
	text-align: left; 
	width: 300px; 
	margin:0; 
	padding:0;
	}

/* article */
.articlecontent header p, .blogPost header p a {
	font-size: 14px;
	font-style: italic;
	color: #777;
	}

.articlecontent p a {
	color: #695e53;
	}
	
.articlecontent p a:hover {
	color: #fff;
	}
	
.articlecontent header p a:hover {
	text-decoration: none;
	color: #000;
	}
	
/* box shadow on pics */
.articlecontent img {
	-webkit-box-shadow: 3px 3px 7px #777;
	}

/* sidebar */
aside section {
	margin: 10px 0 0 10px;
	padding: 10px 15px;
	background-color: #d6a965;
	
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

aside section ul {
	margin: 0 0 0 20px;
	color: #FFF;
	}
	
aside section ul li a {
	display: block;
	text-decoration: none;
	color: #695e53;
	}
		
aside section ul li a:hover {
	text-decoration: underline;
	color: #fff;
	}
	
.contP{
font-size:18px;
color:#006400;
}

/*----- DIVS dos Logos de Redes Sociais---*/

.redessociais{
height:60px;
width:60px;
padding:0px;
margin:2px;
margin-left:2px;
/*border:1px solid #000;*/
float:left;
}
.imgsociais{
height:60px;
width:60px;
}
