/************************************************
@Description:Site para clinica 2 colunas tableless
@Author:ozorio silva neto
@Email:ozoriotsn@hotmail.com
@site:www.adaptisnite.com
*************************************************/




/************************
* CORPO DO SITE
**************************/
body {
	margin: 0;
	padding: 0;
	background:#fff url(../images/bg.png);
	background-position:center;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464032;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #221D1D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #651262;
}

a:hover {
}

#clear
{
	clear:both;
}

#barra
{
	clear:both;
	width:640px;
	height:1px;
	background:#ccc;
}


/************************
* ENVOLVEDOR
**************************/
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	margin-top:5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
   -moz-box-shadow: inset 0 0 1em #ccc;
   -webkit-box-shadow: inset 0 0 1em #ccc;
    box-shadow: inset 0 0 1em #ccc;
	border:1px solid #ccc;
}



/************************
* CABECALHO
**************************/

#header {
	width: 940px;
	height: 90px;
	margin: 0 auto;
    padding-top:10px;
	background:#fff;
	margin-top:10px;

}



/************************
* LOGO DO SITE
**************************/

#logo {
	/*float: left;*/
	height: 40px;
	margin: 0;
	color:#739dab;
	margin-top:5px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo strong {
	float: left;
	padding-left: 20px;
	letter-spacing: -1px;
	font-size: 3.8em;
}

#logo p {
	/*floar:left;*/
	width:400px;
	clear:both;
	margin: 0;
	padding: 6px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#739dab;
	position:relative; left:190px; top:-20px;
	
} 

#logo p a {
		color:#739dab;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #739dab;
}




/************************
* MENU TOP
**************************/

#menu {
	width: 940px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/menu-top.png) no-repeat left top;
}

#menu ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
	display:inline;
}

#menu ul li a
{
	display:inline;
	position:relative; top:10px;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 26px;
	margin-bottom: 10px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	color: #FFFFFF;
}



/************************
* PAGINAS/PAGE
**************************/

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px 0px;
}

#page-bgbtm {
}



/************************
* CONTEUDO/CONTENT
**************************/

#content {
	float: left;
	width: 630px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title  {
	color:#739dab;
	border: none;
	position:relative; left:1px;
	font-size:28px;
}

.post .meta {
	height: 30px;
	border-bottom: 1px solid #DBDBDB;
	background: #F4F4F4;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #464032;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #464032;
}

.post .meta a {
	color: #464032;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}



/*******************************
* MENU VERTICAL DIREITO/SIDEBAR
********************************/

#sidebar {
	float: right;
	width: 280px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}




#sidebar ul li {
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	margin: 0px 10px;
	border-right: none;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #E5E0C6;
	margin: 0px 30px;
	border-right: none;
}

#sidebar li a {
	padding-left: 10px;
	background:url(../images/img03.gif) no-repeat left 5px ;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(../images/bg-sidebar.png) no-repeat left top;
	letter-spacing: -.5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #898989;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #6E6E6E;
}



/************************
* FOOTER/RODAPE
**************************/

#footer {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	/*border-top: 4px solid #ccc;*/
	border:1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	background:#eee;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	margin-top:10px;
	margin-bottom:5px;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #444444;
}

#footer a {
	color: #464032;
}


#frame
{
	border:1px solid #ccc;
	margin-top:10px;
	padding:3px;
}


/*****************************
* REDES SOCIAIS
******************************/



.redes-sociais
{
	margin:0 auto;
	text-align:center;
	padding:0;
	margin-top:11px;
}


.redes-sociais img
{
	margin:0 auto;
	width:260px;
	height:45px;
	border:0px;
	margin-bottom:3px;
	background:url(../images/redes-sociais.png) repeat-x;
	
}

.redes-sociais img:hover
{
	opacity:0.9;
   -moz-opacity:0.9;
    filter: alpha(opacity=75);
	width:255px;
	height:45px;
	border:opx;
}

.thumb
{
	float:left;
	background:#eee;
	border:1px solid #ccc;
	padding:4px;
	margin-right:4px;
	margin-bottom:4px;
	width:150px;
	height:180px;
}

.telefone
{
	background: url(../images/telefone4.png) no-repeat;
	margin:0 auto;
	width:260px;
	height:65px;
	border:0px;
	margin-bottom:3px;
	
	

}


#tradutor
{
	margin:0 auto;
	text-align:center;

	border:1px solid #ccc;
	background:#eee;
	width:260px;
	height:30px;
	margin-bottom:3px;
	padding-top:12px;
	
}

#tradutor img
{
	width:30px;
	height:20px;
	margin-right:20px;
	border:1px solid #ccc;
	
}

.cirurgias ul
{
	margin:0px;
	padding:0px;
	display:block;
	list-style-type:none;
}

.cirurgias ul li a
{
	color:#36C;
}


.cirurgias ul li a:hover
{
	color:#333;
}


#gordura-localizada
{
    margin:0 auto;
    text-align: center;
   
  
}


#gordura-localizada td
{
    width: 200px;
    height: auto;
    border: 1px solid silver;
    padding: 4px;
    text-align: center;
}


/*********************
* EQUIPE LEGER
*********************/

#equipe-leger
{
   margin: 0 auto;
   display: block;
   height: auto;
   width: 650px;

}

#equipe-leger h2
{
	font-size:16px;
	color:#666;
	width:632px;
	margin-bottom:10px;
}

#equipe-leger .box-equipe-leger
{
    margin: 0 auto;
    border: 1px solid #ccc;
    float: left;
    padding: 3px;
    padding-bottom:4px;
    padding-top: 3px;
    text-align: justify;
    margin-bottom: 10px;
    width:630px;
    padding: 4px;
}



#equipe-leger .box-equipe-leger img
{
    margin-right: 5px;
    width:108;
    height: 150px; 
}




#equipe-leger .box-equipe-leger  .funcionario
{
    color:#739dab;
    text-transform: uppercase;
}



#equipe-leger .box-equipe-leger  .crm
{
    color: #FF8000;
}



.box-equipe-leger-administrativa
{
	margin: 0 auto;
    border: 1px solid #ccc;
    float: left;
    padding: 3px;
    padding-bottom:4px;
    padding-top: 3px;
    text-align: justify;
    margin-bottom: 10px;
    width:310px;
    padding: 4px;
   
}



.box-equipe-leger-administrativa img
{
    margin-right: 5px;
}




.box-equipe-leger-administrativa .funcionario
{
    color: #FF8000;
}



 /*****************************
    * FORMULARIO DE CONTATO
    *******************************/
    
    
    


#form1 
{
	width:590px;
	height:500px;
	margin-bottom:20px;
	margin-top:10px;
	margin:0 auto;
	padding: 0;
	border:1px solid #ccc;
	box-shadow:#ccc 10px 10px 10px 10px;
   -webkit-box-shadow:#ccc 10px 10px 10px 10px;
   -moz-box-shadow:#ccc 10px 10px 10px 10px;
   border-radius:20px;
    clear:both;
   

}



#status-mail{
	margin:0 auto;
    width:250px;
    height:auto;
    color: #900;
    font-weight: bold;
	text-align:center;
	padding-bottom:5px;
	
}




#status {
	margin:0 auto;
    width:250px;
    height:auto;
    color: #900;
    font-weight: bold;
	text-align:center;
	padding-bottom:5px;
	
}

#form1 input
{
	width:400px;
	height:25px;
	border:1px dashed #999;
}



#form1 select
{
	width:403px;
	height:25px;
	border:1px dashed #999;
}


#form1 input:hover,active
{
	
	border:1px dashed olive;
}


#form1  textarea
{
	width:400px;
	height:150px;
	border:1px dashed olive;
}


#form1  textarea:hover,active
{
	width:400px;
	height:150px;
	border:1px dashed #F06;
}

#form1 .btn-contato
{
    width:100px;
    position: relative;right:-140px;
}


.erro
{
	color:#C03;
	font-size: 12px;
}

.erro img
{
	position:relative; top:2px; right:3px;
}

.sucesso
{
	color:#990;
}


.sucesso img
{
	position:relative; top:2px; right:3px;
}


