﻿body {
background: #000 url('../bg.jpg') no-repeat top center; color: #fff; font-family: Verdana; font-size:10px;
margin-top: 240px; 
text-align: center; 
}

td {
    font-size: 10px;
    padding: 5px;
    color: #fff;
    text-align: left;
}

h1 
{
    font-family: 'Molengo', arial, serif; 
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

h1 img 
{
 float: right;    
}

a { color: #aaa; text-decoration: none; }
a:hover { color: #fff; }

#list { width: 400px; text-align:left; margin:0px auto; }

img { border: 0px; }

#container 
{
    width: 1040px;
    margin: 0px auto;
    text-align: left;
    }

.column 
{
    float: left;
    width: 250px;
    margin: 5px;
    }


#contact
{
    background: #222; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 5px 10px; padding: 5px; min-height: 50px; float: left;
    width: 200px;
    height: 100px;
}

#genericInfo
{
    background: #222; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 5px 10px; padding: 5px; min-height: 50px; float: right;
    width: 780px;
    height: 100px;
}

#releasesInner
{
    background: #222; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 5px 10px; padding: 5px; min-height: 50px;
}

.colorTip
{
    white-space: normal;
    text-align: left;
    width: 300px;
    top: -95px;
    z-index: 9999;    
}

.twitterPost, .download, .soundcloud, .youtube
{
    background: #222; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 5px; padding: 5px; min-height: 50px;
}
    
.twitterDate, .soundcloudDate, .downloadDate, .youtubeDate
{
    color: #aaa; margin-bottom: 2px; font-size: 9px;
}

.twitterText 
{
    
}

.downloadLink a img
{
    border: 0px; margin-right: 4px; 
}

.soundcloudImage 
{
    float: right; margin-left: 5px; width: 40px; height: 40px;
}

.soundcloudImage img
{
   width: 40px; height: 40px;
}

.soundcloudTitle 
{
    margin-top: 3px;    
}


.youtubeImage 
{
    float: right; margin-left: 5px; margin-bottom: 5px; width: 60px; height: 50px;
    background: #fff;
    padding: 3px;
}

.youtubeImage img
{
    width: 60px; height: 50px;
}

.youtubeTitle 
{
    color: #ccc; margin-bottom: 4px; font-weight: bold;
}

.release 
{
    float: left;
    margin: 5px;
    width: 100px;
    height: 100px;
}

.releaseImage img 
{
    
    width: 100px;
    height: 100px;
}

