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

/*
	RESET PORTION OF THE CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Helvetia, Arial, sans-serif;
	vertical-align: baseline;
	background: transparent;
	text-align:center;
	-webkit-text-size-adjust: none;
}

font, b, u {
	text-align: left !important;
}

html {
	height: 100%;
}

body {
	line-height: 1;
	min-width: 320px;
	height: 100%;
	background-color: #f0f0f0;
	font-size: 62.5%;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.bold {
	font-weight: bold;
}

.descrip {
	margin: 0;
	padding: 0;
	text-indent: 0px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}	

.clear {
	clear: both;
}

/* 
	SITE SPECIFIC CSS
*/

sup {
	line-height:15px;
	vertical-align:top !important;
}

.bg {
	background: #FFFFFF url(../images/background.jpg) 0 0 repeat;
}

#logo {
	padding: 3px 0;
	background-color: #f0f0f0;
}

ul#homenav {
	width: 100%;
}

	ul#homenav li {
		display: block;
		width: 100%;
		height: 28px;
		color: #FFF;
		line-height: 28px;
		font-size: 1.6em;
		background: transparent url(../images/home/navbg.gif) repeat-x scroll center top;
		margin: 0 0 1px;
		padding: 0;
	}
	
	ul#homenav li.first {
		border-top: 1px solid #FFF;
	}
	
		ul#homenav li a, ul#homenav li.first a {
			display:block;
			background-color:transparent;
		}
	
		ul#homenav a:link, ul#homenav a:visited  {
			color: #FFFFFF;
			text-decoration: none;
			
		}

#nav {
	display: block;
	background-color: #609f51;
	color: #000000;
	font-size: 1.5em !important;
	height: 1.3em;
	letter-spacing: .05em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #808285;
	padding: 2px 0px;
}

	#nav a:link, #nav a:visited, #nav a:active {
		color: #FFFFFF;
		text-decoration: none;
		margin: 0 1px;	
	}
	
	#nav a.active {
		color: #609f51;
		background-color: #FFFFFF;
		padding: 8px 4px;
		margin: 0;
	}

#content {
	text-align: left;
	padding: 20px 15px 10px;		
	font-size: 1.7em !important;
	max-width: 600px;
	margin: 0 auto;
}

	#content p {
		max-width: 600px;
		display: block;		
		text-align: left !important;
		margin: 0 auto 15px;
		line-height: 1.2em;
	}
	
	
	
		#content p.sm {
			font-size: .7em !important;
		}
	
		#content li {
			text-align: left !important;
			padding-left: 20px;
			line-height: 1.2em;
		}
	
	#content h1 {
		display: block;
		max-width: 600px;
		margin: 0 auto 0px;
		font-size: 1.6em;
		font-style: italic;
		font-weight: bold;
		text-align: left;
		color: #609f51;	
		padding-bottom:8px;	
	}
	
	.needSpace {
		
	}
	
	
	#content h2 {
		display: block;
		max-width: 600px;
		margin: 0 auto;
		padding-bottom: 20px;
		font-size: 1.3em;
		font-weight: bold;
		text-align: left !important;
		color: #609f51;		
	}
	
		#content h2 + p {
			padding-left: 20px;
		}
		
		#content h2 + p.loc {
			padding-left: 0px;
		}
	
	#content h3 {
		display: block;
		max-width: 600px;
		margin: 0 auto 8px;
		font-size: 1.3em;
		font-weight: bold;
		text-align: left;
		color: #609f51;		
	}
	
	#content h4 {
		display: block;
		max-width: 600px;
		margin: 0 auto;
		padding-bottom:2px;
		font-size: 1.15em;
		line-height:1.15em;
		font-weight: bold;
		text-align: left;
		color: #000000;		
	}
	
	#content p.loc {
		max-width: 600px;
		display: block;		
		text-align: left !important;
		margin: 0 auto;
		padding-bottom:15px;		
		line-height: 1.2em;
	}	
	
	#content a:link, #content a:visited {
		font-size: inherit;
		color: #34aa28;
		text-decoration: none;
		text-align: left !important;
	}
	
#footer {
	display: block;
	color: #609f51;
	font-size: 1.1em;
	height: 1.6em;
	letter-spacing: .1em;
	border-top: 1px solid #666666;	
	padding: 2px 0;
	background-color: #f0f0f0;
}

	#footer a:link, #footer a:visited {
		color: #000000;
		text-decoration: none;
		margin: 0 2px;
	}
	
/****** 

	MENU PAGE

*****/

.icon {
	margin: 0 6px;
}

table.menu {
	margin: 0 auto;
	font-size: 1em;
	width: 100%;
	display:block;
	clear:both;
	float:none;
}

table.menu tbody, table.menu tbody tr {
	width:100%;
	display:inline-table;
}

table.menu td {
	text-align: left !important;
	max-width: 600px;
	text-indent: 0px;
}

table.menu tr td {
	padding: 3px 3px 15px 10px;
	word-break: keep-all;
	text-indent: 0px;
}

table.menu tr.item {
	padding: 20px 0;
	text-align: left;
	background-color:#A3D88C !important;
}

table.menu tr.item td {
	font-size: 1.1em !important;
	font-weight: bold;
	background-color: #a3d88c;
	padding: 3px 5px !important;
	margin: 2px 0;
	text-align:left;
	text-indent: 0px;
}

table.menu tr.item td + td {
	text-align: right !important;
}

table.menu ul li {
	text-align: left;
}

span.hidden {
	text-indent: 2000px;
	visibility: hidden;
}

h3.burgers {
	height: 60px;
}

h3.hotdogs {
	height: 60px;
}

h3.fries {
	height: 60px;
}

h3.custard {
	height: 60px;
}

h3.concretes {
	height: 60px;
}

h3.drinks {
	height: 60px;
}

h3.beer {
	height: 60px;
}

h3.wine {
	height: 60px;
}
h3.wine2 {
	height: 60px;
}

/*****
	
	Fan Page
	
*****/

.fanimg {
	text-align: center;
	margin-bottom: 5px;
}

.prev {
	float: left;
	color:#FFFFFF;
}

.next {
	float: right;
	color:#FFFFFF;
}

.prev, .next {
	background-color: #609f51;
	padding: 2px 6px;
	letter-spacing: .1em;
	line-height: 1.5em;
	font-size: .9em !important;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #808285;
}

	a:link.prev, a:visited.prev, a:link.next, a:visited.next {
		color: #FFF !important;
	}


/*****
	
	Cam Page
	
*****/

.camimage {
	display: block;
	max-width: 99% !important;
}

.weatherimg {
	display: block;
	float: left;
	margin-right: 10px;
}

.refresh {
	background-color: #609f51;
	padding: 4px 6px;
	letter-spacing: .1em;
	line-height: 3em;
	font-size: .9em !important;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #808285;
	color:#fff;
}

	a:link.refresh, a:visited.refresh {
		color: #FFF !important;
	}
	
/*****

	SEND PAGE

*****/

input {
	margin-bottom: 4px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #000000;
	width: 200px;
}

label {
	font-size: .8em;
	text-align: left !important;
}

#submit {
	background-color: #609f51;
	padding: 4px 6px;
	letter-spacing: .1em;
	line-height: 1.3em;
	font-size: .8em !important;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #808285;
	width: auto !important;
	color: #FFF;
	text-align: left !important;
}


/*****
	
	Cam Page
	
*****/

#content a:link#back, #content a:visited#back {
	font-weight: bold;
}

/*****
	
	Menu Page
	
*****/

a.black {

	color:#000000 !important;
	display:block !important;
	width:100% !important;
	float:none !important;
	clear:both !important;

}

/*****

	Custard Menu Pages
	
*****/

table.singleMenu{
	margin-bottom:5px;
}

	table.singleMenu tr.singleEntry {
		
	}

		table.singleMenu tr.singleEntry td {
			color:#FFFFFF;
			padding:5px;
		}
	
			table.singleMenu tr.singleEntry td.left {
				text-align:left !important;
				font-weight:bold;
			}
			
			table.singleMenu tr.singleEntry td.right {
				text-align:right !important;
			}



