/*
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/
*/


/* BACKGROUND SITE ALMASANAZEN  R222 G192 B137*/

body.custom {background: #DEC089 url('images/site_almasana_imagem_fundo_branco web.png') 100% 0 no-repeat;}


/* HEADER 
.custom #header #tagline {color: #000000;}        */

.custom #header {border-bottom: 0; color #663300;}
.custom #after_header {border-top: 0; color #663300;}


/* ----   headline color text  ----- */

.custom h1 a {#663300;}
.custom h1 a:visited {#990033}
.custom h1 a:hover {#CCCCCC}


/* PAGE */
.custom #page {background: none;}
.custom #pages { border: none ;}
.custom #archive_info { background: none; border: none ; }

/* 404 */
.custom #thesis_404 {background: none; border: none ;text-decoration:none; font-weight: bold; color: #FFFFFF}

/* MAIN TAB NAV BAR */

.custom #tabs {border-bottom:0;}
.custom ul#tabs {background:DEC089 no-repeat scroll 0 0;}/*preceeding text extended nav bar color to end of header*/
.custom ul#tabs {border:0;}
   .custom ul#tabs li {margin:0; border:0; background: #DEC089; color: #DEC089;}
   .custom ul#tabs li.current_page_item, 
      .custom ul#tabs li.current-cat {padding:0; border:0; background: #DEC089; color: #DEC089;}
   .custom ul#tabs li a,
      .custom ul#tabs li a:active {text-decoration:none; font-weight:bold; color: #660033;}
      .custom ul#tabs li a:visited {text-decoration:none; font-weight:bold; color: #660033;}
      .custom ul#tabs li a:hover {text-decoration:none; font-weight: bold; color: #660033;}
   .custom ul#tabs li.current_page_item a {margin:0; border:0; background:#DEC089; color:#DEC089; font-weight: normal;}
   .custom ul#tabs li.current-cat a {margin:0; border:0; background:#DEC089; color: #DEC089;}


/*  CONTENT */

.custom #before_content_box {border-top: 0; color: #663300;}
.custom #container {
    margin-top: 0em;
    margin-bottom: 0em;}

/* RETIRA A LINHA DE SEPARACAO DA COLUNA DE CONTEUDOS */

.custom #content_box {background: none no-repeat scroll 0 0;}
.custom #content_box { max-height: 55em !important; }

/* TITLES */
.custom #title {color: #663300;}
.custom #title #page {color: #663300;}
.custom #title #post {color: #663300;}

/* SIDEBARS */

.custom #sidebar_1 {background: #DEC089; no-repeat scroll 0 0;}
.custom #sidebar_1 {border-top:0;}
.custom #sidebar_1 {max-height: 55em !important; }

.custom #sidebar_2 {background:none no-repeat scroll 0 0;}
.custom #sidebar_2 {border-top:0;}
.custom #sidebar_2 {max-height: 55em !important; }



/* SIDEBAR - MULTIMEDIA BOX */         /* PARA FUTURO??? .custom #multimedia_box { background-color: #660033; } */

.custom #image_box { background: #660033 none repeat scroll 0 0; border: none; align:center; max-height: 40em !important;}
.custom #image_box img.square { width: 38em; height: 38em; img-align:center}

/*  MULTIMEDIA BOX SEM FRAME SUGESTÃO MNICHOLS */  

.custom #image_box img { padding: 0; border-width: 0; align:centre;}
.custom #image_box img { border-style: none; border-color: none; align:centre;}


/* POSTS */
            
/* POSTS ALERT 
.custom .format_text p.alert {
background: #ffffa0 url('###/image/URL to your image location###') center no-repeat;
border: 2px solid #e5e597;
background-position: 7px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 5px 5px 45px;}
*/

/* POSTS NOTE 
.custom .format_text p.note {
background: #f5f5f5 url('###URL to your image location###') center no-repeat;
border: 2px solid #ddd;
background-position: 7px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 5px 5px 45px;}
*/



/* REMOVER LINHA SUPERIOR TEASER */

.custom #after_post_box {border-bottom: 0; color:#660033; text-align: center;}  
.custom #before_teaser_box {border-top: 0; color:#660033; text-align: center;} 
.custom #after_teaser_box {border-bottom: 0; color:#660033; text-align: center;}   
.custom #after_content {border-top: 0; color:#660033; text-align: center;}  

/* AFTER CONTENT | AFTER SIDEBAR | REMOVER LINHA RODAPÉ */

.custom #after_content_box {border-bottom: 1px; color:#660033; text-align: center;} 
.custom #after_sidebars {border-bottom: 1px; color:#660033; text-align: center;} 
.custom #before_footer {border-bottom: 1px; color:#660033; text-align: center;}  


/* FOOTER */

.custom #footer {background-color:#DEC089 no-repeat scroll 0 0; text-align: center;}

/* PARA REMOVER A LINHA INFERIOR RODAPÉ
.custom #footer
{
       border-bottom: 0px;
       border-top: 2px; 
       border-right: 0px;
       border-left: 0px;
       color: #660033;
}*/
 
.custom #footer li a,
      .custom #footer li a:active {text-decoration:none; font-weight:normal; color: #660033;}
      .custom #footer li a:visited {text-decoration:none; font-weight:normal; color: #660033;}
      .custom #footer li a:hover {text-decoration:none; font-weight: normal; color: #660033;}    
      

/* AFTER FOOTER */

.custom #after_footer {background:#DEC089 no-repeat scroll 0 0; color:#660033; }  
.custom #after_footer li a,  
            .custom #after_footer li a:active {text-decoration:none; font-weight: normal; color: #660033; text-align: center;}  
            .custom #after_footer li a:visited {text-decoration:none; font-weight: normal; color: #FFFFFF; text-align: center;} 
            .custom #after_footer li a:hover {text-decoration:none; font-weight: normal; color: #000000; text-align: center;}     
