/******************************************************************************
* 
* CSS RESET v2.0 | 20110126
* Care of Eric Meyer: http://meyerweb.com/eric/tools/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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/******************************************************************************
* BASE STYLES
******************************************************************************/
html {
    overflow-y: scroll;
}

body {
    font: 14px Georgia, "Times New Roman", serif;
    color: #222;
}

p {
    line-height: 24px;
    padding-bottom: 24px;
}

p.flush {
    padding-bottom: 0;
}

p a,
p a:visited,
li a,
li a:visited {
    color: #F09;
}

p a:hover,
li a:hover {
    background: #F09;
    color: #FFF;
    text-decoration: none;
}

h2 a {
    text-decoration: none;
    color: #222;
}

h2 a:hover {
    color: #F09;
}

a:active,
a:hover,
a:visited {
    outline: none;
}

i {
    font-style: oblique;
}

b {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

.smallcaps {
    font-size: 90%;
}

ul {
    margin-bottom: 24px;
    margin-left: 18px;
    line-height: 24px;
}

ul ul {
    margin-bottom: 6px;
}

ul li {
    list-style-type: disc;
}

ul ul li {
    list-style-type: circle;
}

code {
    font: 13px "Andale Mono", "Courier New", fixed;
}


#wrapper {
    margin: 24px auto 168px auto;
    width: 800px;
    padding: 0 24px;
}


#logo-outer {
    display: block;
    width: 132px;
    background: #222;
    border: 6px solid #292929;
    margin-bottom: 8px;
    text-decoration: none;
}

#logo-inner {
    color: #FFF;
    font-size: 18px;
    font-style: oblique;
    font-weight: normal;
    border: 1px solid #CCC;
    padding: 6px;
    text-align: center;
    line-height: 21px;
}

#logo-outer:hover {
    border-color: #F09;
    background: #F09;
}

#logo-outer:hover #logo-inner {
    border-color: #FCF;
}


.banner {
    text-align: center;
    margin-top: -24px;
    margin-bottom: 48px;
}

.banner h1 {
    display: none;
}


.entry {
    clear: both;
    width: 100%;
    margin-bottom: 24px;
}

.entry h2 {
    float: left;
    width: 132px;
    border-top: 3px double #222;
    padding: 24px 6px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.entry .content {
    width: 636px;
    margin-left: 152px;
    border-top: 3px double #222;
    padding: 24px 6px;
}


#footer {
    font-size: 10px;
    color: #666;
}

#footer .content {
    padding-top: 0;
    text-align: right;
}

#footer .content a,
#footer .content a:hover,
#footer .content a:visited,
#footer .content a:active {
    color: #666;
    text-decoration: none;
}

#footer .content a:hover {
    background: transparent;
    text-decoration: underline;
}


.gallery td {
    padding-bottom: 36px;
    padding-right: 36px;
}

.gallery a {
    display: block;
    text-decoration: none;
    border: 6px solid #FFF;
    line-height: 0;
    text-align: center;
}

.gallery a:hover {
    background: transparent;
}
