/*
 * Main CSS file (for the site)
 *
 * Copyright (c) 2009 startupbrasil.com.br
 */

body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	font-family: arial, sans-serif;
	color: #222222;
	font-size: 16px;
	width: 800px;
}

#contents {
	width: 800px;
}

H1, H2, H3 {
    background: inherit;
    margin: 10px 0px 5px 0px;
    font-weight: bold;
    border-bottom: solid #000;
    border-width: 0px 0px 1px 0px;
    text-align: left;
}

H1 {
    color: #557;
    font-size: 160%;
}

H2 {
    color: #222;
    font-size: 130%;
    padding-left: 10px;
}

H3 {
    color: #555;
    font-size: 100%;
}

A, A:visited {
    font-weight: normal;
    color: #55B;
}

A:hover {
    text-decoration: underline;
}

a.no_underline {
	text-decoration: none;
}

div.mainmenu {
	height: 28px;
	width: 100%;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: center;
	background-color: #36A;
	clear: both;
}

div.mainmenu ul {
	color: #FFF;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

div.mainmenu li, div.mainmenu li a {
	float: left; 
	display: inline;
	list-style-type: none;
	color: #EEE;
	margin-right: 10px;
}

.text {
    width: 90%;
    text-align: justify;
}

.centered {
	margin: 0 auto;
	text-align: center;
}

DIV.text {
    margin-left: auto;
    margin-right: auto;
}

.caption {
	font-size: 80%;
	font-style: italic;
}

.twobaritem { 
	clear: both;
	margin-top: 10px;
	padding-top: 20px;
}

.leftbar, .rightbar {
	width: 50%; 
	float: left;
	text-align: justify;
}

.leftbar h2 {
	border: solid #000 0px;
}