/*

    cujo.js
    (c) copyright 2010-2012 Brian Cavalier and John Hann

    Licensed under the MIT License at:
     	http://www.opensource.org/licenses/mit-license.php

*/
@import url(headline.css);

BODY {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
	background: #a55a55;
}

.cujo-header {
    height: 2em;
}

.cujo-headline > .cujo-box-stretch {
    top: 2em;
}

.main-title {
    font-size: 6em;
    margin: 0 auto;
}

.main-title {
	font-size: 96pt;
}

.cujo-main {
	text-shadow: 0 1px #f99f99;
	font-size: 14pt;
	text-align: center;
}

.main-content {
    position: absolute;
    top: 360px;
    bottom: 1em;
    width: 100%;
    overflow: auto;
}

.cujo-footer .copyright-line {
    text-align: center;
    padding-top: 0.25em;
}

.highlights {
    font-size: 2em;
    margin: 1em auto;
    padding: 0;
    text-align: center;
}

.highlights LI {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

