body
{
	margin:0;
	padding:0;	
	background:#4e4e4e url(images/bg_degrade.jpg) repeat-x scroll top;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	color:#bcbcbc;
	text-align: center;
}


/************************************************************************************* 
* SELECTORS
**************************************************************************************/

a
{
	color:#79f900;
	text-decoration:none;
}
a:visited
{
	color:#79f900;
	text-decoration:none;
}
a:hover
{
	color:#79f900;
	text-decoration:underline;
}
a:active
{
	color:#79f900;
	text-decoration:none;
}

h2
{
	color:#79f900;
	padding:0;
	margin:0;
	font-weight:normal;
}
h3
{
	color:#79f900;
	padding:0;
	margin:0;
	font-weight:normal;
}

p
{
	margin:0;
	text-align:justify;
}




/************************************************************************************* 
* PAGE
**************************************************************************************/

#page
{
	width:960px;
	margin:12px auto;
	text-align:left;
}


/************************************************************************************* 
* HEADER
**************************************************************************************/

#header
{
	position:relative;
	z-index:100;
	height:230px;/*avoid extra height because of menu's float and negative position*/
	/* 200 px image height + 5px space between search bar + 25px from search bar*/
}

#header_search_bar
{
	width:960px;
	height:22px;
	margin:5px 0 0 0; /* distance (top) from header image*/
	border-top:solid #79f900 1px; /* top border, acts like a ruler */
}
#header_search_form
{
	margin-left:708px; /* diff between 960px of parent div and this div (width + horizontal padding)*/
	padding:0 2px 0 0;
	width:250px;
	height:22px;
	background:#56a60b url(images/lupinha_verde.gif) no-repeat scroll left center;
	text-align:right;
}
.header_search_form_field
{
	width:210px;
	height:16px;
	margin-top:1px;
	border:none;
	background-color:#414141;
	color:#9b9b9b;
}
.header_search_form_field:hover
{
	background-color:#373737;
}

#header_menu
{
	position:relative;/* without this setting together with negative top value, this menu should appear after search bar */
	top:-53px; /* sum between this div's height + (search_form's height + top border) + searh_bar margin*/
	height:25px;
}
#header_menu ul
{
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
#header_menu ul li
{
	float:left;
	padding:0 4px;
	margin:0 0 0 2px;
	height:25px;
	background:#4e4e4e url(images/bt_bg.gif) repeat-x scroll center center;
}
#header_menu ul li img
{
	border:0;
	margin:0;
	vertical-align:middle;
}

#header_menu ul li.rssButton
{
	background:none;
	padding:0;
}


/************************************************************************************* 
* SIDEBAR
**************************************************************************************/

#sidebar
{
	position:relative;
	float:left;
	top:-24px;
	_top:-47px;
	width:260px;
	background:#414141 url(images/bg_mais_escuro.jpg) repeat-x top;
}
#sidebar #about
{
	padding:12px;
	font-size:.9em;
}

#sidebar #menu
{
	color:#79f900;
	padding:24px 12px 12px 12px;
	font-size:.9em;
	background: url(images/menu_tit.gif) no-repeat top;
}

#sidebar #menu ul
{
	color:#bcbcbc;
	font-size: 12px;
}

#sidebar #menu ul li
{
	color:#bcbcbc;
	padding:6px 12px 0px 0px;
        margin: 0px 0px 0px -10px;
	font-size: 12px;
}


/************************************************************************************* 
* CONTENT
**************************************************************************************/

#content
{
	position:relative;
	z-index:90;
	top:-24px;
	float:right;
	width:700px;
}

#content img
{
	border:1px solid #ccc;
}

.post
{
	border-bottom:solid #888 1px;
	padding:24px;
}

.post_content
{
	margin:12px 0;
}


/************************************************************************************* 
* CONTACT
**************************************************************************************/

#contact_left_column
{
	position:relative;
	float:left;
	padding: 24px 0 24px 30px;
	text-align:center;
}
#contact_left_column img
{
	border:none;
}
#contact_right_column
{
	position:relative;
	float:left;
	padding: 24px 24px 24px 40px;
}


/************************************************************************************* 
* ABOUT
**************************************************************************************/

#about_left_column
{
	position:relative;
	float:left;
	padding: 24px 0 24px 30px;
	width:185px;
	text-align:center;
}
#about_left_column img
{
	border:none;
}
#about_right_column
{
	position:relative;
	float:right;
	width:425px;
	padding: 24px 30px 24px 0;
}


/************************************************************************************* 
* FOOTER
**************************************************************************************/

#footer
{
	clear:both;
}


/************************************************************************************* 
* CLASSES
**************************************************************************************/

.no_margin_padding
{
	padding:0;
	margin:0;
}
