﻿html
{
	overflow-x: hidden;
	height: 100%;
}

body
{
    font-family: Calibri, Arial, Trebuchet MS;
    font-size: 11pt;
    padding: 0px;
    margin: 0px;
    color: #254264;
    background-color: #DCE5F2;
    background-image: url(images/background.png);
    background-repeat: repeat-x;
}

h1
{
	font-family: Cambria, Arial, Trebuchet MS;
	font-size: 14pt;
}

h2
{
	font-family: Cambria, Arial, Trebuchet MS;
	font-size: 13pt;
	color: #4E81C8;
}

img
{
    border: 0px;
}

a
{
    color: #254264;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.mainContainer
{
    width: 100%;
    background-color: #d9e4f3;
    border: 1px solid #3b5a82;
    border-bottom: 0px;
}

.textbox
{
	background-image: url(images/textboxbg.png);
	background-repeat: repeat-y;
	width: 809px;
	margin: 0px auto;
}

.textbox div#content
{
	width: 740px;
	margin: 0px auto;
	padding: 20px;
	overflow: hidden;
}

/* TOM VAN GAEVER */

 .article
{
overflow:hidden;
padding: 5px 0 5px 0;
border: 1px solid #DEE8F5;
margin-bottom:1px;
}
.article:hover
{
background: #DEE8F5;
cursor:pointer;
}

.article a
{
text-decoration:none;
}

.article a span
{
border:1px solid #DEE8F5;
padding:6px;
margin-right:7px;	
}

.blog_date
{
font-style:italic;
color: #1373CE; 
width:100%;  	
}

#footer
{
position:fixed;
bottom: 0;
width:100%;
padding: 0 7px 0 7px;
background:url('http://tomvangaever.be/blog/ribbon/ribbon/themes/windows7/images/menu_background.png');
border: 1px solid #9FAEC2;
}

#loadinganimation
{
background: url(http://tomvangaever.be/blog/ribbon/images/loading.png) no-repeat left center; 
overflow:visible;
padding:8px;
padding-left:37px;
}

