body {
    font-family:'Arial',sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
    background: #eee url(../images/bg.png) center repeat-y;
}

a {
    color: #005aa9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border: 1px solid #e4e4e4;
    border-width: 1px 0 0 0;
    clear: both;
}

#content {
    width: 900px;
    margin: 0 auto;
}

#footer {
    float: left;
    position: relative;
    text-align: left;
}

h1 {
   margin-left: 63px;
}

h1 a {
    width: 154px;
    height: 96px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../images/logo.png) 0 45px no-repeat;
}

#klips {
    width: 575px;
    float: right;
    display: inline;
    margin-bottom: 3em;
    margin-top: -55px;
    margin-right: 15px;
}

#klips > li {
    width: 575px;
    padding: 2.5em 0 2.5em 0;
    float: left;
    clear: both;
    border-top: 1px solid #e4e4e4;
}

#klips h2 {
    width: 100%;
    font-size: 2.65em;
    font-weight: bold;
    line-height: 1.2em;
}

#klips li.first {
    padding-top: 0;
    border: 0;
}

#klips li.first h2 {
    padding-top: 0;
}

#klips h3 {
    font-weight: bold;
    font-size: 1.3em;
    margin: 1em 0 1em 0;
}

#klips .details li {
    float: left;
    margin-bottom: 2em;
}

#klips .details li.published, #klips .details li.toggle {
    background: url(../images/dot.png) no-repeat 0 center;
    padding: 0 0 0 0.8em;
    margin: 0 0 0 0.5em;
}

#klips p {
    clear: left;
    font-size: 1.4em;
    line-height: 1.5em;
}

#klips p img {
    float: left;
    padding: 0 1em 1em 0;
    width: 280px;
}

#klips li.about h2 {
    color: #005aa9;
    margin-bottom: 0.7em;
}

#klips li.about p {
   margin-bottom: 1.5em;
}

#klips li.about p img {
    float: none;
    padding: 0 0 2em 0;
    width: auto;
    display: block;
}

#klips .related-news {
    clear: left;
    float: right;
    width: 275px;
    color: #898989;
}

#klips .related-news h3 {
    color: #000;
}

#klips .related-news a {
    display: block;
    font-weight: bold;
}

#klips .related-news li {
    margin-bottom: 0.9em;
}

#klips .related-photos {
    clear: left;
    float: left;
    width: 280px;
}

#klips .related-photos li {
    float: left;
    padding: 0 1.5em 1.5em 0;
}

#klips #about {
    background: #0058aa;
    padding: 1.5em;
    margin-bottom: 2.6em;
    color: #fff;
}

#klips #about p {
    font-size: 1.35em;
}

#klips #about a {
   font-weight: bold;
   color: #fff;
}

#sidebar {
    width: 280px;
    float: left;
    color: #898989;
}

#sidebar h2 {
    font-size: 1.3em;
    margin: 0.3em 0 1em 0;
}

#sidebar a {
    display: block;
}

#sidebar li {
    margin-bottom: 1em;
}

#sidebar li.selected a {
   background: #fff url(../images/dot_blue.png) no-repeat left center;
   padding-left: 12px;
}

#sidebar #latest, #sidebar #popular, #sidebar #feedtweet {
    padding-bottom: 1.3em;
    margin-bottom: 2em;
    padding-left: 63px;
}

#friends h2 {
    display: none;
}

#friends {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1.3em;
    margin-bottom: 2em;
    text-align: center;
}

#sidebar #latest .f1 a { font-size: 1em; font-weight: bold }
#sidebar #latest .f2 a { font-size: 1.2em; font-weight: bold }
#sidebar #latest .f3 a { font-size: 1.3em; font-weight: bold }
#sidebar #latest .f4 a { font-size: 1.4em; font-weight: bold }

#sidebar #feedtweet li {
    padding: 15px 0 15px 60px;
    margin: 0;
    position: relative;
    left: -60px;
    background: url(../images/tweet.png) no-repeat;
}

#sidebar #feedtweet li:first-child {
    padding: 20px 0 20px 70px;
    left: -70px;
    background: url(../images/feed.png) no-repeat;
}

#sidebar #feedtweet li a {
    font-size: 1.15em;
    font-weight: bold;
}

#sidebar #feedtweet li:first-child a {
    font-size: 1.35em;
}

#sidebar #friends {
    border: 0;
}

#sidebar #friends a {
    display: inline;
}

#footer {
    color: #aaa;
    margin-bottom: 5em;
}