@charset "UTF-8";
/* Where’s the Pineapple */
/* Copyright (c) 2009 */
/* For Screen */

/************** Colors Used **************
Pineapple 1
Green: 085400
Black: 140D00
Brown: 8C4A00
Yellow: FFCE00
Pale Yellow: FFFA83

Pineapple 2
Dark Green: 1D3B00
Bright Green: 77A326
Light Green: 93BA4C
Yellow: E3A516
Light Yellow: FFFA83
*/

/************** Root Element **************/
html { margin:0; padding:0; }
body { margin:0; padding:0; color:#140D00; background:#E3A516; 
    font:small/1.4 "Franklin Gothic Medium","Arial Narrow Bold",Arial,sans-serif; }

/************** Headings **************/
h1 { margin:10px 0 0; padding:0; font-size:350%; 
    font-family:"American Typewriter","Courier New",Courier,monospace; }
h2 { margin:0 0 10px; padding:0; font-size:150%; 
    font-family:"American Typewriter","Courier New",Courier,monospace; }
h3 { margin:10px 0; padding:5px 0 0 0; font-size:120%; border-top:double 3px #fffa83; }
h4 { margin:0; padding:0; font-size:100%; }

/************** Links **************/
a:link, a:visited, a:hover, a:focus, a:active { text-decoration:underline; }
a:link { color:#77A326; }
a:visited { color:#93BA4C; }
a:hover, a:focus { color:#1D3B00; }
a:active { color:#fff; background:#1D3B00; }

/************** Standard Elements **************/
code { font-size:110%; font-family:Consolas,"Lucida Console",Monaco,monospace; }
small { font-size:90%; }
img { margin:0; padding:0; }
acronym { border:0 none; cursor:help; }
ul { margin:2px 0; padding:0; list-style:none; text-align:center; }
li { display:inline; border-left:1px solid; margin:0; padding:0 5px; }
li:first-child { border-left:0 none; padding-left:0; }

/************** Page Layout **************/
#content { width:540px; margin:30px auto; }
#seasons { margin-bottom:30px; }
#runners, #blogs { text-align:left; }
#footer { margin:15px 0 0; }

h3 + .item { border-top:0 none; }
.item { margin:0px auto 5px; padding:5px 0 0 0; border-top:2px solid #fffa83; }
.item h4 { display:inline; }
.item .date { display:inline; padding-left:20px; font-size:90%; }
.item p { margin:2px 0; clear:both; }

h1 a, h2 a { text-decoration:none !important; }
