/* Original image: http://madrabbit.org/archives/images/sun_through_the_clouds.jpg */
body {
    background:#A5B2C6 url(/img/sky-bg.jpg) no-repeat;
    background-attachment:fixed;
    color:#114;
    font-size: 14px;
    text-align:justify;
}
#quote {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background:#C4CDDA url(/img/sky-bg-fade.jpg) 0 0 no-repeat;
    background-attachment:fixed;
    border:2px solid #447;
    font-size: 1.6em;
    margin:150px auto;
    max-width:500px;
    padding:12px 30px 16px;
}
#quote p {
    line-height: 1.3;
    margin:auto;
}
#author {
    color:#447;
    display:block;
    font-size:.9em;
    margin:.2em 0 0 0;
    text-align:right;
}
#id {
    color:#77A;
    display:block;
    font:.4em verdana;
    margin:0 0 1em 0;
    text-align:right;
}
#nav {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    background:#C4CDDA url(/img/sky-bg-fade.jpg) 0 0 no-repeat;
    background-attachment:fixed;
    position:absolute;
    right:0;
    top:0;
}
#nav a:first-child {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
#nav a {
    color:#447;
    float:left;
    font-size:12px;
    padding:10px;
    text-decoration:none;
}
#nav a:hover {
    background:#447;
    color:#FFF;
}
#nav a img {
    border:0;
    vertical-align:bottom;
}
#more {
    display:block;
    font:.4em verdana;
    margin:0;
}
#more a {
    color:#EEE;
    font-weight:bold;
    text-decoration:none;
}

#feeds {
    margin: 0 auto;
    width: 1122px;
}

#twitter,
#delicious,
#youtubevideos,
#pandora {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background:#C4CDDA url(/img/sky-bg-fade.jpg) 0 0 no-repeat;
    background-attachment:fixed;
    Xborder:2px solid #447;
    float: left;
    font-size: 14px;
    margin:15px;
    padding:.5em 1em;
    width:222px;
}

#twitter {
    background: 0;
    border: 0;
    padding: 0;
    width: 252px;
}

#delicious h2 {
    border-bottom: 2px solid #447;
    margin: 0;
    padding: 0 0 .2em 0;
}
#delicious ul {
    list-style-type: disc;
    margin: 0.3em 0 1em 1em;
}
#delicious li {
    border-bottom: 1px dotted #77A;
    padding: .5em 0;
}
#delicious a {
    color: #447;
    text-decoration: none;
}

#pandora #pandoraPluginSongs,
#pandora #pandoraTitleSongs,
#pandora #pandoraContentSongs,
#pandora #pandoraFormDivSongs,
#pandora #pandoraFooterSongs {
    background: 0;
    border: 0;
}
#youtubevideos {
    text-align: center;
}
