/*
Theme Name: Clínica M6
Theme URI: http://www.clinica-m6.com/
Description: Theme oficial da Clínica M6
Version: 1.0
Author: Torke
Author URI: http://www.torke.pt/
Tags: custom header, fixed width, two columns
*/



/* geral */
body {
	margin:0px;
	padding:0px;
	font-family:'Helvetica', Arial, sans-serif;
	font-size:62.5%;
	color:#333333;
	}
	
/* main */

a {
	color:#c9512c;
}
a:hover {
	color:#f15e30;
}

.wrapped {
	width:920px;
	margin:0 auto;
}

/* blocks */

#menu {
	height:37px;
	background:url(images/menu.png) repeat-x;
}

#header {
	margin-top:0px;
	height:257px;
	background:url(images/header.gif) repeat-x;
}

#body {
	margin-top:0px;
	background:url(images/body.gif) 0% 0% repeat-x;
}

#footer {
	clear:both;
	margin-top:0px;
	height:258px;
	background:url(images/footer.gif) repeat-x;
}

#menu, #header, #body, #footer {
	width:100%;
}

/* sub-blocks */

.main {
	width:590px;
	margin:0px;
	padding:2px 0 50px 0;
	background:url(images/ornamento.gif) 50% 100% no-repeat;
}

.main:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}


.sidebar {
	width:270px;
	float:right;
}

/* menu */

#menu ul {
	width:920px;
	margin:0 auto;
	list-style:none;
	font-size:1.3em;
}

#menu ul li {
	float:left;
}

#menu ul li a {
	width:114px;
	height:26px;
	display:block;
	text-align:center;
	padding:12px 0 0px 0;
	color:#c9b4a7;
	text-shadow: #2d1304 0px -1px 0px;
	text-decoration:none;
}
#menu ul li a:hover {
	background:url(images/menuitem.png) 50% 50% no-repeat;
	color:#e0d2ca;
}

/* search */

.searchform {
	float:right;
	height:26px;
	margin-top:-9px;
	margin-right:-80px;
	margin-bottom:-12px;
}

.searchform input {
	background:url(images/search.png) 0% 0% no-repeat;
	border:0px;
	width:231px;
	height:26px;
	color:#a99385;
	padding:1px 0 0 40px;
	outline: none;
	text-shadow: #2d1304 0px -1px 0px;
}

.searchform input:focus {
	color:#dac9be;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.searchform input { padding-top:4px; }
}

/* sidebar */

.sidebar {
	margin:12px 0 0 0;
}

h3 {
	color:#c9512c;
	font-size:2.4em;
	font-weight:normal;
	border-bottom:1px solid #a58364;
	padding:9px 0px;
	margin:22px 0 0 0;
}

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

.sidebar li {
	border-bottom:1px solid #d3c2b8;
}

.sidebar ul a {
	color:#6d3514;
	font-size:1.4em;
	text-decoration:none;
	display:block;
	padding:10px;
	background:transparent url(images/setas.png) 97% 50% no-repeat;
}
.sidebar a:hover {
	color:#c9512c;
	background:#f7f4f2 url(images/setas.png) 95% 50% no-repeat;
	text-shadow: #fff 0px 1px 0px;
}
.sidebar ul ul {
	padding-left:20px;
}
.sidebar ul ul li {
	border-top:1px solid #d3c2b8;
	border-bottom:0px;
}
li.ultimo {
	
}
.promocao ul {
	padding:0px;
	margin:0px;
}
.promocao li {
	padding:0px;
	margin:0px;
	border:0px;
}
.promocao ul a {
	padding:0px;
	margin:0px;
}
.promocao a:hover {
	background:transparent;
}
/* post */

.post {
	margin-top:20px;
}

h2, .title h2 {
	color:#6d3514;
	font-size:3em;
	border-bottom:1px solid #a58364;
	padding:10px 0px;
	padding-left:20px;
}

.title h2 a {
	color:#6d3514;
	text-decoration:none;
}
.title h2 a:hover {
	color:#a58364;
	text-shadow: #fff 0px 1px 0px;
}
.post h3, .procura h3 {
	padding-left:20px;
}
.post h3 a, .procura h3 a {
	text-decoration:none;
}
.post h3 span, .procura h3 span {
	color:#6d3514;
	font-size:0.5em;
	padding-left:10px;
}
.procura p {
	font-size:1.4em;
	padding-left:20px;
}

h4 {
	color:#6d3514;
	font-size:2em;
	font-weight:normal;
	padding:0px 20px;
	margin:14px 0 -12px 0;
}

h5 {
	font-size:1.4em;
	color:#c9512c;
	padding:1px 20px;
	margin:30px 0 -10px 0;
}

.meta {
	margin-top:-10px;
	padding-bottom:12px;
	background:url(images/meta.gif) 0% 100% repeat-x;
}
.meta p {
	color:#6d3514;
	font-size:1.2em;
	line-height:1.4em;
	padding-left:20px;
}

.meta a {
	text-decoration:none;
}

.entry p {
	font-size:1.4em;
	line-height:1.5em;
	padding:10px 20px;
}

.coluna1, .coluna2 {
	float:left;
	width:280px;
}
.coluna1 {
	margin-right:30px;
}
.coluna1 p, .coluna2 p {
	color:#c9512c;
	font-size:1.3em;
	text-align:left;
	padding:20px 0;
}
.coluna1 p {
	padding:0 0 0 20px;
}
.coluna2 p {
	padding: 0 20px 0 0;
}
.coluna1 h4, .coluna2 h4 {
	font-size:1.4em;
	font-weight:bold;
	padding:20px 0 10px 0;
}
.coluna1 h4 {
	padding-left:20px;
}

/* footer */

.footertext {
	padding:110px 0 0 20px;
	float:left;
}
.footertextright {
	padding:110px 20px 0 0;
	float:right;
}
.footertext p, .footertextright p {
	color:#6d3514;
	font-size:1.3em;
	line-height:1.6em;
	text-shadow: #fff 0px 1px 0px;
}
.footertextright p {
	text-align:right;
}

/* misc */

.clearthis {
	clear:both;
}

.borda {
	border:4px solid #e2d8d1;
}

p.legenda {
	margin:-5px 0 0 10px;
	text-align:left;
	color:#999999;
	font-size:1.2em;
}
.promocao {
	margin-top:40px;
}
.promocao img {
	border:0px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
/* border: 1px solid #d3c2b8; */
}

.even, .alt {

	border-left: 1px solid #ddd;
}
.balloon-title {
	font-weight:bold;
	font-size:1.6em;
	color:#6d3514;
}
.balloon {
	font-size:1.2em;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
.commentlist a {
	text-decoration:none;
}
.commentlist li, #commentform input {
	font-size: 1.2em;
	}
#commentform textarea {
	font-size: 1.6em;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	border:0px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
.postmetadata {
	font-size:1.2em;
	line-height:1.6em;
}
.postmetadata a {
	text-decoration:none;
}
.postmetadata a:hover {
	text-decoration:underline;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
ul.redessociais {
	list-style:none;
	padding:20px 0 0 20px;
	margin:0;
	width:220px;
}
.redessociais li {
	margin-bottom:6px;
}
.redessociais a {
	height:32px;
	display:block;
	font-size:2em;
	text-decoration:none;
	padding:10px 0 0 20px;
}
.redessociais span {
	padding-left:20px;
}
#youtube {
	background:url(http://clinica-m6.com/imagens/youtube_32.png) 0px 50% no-repeat;
}
#flickr {
	background:url(http://clinica-m6.com/imagens/flickr_32.png) 0px 50% no-repeat;
}
#facebook {
	background:url(http://clinica-m6.com/imagens/facebook_32.png) 0px 50% no-repeat;
}

.sociais {
	margin-top:30px;
}
.sociais p {
	font-size:1.2em;
	line-height:1.6em;
}
.sociais a {
	font-size:1.4em;
	text-decoration:none;
	margin-right:15px;
}
.sociais a:hover {
	background:none;
	text-decoration:underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	
	.says {display:none;}

/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-style:italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#galeria ul {
	margin:20px 0px 40px 20px;
	padding:0px;
	list-style:none;
	height:auto;
}
#galeria li {
	float:left;
}
#galeria img {
	padding:0 10px 10px 0;
}
#galeria h4, #galeria h5 {
	clear:left;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
