body	
{
margin: 20px 0px 20px 0px;
font-family: verdana, arial, tahoma;
background-color: #DBC8AB;
color: #000000;
}
	
.blogbox
{
width: 740px;
}

ul
{
margin: 0px 0px 5px 0px;
}


/*----------BASIC LAYOUT---------*/

.contentwrap
{
padding: 0px 18px 12px 18px;
}

.postwrap
{
margin: 5px 0px 10px 0px;
}

.postwrap IMG
{
float: left;
margin: 5px 8px 8px 0px;
}


/*----------LEFT COLOM---------*/

.leftclmn
{
width: 470px;
float: left;
text-align: left;
}

.leftclmn H2
{
font-size: 22px;
color: #88A9C8;
margin: 0px 0px 0px 0px;
}


.leftclmn H3
{
font-size: 18px;
color: #D19D22;
margin: 0px 0px 0px 0px;
}

.leftclmn P
{
font-size: 12px;
color: black;
margin: 2px 0px 8px 0px;
}

.leftclmn img
{
border: 0px;
}


/*----------RIGHT COLOM---------*/

.rightclmn
{
width: 245px;
margin-left:13px;
float: left;
text-align: left;
}

.rightclmn H3
{
font-size: 18px;
color: #D19D22;
margin: 0px 12px 0px 18px;
}

.linkblock
{
font-size: 13px;
font-weight: bold;
}

.linkblock A
{
color: #0000FF;
}

.linkblock A:hover
{
color: #ff0000;
}

/*----- POST FOOTER -----*/

.postfooter
{
border-top: 1px #341821 solid;
border-bottom: 1px #341821 solid;
padding: 5px 0px 5px 0px;
color: #280611;
font-size: 13px;
text-align: center;
margin-bottom: 25px;
}

.postfooter A
{
color: #AB7D54;
}

.postfooter A:hover
{
color: #593B20;
}

/*----------ROUND BORDERS---------*/

.roundcont 
{
width: 100%;
background-color: #FBF9FC;
margin-bottom: 15px;
}

.roundtop 
{ 
background: url(imgs/tr.gif) no-repeat top right; 
}

.roundbottom 
{
background: url(imgs/br.gif) no-repeat top right; 
}

img.corner 
{
width: 18px;
height: 18px;
border: none;
display: block !important;
}


/*----------FIXES---------*/

.cleaner
{
clear: both;
height: 1px;
}



/*----------TOP 5---------*/
ul li 
{
margin: 0;
padding: 0;
}
.listing li
{
list-style-type: decimal;
font-size: 12px;
color: #4C89C5;
font-weight: bold;
padding-right: 12px;
}

.listing A
{
margin: 0px;
font-size: 12px;
color: #4C89C5;
}

.listing A:hover
{
color: #234E79;
}

.listing P
{
margin: 0px 0px 3px 0px;
font-size: 10px;
color: #000000;
font-weight: normal;
}

/*----------TAGS LISTING---------*/

.tagtop20 li
{
list-style-type: decimal;
font-size: 14px;
color: #4C89C5;
}

.tagtop20 A
{
margin: 0px;
font-size: 14px;
color: #4C89C5;
}

.tagtop20 A:hover
{
color: #234E79;
}



/*----------Site Listing---------*/

.friendslinks li
{
list-style-type: none;
font-size: 14px;
color: #4C89C5;
}

.friendslinks A
{
margin: 0px;
font-size: 14px;
color: #4C89C5;
}

.friendslinks A:hover
{
color: #234E79;
}




/*----------FOOTER---------*/

.hardlinks
{
margin: 20px 0px 0px 0px;
font-size: 14px;
color: #fff;
font-weight: bold;
background-color: #C3AE8D;
}

.hardlinks A
{
margin: 0px;
font-size: 14px;
color: #fff;
font-weight: bold;
}

.hardlinks A:hover
{
color: #0A2D50;
}

.sitefooter
{
margin: 20px 0px 0px 0px;
font-size: 14px;
color: #fff;
background-color: #C3AE8D;
}

.sitefooter A
{
margin: 0px;
font-size: 14px;
color: #fff;
font-weight: bold;
}

.sitefooter A:hover
{
color: #0A2D50;
}

/*----------Sidenavlink---------*/
.sidenavlink
{
margin-left: 18px;
}

.sidenavlink A
{
font-size: 16px;
color: #AB7D54;
}

.postfooter A:hover
{
color: #593B20;
}
/*----------TAGCLOUD---------*/

.tagcloud
{
padding: 0px 0px 0px 0px;
}

/*----- MENU NAVIGATIE -----*/

#navcontainer
{
font-size: 15px;	
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #A54F35;	
float: left;
width: 100%;
font-weight: normal;
margin: 15px 0px 15px 0px;
}
	
#navcontainer ul
{
margin: 0;
padding: 0px;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0px 5px 0px 0px;
margin: 0;	
}

#navcontainer ul li a
{
padding: 0px 5px 0px 5px;
margin: 0px;
color: #A54F35;	
text-decoration: underlined;
}

#navcontainer ul li a:hover
{
color: #722B16;
}

