/*
	layout.css
	Brightline Interactive, 2009
*/
/* based on Eric Meyer's CSS 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;}
ol, ul {list-style: none;}
/*------------------------------------General Divs---------------------------------------*/
#header{width: 960px; margin: 0 auto; padding: 36px 0 36px;}
#header img{margin-bottom: 36px;}
#middle{width: 960px; margin: 0 auto; padding-bottom: 40px; overflow: hidden; border-bottom: solid 4px #666;}
.left{width: 280px; margin-right: 40px; float: left; text-align: right;}
.right{width: 640px; margin: 0; float: right;}
.event{width: 960px; margin: 0 auto; padding: 20px 0; overflow: hidden; border-bottom: dotted 1px #666;}
.event .left, .event .right{padding: 20px 0;}
#last{border-bottom: solid 4px #666;}
#middle .left{text-align: left; width: 280px; margin: 0; padding-top: 40px;}
#footer{width: 960px; height: 40px; margin: 0 auto; padding-top: 18px;}
/*------------------------------------Type---------------------------------------*/
body{font-family: "Helvetica Neue", Helvetica, Arial, san-serif; line-height: 18px; color: #222;}
h1{font-size: 36px; letter-spacing: -1px; font-weight: bold; line-height: 46px; text-transform: uppercase;}
h2{font-size: 26px; letter-spacing: -1px; font-style: italic; color: #666; text-transform: uppercase;}
#middle h3{font-size: 21px;}
h3{font-size: 16px; font-weight: bold; margin-bottom: 18px; line-height: 24px;}
#middle h4{font-weight: bold; margin-top: -9px; margin-bottom: 9px;}
h4{font-size: 14px;}
p{font-size: 12px; margin-bottom: 18px;}
ul li{font-size: 12px; color: #222; margin-bottom: 18px;}
#footer p{font-size: 10px;}
a{color: orange;}