/*
		Theme Name: Wagner Van Dam
		Theme URI: http://www.wagnervandam.com/
		Author: Verecom
		Version: 1.1
*/
	/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
		-------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}

a:hover {  
	color: #CC0000; 
	text-decoration: none
}

a {  
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 9pt; 
	text-decoration: none
}
ul,li,ol,dl,dt,dd {padding:0; margin:0; list-style:none;}
.clear {
	clear: both;
}
#container .head {
    color: black;
    font: bold 12pt Times New Roman, Times, serif;
    text-decoration: none;
}

#container .text {
    color: black;
    font: 8pt Times New Roman, Times, serif;
    text-decoration: none;
}
.unnamed1 {  
	font-family: Times New Roman, Times, serif;
	font-size: 9pt; 
	color: #000000
}


#container-wrap {
	background: url('images/bg.jpg') #fff; 
	padding: 0 10px; 
	overflow: auto;

}

#container {
	margin: 0 auto;
	text-align:center;
	padding-bottom: 10px;
}
#table-container {
	width: 80%;
	margin: 0 auto;
	text-align:center;
}
#container a {
    color: black;
    font: small Times New Roman, Times, serif;
    text-decoration: none;
}

#container-footer a {
    color: #000000;
    font-family: Times New Roman, Times, serif;
    font-size: 8pt;
    text-decoration: none;
}

#container a:hover, #container-footer a:hover {
	color: #cc0000;
}

.entry-content {
	margin-top: 30px;
}
#fullsize{background:none repeat scroll 0 0 #FFFFFF !important;}


.menu{ width:480px; margin:0 auto; border-top: 1px solid #cc0000; border-bottom:1px solid #cc0000; overflow:hidden; }
	.menu li{ line-height: 1.4em; float:left; padding-right:10px; background:url(images/dot.gif) no-repeat right center; margin-right:10px; }
	.menu li.last{ background:none; margin-right:0px; padding-right:0px;}
		.menu li a{ font-family: Times,"Times New Roman",serif; color:#000; font-size:11px;}
			.menu li a.current , .menu li a:hover{ color:#cc0000;}