/* Element style */

body {
    font-family: Verdana, sans-serif;
}

h1 {
    font-size: 197%;
}
h2 {
    background: #e4e4e4 url('../images/header_background.png') repeat-x;
    font-size: 138.5%;
    margin: 2em 0 1em;
    padding: 0.5em;
}
h3 {
    font-size: 108%;
    margin: 0.7em 0;
}

h3, p, ul {
    line-height: 1.5em;
}

p, ul {
    font-size: 108%;
    margin: 0.7em 0;
}

ul {
    padding: 0 1.5em;
}
ul li {
    list-style: square;
    margin: 0.3em;
}

a {
    background: transparent;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    background: transparent;
    color: #5a8bb6;
}

em {
    font-style: italic;
}

/* Layout */

html {
    background: #111;
    padding-top: 1em;
    text-align: center;
}

div.inner {
    margin: 0 auto;
    text-align: left;
    width: 70em;
}

#hd {
    background: #5a8bb6;
    color: white;
    padding-top: 1em;
}
#hd .inner {
    background: #6a9bc6;
    padding: 2em;
}

#bd {
    background: #f2f2f2;
}
#bd .inner {
    background: white;
    padding: 0 2em 2em;
}

#ft {
}
#ft .inner {
    background: #222;
    color: #666;
    padding: 2em;
}
#ft a {
    background: transparent;
    color: #666;
}
#ft a:hover {
    background: transparent;
    color: #999;
}

#sidebar {
    margin-left: 2em;
}

/* Lifestream */

#lifestream h3.icon {
    background: top left no-repeat;
    padding-left: 25px;
}
#lifestream div.item {
    margin-left: 25px;
}
#lifestream div.text {
}
#lifestream p.meta {
    color: #666;
    font-size: 85%;
}

/* At the web */

#attheweb ul {
    padding: 0;
}
#attheweb li {
    list-style: none;
    text-align: right;
}

/* Quote */

#quote {
    background: #5a8bb6;
    color: white;
    margin-top: 2em;
    padding: 1em;
}
#quote p.text {
    font-weight: bold;
}
#quote p.meta {
    text-align: right;
}
#quote a {
    background: transparent;
    color: #eee;
}
#quote a:hover {
    background: transparent;
    color: white;
}
