body
{
    
    font-family: Tahoma, helvetica, arial, sans-serif;
    background: url('../img/dropplets.jpg') center top no-repeat;
    background-color: #E7E7E7;
    hight: 100%;
    width: 100%;    
    font-size: 11px;
    
}

a:link, a:visited, a:active
{
    text-decoration: none;
    color: #000000;
}



/* HELPERS */

.clear
{
    clear: both;
}

/* HEADER */
#header
{
    background:  url('../img/header_disi.png') center top no-repeat;    
    height: 173px;
    margin-bottom: 10px;
    margin-top: 10px;
}
    
    #header ul
    {
        position: relative;
        left: 27%;
        top: 80%;
        font-size: 12px;
        
    }
        #header ul li
        {
            text-align: center;
            padding-left: 15px;
            padding-right: 15px;
            line-height: 30px;
            float: left;
            display: inline;
            list-style: none;
            font-weight: bold;
            background-color: #000000;
            opacity: 0.75;
            filter: alpha(opacity=75);
            border-right: 1px solid #FFFFFF;
                        
        }
        
       #header li:last-child
        {
            border-right: none;
        }
            #header ul li a
            {
                color: #FFFFFF;
                display: block;
                
            }
        #header ul li.selected 
        {
            background: #a5301d;
            
            
        }
        #header ul li:hover
        {
            background: #a5301d;
        }




/* POST */
.post
{
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    background: #fbfbfb;
    margin-bottom: 8px;
    padding: 10px;
    padding-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);     

}

.post_index
{
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    padding: 10px;
    padding-top: 0px;
    margin-bottom: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
}

.post_static
{
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    background: #fbfbfb;
    margin-bottom: 8px;
    padding: 10px;
    padding-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);     

}

    .post h2
    {      
        font-family: helvetica, arial, sans-serif;
        font-size: 15px;      
    }
    
    .post h3
    {
        height: 400px;
        font-family: Tahoma, helvetica, arial, sans-serif;
        font-size: 12px;
        font-weight: lighter;
    }
    
    .post:hover
    {
        background: #fbfbfb;
        opacity: 0.85;
        filter: alpha(opacity=85); 
    }

    .post .post_title
    {
        font-family: Tahoma, helvetica, arial, sans-serif;
        font-size: 18px;
        display: block;
        margin-bottom: 5px;
        color: #a5301d;
    }
    
    .post_static .post_title
    {
        font-family: Tahoma, helvetica, arial, sans-serif;
        font-size: 18px;
        display: block;
        margin-bottom: 5px;
        color: #a5301d;
    }
    
       
    .post a.post_title
    {
        font-family: Tahoma, helvetica, arial, sans-serif;
        font-size: 18px;
        display: block;
        margin-bottom: 5px;
    }
    
    
    .post:hover > a.post_title
    {
        color: #ffba27;
    }
    
    .post img
    {
        float: left;
        margin-right:  5px;
        margin-bottom: 5px;
    }
    
     .post_static img
    {
        float: left;
        margin-right:  5px;
        margin-bottom: 5px;
    }
    
    .post .informasjon
    {
        
        padding-top: 3px;
        font-size: 11px;
        clear: both;
        border-top: 1px dashed #000000;
    }
        .post .informasjon p.author
        {
            float: left;
        }
        
        .post .informasjon a.author
        {
            color: #cacaca;   
        }
         
        .post .informasjon p.other
        {
            float: right;
        }
        
        .post .informasjon p.other a
        {
            color: #a5301d;
        }
        

/* SIDEBAR */
#sidebar
{
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    background: #fbfbfb;
    margin-bottom: 8px;
    padding-top: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
    #sidebar h4
    {
        font-size: 11px;
        margin-left:  7px;
        margin-bottom: 5px;
    }
    
    #sidebar ul
    {
        margin-left: 7px;
        padding-left: 15px;
        border-bottom: 1px dashed #CCCCCC;
        padding-bottom: 10px;
        margin-bottom: 10px;        
    }
    #sidebar li
    {
        background: url('../img/point.png') center left no-repeat;
        line-height: 15px;
        padding-left: 10px;
        list-style:  none;
    }
        #sidebar li:hover
        {
            background: url('../img/point_hover.png') center left no-repeat;
            color: #a5301d;
        }     
        
        #sidebar li:hover a
        {            
            color: #a5301d;
        }        
    
    #sidebar ul:last-child
    {
        border-bottom: none;
    }
    
    #sidebar form
    {
        padding-top: 4px;
        padding-left: 4px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
    #sidebar input
    {
        padding: 5px;
        border: 1px inline #858585;
        color: #858585;
        font-family: Tahoma, helvetica, arial, sans-serif;
        font-size: 10px;
    }
        #sidebar .sokefelt
        {
            width: 150px;
            margin-left: 5px;
        }



/* BOTTOM */
#bottom 
{
    clear: both;
    padding: 10px;
    margin: -10px;
    margin-top: 10px;
    background: #f5f5f5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
    #bottom h4
    
    {
        font-weight: normal;
        font-size: 12px;
        margin-bottom: 3px;
        text-transform: uppercase;
    }
    
    #bottom li
    {
        line-height: 15px;
        list-style: none;
    }
    
/* FOOTER */
#footer
{
    text-align: center;    
    margin-top: 10px;
    padding: 3px;
    background: #cacaca;
    border: dotted 1px #000000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    opacity: 0.75;
    filter: alpha(opacity=75);  
}


