/*
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/
====old STYLES=====
.custom #header { background: url(http://blog.grottocellars.com/new-logo.jpg); border-bottom: 3px double #46085B; background-repeat:no-repeat; clear: both; height: 190px; font-size:0em;  }

	.post_box { border-top: 1px dotted #bbb; }
				
	.top { border: none !important; }
*/


.custom{background:url(http://blog.grottocellars.com/bg.jpg);}
.full_width > .page{background:none;}
#content_box {background:#fff	; margin:0 auto;}
#header {padding:0; border:none; background:url(http://blog.grottocellars.com/header-img_02.png) no-repeat right; height:217px;}
#header #logo { width:328px; height:190px; background:url(http://blog.grottocellars.com/grotto-logo_02.png) no-repeat;}
#header #logo a { display:block; text-indent:-100em; overflow:hidden; width:100%; height:190px;} 
#header #tagline {display:none}
.full_width > .page ul.menu {margin-bottom:10px; border-bottom:none;}


#header3-cont-wrap {
	width:100%;
	height:55px;
	clear:both;
	margin-top:10px;
}
#header3-cont-wrap .follows {
	width:50%;
}
#header3-cont-wrap .follows p {
	float:left;
	border:none;
	display:block;
	margin-right:10px;
	margin-top:35px;
	font-weight:bold;
	color:#fff;
	font-size:16px;
}
#header3-cont-wrap .follows ul {
	list-style:none;
	float:left;
	padding:10px 0 0 0;
}
#header3-cont-wrap .follows ul li {
	float:left;
}
#header3-cont-wrap .follows ul li img {
	border:none;
}
#header3-cont-wrap .search-fields {
	width:270px;
	height:41px;
	float:right;
	margin-top:20px;
}
#header3-cont-wrap .search-fields form fieldset {
	border:none;
}
#header3-cont-wrap .search-fields form fieldset span {
	background:url(http://blog.grottocellars.com//input-bg-search_30.png) no-repeat;
	display:block;
	padding-top:3px;
	float:left;
	height:25px;
}
#header3-cont-wrap .search-fields form fieldset span input {
	width:215px;
	float:left;
	padding:0 0 0 15px;
	background:none;
	border:none;
	color:#fff;
}
#header3-cont-wrap .search-fields form fieldset input {
	border:none;
	background:none;
}
#header3-cont-wrap .search-fields form fieldset {
	float:left;
}
.left-panel-ctm {width:665px; height:auto; background:#fff url(http://blog.grottocellars.com/corner-top-fff.png) no-repeat; margin-left:17px; padding-left:0; margin-top:15px;}
.left-panel-inner{background:url(http://blog.grottocellars.com/corner-btm-fff.png) no-repeat 100% 100%;} 
#content_box {background:#8a3c0d}
#content-wrap-ctm{background:url(http://blog.grottocellars.com/corner-top-black_03.png) no-repeat; padding-top:8px;}
.previous_next {border-width:0;}
.prev_next {border-width:0;}
.previous a{color:#fff;}
li.widget ul li {color:#fff;}
.format_text a {color:#aa5713;}
a, h2 a:hover, #logo a:hover { color:#ccc;}
.sidebar h3 {background:url(http://blog.grottocellars.com/side-bar-sephor_03.png) no-repeat 0% 100%; padding:0 0 8px 0; font-size:1.3em; color:#E8B68D;}
#footer_area {background:#000; margin-top:10px;}
#footer { border-width:0;}

.menu a, .menu { border:none;}
.menu a {height:35px; line-height:35px;}
ul.menu {
	list-style:none;
	width:100%;
	float:right;
}
.menu li.current, .menu li.current:hover {
	background:url(http://blog.grottocellars.com/nav-hover-left_17.png) no-repeat;
}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
background:url(http://blog.grottocellars.com/nav-hover-right_19.png) no-repeat 100% 0%;
color:#111111;
}
ul.menu li {
	float:left;
	display:block;
	height:35px;
	background:url(http://blog.grottocellars.com/nav-button-left_09.png) no-repeat;
	line-height:35px; text-align:center;
	padding:0 0px 0 8px;
}
ul.menu li:hover {
	float:left;
	display:block;
	height:35px;
	background:url(http://blog.grottocellars.com/nav-hover-left_17.png) no-repeat;
	line-height:35px; text-align:center;
	padding:0 0px 0 8px;
}
ul.menu li a:hover {
	display:block;
	background:url(http://blog.grottocellars.com/nav-hover-right_19.png) no-repeat 100% 0%;
	padding:0 8px 0 0px;
	color:#000;
}
ul.menu li a {
	display:block;
	background:url(http://blog.grottocellars.com/nav-button-right_14.png) no-repeat 100% 0%;
	padding:0 8px 0 0px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.video_box {background:none;}