@charset "UTF-8";
/* CSS Document */

/*reset*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear{
	clear:both;
}

/*END RESET*/

/*type*/
h1{
	font-size:46px;
}
h2{
	font-size:40px;
}
h3{
	font-size:120%;
	line-height:1.25em;
	color:#272727;
	font-weight:bold;
}
h4{
	font-size:110%;
	line-height:1.25em;
	color:#272727;
	font-weight:bold;
	margin-top:30px;
}
h5{
	font-size:105%;
	line-height:1.25em;
	color:#272727;
	font-weight:bold;
	margin-top:8px;	
}
#hdr p{
	font-family:Georgia, Times New Roman, serif;
	font-size:90%;
	line-height:1.5em;
	padding-top:21px;
}
.food_event p, .food_event h3{
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
}
#event_description span.leader{
	font-family:Georgia, Times New Roman, serif;
	font-size:90%;
	font-style:italic;
}
.food_event p{
	font-size:95%
	color:#272727;
	line-height:1.25em;
	padding-bottom:8px;
}
#event_description h3, #event_description h4, #event_description h5, #event_description p{
	font-family:Helvetica, Arial, sans-serif;
}
#event_description h4{
	color:#82171f;
}
#event_description p i{
	font-family:Georgia, Times New Roman, serif;
	line-height:1.5em;
}
#event_description p{
	padding-bottom:6px;
	font-size:90%;
	line-height:1.5em;
}
p.donations{
	font-size: 85%;
}
a{
	color:#5491bb;
}
a:hover{
	color:#999;
}
/*end type*/

body{
	background:url(../images/hdr.jpg) repeat-x center top;
}
#hdr{
	padding: 0 5px;
	margin-top:40px;
}
#container{
	width:960px;
	margin:0 auto;
}
#content{
	width:950px;
	margin:0 auto;
	border-bottom:1px solid #6485bd;
	padding-bottom:56px;
	margin-top:50px;#
}
.food_event{
	width:220px;
	float:left;
	margin-right:16px;
}
img.event{
	float:left;
	width:334px;
}
a.return{
	text-decoration:none;
	font-size:90%;
	font-family:Helvetica, Arial, sans-serif;
}
#event_description{
	float:left;
	width:360px;
	margin-left:20px;
}
#event_description img.sponsor{
	float:left;
	margin-bottom:8px;
	margin-right:30px;
	margin-top:24px;
}
#event_sponsors{
	width:350px;
	padding-bottom:20px;
}
#ftr{
	padding:30px 5px;
}
#oxford, #sponsors, #sponsors p, #sponsors img{
	float:left;
}
#oxford p{
	padding-top:4px;
}
#oxford p a{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#666;
	text-decoration:none;
	padding-left:9px;
}
#sponsors{
	height:58px;
	margin-left:365px;
	width:460px;
}
#sponsors p{
	line-height:58px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:75%;
}
#sponsors img{
	padding-left:16px;
}