/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* Formata a imagem do autor perto do nome do autor do post */
.custom .headline_area .avatar {float:right; width:5em; border:3px solid #ddd; margin-right:1em;}

/* Retira o "comentarios fechados nesta pagina" */
.custom .comments_closed p {
  display: none;
}

/* Customizacao do cabecalho */

.custom #header #logo a {
   color: #111111;
   font-weight:normal;
   letter-spacing: -.1px;
   font-size:1.4em;
   margin-left:.5em;
   font-style:italic;
}

.custom #header {
	margin-top:-1.2em;
}

.custom #header #logo a:hover {
   color: #000000;
   text-decoration: underline;
}

.custom #header #tagline {
   color: #226600; 
   font-size:1.5em;
   margin-left:200px;
   text-align:left;
   font-style:italic;
}

/* empurra a MM Box pra baixo */
.custom #multimedia_box {
   margin-top:1em;
}

/* Borda ao redor da MM Box */
.custom #custom_box { background: none ; }
.custom #image_box { background: #a7a37e; solid #a7a37e; }

/* sumindo com a borda ao redor do nav menu */
.custom #header {border-bottom:0;}
.custom #tabs { border-style: none }

/* sumindo com a borda entre sidebar e conteudo */
/* .custom #content_box { background: none } */

/* nav menu */
.custom #tabs li {
   background: #a7a37e;
   border: 1px solid #a7a37e;
   border-left: 0;
   float: left;
   padding:4px 4px 2px 4px;
   margin-left:0.5em;
}

.custom #tabs a:hover { 
   color: #ffffff; 
   text-decoration: 
   underline; 
}

/* fundo */
body.custom {
    background:#f8f8ec url(/wp-content/images/bg8.jpg) repeat-x top left;
}

/* menus nos widgets */
.custom .sidebar li a, .sidebar li a:visited .sidebar li a:hover{
   /*  color:#7F9A42; */
	color:#226600;
}

.sidebar li a:hover {
    text-decoration : none;
    background:#F0F0E0;

}

.custom .sidebar h3{
    color:#151515;
    background: #E4E1AE ;
    margin-top:1em;
}

.custom #headerfoto {
    color:#151515;
    background: #E4E1AE ;
	font-variant:small-caps;
	font-weight:normal;
	letter-spacing:2px;
	font-size:1.417em;
	line-height:1.059em;
	margin-bottom:0.529em;
}


.custom .search_form {
	font-size:1.2em;
	position:relative;
	width:147px;
	height:44px;
	margin-bottom:10px;
}

/* fim do horrendo verde-calcinha de fundo no comentario do autor do post */
.custom dl#comment_list .bypostauthor { background: #e3e7cb; }

/* estilo da caixa de fotos do dia */
#mm_caption_img { 
    background:none;
    border-bottom: none;
    padding: 1.6em 1.1em 1.1em 1.1em;
}
/* a legenda */
#mm_caption {
    font-style: italic; 
    font-size:1.5em; 
    margin-top:0.5em;
}

/* imagens alinharem */
.custom img.alignnone {
	display:inline;
}


/* citacoes em destaque como em revista */
.pullquote_left { width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; float: left; }
.pullquote_right { width: 200px; margin: 5px 0 5px 15px; font-size: 1.4em; text-align: center; float: right; }

/* divisorias de texto em negrito */
.custom h3 {font-weight: bold;}
.sidebar h3 { font-weight: normal; font-variant: small-caps; letter-spacing: 2px; color: #555; }

/* Box for mail, twitter, rss - End of the post - By Carla Duclos*/ 

/* Box general definition */

.custom #box-end-post {
	background-color:#F4F4F4;
	border:1px solid #B0B0B0;
	height:100%;
	margin:0 0 20px;
	overflow:auto;
	padding:12px;
	font-size: 8pt;
} 

.custom #box-end-post .avatar {float:left; border:3px solid #ddd; margin-right:1em;}

.custom #subscribe_destaque {
        position: relative;
        width: 401px ;
        height: 150px ;
        background: url('/wp-content/images/mailbox2.png')  no-repeat scroll 0 ;}

.custom #subscribemail_destaque {
        position: absolute; top:100px; left:8px ;
}

.custom #subscribemailform {
	position: absolute; top:120px; left:18px ;
}

.custom #search_google_header {
	 position: absolute; top:21px; right:238px ;
}

.custom .format_text .to_comments span {
font-size:1.5em;
}

.custom .wp-post-image { margin: 0px 7px 0px 0px; }

.custom .faq li { font-size: 0.8em; }
.custom .faq h3 { background: none; }
.custom .d13fader h3 { background: none; }

.custom h3 { background-color:#E4E1AE; }

.custom span.photocredit {font-size : 65%; }
