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;
}


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("/files/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-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 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;
}


