body {
    background: #000 url(../img/bg.jpg) top center no-repeat;
    color: #fff;
    font: normal 12px/14px Tahoma, Helvetica, sans-serif;
    margin: 0 0 40px 0;
    padding: 0;
}

a {
    color: #f9e700;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: none;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}

#airlock {
    margin: 0 auto;
    width: 940px;
}

#header img {
    margin-top: 65px;
    height: 159px;
    width: 334px;
}

#navigation {
    background-color: #f9e700;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 66px 0 0 0;
    padding: 16px 0 16px 18px;
    text-transform: uppercase;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#navigation li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation li a {
    color: #000;
    padding: 16px 18px 10px 18px;
    text-decoration: none;
}
#navigation li.selected a {
    background-color: #000;
    color: #fff;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
#navigation li.selected a {
    color: #fff;
}

#footer {
    clear: both;
    font-size: 11px;
    padding-top: 20px;
}
#footer span {
    color: #999;
    display: block;
    float: left;
    margin-top: 8px;
}
#footer ul {
    float: right;
    margin: 0;
    padding: 0;
}
#footer li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer li a {
    display: block;
    float: left;
    margin-left: 10px;
    outline: none;
    text-indent: -9999em;
}
#footer li.sonymusic a {
    background: url(../img/footer_sonymusic.png) no-repeat;
    margin-top: 1px;
    height: 31px;
    width: 133px;
}
#footer li.popgram a {
    background: url(../img/footer_popgram.png) no-repeat;
    margin-top: 1px;
    height: 31px;
    width: 129px;
}
#footer li.facebook a {
    background: url(../img/footer_facebook.png) no-repeat;
    height: 32px;
    width: 111px;
}
#footer li.ircgalleria a {
    background: url(../img/footer_ircgalleria.png) no-repeat;
    margin-top: 6px;
    height: 20px;
    width: 125px;
}
#footer li.myspace a {
    background: url(../img/footer_myspace.png) no-repeat;
    margin-top: 6px;
    height: 20px;
    width: 104px;
}

#banners {
    clear: both;
    padding-top: 20px;
}
#banner-musiceverywhere {
    background: url(../img/banner-musiceverywhere.png) no-repeat;
    float: left;
    height: 250px;
    width: 300px;
}
#banner-musiceverywhere-flash {
    margin: 200px 0 0 270px;
}
#banner-tehtaanmyymala {
    float: left;
    margin-left: 20px;
    height: 250px;
    width: 300px;
}
#facebook {
    margin: 20px auto;
    display: block;
    width: 300px;
}
#makeupforever {
    margin: 20px auto;
    display: block;
    width: 300px;
}
#banner-ad {
    float: left;
    margin-left: 20px;
    height: 250px;
    width: 300px;
}

#content {
    clear: both;
    float: left;
    margin: 25px 0 40px 0;
    padding: 0 0 0 32px;
    width: 548px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #sidebar h2 {
    border-bottom: 3px solid #f9e700;
    color: #f9e700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 24px;
    margin: 20px 0 14px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    text-decoration: none;
}

#content h2, #content h2 a {
    font-size: 24px;
}
#content a:hover {
    text-decoration: none;
}
.post-text p {
    line-height: 18px;
    padding-right: 10px;
}
#content h4 {
    clear: both;
    padding-top: 20x;
}
#content h5 {
    font-size: 13px;
}
#content .post-meta, #content .post-comments-meta, #content .comment-meta {
    font-size: 10px;
}
#content .post-meta a {
    color: #fff;
}
#content .comments-navi {
    margin-bottom: 20px;
}
#content .nextprev-navi {
    border-top: 3px solid #f9e700;
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
}
#content .commentlist {
    clear: both;
}
#content .commentlist a {
    color: #fff;
}
#content .commentlist .byuser {
    color: #f9e700;
}
#content .commentlist .byuser a {
    color: #f9e700;
}
#content .commentlist, #content .commentlist li {
    margin: 0;
    padding: 0;
}
#content .commentlist li {
    border-top: 1px solid #999;
    list-style-type: none;
    padding: 8px 0 3px 0;
    overflow: hidden;
}
#content .comment-meta {
    float: right;
}
#content .comment-author {
    font-style: italic;
}
#content em {
    color: #908e76;
}
#content ul, #content ul li {
    margin: 0;
    padding: 0;
}
#content ul li {
    list-style: none;
}

#commentform label {
    margin-left: 4px;
}
#commentform input, #commentform textarea {
    background-color: #ccc;
    border: none;
    color: #000;
    padding: 5px;
    width: 260px;
}
#commentform textarea {
    width: 538px;
}
#commentform input[type="submit"] {
    background-color: #f9e700;
    margin-left: 378px;
    text-transform: uppercase;
    width: 170px;
}

#sidebar {
    float: right;
    margin: 25px 40px 40px 20px;
    width: 300px;
}
#sidebar h2 {
    color: #f9e700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}
#sidebar ul, #sidebar ul li {
    margin: 0;
    padding: 0;
}
#sidebar ul li {
    list-style: none;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #999;
}
#sidebar #myplay {
    margin-top: 20px;
}

.parent-pageid-51 #content img, .parent-pageid-51 #content ol {
    margin: 0 35px 25px 0;
}
.page-parent.page-template-page_kuvat-php #content div,
.page-parent.page-template-page_musiikki-php #content div {
    float: left;
    text-align: center;
}
.page-template-page_kuvat-php #content img,
.page-parent.page-template-page_musiikki-php #content img, #content .picset img, .page-template-pagekuvat-php .attachment-thumbnail, .page-template-pagemusiikki-php .attachment-thumbnail {
    border: 8px solid #fff;
    margin: 6px;
    width: 150px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.picset {
    width: 180px;
    float: left;
    text-align: center;
}
