/* Oak Park food Market CSS */
/* Created by Doug Dawson http://dwdawson.com 12/15/09 */

body {
	text-align: center;
	/* min-width: 500px; */
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 14px;color: #333333;
	/* font-family: 'Times New Roman', Times New Roman, Times, Georgia, serif; font-size: 14px;color: #333333; */
	background: #ffffff;
}

#header {
	/* padding: 10px 10px 10px 10px;/*TOP RIGHT BOTTOM LEFT*/
	/* background: #FFFBFD url(../images/bg_header.jpg); */
}
#logo {
	width: 800px;
	height: 40px;
	background: #cccccc;
	border-left: solid 2px #999999;
	border-right: solid 2px #999999;
	border-bottom: solid 2px #999999;
	border-top: solid 4px #000000;
}

#logo h1 {
	margin: 0px 0px 40px 0px;
	font-size: 32px;
	text-transform: uppercase;
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
}
#menu {
	height: 65px;
  	width: 800px;
	margin: 4px 0 0 5px;
	position: relative;
}

#menu a{
	width:125px;
	height:20px;
	background: #ffffff;
	border:solid 1px #000000;
	padding: 4px 0 0 0;
	margin: 4px 6px 0px 0px; 
	float:left;
	font-size: 12px;
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
}
#menu a:hover, a#on {
	background: #cccccc;
}

#maincontent {
	width: 800px;
	margin: 0px auto;
}

#leftcolumn {
	width: 390px;
	float: left;
	margin: 10px 5px;
}

#rightcolumn {
	width: 390px;
	float: left;
	margin: 10px 5px;
}

#innerleftcolumn {
	width: 360px;
	float: left;
	margin: 10px 5px;
}

#storepic {
	/* float: left; */
	/* position: relative; */
}

#info {
	font-size: 14px;
	/* text-transform: uppercase; */
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}
#info a {
	color: #000000;
}
#infolinks {
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	font-weight: bold;
	color: #008000;
}
#infolinks a {
	color: #000000;
}
#announcetext {
	font-size: 28px;
	/* text-transform: uppercase; */
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	color: #ff0000;
	font-weight: normal;
	text-decoration:none;
}
#announcetext a {
	font-size: 28px;
	/* text-transform: capitalize; */
	color: #008000;
}
#adtext {
	font-size: 18px;
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}
#footertext {
	clear: both;
	font-size: 16px;
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}
#footertext a {
	color: #000000;
}

table {
	font-family: 'Book Antiqua', 'Times New Roman', Times New Roman, Times, Georgia, serif; 
	font-size: 14px;
	text-align: left;
	color: #000000;
	/* margin: 1em 0; */
  	/* width: 60%; */   
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;  
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

