/* 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;
}


#container {

}

#header {
	/* padding: 10px 10px 10px 10px;/*TOP RIGHT BOTTOM LEFT*/
	/* background: #FFFBFD url(../images/bg_header.jpg); */
}
#logo {
}

#logo h1 {
	width: 600px;
	height: 40px;
	background: #cccccc;
	border-left: solid 2px #999999;
	border-right: solid 2px #999999;
	border-bottom: solid 2px #999999;
	border-top: solid 4px #000000;
	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;
	position: relative;
}
#menu {
	text-align: center;
	height: 120px;
  	margin-left: auto;
  	margin-right: auto;
}

#menu a{
	width:140px;
	height:20px;
	background: #ffffff;
	border:solid 1px #000000;
	padding: 4px 0px 0px 0px;
	margin: 4px 10px 4px 10px; 
	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{
	background: #cccccc;
}
#menu a#on{
	background: #cccccc;
}

#info {
	font-size: 18px;
	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: 18px;
	text-transform: uppercase;
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	font-weight: bold;
	color: #008000;
}
#infolinks a {
	color: #000000;
}
#announcetext {
	font-size: 32px;
	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;
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	color: #008000;
}
#adtext {
	font-size: 24px;
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}
#footertext {
	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;
	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;
}
