/* Reinicializar Folha de Estilo CSS */  
{  
    margin: 0;  
    padding: 0;  
}  
  
/* O Navegador vai mostrar elementos HTML 5 em bloco */  
header, footer, aside, nav, article {  
    display: block;  
}  
  
body {  
    margin: 0 auto; 
    width: 1080px;  
    font: 13px/22px Helvetica, Arial, sans-serif;  
    background: #f0f0f0;  
}  
  
h2 {  
    font-size: 28px;  
    line-height: 44px;  
    padding: 22px 0; 
	text-shadow: 2px 2px 5px #333; 
}  
  
h3 {  
    font-size: 18px;  
    line-height: 22px;  
    padding: 11px 0;  
	text-shadow: 2px 2px 5px #333;
}  
  
p {  
    padding-bottom: 22px;  
}


#nav {
	margin: 0;
	padding: 7px 6px 0;
	width: 100%;      /* acrescentei para melhor aparencia */
	line-height: 100%;
/*	border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em; */
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #aa9103; /* 8b8b8b;   para navegadores que nao aceitam css3 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7d205), to(#aa9103)); /* a9a9a9 e 7a7a7a para webkit browsers */
	background: -moz-linear-gradient(top,  #f7d205,  #aa9103); /* a9a9a9 e 7a7a7a para firefox 3.6+ */

	border: solid 1px #aa9103; /* 6d6d6d; */
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 0.6em; /* 1.6em; */
	-moz-border-radius: 0.6em; /* 1.6em; */
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /*  para navegadores que nao aceitam css3 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666; /* 666 cor da letra dos sub-menus */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #ccb63d /* 0399d4 para navegadores que nao aceitam css3 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccb63d), to(#ccb63d)) !important; /* 04acec e 0186ba for webkit browsers */
	background: -moz-linear-gradient(top,  #ccb63d,  #ccb63d) !important; /* 04acec for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 6px; /* 10px; */
	-moz-border-radius: 6px; /* 10px; */
	border-radius: 6px; /* 10px; */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 6px; /* 9px; */
	-moz-border-radius-topleft: 6px; /* 9px; */
	-webkit-border-top-right-radius: 6px; /* 9px; */
	-moz-border-radius-topright: 6px; /* 9px; */
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 6px; /* 9px; */
	-moz-border-radius-bottomleft: 6px; /* 9px; */
	-webkit-border-bottom-right-radius: 6px; /* 9px; */
	-moz-border-radius-bottomright: 6px; /* 9px; */
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}



footer {  
    text-align: justify;  
    -moz-column-count: 3;
	-moz-column-gap: 1.5em;
	-moz-column-rule: 1px solid #c4c8cc;
	-webkit-column-count: 3;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: 1px solid #c4c8cc;  
	
	padding: 22px 22px;
	background: #f2e07c; /* url("images/footer_background.png"); */
}

footer-o {  
    position: absolute;  
    left: 0;  
    width: 100%; 
	padding: 22px 22px; 
    background: #f2e07c; /* url("images/footer_background.png"); */  
}
		
#intro {  
    margin-top: 14px; /* 66px; */ 
    padding: 44px;  
    background: #FAF3B4  url("images/tdbnet_background.png") repeat-x; 
    background-size: 100%;  
    border-radius: 22px; 
	
	    /* Background-size not implemented yet */  
    -webkit-background-size: 100%;  
    -o-background-size: 100%;  
    -khtml-background-size: 100%;  
  
    /* Border-radius not implemented yet */  
    -moz-border-radius: 22px;  
    -webkit-border-radius: 22px; 
	
	background: #467612 /* url("intro_background.png") top left (287px 100%) repeat-x, */  
url("images/intro_flower.png") top right (653px 100%) no-repeat;
}

#intro h2, #intro p {  
    width: 336px;  
}  
  
#intro h2 {  
    padding: 0 0 22px 0;  
    font-weight: normal  
    color: #000099; /* fff; */ 
}  
  
#intro p {  
    padding: 0;  
    color: #039; /* d9f499; */  
}

#content {  
    display: table;  
}  
  
    #mainContent {  
        display: table-cell;  
        width: 620px;  
        padding-right: 22px;  
    }  
  
    aside {  
        display: table-cell;  
        width: 300px;  
    }

.blogPost div {  
    column-count: 2;  
    column-gap: 22px;  
}

.blogPost {  
    column-count: 2;  
    column-gap: 22px;  
}  
  
.blogPost header {  
        column-span: all;  
}
	
.blogPost div {  
    /* Column-count not implemented yet */  
    -moz-column-count: 2;  
    -webkit-column-count: 2;
	-o-column-count: 2;  /* eu acrescentei mas nao teve efeito, aparentemente */
  
    /* Column-gap not implemented yet */  
    -moz-column-gap: 22px;  
    -webkit-column-gap: 22px;  
}

		.blogPost img {  
    margin: 22px 0;  
    box-shadow: 3px 3px 7px #777;  
}

.blogPost img {  
    margin: 22px 0;  
    -webkit-box-shadow: 3px 3px 7px #777;  
}

section#comments article:nth-child(2n+1) {  
    padding: 21px;  
    background: #E3E3E3;  
    border: 1px solid #d7d7d7;  
  
    /* Border-radius not implemented yet */  
    -moz-border-radius: 11px;  
    -webkit-border-radius: 11px;  
}

