/*  
Theme Name: Theme for Makelaardij Loo
Theme URI: http://www.loo-makelaardij.nl/
Description: Theme for a dedicated website for <a href="http://www.loo-makelaardij.nl/"> Makelaardij Loo</a>.
Version: 1.0
Author: Ivo Stammis
Author URI: http://ivos.student.uwtente.nl/
*/

/* Core elements (body, main divs) */
body {
    font-size: 85%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #0A3365;
	color: #FFFFFF;
    background-image: url(./images/bodybg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

#centerbox {
    position: relative;
    left: 50%;
    top: 40px;
    width: 780px;
    margin-left: -390px;
    margin-bottom: 5px;
    background-color: #042141;
    padding-left: 3px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
}

#headerbox {
    height: 170px;
    background-image: url(./images/widebar.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    
}

    #logo_loo {
        position: absolute;
        left: 20px;
        top: 15px;
        width: 220px;
        height: 81px;
        cursor: pointer; /* for IE */
        background-image: url(./images/loo_logo_final.jpg);
        background-repeat: no-repeat;
    }
    
    #logo_funda {
        position: absolute;
        left: 60px;
        top: 110px;
        width: 81px;
        height: 29px;
        cursor: pointer;
        background-image: url(./images/funda_logo.jpg);
        background-repeat: no-repeat;
    }

    #logo_nvm {
        position: absolute;
        left: 170px;
        top: 104px;
        width: 37px;
        height: 51px;
        cursor: pointer;
        background-image: url(./images/nvm_logo_wit.jpg);
        background-repeat: no-repeat;
    }

    #header_image {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 500px;
        height: 168px;
        
        background-repeat: no-repeat;
        background-position: left top;
    }



#leftcol {
    float: left;
    width: 200px;
}

    #menu {
        margin-top: 20px;
        width: 200px;
        height: 500px;
    }
  
    .menuitem {
        padding-top: 2px;
        padding-bottom: 2px;
        /* border-bottom: 1px solid white; */
    }
    .menulink {
        text-decoration: none;
        font-weight: bold;
        margin-left: 10px;
    }
    
    .menudivider {
        width: 200px;
        height: 1px;
        margin-top: 3px;
        margin-bottom: 3px;
        background-image: url(./images/smallbar.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
    
    }
    
    .sidep {
        margin-left: 10px;
        margin-right: 5px;
        padding-bottom: 5px;
        font-size: 85%;
        
        background-image: url(./images/smallbar.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
    }
    
    #catlist {
        margin-left: 10px;
        margin-right: 5px;
        font-size: 85%;
    }
    
    #menuadres {
        margin-left: 10px;
        margin-right: 5px;
        font-size: 90%;
            
    }
    

    


#rightcol {
    float: left;
    width: 574px;
    padding-left: 4px;  
    
}
            
    #content {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 25px;  
    }
    
    
    .thumbnails {
        border: 2px solid white;
    
    }
    
    .linklist {

    }

#centerboxend {
    clear: both;
    width: 770px;
}


#footer {
    position: relative;
    left: 50%;
    top: 40px;
    width: 780px;
    margin-left: -390px;
    padding-bottom: 40px;
    text-align: center;
    }


/* Text's images etc*/
a:link, a:active, a:visited { 
    color: #FFFFFF; 
}


H2 { /* page titles */
    font-size: 130%; 
}

a.h2noline:link { text-decoration: none; }
a.h2noline:active { text-decoration: none; }
a.h2noline:visited { text-decoration: none; }

H3 { /* post titles in a listing */
    font-size: 110%; /* Resets 1em to 10px */
    font-weight: bold;
    
}

H4 { /*header for 'in between', just bold */
    font-weight: bold;
}


small { /* IE doesn't get it by default */
    font-size: 0.75em;
	line-height: 1.5em;
}

.sideicon {
    

}

TD {
    font-size: 80%;    
}

.archiveimage {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    border: 2px solid white;
    
}



/*Searchform in menubar */
#s {
    width: 90px;
    height: 19px;
    margin-left: 10px;
    
    background-color: #042141;
    color: #FFFFFF;
    
    border: 1px #FFFFFF solid;
        
}

#searchsubmit {
    height: 19px;
    width: 40px;
    margin-left: 5px;
    
    background-color: #042141;
    color: #FFFFFF;
    font-size: 9px;
    
    border: 1px #FFFFFF solid;
}






