/***********************************************
/ Font sizes conversions (px --> em)
/***********************************************
/
/ 28px  ->  (28 / 16) = 1.750em
/ 26px  ->  (26 / 16) = 1.625em
/ 24px  ->  (24 / 16) = 1.500em
/ 20px  ->  (20 / 16) = 1.250em
/ 18px  ->  (18 / 16) = 1.125em
/ 16px  ->  1em
/ 14px  ->  (14 / 16) = 0.875em
/ 13px  ->  (13 / 16) = 0.812em
/ 12px  ->  (12 / 16) = 0.750em
/ 10px  ->  (10 / 16) = 0.625em
/ 5px   ->  (5  / 16) = 0.312em
/
/**********************************************/

/***********************************************
/ HTML Redefine Tags
/**********************************************/
html
{
    height: 100%;
    background-color: #222222;
    font-size: 100%;
}

* html > #site-container
{
    height: 100%;
}

html, body { height: 100%; } 

form
{
    margin: 0;
    padding: 0;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.812em; /* 16x0.812=13px */
    color: #555555;
    line-height: 1.5em;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea, select
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, Helvetica, sans-serif;
}

h1, h2
{
    font-weight: normal;
    color: #2894af;
}

h1
{
    letter-spacing: -0.0625em;
    font-size: 1.625em;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.25em;
    font-weight: bold;
}

h4
{
    font-size: 1.125em;
    font-weight: bold;
}

p, ul, ol
{
}

p
{
    margin-bottom: 1.250em;
}

blockquote
{
    font-style: italic;
}

ul
{
}

ol
{
}

a
{
    color: #2894af;
}

a:hover
{
    text-decoration: none;
}

small
{
}

hr
{
    display: none;
}

img
{
    border: none;
}

img.left
{
    float: left;
    margin: 0 15px 0 0;
}

img.right
{
    float: left;
    margin: 0 0 0 15px;
}

.clear
{
    clear: both;
}

/*********************************************************************************
/ CONTAINER
/********************************************************************************/
#container
{
    width: 782px;
    margin: 0 auto;
    background: #FFF url(Images/All4One_07.jpg) top left repeat-y;
    position: relative;
    min-height: 100%;
    height:auto !important; /* voor moderne browsers */
    height:100%; /* voor IE */
}

/*********************************************************************************
/ HEADER
/********************************************************************************/
#header
{
    height: 249px;
}

#header .left
{
    width: 172px;
    height: 249px;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url(Images/All4One_04.gif);
}

#header .right
{
    height: 249px;
    width: 610px;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url(Images/All4One_05.jpg);
}

/*********************************************************************************
/ TOPBAR
/********************************************************************************/
#topbar
{
    height: 28px;
    line-height: 26px;
    color: white;
    background-image: url(Images/All4One_06.gif);
}

#topbar a
{
    color: White;
    text-decoration: none;
}

#topbar a:hover
{
    color: #2894af;
    text-decoration: none;
}

#topbar .left
{
    width: 385px;
    float: left;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.875em; /* 16x0.875=14px */
     
}

#topbar .right
{
    width: 377px;
    float: left;
    text-align: right;
    padding-right: 5px;
    vertical-align: middle;
}

/*********************************************************************************
/ NAVIGATION
/********************************************************************************/
#nav
{
    width: 170px;
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-top: 15px;
}

/*********************************************************************************
/ POSTS
/********************************************************************************/
#latest-post
{
    float: right;
    width: 565px;
    padding: 0 23px 0 0px;
    margin: 20px 0px 30px 0px;
}

#recent-posts
{
    float: right;
    width: 565px;
    padding: 0 23px 0 0px;
    margin: 20px 0px 30px 0px;
}

#recent-posts .entry
{
}

#recent-posts .seperator, #latest-post .seperator
{
    height: 1px;
    background: url(images/img04.gif) repeat-x left bottom;
    margin-bottom: 20px;
    width: 550px;
}

.post
{
}

.post .title
{
    margin-bottom: 0.2em;
}

.post .meta
{
    margin: 0;
    padding-bottom: 10px;
    line-height: normal;    
    color: #bababa;
}

.post .meta a
{
    color: #bababa;
}

.post .entry
{
    padding-bottom: 10px;
}

/*********************************************************************************
/ FOOTER
/********************************************************************************/
#footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 782px;
    height: 30px;
    line-height: 30px;
    background: black;
    color: White;
}

#footer p
{
    margin: 0;
    padding: 0px 15px 0px 15px;
}

#legal
{
    float: left;
}

#links
{
    float: right;
}

