/*
 * Version: $Revision: 42174 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2010 BeSite
 */

#header-container {
    height: 300px;
}

#header-container #header-wrapper {
    height: 300px;
    background: none;
    overflow: hidden;
}
#header-container .caroufredsel_wrapper {
    margin: 0 auto;
}
#header-wrapper .box {
    background: url(/img/headers/home-welkom-bij-besite.png) no-repeat 35px center;
    height: 300px;
    width: 950px;
    position: relative;
}

#header-wrapper .box-welkom {
    background-position: center center;
}
#header-wrapper .box-webdesign {
    background-image: url(/img/headers/home-webdesign.png);
}
#header-wrapper .box-webmarketing {
    background-image: url(/img/headers/home-webmarketing.png);
}
#header-wrapper .box-webapplicaties {
    background-image: url(/img/headers/home-webapplicaties.png);
}

#header-wrapper .box div {
    left: 305px;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 570px;
}

#header-wrapper .box.box-webmarketing div {
    margin-top: -65px;
    width: 645px;
}

#header-wrapper .box div p {
    color: white;
    font-size: 18px;
    line-height: 28px;
}

#content-wrapper #content-column-left.home {
    float: left;
    font-size: 14px;
}
#content-wrapper #content-column-left.home #page-content {
    width: 500px;
    height: 250px;
    overflow: hidden;
}
#content-wrapper #content-column-left.home #page-content,
#content-wrapper #content-column-left.home #page-content p {
    line-height: 30px;
}

#content-wrapper #content-column-right.home {
    width: 360px;
    padding-top: 0;
}

#our-work h3 {
    font-size: 16px;
    color: #BF1E2D;
    margin: 10px 0 20px 0;
    height:20px;
}


/*  Weblog, Nieuws and Tweets */
 
.latest-item {
    width: 190px;
    float: left; 
    position: relative;   
}

.rss-icon {
    width: 31px;
    height: 36px;
    position: absolute;
    top: -10px;
    right: 30px;
}

.latest-item-head {
    background: url('/img/weblog-title-home.png') no-repeat top left;
    height: 26px;
    margin-left: -15px;
    padding-left: 15px;
}

.latest-item-head a {
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
    margin: 0 -5px;
}

.latest-item-content {
   height: 164px;
   width: 155px;
   overflow: hidden;
}

.latest-item-title {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
    padding-top: 20px;
    line-height: 20px;
}

.latest-item-title a{
    color:#000;
}

.latest-item-date {
    font-size: 10px;
}

.latest-item-msg {
    font-size: 12px;
    line-height: 20px;
}


/*  News */

.latest-item.news .latest-item-head {
    background: url('/img/nieuws-title-home.png') repeat-x top left;
}


/*  Twitter style */

.latest-item.twitter {
    width: 170px;
}

.latest-item.twitter .latest-item-msg a {
    color: #00B0D8;
}

.latest-item.twitter .latest-item-head {
    margin-right: -10px;
    background: url('/img/twitter-title-home.png') repeat-x top right;
    position: relative;
}

.twitter-bird {
    background: url('/img/twitter-bird.png') no-repeat center left;
    width: 75px;
    height: 44px;
    position: absolute;
    top: -24px;
    right:10px;
}


/*  Override twitter-widget styles */

div.twtr-hd, div.twtr-ft {
    display: none;
}
div.twtr-widget div.twtr-tweet {
    border: none !important;
}
div.twtr-bd, div.twtr-widget div.twtr-tweet-wrap {
    padding: 0 !important;
}
div.twtr-widget p {
    line-height: 20px !important;
}
div.twtr-widget p em {
    display: none !important;
}
