﻿/********************** 
    Frontpage 
***********************/
.frontContent
{
    float:left;
    width:960px;
}
.frontImage
{
    border-right:solid 1px #dad9d6;
    width:635px;
    height:300px;
    margin-bottom:20px;
    float:left;




}
.frontImage img
{
    width:613px;
    height:300px;
}
.frontImage .overlay
{
    background-image:url(/images/overlay.png);
    width:573px;
    height:90px;
    position:relative;
    bottom:130px;
    padding:20px;
}
.frontImage .overlay .text
{
    padding-top:5px;
    color:#4c4c4c;
}
.frontImage .overlay .text p
{
    display:inline;
}
.frontImage .overlay .text a
{
    
}
.frontNews
{
    float:left;
    margin-left:20px;
    width:286px;
    position:relative;
}
.frontNews .newsItem
{
    border-bottom:solid 1px #dad9d6;
    /*height:20px;*/
    padding-top:5px;
    padding-bottom:5px;
}
.frontNews .newsItem .date
{
    color:#808080;
    margin-right:8px;
}
.frontNews .boxTitle
{
    border:none;
}
.frontNews .text p
{
    margin:5px 0px 15px 0px;
}
.rss
{
    font-size:11px;
    height:12px;
    width:40px;
    position:absolute;
    top:0px;
    left:247px;
}
.rss a
{
    background-image:url(/images/rss_btn.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:18px;
}
.rss img
{
    border:none;
    padding-right:5px;
}
.newsletterBox .boxTitle
{
     margin-top:30px;
}
.newsletterTitle
{       
    
}
/********************** 
    Frontpage columns 
***********************/
.columns
{
    width:940px;
    padding:20px 0px 0px 0px;
    margin:0px 0px 20px 0px;
    border-top:solid 1px #dad9d6;
}
.columns .column
{
    float:left;
    width:205px;
   
    padding:0px 20px 0px 20px;
    border-right:solid 1px #dad9d6;
}
.columns .first
{
    width:204px;
    padding:0px 20px 0px 0px;
}
.columns .last
{
    width:203px;
    border:none;
    padding:0px 0px 0px 20px;
}
.columns .columnTitle
{
    font-weight:bold;
    font-size:15px;    
    padding-bottom:8px;
    color:#1a1a1a;
}
.columns ul li
{
    padding:2px 0px 2px 0px;
}
.columns .column .boxImage
{
    width:205px;
    border:none;
    padding-bottom:5px;
}
/********************** 
    Frontpage themes 
***********************/
.frontThemes
{
    width:940px;
    padding:20px 0px 0px 0px;
    border-top:solid 1px #dad9d6;
    margin:20px 0px 0px 0px;
}
.frontTheme
{
    float:left;
    padding-bottom:20px;
    
}
.theme2, .theme5
{
    margin:0px 20px 0px 20px;
}
.frontTheme a
{
}
.frontTheme a img
{
    border:none;
    width:300px;
    height:82px;

}
.frontTheme a .bar
{
    height:21px;
    width:290px;
    background-image:url(/images/theme_bottom.gif);
    color:White;
    padding:4px 0px 0px 10px;
}
.frontTheme a .bar span
{
    font-weight:bold;
}
