﻿a  
{
    color: #333333;
    text-decoration: none;
}
a:hover  
{
    color: #000000;
    text-decoration: underline;
}

h1  
{
    font-size: 18px;
    color: #4d4d4d;
}

img  
{
    border: none;
}

.thumbnail img  
{
    border: 1px dotted #3d3d3d;
}

.thumbnail img:hover  
{
    border: 1px solid #7d7d7d;
}

.postheader
{
    text-decoration: underline;
}

h2  
{
    color: #4d4d4d;
    font-size: 14px;
}

/*
ul  
{
    list-style-image: url(/images/helpers/arrow_off.jpg);
    margin-top: 0px;    
}

ul li:hover
{
    list-style-image: url(/images/helpers/arrow_over.jpg);
}
*/

ul li  
{
    margin-bottom: 4px;        
    list-style: none;
    
}

#leftNav ul
{
    padding: 0px;
    margin-left: 16px;
    margin-top: -4px;    
}

body 
{
    
    background-color: #d8e9f9;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #272727;
    font-family: Arial, Verdana;
    font-size: 13px;    
}

#main
{
    width: 100%;
    margin: auto;    
}

#header  
{   margin: auto;
    float: left;
    width: 100%;
    background: url(/images/framework/headerbg.jpg) repeat-x; 
    margin: 0px;
    padding: 0px;    
    margin-bottom: -6px;
    z-index: 999;
}

#leftNav  
{
    height: 458px;
    width: 200px;
    float: left;
    background-color: #dcd3b3;
    position: relative;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

#content  
{
    float: left;
    max-width: 700px;
    line-height: 22px;
    padding: 10px;
}
#content a  
{
    color: #0000ea;   
}
#content li  
{
    list-style: disc;
}

#contentContainer  
{   float: left;    
    width: 100%;
    background: url(/images/framework/contentbg.jpg) repeat-y #e6f1f8;
    z-index: 1;
    border-top: 3px solid #f1b531;
}

#footer  
{
    float: left;
    background: url(/images/framework/footerbg.jpg) repeat-x;
    width: 100%;
    margin: auto;
    text-align: right;
    background-color: #d8eaf8;
}

.widget  
{
    
}
            
.descr a, .descr img
{
    display: none;
}
    
.thumbnail
{
    margin: 8px;
    float: left;
}    
    