@font-face {
   font-family: "Lucida MB";
   src: local("Lucida Grande"), url("/media/css/Lucida-Grande.ttf") format("truetype");
}

<style type="text/css">
/*@font-face { font-family: Lucida; src: url('Lucida-Grande.ttf'); } */

* {
    margin:0;
    padding:0;
}

body {
    margin: 0;
    background: #18191d url(/media/img/bg.jpg) repeat-x;
    font-family: "Lucida Grande", "Lucida MB", "Nimbus Sans L", "Trebuchet MS", arial, helvetica;
    font-size: 10pt;
    color: white;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.all {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}

header, footer, aside, section {
    display: block;
}

header {
    overflow: hidden;
    margin-top: 40px;
}

nav {
    margin: 10px 0 0 0;
    height: 40px;
    overflow: hidden;
}

nav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

nav ul li a {
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10pt;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

nav ul li a:hover {
    background: url(/media/img/bg-nav.png);
}

footer {
    background: url(/media/img/bg-footer.gif);
    height: 40px;
    color: #bbb;
    text-align: right;
    font-size: 0.8em;
    padding-top: 25px;
    margin-top: 20px;
}

footer .inner {
    margin: 0 auto;
    width: 1000px;
}

.container {
    overflow: hidden;
}

.left {
    width: 400px;
    overflow: hidden;
    float: left;
}

.right {
    margin-left: 30px;
    width: 560px;
    overflow: hidden;
    float: left;
}

header blockquote {
    font-family: "Times New Roman", times, "Liberation Serif";
    font-style: italic;
    font-size: 1.4em;
    width: 80%;
    float: right;
    margin: 0;
    text-shadow: 2px 2px 2px #750077;
}

.container blockquote {
    background-color: #eee;
    margin-left: 20px;
    border: 1px solid #ddd;
    background-image: url(/media/img/base_blockquote.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 30px;
}

h1 {
    color: #eee;
    text-shadow: 2px 2px 2px #750077;
    margin-bottom: 10px;
}

h2 {
    color: #eee;
    text-shadow: 2px 2px 2px #750077;
    margin-bottom: 10px;
}

h3 {
    color: #eee;
    text-shadow: 2px 2px 2px #333;
    margin-bottom: 5px;
}

.articles article, .events article, .tweets article {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
}

.articles article .when, .articles article .tags {
    color: #bbb;
    font-size: 0.8em;
}

.articles article .msg {
    display: block;
    margin-bottom: 5px;
}

.box, .box2 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.box {
    background: url(/media/img/bg-box.png);
}

.box2 {
    background: url(/media/img/bg-nav.png);
}

.boxes {
    margin-top: 15px;
    overflow: hidden;
}

.boxes .box, .boxes .box2 {
    float: left;
    margin: 0 0 10px 10px;
    width: 237px;
}

.inner {
    margin: 15px;
}

.photos img {
    border: 1px dashed #ccc;
    margin: 0 15px 15px 0;
    padding: 5px;
}

.tweets article, .events article {
    overflow: hidden;
}

.tweets article img, .events article img {
    float: left;
    margin: 5px;
}

.tweets article .msg {
    display: block;
    margin-left: 30px;
}

.events article .description {
    display: block;
}

.tweets article .when {
    display: block;
    margin-left: 30px;
}

.tweets article .when, .events article .when, .events article .where {
    color: #bbb;
    font-size: 0.8em;
}

section .more {
    display: block;
    text-align: right;
}

article .body {
    background: white;
    color: #2a1828;
    font-size: 1.1em;
}

article .body h2, article .body h3, article .body h4, article .body h5 {
    color: #3E1438;
    text-shadow: 1px 2px 2px #bbb;
}

article .body a {
    font-weight: bold;
}

.info {
    color: #eee;
    margin-bottom: 10px;
}

.update {
    margin: 15px 0 15px 0;
}

.update article {
    margin: 10px;
    display: block;
}

.update h3 {
    color: white;
    text-shadow: 2px 2px 2px #333;
    display: inline;
    margin: 0;
}

.update .last-tweet h3 {
    color: #ffc277;
}

.update .last-post h3 {
    color: #77e9ff;
}

.update .next-event h3 {
    color: #f8d1ff;
}

header .site-title {
    font-size: 3em;
    text-shadow: 0 2px 10px #750077, 0 2px 3px #555;
    font-weight: bold;
}

header .left {
    width: 450px;
}

header .right {
    width: 510px;
}

section.tags, aside.tags {
    overflow: hidden;
}

section.tags a, aside.tags a {
    margin: 5px;
    display: block;
    float: left;
}

section.tags .inner, aside.tags .inner {
    overflow: hidden;
    margin: 10px;
}

.pagination {
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    background: url(/media/img/bg-nav.png);
}

.pagination .current {
    font-weight: bold;
    color: #3e1438;
    background: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px;
    font-size: 1.2em;
}
</style>

