*
{
margin: 0;
padding: 0;
}

html
{
height: 100%;
margin: 0 0 1px 0;
font-size: 80%;
background: #EEE url(background.jpg) repeat 0 0;
}

body
{
background: url(footer.png) no-repeat 0 100%;
height: 100%;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: #433;
}

a,
a:active,
a:focus
{
color: #C22;
outline: none;
text-decoration: none;
}

fieldset {
padding: 0.5em;
}

a img
{
border: 0;
}

/**
 * @section: IE Fixes
 */

* html
{
font-size: 79%;
}

* html h1
{
font-size: 2em;
}

* html h2
{
font-size: 1.5em;
}

* html h3
{
font-size: 1.3em;
}

* html h4
{
font-size: 1em;
}

* html h5
{
font-size: .8em;
}

*+html
{
font-size: 79%;
}

*+html h1
{
font-size: 2em;
}

*+html h2
{
font-size: 1.5em;
}

*+html h3
{
font-size: 1.3em;
}

*+html h4
{
font-size: 1em;
}

*+html h5
{
font-size: .8em;
}

/**
 * @section: Layout
 */

h1
{
text-indent: -5000px;
height: 215px;
width: 480px;
background: url(logo.png);
}

#wrapper
{
height: 100%;
width: 700px;
}

#header
{
background: url(intro.png) no-repeat 100% 100%;
}

#header p
{
text-indent: -5000px;
}

#content
{
margin: 0 0 3em 300px;
}

.entry
{
margin: 1em 0;
}

.entry h3
{
margin-bottom: .4em;
}

.entry h3 span
{
color: #baccc6;
background: #333;
padding: 3px 0 0 .5em;
font-size: 2em;
letter-spacing: -0.1em;
word-spacing: .3em;
}

.entry p
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFF;
margin: .5em 0;
}

p.cite cite
{
padding: 0 0 3px .5em;
background: #333;
}

p span
{
font-size: 1.2em;
padding: 3px 0 0 6px;
background: #333;
}

p.date span
{
padding: 0 10px 0 0;
}

#footer
{
border-top: 1px solid #333;
margin: 1em 0 1em 337px;
}

#footer p
{
background: #333;
padding: 0 0 4px 3px;
margin: 0 0 0 7em;
color: #FFF;
text-align: right;
letter-spacing: -0.05em;
font-weight: bold;
font-size: 1em;
}

body, img, h1, #header
{
behavior: url(iepngfix.htc);
}
