/* : :  R E S E T  : : : : : */
	* { margin: 0; padding: 0; }
	A, IMG, FORM, FIELDSET {border: none;}


/*		COLORs
	cinza +	#7c7c7c
	cinza		#B0B0B0
	cinza -	#DADADA
	laranja +	#EE8A02
	laranja	#FDB048
*/



/* * * * * * * * * * * * * * * * * * * * * * * * * * ** * */
/*                                  G E R A L                                  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

	HTML, BODY {
		height: 100%;
	}
	HTML {
		background: #D4D4D4 /*url('../img/main/footer_bg.jpg') bottom no-repeat*/;
	}
	
	DIV#overall_body {
		width: 100%;
		float: left;
		min-height: 100%;
		margin: 0 auto -16px;
		background: url('../img/main/footer_bg.jpg') no-repeat bottom;
	}
	
	DIV#main_body {
		width: 960px;
		margin: 0 auto;
	}
		
	DIV#main_header {
		width: 960px; height: 85px;
		background: url('../img/main/header_bg.jpg') no-repeat;
	}
	
	DIV#main_contents {
		width: 960px;
		margin: 20px 0 0;
		/*background: yellow;*/
	}
	
	
	DIV#main_footer {
		width: 100%;
		float: left;
		text-align: center;
	}
		DIV#main_footer P.pfooter {
			font-size: 11px;
			color: #DADADA;
		}
			DIV#main_footer P.pfooter a { color: #FDB048; }
	

	/* FIX */
		DIV.contentsclear {
			clear: both;
			width: 20px; height: 2px;
			float: left;
		}
		DIV.clear {clear: both; }



/* * * * * * * * * * * * * * * * * * * * * * * * * * ** * */
/*                                   T E X T                                    */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	HTML {
		font: 11px Arial, Trebuchet MS, Tahoma, sans-serif;  
		color: #7c7c7c;
	}
		A {color: #EE8A02; text-decoration: none;}
			A:hover {color: #FDB048; text-decoration: underline;}
	
	P {
		font-size: 12px;
		line-height: 17px;
		color: #7c7c7c;
	}
	

	DIV.quote, blockquote {
		margin: 10px 0 15px 20px;
		padding: 0 15px 10px 40px;
		background: url('../img/icons/blockquote.gif') no-repeat;
		font-style: italic;
		color: #B0B0B0;
		font-size: 12px;
	}
	

	H4 {
		font-size: 16px;
		color: #DADADA;
	}
		H4 A {color: #FFF; text-decoration:none;}
			H4 A:hover {color: #DADADA;}
	
	H6 {
		font-size: 13px;
		color: #EE8A02;
		/*margin: 20px 0 10px 0;*/
	}

	
	/*    especial para users   */
		SPAN.staffadmin {color: #FF251A;}
		SPAN.staffeditor {color: #00C600;}
		SPAN.staffcolaborador {color: #2291FF;}
		SPAN.membro {color: #B2B2B2;}
		
		DIV.boxpost1 SPAN.membro {color: #EE8A02;}


	/* footer */
		SPAN.stats1{
			background: #58744B;
			color: #DADADA;
			padding: 0 5px;
			margin-left: 10px;
		}
			SPAN.stats1 STRONG{
				color: yellow;
			}
			SPAN.stats1 EM{
				color: #B9B9B9;
				font-style: normal;
			}
/*		COLORs
	cinza +	#7c7c7c
	cinza		#B0B0B0
	cinza -	#DADADA
	laranja +	#EE8A02
	laranja	#FDB048
*/


/* * * * * * * * * * * * * * * * * * * * * * * * * * ** * */
/*                                    U S E R                                   */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

	UL.menu1 {
		width: 400px;
		margin: 15px 0 0 25px;/*top right bottom left*/
		float:left;
	}
		UL.menu1 LI {
			width: 112px; height: 58px;
			padding-top: 12px; margin-left: 14px;
			float:left;
			list-style-type: none;
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
		}
		UL.menu1 LI.on { color: #969696; background: url("../img/main/menu1_on.jpg") no-repeat; }
		UL.menu1 LI.on span { font-size: 9px; color: #AEAEAE; }
		UL.menu1 LI.on A { color: #969696; }
		UL.menu1 LI.off { color: #EFEFEF; background: url("../img/main/menu1_off.jpg") no-repeat; }
		UL.menu1 LI.off span { font-size: 9px; color: #DADADA; }
		UL.menu1 LI.off A { color: #EFEFEF; }
		UL.menu1 LI.off A:hover { color: #DADADA; }


	DIV.caixauser1 {
		width: 254px; height: 58px;
		margin: 14px 20px 0 0;
		float: right;
		background: url("../img/main/moduser_bg.jpg") no-repeat;
	}
		DIV.caixauser1l {
			margin: 7px 10px 0 7px;
			float: left;
		}
		DIV.caixauser1r { margin: 1px 0 0 10px; }
			DIV.caixauser1rlogged { margin: 5px 0 0 0; }
			DIV.caixauser1r h6 { margin-top: 9px; font-size: 16px; }
			
			FORM.quicklogin  {}
				FORM.quicklogin LABEL {
					color: #EE8A02;
					font-size: 10px;
				}
				FORM.quicklogin INPUT {
					border: none;
					color: #666666;
					font-size: 10px;
				}
				FORM.quicklogin INPUT.email, FORM.quicklogin INPUT.pass {
					height: 13px;
					margin: 8px 0 4px 0;
					padding: 2px 2px;
					background: #FFF;
				}
				FORM.quicklogin INPUT.email { width: 115px; padding-left: 5px; }
				FORM.quicklogin INPUT.pass { width: 54px; margin-left: 2px; text-align: center; }
				FORM.quicklogin INPUT.btn1 {height: 0px; width: 0px;}



