html { min-height: 100%; margin-bottom: 1px; }

body {
	font: 0.84em/1.2 Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #481600;
	background: #431400 url("/ezstatic/data/theskinnypancake/i/bg-body.gif") repeat-x left top;
	text-align:center;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, blockquote, form, p {
	margin-top: 0;
	padding-top: 0;
}

h1, h2, h3, h4 {
	line-height: normal;
}

h1 {
	font-size: 2.0em;
}

h1 span {
	font-size: 60%;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.7em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
}

#rightbar h3 {
	font-size: 1.1em;
	margin: 14px 0 0;
}


a {
	color: #f8941d;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #955c18;
}

.clearboth {
	clear: both;
}


form {
	margin: 20px 0;
}

form p {
	line-height: normal;
	margin: 0 0 8px 0;
	padding: 0;
}

p label input,
p label select,
textarea {
	display: block;
}

input, select, textarea {
	padding: 4px;
	border: 1px solid #4f1706;
	color: #333;
}

input.noborder {
	border: none;
}


textarea {
	width: 95%;
	height: 100px;
}

.imgcenter {
	display: block;
	margin: 20px auto;
}



/* Framework
---------------------------
*/

#sitewrapper {
	width: 944px;
	margin: 42px auto 0 auto;
	padding: 0;
	background: transparent url("/ezstatic/data/theskinnypancake/i/bg-framework.gif") repeat-y left top;
	text-align: left;
	position: relative;
}

#bg-top {
	background: transparent url("/ezstatic/data/theskinnypancake/i/frame-top.jpg") no-repeat left top;
}

#bg-bottom {
	background: transparent url("/ezstatic/data/theskinnypancake/i/frame-bottom.jpg") no-repeat left bottom;
	min-height: 790px;
}

#bg-bottom {
	height: auto !important;
  	height: 790px;	
}

/* Header
---------------------------
*/

#sitename {
	margin: 0;
	padding: 0;
	width: 188px;
	height: 175px;
	position: absolute;
	left: 368px;
	top: 62px;
	background: transparent;
}

#sitename a {
	display: block;
	height: 175px;
	text-indent: -999em;
	background: transparent url("/path/to/nothing/because/hack/for/ie.gif") repeat left top;
}


/* Navigation
---------------------------
*/


ul#navbar {
	margin: 0;
	padding:0;
}

#navbar {
	background: transparent url("/ezstatic/data/theskinnypancake/i/navbar.gif") no-repeat 0px 0px;
	width: 783px;
	height: 14px;
	position:absolute;
	left: 76px;
	top: 33px;
	list-style: none;
}


#navbar li {
	list-style: none;
	position: absolute;
	top: 0;
}

ul#navbar li,
#navbar a {
	height: 14px;
	display: block;
	margin: 0;
	padding: 0;
}

ul#navbar li a {
	text-indent: -9999px; 
	text-decoration: none;
}

#nb1 { left: 0; width: 43px;}
#nb2 { left: 76px; width: 40px;}
#nb3 { left: 149px; width: 118px;}
#nb4 { left: 298px; width: 195px;}
#nb5 { left: 525px; width: 69px;}
#nb6 { left: 627px; width: 156px;}

#nb1 a:hover { background: transparent url("/ezstatic/data/theskinnypancake/i/navbar.gif") no-repeat 0 -14px; }
#nb2 a:hover { background: transparent url("/ezstatic/data/theskinnypancake/i/navbar.gif") no-repeat -76px -14px;}
#nb3 a:hover { background: transparent url("/ezstatic/data/theskinnypancake/i/navbar.gif") no-repeat -149px -14px;}
#nb4 a:hover { background: transparent url("/ezstatic/data/theskinnypancake/i/navbar.gif") no-repeat -298px -14px;}
#nb5 a:hover { background: transparent url("/ezstatic/data/theskinnypancake/i/navbar.gif") no-repeat -525px -14px;}
#nb6 a:hover { background: transparent url("/ezstatic/data/theskinnypancake/i/navbar.gif") no-repeat -627px -14px;}

/* dropdowns */
ul#navbar li ul {
	position: absolute;
	display: none;
	width: auto;
	white-space: nowrap;
	margin: 0;
	background: #381000;
	opacity: .9;
	filter: alpha(opacity=90);
	padding: 0 20px 6px 3px;
	border: 2px solid #f9951b;
}


ul#navbar li:hover ul, 
ul#navbar li.sfhover ul {
	display: block;
	z-index: 100;
}

ul#navbar li ul li {
	position: relative;
	height:auto;
	top: 6px;
	padding: 0;
}


ul#navbar li ul li a {
	text-indent: 0px;
	color: #fff;
	font-weight: bold;
	text-indent: 0px;
	background: transparent;
	display: block;
	min-height: 20px;
	padding: 0 2px;
}

ul#navbar li ul li a {
  height: auto !important;
  height: 20px;
}

ul#navbar li ul li a:hover { color:#f9951b; background: transparent }

/* for crappy browsers */
* html ul#navbar li ul li, * html ul#navbar li ul li a {  

}


/* Framework
---------------------------
*/

#contentwrapper {
	padding: 200px 0 250px 0;
}

#leftbar,
#rightbar {
	width: 168px;
}

#mainleft {
	width: 73%;
	float: left;
	display: inline; /* stoopid ie 6 */
}

#leftbar {
	float: left;
	display: inline; /* stoopid ie 6 */
	margin: 0 0 0 35px;
}

#leftbar input#email {
	width: 142px;
}

#midbar {
	width: 445px;
	text-align: justify;
	float: right;
	margin-top: 40px;
}

#rightbar {
	float: right;
	margin: 0 35px 0 0;
	display: inline; /* stoopid ie 6 */
}

/* Sidebars
---------------------------
*/
.lnk-weeklyemail {
	background: transparent url("/ezstatic/data/theskinnypancake/i/ttl-gettheskinny.gif") no-repeat left top;
	width: 133px;
	height: 63px;
	text-indent: -999em;
}

.lnk-weeklyemail a {
	display: block;
	height: 63px;
	text-indent: -999em;
}

.hdr-skinnydipping {
	width: 152px;
	height: 40px;
	background: transparent url("/ezstatic/data/theskinnypancake/i/ttl-comeskinnydipping.gif") no-repeat left top;
	text-indent: -999em;
	margin-top: 30px;
}

.hdr-buy {
	width: 163px;
	height: 42px;
	background: transparent url("/ezstatic/data/theskinnypancake/i/hdr-buy.png") no-repeat left top;
	text-indent: -999em;
}

.hdr-buy a {
	display: block;
	width: 163px;
	height: 42px;
}
.hdr-theskinnyblog {
	width: 119px;
	height:23px;
	background: transparent url("/ezstatic/data/theskinnypancake/i/hdr-skinnyblog.gif") no-repeat left top;
	text-indent: -999em;
	margin-top: 30px;
}

.hdr-musiccalendar {
	background: transparent url("/ezstatic/data/theskinnypancake/i/btn-fullmusiccalendar.gif") no-repeat left top;
	width: 140px;
	height: 42px;
	margin: 0 0 0 14px
}

.hdr-musiccalendar a {
	display: block;
	height: 42px;
	text-indent: -999em;
}

.hdr-events {
	background: transparent url("/ezstatic/data/theskinnypancake/i/home-events") no-repeat left top;
	width: 158px;
	height: 18px;
	text-indent: -999em;
}

.hdr-menuadditions {
	background: transparent url("/ezstatic/data/theskinnypancake/i/ttl-menuadditions.gif") no-repeat left top;
	width: 158px;
	height: 18px;
	text-indent: -999em;
}

.lnk-faxspecials {
	background: transparent url("/ezstatic/data/theskinnypancake/i/btn-getspecials.gif") no-repeat left top;
	width: 149px;
	height: 48px;
	margin-top: 50px;
	text-indent: -999em;
}

.lnk-faxspecials a {
	display: block;
	height: 48px;
	text-indent: -999em;
}

h4.ezadheader { margin: 15px 0 5px 0; }


/* Footer
---------------------------
*/

#footer {
	position: relative;
}

#footer .footercontact,
#footer .lnk-usm {
	position: absolute;
}

#footer .footercontact {
	font: 9px Lucida Grande, Helvetica, Verdana;
	text-transform: uppercase;
	word-spacing: -1px;
	top: -75px;
	left: 40px;
	color: #491603;
}

#footer .lnk-usm {
	position: absolute;
	top: -18px;
	left: 145px;
	width: 213px;
	height: 13px;
}

#footer .lnk-usm a {
	display: block;
	height: 13px;
	text-indent: -999em;
}

/* Calendar Styles
---------------------------
*/

p.suggesteddonation {
	clear: both;
	margin: 0;
	padding: 0;
}

#musiccalendarevents {
	text-align: right;
	padding: 0 20px 0 0;
}

#musiccalendarevents p {
	margin: 14px 0 0;
}

#musiccalendarevents a {
	color:#481600;
}

h3.b-time {
	background: #fbeacc;
	padding: 2px 4px;
	margin: 0 0 8px 0;
}

.b-back {
	font-style: italic;
	text-align: right;
}

.b-date {
	color: #fff;
	background: #481600;
	padding: 4px;
}
.b-photo img {
	display: block;
	margin: 6px auto;
}

ul.b-bandslist {
	margin: 8px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

ul.b-bandslist li {
	font-size: 1.1em;
	float: left;
	display: inline;
	margin: 0 6px 0 0;
}

ul.b-bandslist li span {
	font-size: .7em;
}

p.b-more {
	clear: both;
	font-weight: bold;
	text-align: right;
	font-style: italic;
	margin: 8px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/* Menu Styles
---------------------------
*/
#contentmenumenu ul#navmenu {
margin: 20px 40px;
padding: 0;

}

p.downloadmenulink {
background: transparent url("/ezstatic/data/theskinnypancake/i/btn-downloadmenu.jpg") no-repeat left top;
width: 103px;
height: 260px;
text-indent: -999em;
float: right;
margin: 0 0 10px 20px
}


body.article19846 p.downloadmenulink {
	margin: 100px 0 10px 20px;
}

p.downloadmenulink a {
	display: block;
	width: 103px;
	height: 260px;
}


.pdf-download {
margin-top: 40px;
text-align: center;
border-top: 1px solid #431400;
padding-top: 10px;
}

.vermontlocations {
font-size: .85em;
text-align:center;
}

/* Menu Headers
----------------------------
*/

h2.heading19842 {
background: transparent url("/ezstatic/data/theskinnypancake/i/ttl-savoryclassics.gif") no-repeat left top;
width: 240px;
height: 60px;
text-indent: -999em;
margin-left: -39px;
}


h2.heading19844 {
background: transparent url("/ezstatic/data/theskinnypancake/i/ttl-sweetclassics.gif") no-repeat left top;
width: 240px;
height: 60px;
text-indent: -999em;
margin-left: -32px;
}

h2.heading19845 {
background: transparent url("/ezstatic/data/theskinnypancake/i/ttl-crepecreations.gif") no-repeat left top;
width: 255px;
height: 62px;
text-indent: -999em;
margin-left: -20px;
}

h2.heading19843 {
background: transparent url("/ezstatic/data/theskinnypancake/i/ttl-groupmunchies.gif") no-repeat left top;
width: 254px;
height: 64px;
text-indent: -999em;
margin-left: -20px;
}


h2.heading19846 {
	height: 79px;
	width: 100px;
	text-indent: -999em;
	margin: 0 auto 20px auto;
}

body.article19846 div#ezarticleviewtpl.article19846 {
	background: transparent url("/ezstatic/data/theskinnypancake/i/ttl-skinnydipping.gif") no-repeat center top;
}

.ttl-cheesefondues {
background: transparent url("/ezstatic/data/theskinnypancake/i/ttl-cheesefondues.gif") no-repeat left top;
width: 219px;
height: 61px;
text-indent: -999em;
}

.ttl-dessertfondues {
background: transparent url("/ezstatic/data/theskinnypancake/i/ttl-dessertfondues.gif") no-repeat left top;
width: 219px;
height: 61px;
text-indent: -999em;
}



/*
	E-COMMERCE
	----------
*/

/* productlist */

.ezprodlistitem {
width: 100% !important;
}

div.ezprodimg {
float: left;
}

div.ezprodimg img {
border: 1px solid #917266;
}

div.ezproddescription {
width: 220px;
float: right;
}

div.ezproddescription h2 {
	font-weight: bold;
	font-size: 1.2em;
}

/* productview */

.button.viewmore,
.button.addtocart {
	display:block;
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-ms-box-shadow: inset 0 1px 0 0 #96ca6d;
	-o-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 7px 0 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	width: 120px;
	margin: 3px 0;
}
.button.viewmore:hover,
.button.addtocart:hover {
	background-color: #76b347;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76b347), to(#5e9e2e));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
	background-image: linear-gradient(top, #76b347, #5e9e2e);
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	-ms-box-shadow: inset 0 1px 0 0 #8dbf67;
	-o-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer;
	text-decoration: none;
}
.button.viewmore:active,
.button.addtocart:active {
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

#ezorderbar {
	width: 100%;
	float: left;
	margin: 10px 0;
}


div.col1 {
width: 100%;
float: none;
}

.b1 {height:1px; background:#f8941d; margin:0 5px;}
.b2 {height:1px; background:#fadcaf; border-right:2px solid #f8941d; border-left:2px solid #f8941d; margin:0 3px;}
.b3 {height:1px; background:#fadcaf; border-right:1px solid #f8941d; border-left:1px solid #f8941d; margin:0 2px;}
.b4 {height:2px; background:#fadcaf; border-right:1px solid #f8941d; border-left:1px solid #f8941d; margin:0 1px;}
.contentb {background: #fff; border-right:1px solid #f8941d; border-left:1px solid #f8941d;}

h2.bar {
font-size: 1.2em;
background: #fadcaf !important;
color: #481600 !important;
}

table.ezoptionstable {
width: 40% !important;
float: left;
margin: 8px 8% 8px 0;
}

/* detail view images */

div.addlimage {
width: 33%;
float: left;
}

div.addlimage img {
max-width: 98%; /* Fluid images for posts, comments, and widgets */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

#ezstoredesctext p {
margin: 0 0 14px 0;
}




/* Progress Bar
--------------------
*/

div.progress {
	height: 30px;
	border: 1px solid #b3b3b3;
	background: transparent url("/ezstatic/data/theskinnypancake/i/bg-statusbar.gif") repeat-x left top;
}

div.progress span {
	display: block;
	float: left;
	width: 24%;
	text-align: center;
	margin: 6px 0 0 0;
	color: #afafaf;
	border: 0;
}

div.progress span.accomplished {
	color: #000;
	font-weight: bold;
	border: 0;
}

table.list {
background: #fefaf3;
	border: 0;
}

table.list th { 
	background: #fce6c5;
}

tr.subtotal { 
	border-top: 0;
}

div.ezsecure {
	border-bottom: 1px solid #fce6c5;
	border-top: 1px solid #fce6c5;
}

div#ezcustomerlogin h3 {  
	background-color:#fce6c5;
background: transparent;
}

div#ezcustomerlogin table#billingtable td,
div#ezcustomerlogin table#shippingtable td,
div#ezcustomerlogin table#paymenttable td,
div#ezcustomerlogin table#emailtable td { 
	border-bottom: 0;
}


/* Credit Card Logos */
.cc-payment img {
margin-bottom: -20px;
}

