@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
Project:	YOGA Rive Gauche
Version:	0.10
Last change:	13/04/11
Author:   T
Corporate:   Ernst & Edgar
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

0. Body
1. Colors / Typography
2. Header
3. Menu 
4. Content 
5. Left
	5.1 Menu 
	5.2 Status 
6. Middle
	6.1 main text
	6.2 Instrutores Text
	6.3 Parceiros
	6.4 Downloads
	6.5 Eventos
	6.6 Form 
7. Footer 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[0. Body]
*/
* {
	margin: 0;
	padding: 0;
}
a:link {
	color: #46351c;
}
a:visited {
	color: #46351c;
}
a:hover {
	color: #382911;
	text-decoration: none;
}
body {
	color: #7f7f7f;
	line-height: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	height: 100%;
}
html {
	height: 100%;
	background-image:url(../imgs/bg.jpg);
	background-color: #e3e3e3;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.hidden {
	position: absolute;
	left: -10000px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
img {
	border:0;
}
/*------------------------------------------------------------------
[1. Colors / Typography]
*/

h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:10px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
/*------------------------------------------------------------------
[2. Header / #header]
*/
#header {
	margin: 0;
	border:1px solid #ccc;
	border-width:0 0 1px 0;
	float:left;
}		
.head_links {
	padding:5px 5px 0px 5px;
	color:#CCCCCC;
}
.head_links p {
	padding:3px 0px 0px 0px;
}
/*------------------------------------------------------------------
[4. Content]
*/
		
#content {
	width:950px;
	margin-top:0px;
	margin-bottom: 40px;
	float:left;
}
#content p{text-align: justify;	/* width:590px; */
	padding: 20px 0 10px 0;}
#content .boxes p{padding: 3px 0 0 0;}
#page {
	width: 950px;
	margin: 0 auto;

	text-align: left;
	background-color:#FFFFFF;
}
* html #page {
	height: 100%;
}
/*------------------------------------------------------------------
[5. Left]
*/

#left {
	width:265px;
	margin-right:20px;
	float:left;
}
.left_bar {
	width:226px;
	padding:7px;
	float:left;
}
/*------------------------------------------------------------------
[5.1 Menu]
*/
#left_menu {
	width:230px;
	margin: 0 35px 0px 35px;
	float:left;
}
.left_menu_item {
	cursor:pointer;
	width:225px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#776b56;
	text-decoration:none;
	display:block;
	padding-bottom:8px;
	margin: 1px 0;
	font-weight:bold;
}
.left_menu_item img {
	padding-top:2px;
}
.left_menu_item a {
	cursor:pointer;
	padding: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#776b56;
	text-decoration:none;
	display:block;
	height:18px;
}
.left_menu_item a:hover {
	padding: 5px 5px 5px 5px;
	background-color:#f0e8d6;
	font-size:12px;
	color:#9f7d3c;
	text-decoration:none;
	font-weight:bold;
	height:18px;
	margin: 1px 0;
}
.left_menu_item_active {
	width:225px;
	font-size:12px;
	color:#9f7d3c;
	display:block;
}
.left_menu_item_active img {
	padding-top:3px;
}
.left_menu_item_active a {
	padding: 5px 5px 5px 5px;
	background-color:#f0e8d6;
	font-size:12px;
	color:#9f7d3c;
	text-decoration:none;
	font-weight:bold;
	height:18px;
	margin: 1px 0;
	display:block;
}
.left_menu_item_active a:hover {
	padding: 5px 5px 5px 5px;
	background-color:#bea87b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a3a1d;
	text-decoration:none;
	font-weight:bold;
	height:18px;
}
#newsletter{
	width: 220px;
	float: left;
}
#newsletter label {
	width:55px;
	padding: 3px 0 0 0;
	float:left;
}
.newsletter_input{
	width:135px;
	padding: 3px;
	border: 1px solid #bb9d6d;
	margin-bottom: 5px;
	background-color: #e0d9cc;
	float:right;
}
.newsletter_input:focus{ background-color: #f3ebdd;}
.newsletter_btn {
	color: #4a3a1d;
	font-size: 11px;
	cursor: pointer;
	padding: 4px;
	border: 1px solid #4a3a1d;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #a99165 url(../imgs/btn_bg.png) repeat-x 0 0;
	float:right;
}
.newsletter_btn:Hover{
	background-color: #e0d9cc;
	background-image: none;
	border: 1px solid #bb9d6d;
}
/*------------------------------------------------------------------
[5.2 Staus]
*/	

.boxes {
width:285px;
padding:15px 0 20px 0;
margin-bottom: 10px;
background: white url(../imgs/sombra.jpg) no-repeat 0 0;
float: left;
}
.boxes_interior {
	width:225px;
	padding:0px 10px 0px 35px;
}
.status_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9f7d3c;
	font-weight:bold;
	font-size:14px;
}
.status_item {
	padding-top:10px;
}
.status_date {
	font-family:Arial, Helvetica, sans-serif;
	color:#484848;
	font-weight:bold;
	font-size:11px;
}
.status_teacher {
	font-family:Arial, Helvetica, sans-serif;
	color:#484848;
	font-weight:bold;
	font-size:11px;
	margin-top:-17px;
	padding-right:10px;
}
.status_descricao {
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	font-size:11px;
	padding-right:5px;
}
.formulario {
	padding-top:10px;
	width:120px;
}

.caixa_input {
	width:169px;
	height:18px;
	border:1px solid #ccc;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.caixa_input_contact,
.caixa_input_textarea {
	width:275px;
	padding: 3px;
	border:1px solid #bb9d6d;
	background-color: #e0d9cc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.botao_submit {
	width:40px;
	height:20px;
	border:1px solid #ccc;
	background-color:#ccc;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin-left:5px;
}

.botao_submit_contact {
	color: #4a3a1d;
	font-size:11px;
	padding: 4px;
	border: 1px solid #4A3A1D;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #A99165 url(../imgs/btn_bg.png) repeat-x scroll 0 0;
	float:right;
}
.botao_submit_contact:Hover{
	background-color: #e0d9cc;
	background-image: none;
	border: 1px solid #bb9d6d;
	cursor: hand;
}
/*------------------------------------------------------------------
[6. Middle]
*/	
#middle {
	width:635px;
	float:left;
}
.homepage{margin: 50px 20px 20px 20px;}
.homepage p{
	margin: 20px 0 0 0;
	font-size: 13px;
	text-align: justify;
}
/*------------------------------------------------------------------
[6.1 Main Text]
*/	
.main_text {
	width:535px;
	padding: 20px 10px 10px 65px;
	line-height:24px;
}
.main_text p {
	padding-bottom:20px;
}
.botao {
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;
	display:block;
	height:20px;
	font-weight:bold;
	background-color:#e5e5e5;
	margin:0px 70px 0px 0px;
}
.botao a {
	padding: 3px 5px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;
	display:block;
	height:20px;
	background-color:#e5e5e5;
}
.botao a:hover {
	padding: 3px 5px 0px 5px;
	background-color:#e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	text-decoration:none;
	font-weight:bold;
	height:20px;
}
/*------------------------------------------------------------------
[6.2 Instrutores Text]
*/
.pageTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#9F7D3C;
	padding-top:50px;
/* 	padding-left:10px; */
}
.pageTitle a {
	color:#9F7D3C;
	text-decoration:none;
}
.pageTitle a:hover {
	text-decoration:underline;
}
.instrutores_text {
	width:590px;
	text-align: justify;
/* 	padding: 20px 10px 10px 10px; */
	padding: 20px 10px 10px 0;
}
#lista_instrutores {
	width:600px;
	padding:20px 0px 10px 10px;
}
.instrutor_item {
	width:555px;
	padding-bottom:20px;
	min-height:100px;
}
.instrutor_data {
	width:400px;
	padding:0 5px 5px 5px;
	margin:0px 0px 0px 10px;
	min-height:75px;
}
#content .instrutor_data p{
	padding: 10px 0;
}
.instrutor_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#484848;
}
.instrutor_download {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#484848;
	margin-top:10px;
}
.instrutor_download img {
	padding-right:5px;
}
.instrutor_data a {
	text-decoration:none;
	color:#484848;
}
.instrutor_data a:hover {
	color:#000000;
}
a:hover img .instrutor_download {
	padding-top:5px;
}
.instrutor_img a {
	text-decoration:none;
}
.instrutor_img_link img {
	width:56px;
	border:1px solid #ccc;
	padding:5px;
}
.instrutor2_img_link img {
	width:73px;
	border:1px solid #ccc;
	padding:5px;
}
a .instrutor_img_link img {
	text-decoration:none;
}
a:hover .instrutor_img_link img {
	text-decoration:none;
	cursor:pointer;
	border:1px solid #e7ae47;
}
/*------------------------------------------------------------------
[6.3 Parceiros 
*/
#lista_parceiros {
	width:630px;
	padding:20px 0px 10px 10px;
}
.parceiro_item {
	padding-bottom:15px;
	margin-right:9px;
	float:left;
	min-height:120px;
}
.parceiro_img p{
	width:148px;
	text-align: left;
	height:35px;
}
.parceiro_img a {
	text-decoration:none;
}
.parceiro_img_link img {
	max-width:175px;
	border:1px solid #ccc;
	padding:5px;
	max-height:100px;
}
a .parceiro_img_link img {
	text-decoration:none;
}
a:hover .parceiro_img_link img {
	text-decoration:none;
	cursor:pointer;
	border:1px solid #e7ae47;
}
/*------------------------------------------------------------------
[6.4 Downloads 
*/


.list_links {
	padding:10px 0px 0px 25px;
}
.list_links a {
	text-decoration:none;
}
.list_links a:hover {
	text-decoration:underline;
}
/*------------------------------------------------------------------
[6.5 Eventos 
*/
.eventos {
	width:590px;
	padding:10px 0px 0px 10px;
	text-align:left;
}
.eventos p{
	text-align:left;
}
/*------------------------------------------------------------------
[6.6 Form 
*/
.form_inputs_labels {
	width:100px;
	margin:5px 0px 0px 20px;
}
.form_inputs {
	margin:5px 0px 0px 20px;
}
/*
.erro_no_form{
color:#FF0000;
}
*/
.erro_no_form{ color:#960000;}

.pie-item{float: left;}

#contact_form .form_inputs_labels {
	width:190px;
	text-align: right;
}
/*------------------------------------------------------------------
[7. Footer]
*/
		
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	min-height: 100%;
}
#footer {
	position: relative;
	margin: -30px auto 0 auto;
}
* html #footer {
	margin-top: -30px;
}


.footer {
	width: 950px;
	height:30px;
	background-color: #bea87b;
	border-bottom: 1px solid #b28d43;
	font-size: 85%;
	color: #4a3a1d;
	text-align: left;
	float: left;
}
.footer_wrapper{ margin: 5px 0 0 0;padding: 0 5px 0 0;}
.footer img.yoga{margin: 4px 15px 0 45px; float: left;}
.footer p{
	padding: 3px 35px 0 0;
	text-shadow: 0 1px 0 #c9af70;
	float: left;
}
.ok_form input.botao_submit{
	float:right;
}

