body {
    font-family: Arial, helvetica, Tahoma, Verdana;
    font-size: 10pt;
    color: black;
    background-color: #eee;
    margin: 0px;
}

blockquote {
    background-color: #eee;
    margin-left: 20px;
    padding: 30px;
    border: 1px solid #ddd;
}

blockquote {
    background-image: url(/media/img/base_blockquote.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 30px;
}

code {
    background-color: #eee;
    overflow-x: scroll;
    overflow-y: auto;
    padding: 5px;
    width: 780px;
    border: 1px solid #ddd;
}

h1, h2, h3, h4 {
    margin: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
}

a:link, a:visited {
    color: #b13667;
    text-decoration: inherit;
}

a:hover, a:active {
    color: inherit;
    text-decoration: underline;
}

table {
    font: inherit;
    color: inherit;
}

img {
    border: 0;
}

div.all {
    position: absolute;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    border-style: none solid none solid;
    border-color: silver;
    border-width: 1px;
    background-color: white;
}

div.header {
    background-image: url(/media/img/fundo_topo.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    color: white;
    padding: 8px;
    height: 80px;
}

div.header h1 {
    font-size: 2.2em;
    font-weight: normal;
    color: #b13667;
}

div.header h1 a:hover {
    text-decoration: none;
    color: black;
}

div.header sup {
    font-size: 0.5em;
    margin-left: 10px;
}

div.content {
    padding: 10px;
    padding-bottom: 30px;
    background-image: url(/media/img/fundo_secoes.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

table.content td {
    vertical-align: top;
}

div.more {
    background-color: #ff7698;
    padding: 10px;
    color: white;
}

div.more a:link, div.more a:visited {
    color: inherit;
}

div.more ul {
    list-style-image: url(/media/img/base_list_style_2.gif);
}

table.more {
    width: 100%;
}

table.more td {
    width: 50%;
    vertical-align: top;
}

.al_left {
    text-align: left;
}

.al_right {
    text-align: right;
}

.al_center {
    text-align: center;
}

div.footer {
    background-image: url(/media/img/fundo_footer.gif);
    padding: 10px;
    text-align: right;
}

.post {
    margin-bottom: 20px;
}

.post_data {
    background-color: #a78fa7;
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana;
	float:right;
	height:49px;
	width:46px;
    border: 1px solid #775f77;
}

.post_data .month {
	color:#FFFFFF;
	display:block;
	font-size:10px;
	line-height:11px;
	padding-top:3px;
	text-align:center;
	text-transform:uppercase;
}

.post_data .day {
	color:#FFFFFF;
	display:block;
	font-size:22px;
	line-height:18px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	text-align:center;
	text-transform:uppercase;
}

.post_header {
    margin-bottom: 10px;
    color: black;
}

ul {
    list-style-image: url(/media/img/base_list_style.gif);
}

ul.list {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

ul.list li {
}

div.tags_panel {
    text-align: center;
    margin-bottom: 5px;
}

.font_8 {
    font-size: 0.8em;
}

.lateral {
    width: 150px; 
    font-size: 0.8em;
    padding-left: 10px;
    border-left: thin solid #775f77;
    background-color: inherit;
    vertical-align: top;
}

.lateral ul {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

.lateral .piece {
    margin-bottom: 10px;
}

.subcontent {
    width: 800px;
}

.subcontent h1, h2, h3, h4 {
    margin-top: 10px;
}

ul.menu {
    margin: 0px;
    padding: 0px;
    list-item: none;
    text-align: center;
}

ul.menu li {
    display: inline;
}

ul.menu li a {
    padding: 5px;
    font-weight: bold;
}

ul.menu li a:hover, ul.menu li a:focus, ul.menu li a:active {
    color: white;
    background-color: #ff7698;
    text-decoration: none;
}

ul.menu li a img {
    margin-right: 5px;
}

div.messages {
    padding: 3px;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    background-color: #ffc;
    border-bottom: 1px solid black;
}

div.messages ul {
    padding: 0px;
    margin: 0px;
}

div.messages ul li {
    padding: 3px;
    list-style: none;
}

.more h2 {
    margin-top: 0;
}

.destaque {
    overflow: hidden;
}

.destaque .box {
    overflow: hidden;
    width: 240px;
    height: 165px;
    float: left;
    margin: 0 5px 0 5px;
}

.doest-support-html5 {
    margin: 5px;
    border: 1px solid silver;
}

.doest-support-html5 p {
    margin: 10px;
}

.doest-support-html5 .icons {
    width: 100%;
}

.doest-support-html5 .icons td {
    text-align: center;
    width: 1%;
}

