﻿/*******************************************************
TITLE: Friesian Fever
DATE: 2008
AUTHOR: Robin Namur
*******************************************************/
html,body {
	
	min-height: 100%;
width: 100%;
height: 100%;}

/* << ----------------// General Styles //---------------->> */
body 
{
	background: url('img/BG33.gif') repeat-y top center #29152d;
	margin: 5px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	height: 100%;


}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h4 {
font-weight:bold;
margin:10px 0 0 0;
}

h3 {
font-weight:bold;
margin:10px 0 0 0;
}

h2 {
font-weight:bold;
margin:10px 0 0 0;
}

h1 {
font-weight:bold;
margin:10px 0 0 0;
}

h1 {
font-size:26px;
}

h2 {
font-size:16px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:visited {
	color: #CC0066;
	text-decoration:none;
}

a:link {
	color: #CC0066;
	text-decoration:none;
}

a:active {
	color: #CC0066;
	text-decoration: none;
}

a:hover {
	color: #CC0066;
	text-decoration: underline;
}


a.style2:link {color:#000; text-decoration: none;}
a.style2:visited {color:#000; text-decoration: none;}
a.style2:hover {color:#000; text-decoration: none;}
a.style2:active {color:#000; text-decoration: none;}






ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ol li {
margin:0 0 4px 0;
padding:0;
}

ul li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
	background: #fff;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	width: 760px;
	border: 1px solid #000;
	min-height: 100%;
}
	



/* << ----------------// Header //---------------->> */
#header {
background-image:url('img/header1053.jpg');
	height: 600px;
	margin-top: 0px;

}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #fff;
}
#navHorizontal ul {
	margin: 0px;
	padding: 0px;
	font-family: Georga;
	font-size: 22px;
	text-align: center;
	color: #000;
	line-height: 30px;
	white-space: nowrap;
	font-style: italic;
}
#navHorizontal li {

   list-style-type: none;
    display: inline;
}
#navHorizontal li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}

#navHorizontal ul li a:visited {
padding:2px 8px 3px 8px;
color:#000;
text-decoration:none;
}

#navHorizontal ul li a:link {
padding:2px 8px 3px 8px;
color:#000;
text-decoration:none;
}

#navHorizontal ul li a:active {
	color: #fff;
	text-decoration: none;
	background-color: #CC0066;
}


#navHorizontal ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #CC0066;
}



/* << ----------------// Middle column //---------------->> */
#columnTwo {
	float: left;
	margin: 5px 0 5px 0;
	padding: 10px 5px 10px 5px;
	width: 590px;
	background-color: #fff;
	min-height: 100%; 
}

/* << ----------------// Right column //---------------->> */
#columnThree {
	float: right;
	margin: 10px 0 5px 0;
	padding: 10px 5px 10px 5px;
	width: 190px;
	background-color: #fff;
	text-align: center;
	border-top: dashed #000 1px;
	border-bottom: dashed #000 1px;
	border-left: dashed #000 1px;
	border-right: dashed #000 1px;
	min-height: 100%;
}


#adsense {
	float: right;
	margin: 10px 0 5px 0;
	padding: 10px 5px 10px 5px;
	width: 190px;
	background-color: #fff;
	text-align: center;
	border-top: dashed #000 1px;
	border-bottom: dashed #000 1px;
	border-left: dashed #000 1px;
	border-right: dashed #000 1px;
	min-height: 100%;
}


/* << ----------------// Footer //---------------->> */
#footer {
   
	background: #fff;
	border-top: 1px solid #000;
	clear: both;
	color: #292929;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	width: 760px;
	 }
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	background: inherit;
	color: pink;
	font-weight: 400;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */