* {
    margin: 0;
    padding: 0;
}
body {
    background: #343434;
    color: #fff;
}

/*
 * Header style:
 * -------------
 */
#header {
      height: 160px;
      width: 100%;
}
h1 {
    color: #fff;
    font-family: "Lucida Grande", "Tahoma";
    font-variant: normal;
    font-weight: lighter;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    width: 200px;
    margin: 0px auto 50px auto;
    padding-top: 50px;
}

/*
 * Page layout:
 * ------------
 */
#main {
    font: 13px "Verdana", sans-serif;
    width: 800px;
    margin: 0 auto;
}
#content {
    float: left;
    width: 400px;
    margin: 20px 10px 20px 0px;
    padding-right: 20px;
}
#content p:first-child, #sidebar p:first-child {
    margin-top: 0px;
}
#sidebar {
    float: left;
    width: 300px;
    margin: 20px 10px 20px 0px;
    padding-left: 20px;
    border-left: 1px #555 dotted;
}
#menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    height: 26px;
    width: 300px;
    border-bottom: 1px #242424 solid;
}
#menu li {
    display: block;
    float: left;
    background: transparent url('../img/list_bg.png') no-repeat 2px 0%;
    text-align: center;
    padding: 2px 0px 0px 1px;
    margin: 7px 4px 0px 0px;
    height: 24px;
    width: 22px;
}
#menu a {
    border: none;
}
#menu img {
    border: none;
}

/*
 * General elements:
 * -----------------
 */
h2 {
    text-transform: uppercase;
    font-variant: normal;
    font-weight: lighter;
    font: 10px "Verdana", sans-serif;
    margin-bottom: 5px;
    text-align: center;
}
p {
    margin: 10px 0px;
}
a, a:visited, a:hover, a:focus, a:active {
    color: #D9E85F;
    text-decoration: none;
    border-bottom: 1px #999 dotted;
}
a:hover {
    border-bottom: 1px #999 solid;
}

/*
 * Services list:
 * --------------
 */
tt {
    font-size: 11px;
}
dd.def_twitterui {
    background: transparent url('../img/shoes-icon.png') no-repeat left;
}
dd.def_mail {
    background: transparent url('../img/mail.png') no-repeat left;
}
dd.def_wiki {
    background: transparent url('../img/wiki.png') no-repeat left;
}
dd.def_wtf {
    background: transparent url('../img/wtf.png') no-repeat left;
}
dd.def_mangezan {
    background: transparent url('../img/mangezan.png') no-repeat left;
}
dd.def_tfekoi {
    background: transparent url('../img/tfekoi.jpg') no-repeat left;
}
dd.def_dpov {
    background: transparent url('../img/dpov.png') no-repeat left;
}
dl dt {
    font-weight: bolder;
    color: #fff;
}
dl dd {
    min-height: 40px;
    padding-left: 40px;
    margin-bottom: 20px;
}

/*
 * News feed:
 * ----------
 */
ul.minifeed {
    list-style: none;
    font-size: smaller;
}
ul.minifeed li {
    border-bottom: 1px #444 solid;
    margin-bottom: 5px;
    padding: 0px 0px 5px 18px;
}
li.twitter { background: transparent url('../img/icon_twitter.png') no-repeat left top; }
li.flickr  { background: transparent url('../img/icon_flickr.png') no-repeat left top; }
li.azi     { background: transparent url('../img/icon_azi.png') no-repeat left top; }
li.wtf     { background: transparent url('../img/icon_wtf.png') no-repeat left top; }
ul.minifeed li.flickr {
    min-height: 75px;
}
ul.minifeed li img {
    border: 1px #000 solid;
    margin: 0px 5px;
    width: 75px;
    float: left;
    vertical-align: text-bottom;
}
ul.minifeed li img:hover {
    border: 1px #fff solid;
}
ul.minifeed li a {
    border: none;
}
