@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic-webfont.eot');
	src: local('☺'), url('League-Gothic-fontfacekit/League_Gothic-webfont.woff') format('woff'), url('League-Gothic-fontfacekit/League_Gothic-webfont.ttf') format('truetype'), url('League-Gothic-fontfacekit/League_Gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

.selfclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.selfclear {
    display: inline-block; /* IE 7 */
    }

.selfclear {
    display: block;
    zoom: 1;
    }

body { 
    line-height: 1.7;
    text-align: center;
    font-family: Verdana, sans-serif;
    }

.container {
    width: 960px;
    margin: 0 auto;
    }

#content {
    color: #333;
    background-color: #cfe0e6;
    padding: 10px 0 20px;
    border-bottom: 1px solid #999;
    text-align: left;
    line-height: 1.4;
    }

#footer {
    padding: 40px 0;
    }

h1 {
    font-family: 'LeagueGothicRegular', Impact, Verdana, sans-serif;
    font-size: 80px;
    color: #5c6366;
    text-shadow: 1px 1px 0 #FFFFFF;
    margin: 0 0 10px 43px;
    }

h2 {
    font-family: 'LeagueGothicRegular', Impact, Verdana, sans-serif;
    font-size: 44px;
    line-height: 1.2;
    color: #5c6366;
    text-shadow: 1px 1px 0 #FFFFFF;
    margin: 0 0 0.5em 190px;
    }

h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #5c6366;
    text-shadow: 1px 1px 0 #FFFFFF;
    margin: 2em 0 0.5em 190px;
    }

p {
    margin: 0 0 1em 190px;
    }

ul {
    margin: 0 0 1.2em 230px;
    }

hr {
    margin: 30px 0 30px 190px;
    color: #fff;
    }

form#ss-form {
    text-align: left;
    padding-top: 10px;
    }

label.ss-q-title {
    float: left;
    width: 180px;
    text-align: right;
	font-size: 85%;
	line-height: 150%;
}

input.ss-q-short,
textarea.ss-q-long {
    width: 250px;
    margin-left: 10px;
    margin-bottom: 5px;
    }
textarea.ss-q-long {
	height: 80px;
}
input.submit {
    margin: 1.7em 0 1.7em 190px;
    }

.meta-sep {
    display: none;
    }

#footer a {
    float: left;
    height: 45px;
    text-indent: -9999px;
    text-align: left;
    }

#footer a.knight {
    width: 228px;
    background: url(img/logo-knight.png) center center no-repeat scroll;
    margin: 0 40px 0 43px;
    }

#footer a.openplans {
    width: 166px;
    background: url(img/logo-openplans.png) center center no-repeat scroll;
    margin: 0 40px 0 0;
    }

#footer a.boston-globe {
    width: 223px;
    background: url(img/logo-boston-globe.png) center center no-repeat scroll;
    margin: 0 40px 0 0;
    }

#footer a.tribune {
    width: 136px;
    background: url(img/logo-tribune.png) center center no-repeat scroll;
    margin: 0;
    }


