/* **************** GRIDS ***************** */
.line:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.lastUnit:after{content:" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";visibility:hidden;clear:both;height:0 !important;display:block;line-height:0;}
.line{*zoom:1;}
.unit{float:left;}
.size1of1{float:none;width:100%;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{display:table-cell;*display:block;*zoom:1;float:none;_position:relative;_left:-3px;_margin-right:-3px;width:auto;}
/* ***** main styles ******** */
html {
    background-color: black;
}
body {
    font-size: 12pt;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
    background: url('/static/images/katie_bg.png') bottom left no-repeat;
    color: #DDD;
    width: 1024px;
    height: 700px;
}
.header {
    text-align: center;
    opacity: 0.5;
}
h1 {
    margin: 0px;
    font-size: 48pt;
    letter-spacing: 4pt;
}
p {
    font-weight: 100;
    line-height: 24pt;
    letter-spacing: 1px;
}
.footer {
    text-align: center;
    opacity: 0.7;
    font-size: 100%;
}
.footer li {
    display: inline;
    list-style-type: none;
    padding: 10px;
}
.content {
    vertical-align: bottom;
    height: 80%;
}
a {
    color: #DDD;
}
h1 a,h2 a,li a {
    text-decoration: none;
}
a:hover {
    color: #FF0;
}
th {
    text-align: left;
}
td {
    vertical-align: top;
}
dt {
    float: left;
    clear: left;
    font-weight: bold;
    width: 10ex;
}
dt:after {
    content: ':';
}
table {
    font-size: 10pt;
}

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700) screen and (min-device-width: 1025px);

@media screen and (min-device-width: 1025px){
    body { font-family: 'Yanone Kaffeesatz', "Helvetica Neueu",sans-serif; }
}
