﻿* {
    border:0 none;
    margin:0;
    padding:0;
}

body {
    background:#000000 url(images/brick-bg.jpg) repeat-x scroll left top;
    color:#FFFFFF;
    font-family:"Verdana","Arial",sans-serif;
    font-size:13px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;
}

span.amp {
    font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
    font-size:1.1em;
    font-style:italic;
    font-weight:normal;
}

a {
    color:#ff9900;
    text-decoration:none;
}

a:hover, h2 a:hover {
    color:#ff9900;
    text-decoration:underline;
}

#header a:hover {
    color:#ff9900;
    text-decoration:none;
}

h1, h2, h3, h4, #header, th {
    font-family:"Helvetica Neue","Helvetica","Arial",sans-serif;
}

h1 {
    background:transparent url(images/header-bg.png) repeat scroll 0 0;
    display:inline;
    font-family:"vera-sans-1","vera-sans-2","Helvetica","sans-serif";
    font-size:36px;
    line-height:130%;
    padding:0 5px;
}

h1 a {
    color:#ff9900;
}

h2 {
    font-size:18px;
    margin-bottom:0.5em;
}

h2 a {
    color:#FFFFFF;
}

h3 {
    font-size:16px;
    font-weight:300;
    margin-bottom:0.5em;
}

#header {
    background:transparent url(images/header-bg.png) repeat scroll 0 0;
    margin: 10px 0 15px 0;
    padding: 10px;
    text-transform:uppercase;
}

#header .container_12 {
    position:relative;
}

#navigation {
    position:absolute;
    right:15px;
    top:0;
}

#navigation li {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left:25px;
}

#navigation li a {
    color:#FFFFFF;
    text-decoration:none;
}

#recent-tweet {
    margin-bottom:15px;
}

#content, #recent-tweet {
    background:transparent url(images/header-bg.png) repeat scroll 0 0;
    padding:10px;
}

#footer {
    border-top:1px solid #3E3E3E;
    padding:15px 0;
}

#footer ul {
    float:right;
}

#footer li {
    display:inline;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-left:25px;
}

#event dl {
    margin-bottom:15px;
}

#event dt {
    line-height:1.2em;
    margin-bottom:5px;
}

#event dd {
    color:#8B8B8B;
    font-size:10px;
    line-height:1em;
    margin-bottom:5px;
}

.clear 
{
    clear: both;
}