/* Created by What Cheer : what-cheer.com */

/*********** TABLE OF CONTENTS START ***********\

1. Interface Styles
2. Shared Content Styles
3. Unique Content Styles

\*********** TABLE OF CONTENTS END *************/

/* ////////// 1. Interface Start ////////// */

/* Set to Zero */
* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
/* No Dotted Lines */
a {
	outline: none;
	}
:focus {
	-moz-outline-style: none;
	}
/* Background */
body {
	background-color:#FFFFFF;
	background-image: url(/images/interface/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
/* Global Text */
body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#60554F;
	}
/* Global Links */
a, a:link,a:active, a:visited {
	color: #90A645;
	text-decoration: none;
		}
		a:hover, a:visited:hover {
	color: #60554F;
	text-decoration: underline;
			}

#container {
	width: 934px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#header {
	}

/* Logo */
#logo h1 {
	width: 281px;
	height: 181px;
	}
	#logo h1 a, #logo h1 a:link, #logo h1 a:active, #logo h1 a:visited {
	text-indent: -9999px;
	overflow: hidden;
	width: 281px;
	height: 181px;
	display: block;
		}

/* Layout */
#content {
	clear: right;
	float: right;
	width: 653px;
	padding-top: 20px;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #B4A598;
	padding-bottom: 20px;
	clear: both;
	float: right;
	width: 653px;
	text-align: center;
	padding-top: 60px;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #B4A598;
	text-decoration: none;
			}
			#footer a:hover, #footer a:visited:hover {
				color: #60554F;
				text-decoration: none;
				}

#logo {
	height: 181px;
	width: 281px;
	background-image: url(/images/interface/logo.jpg);
	background-repeat: no-repeat;
	background-position: 26px 20px;
	float: left;
	}

#bannerimage {
	float: right;
	width: 653px;
	height: 96px;
	margin-top: 9px;
	background-image: url(/images/interface/banners/fruit.jpg);
	background-repeat: no-repeat;
	}
#side {
	clear: left;
	float: left;
	width: 281px;
	}
#hours {
	background-image: url(/images/interface/hours.gif);
	text-indent: -9999px;
	height: 60px;
	background-position: 45px 20px;
	background-repeat: no-repeat;
	}

/* NAV */
#nav {
	height: 76px;
	width: 653px;
	float: right;
	}
	#nav li {
	list-style-type: none;
	display: block;
	float: left;
		}
	#nav a {
		display: block;
		height: 76px;
		text-indent: -9999px;
		}
		#nav a:hover {
			background-position: left bottom;
			}
/* FOR GRAPHIC NAV */

#nav_hithere a {
	background-image: url(/images/interface/navigation/hithere.jpg);
	width: 154px;
}
#nav_werepatricks a {
	background-image: url(/images/interface/navigation/werepatricks.jpg);
	width: 185px;
}
#nav_wesellfood a {
	background-image: url(/images/interface/navigation/wesellfood.jpg);
	width: 165px;
}
#nav_stopin a {
	background-image: url(/images/interface/navigation/stopin.jpg);
	width: 149px;
}



#hithere #nav_hithere a, #werepatricks #nav_werepatricks a, #wesellfood #nav_wesellfood a, #stopin #nav_stopin a { 
	background-position: left center;
}


/* \\\\\\\\\\\ 1. Interface End \\\\\\\\\\\ */







/* ////////// 2. Shared Conent Styles Start ////////// */

/* Global Links */

/* Lists */
#content ul, #content ol {
	margin-left: 30px;
	margin-bottom: 20px;
	}
#content li {
	margin-bottom: 5px;
	}

/* Title */
h2 {
	font-size: 26px;
	font-weight: bold;
	color: #AEC956;
	margin-bottom: 20px;
	}
	h2 a:link, h2 a:active, h2 a:visited {
		color: #000000;
		text-decoration: underline;
		}
		h2 a:hover, h2 a:visited:hover {
			color: #000000;
			text-decoration: underline;
			}

/* Header */
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #AEC956;
	}
	h3 a:link, h3 a:active, h3 a:visited {
		color: #000000;
		text-decoration: underline;
		}
		h3 a:hover, h3 a:visited:hover {
			color: #000000;
			text-decoration: underline;
			}

/* Sub-Header */
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
	h4 a:link, h4 a:active, h4 a:visited {
		color: #000000;
		text-decoration: underline;
		}
		h4 a:hover, h4 a:visited:hover {
			color: #000000;
			text-decoration: underline;
			}

/* Paragraph Text */
p {
	line-height: 130%;
	color: #60554F;
	padding-bottom: 20px;
	}

/* Horizontal Rule */
hr {
	color: #666666;
	height: 2px;
	padding-top: 10px;
	padding-bottom: 20px;
	}

blockquote {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #EFF4DD;
	border: 1px dotted #A5B1D0;
	font-size: medium;
	color: #000000;
	}
	blockquote p {
	padding-bottom: 10px;
		}

/* Form Styles */

#form {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	input, select, textarea {
		clear: none;
		background-color: #F3F3F3;
		padding: 2px;
		border: 1px solid #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		width: 320px;
		float: left;
		display: block;
		}
		input:focus, textarea:focus, select:focus {
			background-color:#FFFFFF;	
			}
	#form div {
		clear: both;
		margin-bottom:10px;
		height: 40px;
		}
	#form label {
		width: 70px;
		display: block;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		}
	
	/* Form - City, State, Zip*/
		div#form-city {
			float: left;
			}
		#form-city input {
			width: 50px;
			}
		
		div#form-state {
			clear: none;
			float: left;
			}
		#form-state label {
			width: 50px;
			padding-left: 15px;
			}
		div#form-state select {
			width: 100px;
			}

		div#form-zip {
			clear: none;
			float: right;
			width: 90px;
			}
		#form-zip label {
			width: 30px;
			}
		#form-zip input {
			width: 50px;
			}
		
		/* Form - message*/
		div#form-message {
			height: auto;
			}
		#form-message textarea {
			height: 78px;
			}
		
		/* Form - submit*/
		div#form-submit {
			margin-right: auto;
			margin-left: auto;
			width: 150px;
			}
		#form-submit input {
			width: 80px;
			float: right;
			}

/* Content Classes */
.floatleft { float: left; }
.floatright { float: right; }
.imageleft { float: left; padding-bottom:20px; padding-right:20px;}
.imageright { float: right; padding-bottom:20px; padding-left:20px;}
.gap { margin-bottom: 20px; }
.nogap { padding-bottom: 0px; margin-bottom: 0px; }
.textsmall { font-size: 9px; }
.textwhite { color: #FFFFFF; }
.brclear { clear: both; height: 1px;}


/* \\\\\\\\\\\ 2. Shared Content Styles End \\\\\\\\\\\ */








/* ////////// 3. Unique Content Styles Start ////////// */



/*TITLES*/
h2#title {
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	text-indent: -9999px;
	margin-bottom: 20px;
	}
	#werepatricks #title {
		background-image: url(/images/interface/title/werepatricks.gif);
		}
	
	#stopin #title {
		background-image: url(/images/interface/title/stopin.gif);
		}
	#wesellfood h2#title {
		background-image: url(/images/interface/title/wesellfood.gif);
		}

/*FOOTER*/
#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4A598;
	}


.twocolumn .column1 {
	float: left;
	width: 320px;
	}
.twocolumn .column2 {
	float: right;
	width: 320px;
	}

/*BANNER IMAGES*/
	#stopin #bannerimage {
		background-image: url(/images/interface/banners/bags.jpg);
		}
	#werepatricks #bannerimage {
		background-image: url(/images/interface/banners/oldstore.jpg);
		}
	
	#wesellfood #bannerimage {
		background-image: url(/images/interface/banners/meat.jpg);
		}

/* BOTTOM BOX */
#bottombox {
	height: 155px;
	}
#bottombox li {
	height: 155px;
	float: left;
	list-style-type: none;
	}
#bottombox a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 155px;
	text-indent: -9999px;
	}
	#bottombox a:hover {
		background-position: left bottom;
		}
#content #bottombox ul {
	margin-bottom: 0px;
	margin-left: 0px;
	}
	#box_hotlunch a {
		width: 161px;
		margin-left: 30px;
		background-image: url(/images/content/bottombox/hotlunch.jpg);
		}
	#box_boxlunch a {
		width: 202px;
		background-image: url(/images/content/bottombox/corplunchbox.jpg);
		}
	#box_address a {
		width: 98px;
		background-image: url(/images/content/bottombox/address.jpg);
		}
	#box_specials a {
		width: 142px;
		background-image: url(/images/content/bottombox/weeklyspecials.jpg);
		}

/* HOME GRAPHICS */
	body#hithere {
		background-image: url(/images/content/home/body_bg.gif);
		}
	#hithere #container {
		background-image: url(/images/content/home/hithere_bg.gif);
		background-position: right 76px;
		background-repeat: no-repeat;
		}
	#homephoto {
		width: 438px;
		float: right;
		margin-top: 94px;
		}
	#homelinks {
		width: 496px;
		clear: left;
		height: 200px;
		padding-top: 16px;
	}
	#homelinks li {
		display: block;
		float: left;
		list-style-type: none;
	}
	#homelinks a {
		background-repeat: no-repeat;
		background-position: left top;
		display: block;
		height: 157px;
		text-indent: -9999px;
		}
	#homelinks a:hover {
		background-position: left bottom;
		}
	#links_hotlunch a {
		width: 143px;
		background-image: url(/images/content/home/homelinks/hotlunch.jpg);
		}
	#links_boxlunch a {
		width: 219px;
		background-image: url(/images/content/home/homelinks/corplunchbox.jpg);
		}
	#links_specials a {
		width: 134px;
		background-image: url(/images/content/home/homelinks/weeklyspecials.jpg);
		}
	#hithere #footer {
		float: left;
		width: 496px;
		}
	#text {
		display: none;
		}
/* \\\\\\\\\\\ 3. Unique Content Styles End \\\\\\\\\\\ */
