body {
    background-color: black;
    color: white;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

img { border: 0px; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
a { color: black; }

div#wrapper {
    position: relative;
    width: 900px;
    margin: 0px auto;
}

div.clear {
    clear: both;
}

div.tagcloud { text-align: center; }

div.tagcloud a { text-decoration: none;
    margin-right: 20px;
}

a.cloud5 { font-size: 0.8em; }
a.cloud4 { font-size: 1.0em; }
a.cloud3 { font-size: 1.3em; }
a.cloud2 { font-size: 1.7em; }
a.cloud1 { font-size: 2.2em; }

div#menu {
    position: relative;
    width: 360px;
    left: 20px;
    top: 210px;
    font-weight: normal;
    font-size: 1.1em;
}

div#menu a {
    text-decoration: none;
    color: white;
    margin-right: 10px;
}

div#header {
    width: 900px;
    height: 240px;
    background-image: url('assets/images/links/headernew.jpg');
}

div#menu a.active {
    font-weight: bold;
}

div#twitter {
    position: absolute;
    background-color: #f18812;
    left: 600px;
    top: 20px;
    width: 254px;
    padding: 10px;
    border: 2px solid #b87832;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-borer-radius: 8px;
}

div#twitter a {
    text-decoration: none;
    color: white;
}

div#twitter p {
    margin: 5px 0px;
}

div#twitter form {
    margin: 7px 0px;
    padding-bottom: 7px;
    border-bottom: 2px solid #b87832;
}

div#twitter img { vertical-align: text-top; }

div#rsslinks { font-size: 0.8em; }

div#twitterwidget { height: 70px; overflow: auto; }
div#twitterwidget img {
    float: left;
    clear: left;
    margin-right: 5px;
}
