/*
Theme Name: Superbarn

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
margin: 0;
	height: 318px;
	width: 100%;	
	}


#headerimg{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#headerimg img{
	float:right;
}

#headerimg #logo{
	position:absolute;
	z-index:99;
	margin:55px 0 0 80px;
}



#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

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

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

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

h1, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
	
h2.pageHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:56px;
	color:#DB9014;
}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	text-transform:uppercase;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}
#content p{
	font-size:1.1em;
	margin-top:12px;
	text-align:left;
}


#sidebar {
	font: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

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



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	
	}

#header {
	background-color: #010101;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 318px;
	width: 100%;
	}

#headerimg {
	margin: 0;
	height: 318px;
	width: 100%;
	background-image:url(images/banner.png);
	background-position:center;
	background-repeat:no-repeat;
	}
#headerwrapper{
	width:1050px;
	margin:0 auto;
}

#contentWrapperOuter{
	background-image:url(images/content_background.gif);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	
}

#contentWrapper{
	width:900px;
	margin: 0 auto;
}
	
.narrowcolumn {
	float: right;
	padding: 0;
	margin: 7px 0 20px 0;
	width: 596px;
	background-image:url(images/content_panel_background.png);
	border:1px solid #e5e5e5;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright :5px;
	-webkit-border-bottom-right-radius:5px;
	}

.narrowcolumn .pagecontent{
	padding:40px 20px 20px 20px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	background-image:url(images/footer_background.gif);
	background-repeat:repeat-x;
	height:123px;
	}

#footerInner{
	width:900px;
	margin:0 auto;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}




	
#newsletters{
	background-image:url(images/newsletter_background.png);
	background-repeat:no-repeat;
	width:370px;
	height:69px;
	float:left;
	margin:0;
	padding:12px 0 0 12px;
	text-align:left;
}
#newsintro{
	font-size:14px;
	font-weight:bold;
	color:#363636;
	margin: 0 0 4px 0;
}

#newsletters input{
	background-image:url(images/form_background.png);
	background-repeat:repeat-x;
	border:1px solid #999;
	padding:2px 4px 2px 4px;
	margin:0 6px 0 0;
	font-size:12px;
	color:#999;
}

#newsletters select{
	background-image:url(images/form_background.png);
	background-repeat:repeat-x;
	border:1px solid #999;
	padding:1px 4px 1px 4px;
	margin:0 6px 0 0;
	font-size:12px;
	color:#999;
}

#newsletters select option{
	background:tranparent;
}

#newsletters #submit{
	background-image:url(images/go_button.png);
	background-repeat:no-repeat;
	width:20px;
	height:21px;
	border:none;
}


#footernav{
	float:right;
	margin:20px 0 0 0;
}

#footernav a, #footernav a:link, footernav a:visited{
	color:#333;
	text-decoration:none;
	margin-left:14px;
	font-size:12px;
}
	
#footernav a:hover{
	color:#cc730c;
}	
	
	
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




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

select {
	
	}

#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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left;
	padding: 0;
	width: 291px;
	margin:7px 0 20px 0;
	}

#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;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

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


#headerimg h1{
	text-indent:-9999px;
	width:0;
	height:0;

}


/* ####### Navigation  ######## */




#navbar{
	background-image:url(images/nav_bar_background.gif);
	background-repeat:repeat-x;
	height:43px;
}

#nav{
	width:900px;
	margin:0 auto;
}

#nav ul li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:25px;
}

#nav ul li a{
	display:block;
	float:left;
	margin:9px 12px 0 0;
	height:25px;
	
}
#nav a span{
	display:block;
	text-indent:-9999px;
}

#nav a{
	border:none;
	display:block;
	height:26px;
}


#nav ul li.btn-home a{
	background-image:url(images/buttons/btn_home.jpg);
	width:59px;
}
#nav ul li.btn-home a:hover{
	background-image:url(images/buttons/btn_home_over.jpg);
}

#nav ul li.btn-specials a{
	background-image:url(images/buttons/btn_specials.jpg);
	width:135px;
}
#nav ul li.btn-specials a:hover{
	background-image:url(images/buttons/btn_specials_over.jpg);
}

#nav ul li.btn-who a{
	background-image:url(images/buttons/btn_who_we_are.jpg);
	width:98px;
}
#nav ul li.btn-who a:hover{
	background-image:url(images/buttons/btn_who_we_are_over.jpg);
}

#nav ul li.btn-great a{
	background-image:url(images/buttons/btn_great_place.jpg);
	width:179px;
}
#nav ul li.btn-great a:hover{
	background-image:url(images/buttons/btn_great_place_over.jpg);
}

#nav ul li.btn-locations a{
	background-image:url(images/buttons/btn_store_locations.jpg);
	width:135px;
}
#nav ul li.btn-locations a:hover{
	background-image:url(images/buttons/btn_store_locations_over.jpg);
}

#nav ul li.btn-wine a{
	background-image:url(images/buttons/btn_wine_club.jpg);
	width:84px;
}
#nav ul li.btn-wine a:hover{
	background-image:url(images/buttons/btn_wine_club_over.jpg);
}

#nav ul li.btn-catering a{
	background-image:url(images/buttons/btn_home_catering.jpg);
	width:120px;
}
#nav ul li.btn-catering a:hover{
	background-image:url(images/buttons/btn_home_catering_over.jpg);
}



#subnav {
	width:100%;
	padding:0;
	border:1px solid #e2eadc;
	background-color:#eaf2cf;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright :5px;
	-webkit-border-bottom-right-radius:5px;
	margin: 0 0 12px 0;
	
}

#subnav li{
	font-size:14px;
	color:#424242;
	padding:6px 10px 6px 18px;
	margin:0;
	list-style:none;
}

#subnav li a:link{
	color:#424242;
	text-decoration:none;
	margin:0;
}

#subnav li:hover{
	background-color:#d9e8a8;
	color:#424242;
}

#subnav a:visited{
	 color:#424242;
}
	 


	
ul#subnav li.current_page_item{
	background-color:#d9e8a8;
}

ul#subnav li.current_page_item{
	color:#424242;
	font-weight:bold;
}


/* ## HOME ##*/

#homeTop{
	width:100%;
	float:none;
	clear:both;
	height:265px;
	padding:33px 0 0 0;
}



.welcome{
	float:right;
	margin:0;
}





/* ##### Specials ######## */

.specialsRowHome{
	border-top:1px solid #CCC;
	height:128px;
	margin: 8px 0 0 0;
	padding:0;
	width:100%;
	float:none;
}

.specialsRow{
	height:128px;
	margin: 8px 0 0 0;
	padding:0;
	width:100%;
}

.special{
	background-image:url(images/specials_background_small.png);
	background-repeat:no-repeat;
	height:120px;
	width:291px;
	padding:0;
	margin:0 13px 6px 0;
	float:left;
}
	
.specialnew{
	background-image:url(images/Specials-block-small.png);
	background-repeat:no-repeat;
	height:120px;
	width:291px;
	padding:0;
	margin:0 13px 6px 0;
	float:left;
}	
	
.specialLarge{
	width:440px;
	height:260px;
	float:left;
	margin:0 13px 0 0;
	padding:0;
	background-image:url(images/special_background_large.png);
	background-repeat:no-repeat;
	background-position:right;
}

.logOn{
	width:440px;
	height:260px;
	float:left;
	margin:0 13px 0 0;
	padding:0;
}


.last{
	margin:0 0 0 0;
}

.spl-img-wrap{
	height:250px;
	width:210px;
	position:relative;
	float:left;
	text-align:center;
}

.specialLarge img{
	
	
}

.spl-img-lrg{
	/*margin:auto;*/
}
.spl-title{
	float:right;
	font-size:13px;
	color:#FFF;
	margin:38px 28px 0px 0;
	width:160px;
	height:26px;
	line-height:120%;
	text-align:right;
	vertical-align:middle;
}

.spl-price{
	color:#FFF;
	margin:0px 22px 10px 0;
	float:right;
	font-weight:bold;
}
.spl-cur{
	font-size:74px;
	font-weight:normal;
}
.spl-dollars{
	font-size:74px;
	letter-spacing:-5px;
}
.spl-cur-dollars{
	float:right;
}

.spl-cents-each{
	float:right;
	margin:6px 0 0 10px;
}
.spl-cents{
	font-size:40px;
}
.spl-per{
	font-size:18px;
}

.spl-save{
	float:right;
	color:#db9014;
	font-size:22px;
	font-weight:bold;
	margin:4px 28px 0 0;
	text-align:center;
	width:100px;
}
.spl-save-cur{
	font-weight:normal;
}

.spl-save-dollars{
	font-size:32px;
}

.spl-save-great{
	font-size:22px;
	margin:4px 0 0 0;
}

.spl-save-value{
	font-size:24px;
}
.spl-save-cents{
	position:relative;
	top:-12px;
	font-size:18px;
	margin-top:-30px;
	padding:0;
}

div.spl-hotprice{
	font-size:22px;
}

.spl-units{
	font-size:9px;
	color:#999;
	margin:30px 4px 0 0px;
	height:40px;
	float:right;
	width:60px;
	text-align:center;
}


/* small */


.sps-img-sml{
	float:left;
	margin:5px 0 0 8px;
	max-width:115px;
}

.sps-img-sml a img{
	margin-left:auto;
	margin-right:auto;
}


.sps-text{
	float:right;
	width:160px;
	margin:0;
}

.sps-title{
	float:left;
	font-size:11px;
	color:#424242;
	margin:8px 12px 0px 0;
	height:24px;
	width:100%;
	overflow:hidden;
	line-height:100%;
}

.sps-price{
	color:#cc730c;
	margin:0px 0px 10px 0;
	float:left;
	font-weight:bold;
}
.sps-cur{
	font-size:40px;
	font-weight:normal;
}
.sps-dollars{
	font-size:42px;
	letter-spacing:-2px;
	margin-left:-2px;
}
.sps-cur-dollars{
	float:left;
}

.sps-cents-each{
	float:left;
	margin:6px 0 0 4px;
}
.sps-cents{
	font-size:20px;
	margin-bottom:0;
}
.sps-per{
	font-size:10px;
	margin-top:-1px;
}

.sps-save{
	float:right;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	margin:23px 8px 0 0;
	text-align:center;
	width:53px;
	z-index:99;
}
.sps-save-cur{
	font-weight:normal;
}

.sps-save-dollars{
	font-weight:bold;
	font-size:16px;
}

.sps-save-value{
	font-weight:bold;
	font-size:13px;
}
.sps-save-cents{
	font-weight:bold;
	position:relative;
	top:-4px;
	font-size:10px;
	margin-top:-30px;
	padding:0;
}

.sps-units{
	font-size:9px;
	color:#999;
	width:160px;
	height:14px;
	float:right;
	margin:2px 0 0 0;
}


h3.specialsCategory{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	color:#dc9215;
	text-transform:uppercase;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:5px 0 3px 0;
	margin: 20px 0 0 0;
}



.sIFR-alternate {
display:block;
height:0;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:0;
}



/*    MAPS  */

.mapGraphic{
	float:left;
}


.mapAddress{
	float:left;
	width:100%;
	font-size:.9em;
	padding:4px 0 6px 0;
}


/*  Forms */

input{
	background-image:url(images/form_background.png);
	background-repeat:repeat-x;
	border:1px solid #999;
	padding:4px 4px 4px 4px;
	margin:0 6px 4px 0;
	font-size:1.2em;
	color:#333;
}


select{
	background-image:url(images/form_background.png);
	background-repeat:repeat-x;
	border:1px solid #999;
	padding:3px 4px 3px 4px;
	margin:0 6px 0 0;
	font-size:1.2em;
	color:#999;
}

th {
	text-align:left;
}


.christmasHours{
	padding:0 12px 12px 12px;
	border:solid 2px #F60;
	margin:12px 0 12px 0;
}
.christmasHours h3{
	margin: 6px 0 6px 0;
}
.christmasHours td{
	padding:2px 10px 2px 0;
	border-bottom:1px solid #CCC;
}