html {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    font-family: Lucida Grande, Verdana, Sans-serif;
    line-height: 1.6em;
    font-size: 12px;
    color: #333;
    background: url('561031.png') fixed;
}

#show_hide span {
    cursor: pointer;
}

p {
    margin-top: 1.5em;
}

div.headerquote, .title {
    font-size: 1.6em;
    line-height: 1.8em;
}
div.headerquote {
    margin: 20px 0px 0px 250px;
    padding-left: 35px;
    color: #999;
    background: url(/images/icn_quoteleft_lrg.gif) top left no-repeat
}
div.title {
	margin-bottom: 0.4em;
}
.title a img {
    opacity: .6;
}
.title a:hover img {
    opacity: 1;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

img {
    border: 0px;
    -webkit-border-radius: 5px;
}

blockquote {
    background: url(/images/icn_quoteleft_lrg.gif) top left no-repeat;
    padding: 0 35px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-style: italic;
}

.eh {
    color: #ccc;
}

.eh a, .eh a:visited {
    color: #999;
}

#container {
    width: 798px;
    position: relative;
    margin: 0 auto;
    border: 1px solid black;
    border-top: 0px;
}

ul {
    margin: 0 0 0 100px;
    width: 500px;
}
div.widget {
    position: fixed;
    top: 10px;
    right: 10px;
}
div.player {
   position: fixed;
   top: 0;
   right: 0;
}

ul ul, ul ul li {
    float: none;
    width: 95%;
    list-style: circle;
    border: 0px;
    padding: 0px;
    margin: 10px 0px 10px 10px;
}

li, .top, .player {
    background: #ffffff;
    padding: 10px;
    margin: 10px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

li.top, li.blog, li.twitter, li.vimeo {
    clear: left;
}
li.twitter img {
    float: left;
    margin-right: 10px;
}
li.blog img {
    margin-bottom: 10px;
}
li img {
    max-width: 455px;
}
a {
    text-decoration: none;
}

a:hover, #show_hide span:hover {
    background: #ffffcc;
}

a:visited {
    color: #000283;
}

a.showhide {
    font-size: .6em;
    margin-top: -.1em;
}

.socialfoo a:hover {
    background: transparent;
}

.socialfoo img {
    margin-top: 1px;
}

.date {
    font-size: .8em;
    text-align: right;
    margin-left: -120px;
    float: left;
    color: #999;
    width: 100px;
    padding-right: 0px;
    line-height: 1.1em;
}

.date a {
    color: #999;
}

.foot {
    clear: both;
}
