body
{
    font-family: arial, helvetica, sans-serif;
    background: #454032 url("/images/bg.body.png") repeat-x left top;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
} 

#container
{         
    background: #dad7c9 url("/images/bg.all.png") repeat-x center top;
    border: 2px solid #83796d;
    padding: 16px; 
    margin: 0 auto;
}

#header
{    
    background: #286375 url("/images/bg.top.png") repeat-x; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#header a
{
    text-decoration: none;
    color: black; 
}

h1, h2, h3, h4
{
    font-weight: normal;
}

h2
{
    font-size: large;
    margin-top: 5px;
}

h2 a:link, h2 a:visited
{
    color: black;        
}

p
{
    font-size: larger;
}

#logo 
{  
    height: 64px;
    background: transparent url("/images/logo.png") no-repeat; 
}

#content
{
    clear: both; 
    padding-left: 2%;
    padding-right: 2%; 
    padding-top: 1%;
    padding-bottom: 2%;     
    font-size: medium;
}

#footer
{
    background: #335661 url("/images/bg.footer.png") repeat-x; 
    height: 37px;
    line-height: 2em;
    color: white;
    font-size: medium;
    text-align: center;
    border-radius: 5px;  
    clear:both;  
} 

ul.sub-menu li
{ 
    background: transparent url("/images/arr_big.png") no-repeat left 3px;
    font-size: large;
    padding-left: 16px;
    margin-bottom: 6px; 
    list-style: none;
} 

.badge
{
    display: inline-block;
    width: 221px;
    padding-bottom: 0.5em;                   
}

.badge img
{ 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.badge-link
{ 
    display: block; 
    line-height: 1.5em;       
}  

.plugin
{ 
    margin-bottom: 40px;
    position: relative;    
}

.plugin_image 
{         
    width: 200px;
    position: relative;
}

.plugin_image .platforms 
{
    bottom: 2px;
    left: 6px;
    position: absolute;
} 

.plugin_header
{
    font-size: 15px;
    font-weight: bold;
    color: #7a3737; 
    margin: 0;
    text-transform: uppercase;
} 

.ico_vst 
{ 
    position: relative;
    top: 4px;
    padding-left: 6px;
}

.plugin_info p 
{
    color: #575550;
    font-size: 12px;
    line-height: 16px;
    margin: 12px 0;
} 

@media screen and (min-width: 619px)
{
    .plugin
    {
        float: left;
        width: 50%;
    }
    
    .plugin_info
    {
        float: left; 
        width: 90%;
    }
    
    .plugin_image
    {
        float: left;
    } 
} 

@media screen and (min-width: 887px)
{  
    .plugin_info
    { 
        width: 50%;
    }
} 

.knobman
{
    margin-bottom: 3em;
}

.knobman img
{
    max-width: 100%;
}

@media screen and (min-width: 600px)
{
    #container
    {
        width: 94%;
    }    
}

@media screen and (min-width: 985px)
{
    #container
    {
        width: 937px;
    }    
} 

#welcome
{ 
    width: 100%;
}

#news
{
    width: 100%;
    margin-top: 3em;
    margin-bottom: 1em;
}

#news-content
{
    height: 225px; 
    overflow: auto;  
    padding-right: 1em;               
}

.news-item
{
    border-top-style: solid;
    border-top-color: gray;
    border-top-width: 1px;
    padding-top: 1em;    
}

.news-date
{
    font-size: smaller;
}

#news p
{
    font-size: medium;
} 

@media screen and (min-width: 750px)
{
    #welcome
    {
        float: left;
        width: 65%;
    }
    
    #news
    { 
        float: right;
        width: 30%;
        margin-top: 3em;
        padding-left: 1em; 
        margin-bottom: 1em; 
        border-left-color: gray;
        border-left-style: solid;
        border-left-width: 1px;
    }
}