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

/* COLORS                   */
/* Browny red wine #B02B2C  */
/* Young red wine #8A084B   */
/* Colors                   */
/* Colors                   */
/* Colors                   */

/* Header image */
/* .custom #header {height:130px;} */
/* // .custom p#logo {margin-top:0px;} */
/* .custom #header img#logo-img {float:left;} */


/* Link Color */

.custom a {color:#8A084B;}


/* More Button */

.custom .moreinfo {background:yellow;}


/* Header styling */
/* (http://www.kristarella.com/2008/11/thesis-full-width-headers/)*/
/* .custom #header_area{display:none;} */

/* .custom #nav_area {background:#ff0000; padding:0; border-bottom:0px solid #8A084B;}
/*	.custom #nav_area ul {background:#ff0000; border-bottom:none; border-left:1px solid #F9F7ED;}
/*		.custom #nav_area ul li {border-top: 0px; border-right: 1px solid #F9F7ED; border-bottom: 0px; border-left: 0px; margin-bottom:0; padding-bottom:0; background:none;}
		  .custom #nav_area ul li a {color:#F9F7ED; text-decoration:none;}
		  		  .custom #nav_area ul li a:hover {color:#8A084B; background: #F9F7ED;}
		  		  
		ul#tabs li.current_page_item, ul#tabs li.current-cat {color:#8A084B; text-decoration:none; background: #F9F7ED; border-bottom: 0; }

		ul#tabs li.current_page_item a, ul#tabs li.current-cat a { color:#8A084B; cursor: default; }
	
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
*/
/* HEADER IMAGE */
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 145px; width: 995px; background: url('images/HeaderComplete995.jpg') no-repeat; outline: none;}

.custom #title_area {background:#ff0000; padding:1em 0; border-bottom:0px solid #00ff00;}
		.custom #header #tagline {display:none;}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -1000px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }


/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/* .custom #title_area {background:#de6a61; padding:1em 0; border-bottom:1px solid #c55;}  */
.custom #title_area {background:#F9F7ED; padding:1em 0; border-bottom:0px solid #8A084B;}
	.custom #header {border-bottom:none;}

/* FOOTER STYLING */
/* (http://www.kristarella.com/2008/11/thesis-footers-101/#more-2982)*/
/* .custom #footer_area {height: 140px; width: 995px; background: url('images/FooterWide.jpg') no-repeat; outline: none; border-top:0px; margin: 0px 0px 0px -20px;padding:0;} */
.custom #footer {height: 140px; width: 995px; background: url('images/FooterWide.jpg') no-repeat; outline: none; border-top:0px; margin: 0px 0px 0px -20px;padding:0;}

/*	.custom #footer {border-top:0;}
	

/*
Full width pages:
1) Create the page you want to have a full width. 
2) Use the default Thesis template
3) Add a custom field to the page with key of "slug" and value of "fullwidth".
*/

body.custom.fullwidth #content { width: 100%;}
body.custom.fullwidth #content_box { background: none; }

/*
Custom Bullets
*/
.custom .standard_list li { list-style: disc; color:#aabb00; margin: 2px 0px 2px 0px;}


/*
Columns
*/
.custom .list_column1to4 { float:left; width:222px; }
.custom .lista_vinos_paises { padding: 2px 10px 2px 10px;}
.custom .lista_vinos_paises a { text-decoration:none; }
.custom .lista_vinos_paises ul { list-style: none; color:grey;}
.custom .lista_vinos_paises ul li { margin: 0px 0px 0px -22px; padding-bottom:2px; text-decoration: none;}

.custom .lista_vinos_denominaciones { padding: 2px 10px 2px 0px; }
.custom .lista_vinos_denominaciones a { text-decoration:none; }
.custom .lista_vinos_denominaciones ul { list-style: none; color:grey;}
.custom .lista_vinos_denominaciones ul li { margin: 0px 0px 0px -22px; padding-bottom:2px; text-decoration: none;}

.custom .lista_vinos_bodegas { padding: 2px 10px 2px 0px; }
.custom .lista_vinos_bodegas a { text-decoration:none; }
.custom .lista_vinos_bodegas ul { list-style: none; color:grey;}
.custom .lista_vinos_bodegas ul li { margin: 0px 0px 0px -22px; padding-bottom:2px; text-decoration: none;}

.custom .lista_vinos { padding: 2px 10px 2px 0px; }
.custom .lista_vinos a { text-decoration:none; }
.custom .lista_vinos ul { list-style: none; color:grey;}
.custom .lista_vinos ul li { margin: 0px 0px 0px -22px; padding-bottom:2px; text-decoration: none;}

/*
Link Group
*/
.custom .item_link_group {color:#AAAAAA}
.custom .item_link_group span {color:black}

/*
Anotaciones
*/
.custom .anotacion {color:#777777}
.custom .anotacion span {color:black}

/*
Highlight box (YELLOW)
*/
.custom li.widget .highlight_box { padding: 0.846em; line-height: 1.385em; background: #faf97c; border: 0.077em solid #f2d600; }

/*
Highlight box (MAGNOLIA)
*/
.custom .highlight_box_magn { padding: 0.24em; margin: 10px 0px 10px 0px; background: #F9F7ED; border: 0.077em solid #EEEEEE; float: left; width: 100%; }
.custom .highlight_box_magn_winery_data { padding: 0.24em; margin: 40px 0px 20px 0px; background: #F9F7ED; border: 0.077em solid #EEEEEE; float: left; width: 330px; height: 242px;}
.custom .highlight_box_magn_winery_data p { padding: 0.01em; margin: 0px;}
.custom .highlight_box_magn_country_data { padding: 0.24em; margin: 40px 0px 10px 0px; background: #F9F7ED; border: 0.077em solid #EEEEEE; float: left; width: 330px; height: 242px;}
.custom .highlight_box_magn_wine_data { padding: 0.24em; margin: 0px 5px 15px 0px; background: #F9F7ED; border: 0.077em solid #EEEEEE; float: left; width: 450px;}
.custom .highlight_box_magn_wine_titlered { padding: 0.24em; background: #F9F7ED; border: 0.077em solid #EEEEEE; width: 100%; color: #B02B2C;}
.custom .highlight_box_magn_wine_titlewhite { padding: 0.24em; background: #F9F7ED; border: 0.077em solid #EEEEEE; width: 100%; color: #C79810;}
.custom .highlight_box_magn_wine_titlerose { padding: 0.24em; background: #F9F7ED; border: 0.077em solid #EEEEEE; width: 100%; color: #FF0084;}

/*
Mapa Bodega
*/
.custom .map_frame {margin: 40px 0px 20px 0px; float: left; width: 260px;}

/*
White and Red Varietal Box
*/
.custom .redvarietal_box { padding: 0.846em; padding-bottom:4px; line-height: 1.385em; background: #660033; border: 0.077em solid #330033; color: #ffffff; Margin: 4px;}
.custom .whitevarietal_box { padding: 0.846em; padding-bottom:4px; line-height: 1.385em; background: #ffff66; border: 0.077em solid #ffcc33; Margin: 4px;}

/*
Clear Floats
*/
.custom .clearthefloats {clear: both;}

/*
Scroll Box
*/
.custom .scroll_box {
margin: 2px 7px 2px 0px;
width: 195px;
float: left;
}

.custom .scroll_box ul {
margin: 2px 10px 2px 0px;
height: 135px;
padding-left: 3px;
padding-right: 3px;
overflow: auto;
border: 0.077em solid #EEEEEE;
font-size: 85%;
}

.custom .scroll_box h3 {
color: #B02B2C;
font-size: 90%;
font-weight: bold;
}

.custom .scroll_box_last {
margin: 2px 0px 2px 0px;
width: 195px;
float: left;
}

.custom .scroll_box_last ul {
margin: 2px 0px 2px 0px;
height: 135px;
padding-left: 3px;
padding-right: 3px;
overflow: auto;
border: 0.077em solid #EEEEEE;
font-size: 85%;
}

.custom .scroll_box_last h3 {
color: #B02B2C;
font-size: 90%;
font-weight: bold;
}

.custom .wide_scroll_box {
margin: 10px 0px 30px 0px;
width: 250px;
margin-left:auto;
margin-right:auto;
font-size: 90%;
}

.custom .wide_scroll_box ul {
margin: 2px 0px 2px 0px;
height: 200px;
padding-left: 3px;
padding-right: 3px;
overflow: auto;
border: 0.077em solid #EEEEEE;
font-size: 90%;
}

/*
Scroll Box Footer
*/
.custom .footer_container {
margin: 2px 0px 0px 0px;
width: 900px;
margin-left:auto;
margin-right:auto;
text-align: left;
list-style: none;
text-decoration: none;
}

.custom .scroll_footer {
margin: 2px 26px 20px 26px;
width: 248px;
float: left;
}

.custom .scroll_footer ul {
margin: 2px 2px 2px 0px;
height: 110px;
padding-left: 3px;
padding-right: 3px;
overflow: auto;
border: 0.077em solid #EEEEEE;
font-size: 120%;
background: #F9F7ED;
text-decoration: none;
}

.custom .scroll_footer h3 {
color: #F9F7ED;
font-size: 120%;
font-weight: bold;
}

.custom .scroll_footer a {text-decoration: none; }


/* CUSTOM BACKGROUND  */
		
body.custom {
    background: #f3f3eb;
    background-image: url('images/back_content.gif');
    background-repeat: repeat-y;
    	background-position: center;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #f00;
}

 
.custom #header_area {
	background-image: url('images/back_header.gif');
	background-repeat: repeat-x;
}

.custom #logo {margin-top:0px;margin-left:-21px;} 
 

/* Moves NAV Tabs into header image*/
.custom .menu {margin-top:-43px; padding-bottom:15px;}

/* Get rid of border line in Tab Menu */
.custom .menu ul { border: 0px solid #ddd; border-width: 0px 0px 0px 0px; }

/* Get rid of sidebar dividing line */
.custom #content_box { background-image: none; }

.custom #footer_area {
	background-image: url('images/back_footer.gif');
	background-repeat: repeat-x;
}


/* Revisar -----> */
/* .custom #nav_area {background:#8A084B; padding:0; border-bottom:0px solid #8A084B;}
	.custom #nav_area ul {border-bottom:none; border-left:1px solid #F9F7ED;}
		.custom #nav_area ul li {border-top: 0px; border-right: 1px solid #F9F7ED; border-bottom: 0px; border-left: 0px; margin-bottom:0; padding-bottom:0; background:none;}
		  .custom #nav_area ul li a {color:#F9F7ED; text-decoration:none;}
		  		  .custom #nav_area ul li a:hover {color:#8A084B; background: #F9F7ED;}
		  		  
/*		ul#tabs li.current_page_item, ul#tabs li.current-cat {
      color:#0000ff;
      text-decoration:none;
      background: none;
      background-image: url('images/back_menu_selected.gif');
      background-position: center top;
      background-repeat: repeat-x;
      border-bottom: 0;
    }
*/
    
/* .custom ul#tabs li { height: 45px; overflow: hidden; background: url('images/back_menu.gif') repeat-x; } */

/* CURRENT
/* .custom ul#tabs li.current_page_item { height: 45px; overflow: hidden; background: none; }
    
/*    .custom ul#tabs {
/*      background-image: url('images/back_menu.gif');
/*      background-position: center top;
/*      background-repeat: repeat-x;
/*    }   */


/* TABS */    

/* .custom .menu ul li { */
.custom .menu a { 
    color:#ffffff;
    border: 0px;
    font-weight: bold;
    background-color: transparent;
    }

.custom .menu ul li a {
    color:#ffffff;
    text-decoration:none;
    text-transform: capitalize;
    }
    
.custom .menu ul li a:hover {
    text-decoration: none;
    color: #CECECE;
    } 

/* CURRENT TAB */

.custom .menu ul li.current_page_item, li.current-cat {
    color:#CECECE;
    font-weight: bold;
    text-decoration:none;
    background-position: center top;
    background-repeat: repeat-x;
    cursor: default;
    border-bottom: 4px solid #ab0;
    }
	
.custom .menu ul li.current_page_item a:hover, li.current-cat a:hover {
    text-decoration: none;
    color: #CECECE;
    } 
		
/* LINKS */

.custom a, a:link {
	color: rgb(112,112,112);
}

.custom a:hover, a:active {
	color: #aabb00;
  }
  
/* COMMENTS */

.custom .bracket { display: none; }

/* Sidebar headings lowercase */
.custom .sidebar h3 { font-variant: normal; font-weight:bold; text-transform: capitalize !important;}
  