/*----------------------------------------------------------------------------------------------------
Theme Name: Dr Amaury Mendes Júnior
Theme URI: http://www.amaurysexologo.med.br
Description: Layout exclusivo do site http://www.amaurysexologo.med.br desenvolvido por InsoftBrasil.
Version: 1.0
Author: InsoftBrasil
Author URI: http://www.insoftbrasil.com.br
------------------------------------------------------------------------------------------------------*/

/* Reset
------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;	
}
.clear {
	clear: both;	
}

/* Body
------------------------------------------------------------------------------------------------------*/
body {
	background: url(images/bg/fun_page.gif) 0 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align:center;
}
#bg {
	background: url(images/bg/fun_page_degrade.gif) repeat-x 0 0;
}
#page {
	width: 950px;
	margin: auto;
	text-align: left;
	background-color: #fff;
}


/* Header
------------------------------------------------------------------------------------------------------*/
#header {
	height: 100px;	
	border: 3px solid #fff;
	background: url(images/bg/fun_header.gif) repeat-x 0 0;
}
#header h1{
	width: 396px;
	float: left;
	padding: 20px 15px;
}
#header .endereco{
	width: 290px;
	float: left;
	text-align: right;
	color: #666;
	text-shadow: 1px 1px #fff;
	line-height: 20px;
	padding: 15px 10px 0 0;
	margin: 0 0 0 209px;
}
#header .endereco strong{
	border-bottom: 1px dotted #ccc;
	margin: 0 0 4px 0;
}

/* Menu
------------------------------------------------------------------------------------------------------*/
#menu {
	background: url(images/bg/fun_menu.gif) no-repeat 0 0;
	margin: 0 -11px;
	padding: 0 20px;
	width: 932px;
	height: 51px;
	position: relative;
}
#menu li{
	list-style: none;
	float: left;
}
#menu li a{
	display: block;
	text-indent: -9999px;
	min-width: 38px;
	height: 18px;
	background: url(images/menu/menu.gif) no-repeat 21px 0;
	padding: 13px 20px;
	margin: 1px;
}
#menu li a:hover{
	background-color: #3F78B1;
}
#menu li a.home{
	width: 92px;
}
#menu li a.home:hover{
	background-position: 21px -40px;
}
#menu li a.terapia{
	width: 102px;
	background-position: -109px 0;
}
#menu li a.terapia:hover{
	background-position: -109px -40px;
}
#menu li a.cursos{
	width: 49px;
	background-position: -250px 0;
}
#menu li a.cursos:hover{
	background-position: -250px -40px;
}
#menu li a.duvidas{
	width: 60px;
	background-position: -329px 0;
}
#menu li a.duvidas:hover{
	background-position: -329px -40px;
}
#menu li a.pesquisas{
	width: 71px;
	background-position: -429px 0;
}
#menu li a.pesquisas:hover{
	background-position: -429px -40px;
}
#menu li a.entrevistas{
	width: 78px;
	background-position: -539px 0;
}
#menu li a.entrevistas:hover{
	background-position: -539px -40px;
}
#menu li a.clinica{
	width: 92px;
	background-position: -659px 0;
}
#menu li a.clinica:hover{
	background-position: -659px -40px;
}
#menu li a.links{
	width: 50px;
	background-position: -785px 0;
}
#menu li a.links:hover{
	background-position: -785px -40px;
}

/* Home
------------------------------------------------------------------------------------------------------*/
#home {
	padding: 5px 0 10px 0;
	border-bottom: 3px solid #407ba8;
}
#home .destaque {
	text-align: center;	
	height: 212px;
}
#home .destaque img{
	padding: 4px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#home .destaque a:hover img{
	border-color: #4D8EBE;
}


/* Step Carousel - Ultimas Atualizações Home */
#home .atualizacoes {
	background: url(images/bg/fun_atualizacoes.gif) no-repeat 2px 0;
	height: 160px;
	width: 900px;
	padding: 20px 25px;
	margin: 5px 0 0 0;
	color: #5d5d5d;
}
#home .atualizacoes small{
	float: right;
	padding: 8px 0 0 0;
}
#home .atualizacoes a{
	color: #5d5d5d;
	display: block;
}
#home .atualizacoes a:hover{
	color: #004e89;
}
.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 830px;
	height: 120px;
	margin: 0 30px;
}
.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left;
	overflow: hidden;
	margin: 10px 20px 10px 10px;
	width: 260px;
}
.stepcarousel .panel h3{
	font-size: 14px;
	text-shadow: 2px 2px #fff;
	margin: 0 0 5px 0;
}
.stepcarousel .panel img{
	padding: 4px;
	border: 1px solid #c7c8c8;
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}
.stepcarousel .panel a:hover img{
	border-color: #4D8EBE;
}
.stepcarousel .panel p{
	line-height: 18px;
	text-shadow: 1px 1px #fff;
}
.stepcarousel .panel a.more{
	text-shadow: 1px 1px #fff;
	font-weight: bold;
	font-size: 11px;
	float: right;
	margin: 5px 0 0 0;
}
.stepcarousel .panel a.more:hover{
	border-bottom: 1px dotted #004e89;
}

/* box */
#home .box {
	width: 265px;
	height: 157px;
	float: left;
	background: url(images/bg/fun_box.gif) no-repeat 2px 0;
	padding: 20px 25px;
}	
#home .box h2{
	padding: 0 0 10px 0;
}
#home .box p{
	font-size: 14px;
	line-height: 20px;
	text-shadow: 1px 1px #fff;
	color: #6d6d6d;
}
#home .box p img{
	padding: 10px 15px 20px 5px;
	float: left;
}
#home .box  a.more{
	padding: 10px 0;
	float: right;
}

/* Content
------------------------------------------------------------------------------------------------------*/
#content {
	padding: 5px 20px 20px 20px;
	border-bottom: 3px solid #407ba8;
}
#content #posts {
	width: 655px;
	float: left;
	margin: 0 20px 0 0;
}

/* Post
------------------------------------------------------------------------------------------------------*/
#content .category{
	background: url(images/bg/div_title_categories.gif) repeat-x 0 bottom;
	height: 70px;
	position: relative;
}
#content .category small{
	display: block;
	height: 22px;
	margin: 0 0 -2px 0;
}
#content .category h2{
	font-size: 36px;
	line-height: 38px;
	letter-spacing: -1px;
	text-transform: lowercase;
}
#content .category a{
	color: #417bb3;
}
#content .category a:hover{
	color: #5499c4;
}

#content .category .feed{
	position: absolute;
	right: 0;
	top: 20px;
	font-weight: bold;
	color: #838383;
}
#content .category .feed a{
	padding: 0 0 2px 20px;
	line-height: 22px;
	margin: 0 5px 0 10px;
}
#content .category .feed .rss{
	background: url(images/icons/feed.png) no-repeat 0 0;
	color: #ff9445;
}
#content .category .feed .rss:hover{
	color: #ffaf5a;
}
#content .category .feed .email{
	background: url(images/icons/email_open.png) no-repeat 0 0;
	color: #5b86c9;
}
#content .category .feed .email:hover{
	color: #78a1e0;
}


#content .post {
	margin: 0 10px 0 0;
}
#content .post h2{
	font-size: 26px;
	color: #6f6f6f;
	margin: 15px 0 0 0;
	line-height: 34px;

}

#content .post .duvidas{
	font-size: 18px;
	color: #6f6f6f;
	margin: 15px 0 0 0;
	line-height: 34px;
font-weight:bold;
}

#content .post small{
	text-transform: uppercase;
	font: bold 11px Tahoma, Geneva, sans-serif;;
	color: #5499c4;
}
#content .post .entry{
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #555;
	margin: 0 0 40px 0;
}
#content .post .entry p{
	margin: 15px 0;
	color: #555;
}
#content .post .entry blockquote{
	padding: 15px 25px;
	font-style: italic;
	background: url(images/bg/fun_blockquote.gif) no-repeat 0 20px;
	color: #777;
}
#content .post .entry blockquote p{
	color: #777;
}

#content .post .entry a{
	color: #417BB3;
	border-bottom: 1px dotted #417BB3;
}
#content .post .entry a:hover{
	color: #444;
	border-bottom: 1px dotted #444;
}
#content .post .entry ol{
	margin: 10px 40px;
}
#content .post .entry li{
	margin: 4px 0;
}

/* estilo das imagens */
#content .post .entry img{
	border: 1px solid #c9c9c9;
	padding: 4px;
	background-color: #fff;
}
#content .post .entry a:hover img{
	border-color: #005868;
}

#content .post .entry .alignleft{
	float: left;
	margin: 0 15px 15px 0;
}
#content .post .entry .alignright{
	float: right;
	margin: 0 0 15px 15px;
}
#content .post .entry .aligncenter{
	display: block;
	margin: 0 auto 15px auto;
}

#content .post .entry .aligncenter, #content .post .entry .alignright, #content .post .entry .alignleft{
	background-color: #f4f4f4;
	border: 1px solid #c9c9c9;
}
#content .post .entry .aligncenter img, #content .post .entry .alignright img, #content .post .entry .alignleft img{
	border-color: #fff;
}
#content .post .entry .aligncenter p, #content .post .entry .alignright p, #content .post .entry .alignleft p{
	text-align: center;
	font-size: 11px;
	margin: 0 0 5px 0;
	color: #999;
}

/* Comentarios
------------------------------------------------------------------------------------------------------*/
#comments, #respond {
	padding: 15px 0;	
	border-top: 2px solid #ddd;
	color: #6a6a6a;
	clear: both;
}
#comments a{
	color: #407BA8;	
}
#comments a:hover{
	color: #444;
	text-decoration: underline;
}
#comments h3, #respond h3{
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	background: url(images/icons/user_comment.png) no-repeat 2px 4px;
	padding: 0 0 0 25px;
}
#comments h3{
	padding-bottom: 15px;
}
#comments ul{
	margin: 0;
	padding: 0;
	clear: both;
}
#comments ul li{
	list-style:none;
	clear: both;
	border-top: 1px solid #ddd;
	padding: 10px;
}
#comments ul li:hover{
	background-color: #eee;
}
#comments ul li .comment-meta{
	font: bold 10px Tahoma, Helvetica, sans-serif;
	padding: 2px 0 5px 0;
	text-transform: uppercase;
}
#comments ul li .comment-meta a{
	color: #6a6a6a;
}
#comments ul li .comment-meta strong, #comments ul li .comment-meta strong a{
	font-size: 12px;
	color: #06c
}
#comments ul li .comment-author{
	width: 73px;
	float: left;
}
#comments ul li .comment-author img{
	padding: 3px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
}
#comments ul li .comment-data{
	padding: 0 10px;
	width: 535px;
	float: left;
}
#comments ul li .reply{
	clear: both;
	text-align: right;
}
#comments ul li .reply a, #comments ul li ul.children li .reply a{
	font: normal 11px Tahoma, Geneva, sans-serif;
	padding: 0 0 0 12px;
	background: url(images/icons/bullet_add.png) no-repeat 0 3px;
	color: #888;	
	position:relative;
}

#comments ul li ul.children{
	margin: 0 0 0 30px;
}
#comments ul li ul.children li, #comments ul li ul.children li ul.children li{
	margin: 10px 0 0 0;
}
#comments ul li ul.children li .comment-data{
	width: 475px;
}
#comments ul li ul.children li.depth-3 .comment-data{
	width: 425px;
}
#comments ul li.byuser{
	background-color: #d5e3f1;
}

#comments .navigation {
	clear: both;
	padding: 0 0 0 25px;
}
#comments .navigation a, #comments .navigation .current, #comments .navigation .dots {
	margin: 5px 1px 20px 1px;
	padding: 6px 8px;
	font: bold 12px Tahoma, Geneva, sans-serif;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	color: #6a6a6a;
	display: block;
	float: left;
}
#comments .navigation .dots {
	font-weight: normal;
}
#comments .navigation a:hover, #comments .navigation .current{
	background-color: #06c;
	color: #fff;
	text-decoration:none;
}
/* Escrever Comentário */
#respond h3{
	background: url(images/icons/ico_comment.gif) no-repeat 2px 5px;
}
#respond .commentform{
	width: 94%;
	padding: 0 24px; 
}
#respond .commentform label{
	display: block;
	padding: 2px 0;
}
#respond .commentform .form-info{
	float: left;
	width: 36%;
	padding: 0 2% 0 0;
}
#respond .commentform .form-info .input input{
	width: 100%;
	border: 1px solid #ccc;
	padding: 4px;
	clear: both;
}
#respond .commentform .msg{
	float: left;
	width: 58%;
	padding: 0 0 0 2%;
}
#respond .commentform .form-info .input, #respond .commentform .msg{
	padding-top: 15px;
}
#respond .commentform .msg textarea{
	width: 100%;
	border: 1px solid #ccc;
	height: 140px;
	padding: 4px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#respond .commentform .form-info .input input:focus, #respond .commentform .msg textarea:focus{
	border: 1px solid #407BA8;
}
#respond #cancel-comment-reply{
	float: right;
	padding: 5px;
}
#respond .commentform .submit{
	width: 100%;
	clear: both;
	padding: 10px 0;
	text-align: right;
}
#respond .commentform .submit input{
	padding: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
	background-color: #407BA8;
	color: #fff;
	width: 160px;
	margin: 2px;
}

/* Categorias
------------------------------------------------------------------------------------------------------*/
#content .archive .post h2 a{
	color: #6f6f6f;
}
#content .archive .post h2 a:hover{
	color: #4480B6;
}
#content .archive .post .entry{
	background: url(images/bg/div_pont.gif) repeat-x 0 bottom;
	padding: 15px 0 20px 0;
	margin: 0;
}
#content .archive .post .entry .thumb{
	float: left;
	margin: 4px 10px 0 0;
}
#content .archive .post .entry a{
	border-width: 0;
}
#content .archive .post .entry p{
	margin: 0;
}
#content .archive .post .entry .more{
	text-align: right;
	margin-top: 5px;
}
#content .archive .post .entry .more a{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	border-width: 1px;
	color: #666;
	border-color: #666;
}
#content .archive .post .entry .more a:hover{
	color: #4480B6;
	border-color: #4480B6;
}

/* Páginas
------------------------------------------------------------------------------------------------------*/
#content .title-page{
	height: 55px;
}
#content .title-page h2{
	padding-top: 5px;
	color: #417bb3;
}

/* Navegação
------------------------------------------------------------------------------------------------------*/
#content #posts .navigation {
	padding: 40px 0 10px 0;
	text-align: right;
	height: 30px;
}

/* Sidebar
------------------------------------------------------------------------------------------------------*/
#sidebar {
	width: 215px;
	border-left: 2px solid #e2e2e2;
	float: left;
	margin: 15px 0;
	padding: 0 0 0 15px;
}
#sidebar .categorias {
	padding: 0 0 30px 0;
}
#sidebar .categorias li {
	list-style: none;
	background: url(images/bg/div_pont.gif) repeat-x 0 bottom;
	padding: 9px 0 10px 0;
	font-weight: bold;
}
#sidebar .categorias li a{
	background: url(images/icons/arrow_right_sidebar.gif) no-repeat right 4px;
	padding: 0 14px 0 6px;
	color: #868686;
}
#sidebar .categorias li a:hover{
	padding: 0 16px 0 6px;
	color: #4784B8;
}

#sidebar .ultimas-atualizacoes a{
	color: #5d5d5d;
	display: block;
}
#sidebar .ultimas-atualizacoes a:hover{
	color: #004e89;
}
#sidebar .ultimas-atualizacoes .item{
	float: left;
	overflow: hidden;
	margin: 10px 0;
	width: 215px;
	min-height: 120px;
}
#sidebar .ultimas-atualizacoes .item h3{
	font-size: 14px;
	text-shadow: 2px 2px #fff;
	margin: 0 0 5px 0;
}
#sidebar .ultimas-atualizacoes .item img{
	padding: 4px;
	border: 1px solid #c7c8c8;
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}
#sidebar .ultimas-atualizacoes .item a:hover img{
	border-color: #4D8EBE;
}
#sidebar .ultimas-atualizacoes .item p{
	line-height: 18px;
	text-shadow: 1px 1px #fff;
}
#sidebar .ultimas-atualizacoes .item a.more{
	text-shadow: 1px 1px #fff;
	font-weight: bold;
	font-size: 11px;
	float: right;
	margin: 5px 0 0 0;
}
#sidebar .ultimas-atualizacoes .item a.more:hover{
	border-bottom: 1px dotted #004e89;
}

/* Footer
------------------------------------------------------------------------------------------------------*/
#footer {
	padding: 15px 20px 0 20px;
	border: 3px solid #fff;
	background: url(images/bg/fun_footer.gif) repeat-x 0 0;
	color: #6d6d6d;
}
#footer h3{
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	line-height: 28px;
}
#footer small{
	font: bold 11px Tahoma, Geneva, sans-serif;
	text-shadow: 1px 1px #fff;
	color: #999;
	line-height: 12px;
	display: block;
}
#footer p{
	color: #5c5c5c;
	text-shadow: 1px 1px #fff;
	line-height: 22px;
	margin: 10px 0;
}
#footer .sobre{
	width: 653px;
	height: 160px;
	float: left;
	padding: 0 20px 0 0;
	border-right: 1px solid #d8dadb;
	text-align: justify;
	margin: 0 0 25px 0;
}
#footer .contato{
	width: 202px;
	height: 160px;
	float: left;
	padding: 0 0 0 20px;
	border-left: 1px solid #fff;
}
#footer .contato p{
	margin: 5px 0 10px 0;
}
#footer .contato strong{
	display: block;
}
#footer .contato strong.phone{
	background: url(images/icons/phone.png) no-repeat 0 2px;
	padding: 0 0 0 18px;
}
#footer .contato strong.email{
	background: url(images/icons/email.png) no-repeat 0 4px;
	padding: 0 0 0 20px;
}

#footer .copyright{
	clear: both;
	border-top: 1px solid #e2e3e5;
}
#footer .copyright p{
	font-weight: bold;
	padding: 20px 0;
	margin: 0;
}
#footer .copyright span{
	float: right;
	padding: 10px 0;
}

/* Fale Conosco
------------------------------------------------------------------------------------------------------*/
#wpcf {
	color: #fff;
	padding: 10px 0 10px 40px;
	width: 580px;
}
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 118px;
	text-align: left;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: lowercase;
	color: #777;
	margin: 4px 0 0 10px;
}
#wpcf input {
	float: left;
	width: 400px;
	padding: 4px;
	margin: 2px 5px 10px 0;
	border: 1px solid #d7d7d7;
	background-color: #f9f9f9;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
#wpcf input:focus, #wpcf textarea:focus {
	border: 1px solid #118896;
	background-color: #fff;
}
#wpcf textarea {
	width: 400px;
	height: 100px;
	padding: 4px;
	margin: 0 5px 10px 0;
	float: left;
	border: 1px solid #d7d7d7;
	background-color: #f9f9f9;
}
#wpcf #contactsubmit {
	margin-left: 370px;
	clear: both;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	background-color: #007785;
	color: #fff;
	width: 170px;
}
.contactform strong {
	display: block;
	padding: 15px 15px 0 15px;
	text-align: center;
	background-color: #fffbdd;
	border: 1px solid #e5db84;
	margin: 0 0 15px 0;
}
.contactform p{
	margin: 0;
}
#wpcf br {
	display: none;
}