@charset "UTF-8";
/* CSS Document */


html, body {
	background-image:url(../images/chalkboard_tile.png);
	margin: 0;
	padding: 0;
}


#container
{
	background:white;
	margin: 0 auto;
	width: 820px;
	padding: 10px 15px 0px 15px;

}

#header {
	font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	margin-top:5px;
	padding-top:15px;
	background-image:url(../images/woodstock_logo.png);
	text-align:left;
	background-repeat:no-repeat;
	height: 90px;
	border-bottom:1px dotted;
	margin-bottom:8px;

}


/******navigation*********/  	

#navigation {
	width: 100%;
	float: right;
	margin: 0 0 0px 0;
	padding: 0;
	list-style: none;
}
	
#navigation ul {
  font-size: 14px;
  list-style: none;
}
	
#navigation li {
	float: right; }
	
#navigation li a {
	display: block;
  text-decoration: none;
  color: black;
  padding: 6px 11px 12px 10px;
  margin-left: 0px;
  height:10px;
  border-bottom: 1px #ccc solid;
  white-space: nowrap;
  }
  
#navigation ul li#youarehere {
	text-color:green;
  background-image:url(images/line_nav.png);
  background-position: center;
background-repeat: no-repeat;
}
  
#navigation ul li a#main {
    padding: 6px 11px 12px 10px;
    border-bottom: 0px;
}

#navigation ul li a#firstmain {
    padding: 6px 0px 12px 10px;
        border-bottom: 0px;
}

#navigation ul li a#lastmain {
    padding: 6px 10px 12px 0px;
     border-bottom: 0px;
}

#navigation ul li a#last {
    padding: 6px 10px 12px 0px;
}

#navigation ul li a#first {
    padding: 6px 0px 12px 10px;
}




/****** navigation2*********/  	


#navigation2 {
	float: left;
	text-align: right;
	width: 100%;
	height: 15px;
	margin: 0px;

}

#navigation2 ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation2 ul li {
  display: block;
  position: relative;
  float: right;
}
#navigation2 li ul { display: none; 
}

#navigation2 ul li a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 6px 6px 0px 8px;
  margin-left: 1px;
  white-space: nowrap;
}

#navigation2 ul li a#last {
    padding: 6px 10px 0px 0px;
}

#navigation2 ul li a#first {
    padding: 6px 0px 0px 10px;
}



/******logos*********/  	

#logos {
	display:none;
	float: left;
	text-align: right;
	width: 820px;
	margin-top: 14px;
	height: 105px;
}

#logos IMG{
	border-style: none;
	padding: 5px;

}

#logos a{
	border-style: none;
}


____________________


#content-container
{
	float: left;
	width: 820px;
	background: #fff;
}

#content
{
	clear: left;
	float: left;
	width: 410px;
	padding: 0px 5px 5px 5px;
	margin: 0px;
	display: inline;
}

#news_content
{
	clear: left;
	float: left;
	width: 815px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display: inline;
}

#news_text
{
	float: left;
	width: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


#news_pics
{
	float: right;	
	width: 230px;
	margin: 0px 0px 0px 10px;
	display: inline;
}

#news_pics IMG
{
	width: 230px;
height: 230px
}

.newspolaroid {
	float: right;
	position: relative;
	background: black;
	width: 230px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-family: 'calibri', 'karla', sans-serif;;
	}


#content h1
{ 
	color: black;
	font-weight: 400;
	margin: 0;
	font-family: 'calibri', 'karla', sans-serif;
	font-size: 16px;
	padding: 0px 0px 10px 0px;


}


h2
{ 
	color: #a3266d;
	font-weight: 700;
	margin: 0;
	font-family: 'calibri', 'karla', sans-serif;
	font-size: 20px;
	padding: 0px 0px 10px 0px;

}

h3
{ 
	color: #a3266d;
	font-weight: 400;
	margin: 0;
	font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-size: 20px;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 0px 0px;

}

#content h4
{ 
	color: black;
	font-weight: 700;
	margin: 0;
	font-family: 'calibri', 'karla', sans-serif;
	font-size: 14px;
	padding: 0px 0px 2px 0px;

}

h4
{ 
	color: #a3266d;
	font-weight: 700;
	margin: 0;
	font-family: 'calibri', 'karla', sans-serif;
	font-size: 14px;
	padding: 0px 0px 2px 0px;

}

h5
{ 
	color: #a3266d;
	font-weight: 400;
	margin: 0;
	font-family: 'calibri', 'karla', sans-serif;
	font-size: 16px;
	padding: 0px 0px 10px 0px;

}

a{
	color: #a3266d;
	text-decoration: none;
	padding: 0px;
}

#content a{
	color: #a3266d;
	text-decoration: none;
	padding: 0px;
}





p
{ 
	font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-size:14px;
	line-height: 20px;
	font-weight: 400;
	margin: 0px;
    padding: 0px 0px 8px 0px;
}


p.quote
{ 
	color: black;
	font-size:18px;
	padding-left: 20px
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
    padding: 10px 10px 8px 0px;
	
	
}

p.writer
{ 
	color: black;
	font-size:12px;
	font-weight: 400;
	padding: 0px 10px 24px 0px;
	
}



p.footnote
{ 
	color: black;
	font-size:12px;
	font-weight: 400;
	line-height: 20px;
	font-style: italic;
	padding-top: 10px;
}

.footnote
{ 
	color: black;
	font-size:12px;
	font-weight: 400;
	line-height: 20px;
	font-style: italic;
	padding-top: 10px;
}

.date
{ 
	color: black;
	font-size:12px;
	font-weight: 400;
	line-height: 20px;
}




hr
{
height: 0px;
border-top:1px dotted black;
padding: 5px;

}

#gallery
{
	float: right;
	width: 374px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#gallery IMG
{
	width: 370px;
height: 370px
}

#gallery h3
{ 
	font-family: 'calibri', 'karla', sans-serif;;
}

#slideshow {
    position:relative;
    height:370px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 370px;
    background-color: #FFF;

}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 370px
    display: block;
    border: 0;
    margin-bottom: 0px;

}

.polaroid {
	position: relative;
	background: white;
	width: 370px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 8px 0px;
	text-align: center;
	font-family: 'calibri', 'karla', sans-serif;
	-moz-box-shadow: 0px 0px 0px black;
    -moz-transform: rotate(0deg);
    -webkit-box-shadow: 0px 0px 0px black;
    -webkit-transform: rotate(0deg);
    box-shadow: 0px 0px 0px black;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

	}




#footer
{
	clear: both;
	background: white;
	border-top:1px dotted black;
	padding: 10px 0px 10px 0px;
		font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-size: 12px;
		font-weight: 400;
}

#footer p
{ 
	font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 18px;
	font-weight: 400;

}


.heading
{ 
	color: #a3266d;
	font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 14px;

}

.veggie
{ 
	baseline-shift: sub;
	color: #669933;
	font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-size: 10px;


}

.gluten
{ 
	color: #cc6633;
	font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-size: 10px;

}

.subheading
{ 
	color: black;
	font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 0px;
	font-weight: 700;
}


.footer1
{
	float: left;
	padding: 0px 7px 7px 14px;
	border-right: dotted 1px;
	border-color:black; 
	width: 195px;
		height: 400px;

}

.footer2
{
	float: left;
	border-right: dotted 1px;
	border-color:black; 
	padding: 0px 7px 7px 14px;
	width: 218px;
	height: 400px;

}

.footer3
{
	float: left;
	border-right: dotted 0px;
	border-color:black;
	padding: 0px 7px 7px 14px;
	width: 188px;
	height: 400px;

}

.footer4
{
	float: left;
	border-right: dotted 1px;
	border-color:black;
	padding: 0px 7px 7px 5px;
	width: 130px;
	height: 400px;

}


#copyright
{
	clear: both;
	background: white;
	border-top:1px dotted black;
	padding: 7px 0px 10px 7px;
	height: 10px
}

#copyright p
{
	color: #414141;
	font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 10px;
}



____________________connect with us stuff starts _____________________

.connect{
	border-bottom:#9C0 9px;
	border-style:none;
	padding:15px;
  	color: #414141;
	font-size: 12px;
	line-height: 16px;
}
.connect a{
	font-size: 12px;
	color: #414141;
	text-decoration:underline;
	line-height: 16px;
	text-decoration:none;
	vertical-align:middle;
}
.iconlist
{
list-style: none;
margin: 0;
padding: 0;
}

li.facebook
{
background-image: url(../images/facebook.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 0px 20px;
margin: .4em 0;
}
li.email
{
background-image: url(../images/email.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 0px 20px;
margin: .4em 0;
}
li.twitter
{
background-image: url(../images/twitter.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}



____________________ menu stuff starts_____________________

tr
{
border-bottom: 1px solid;
border-color:#ccc;
font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
}
td
{
border-bottom: 1px solid;
border-color:#ccc;
vertical-align: top;
font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 5px 0px 2px 0px;
}

td.price
{
width: 100px;
border-bottom: 1px solid;
border-color:#ccc;
text-align: right;
vertical-align: top;
font-family: 'calibri', 'karla', Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 5px 0px 2px 0px;
}


table 
{
width:100%;
border-collapse:collapse;
}
th
{
height:50px;
}

p.temp
{text-align: center}

p.temp a
{text-decoration: underline}
