/*
	Author Name	: Nieta
	Author Site	: http://www.nieta.nl
	Style Name	: nietaCHAZZ
	Version		: 2.0
*/

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}
body {
	font: 62.5% 'Tahoma', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #000;
	text-align: left;
	background: #F7F7F7 url('body_bg.gif') repeat-x top left;
	}
#page {
	background: none;
	padding: 0;
	border: 0;
	margin: 0 auto;
	background: #D4D4D4 url('header_boel6.jpg') 180px 100px no-repeat;
	}
.columns-one #page {
	width: 950px;
	}
#header {
	height: 100px;
	background: #000 url('header_boel5.jpg') 180px top no-repeat;
}
#primary {
	position: relative;
	float: left;
	width: 670px;
	padding: 50px 10px 10px 30px;
	}
.columns-one #sidebar-main {
	width: 950px !important;
	padding: 0;
	margin:0;
	}
.columns-one #sidebar-alt {
	width: 950px;
	margin:0;
	padding: 0;
	}
.columns-one .secondary {
	border-top: none;
	}
.secondary img{
border:0;
padding:0;
margin:0;
}
.content {
	padding: 0 0px 20px 0;
	}
.page-head {
	margin: 0 0 20px 0;
	}

/*- Headings */
h1, h2, h3, h4 {
	font-family: 'Courier', Verdana, Sans-Serif;
	}
h1 { /* H1 is the title in the header */
	display:none;
	}
#header .description { /* Description in header */
	display:none;
	}
h3 a:hover {
	text-decoration:none !important;
	}

/*- Main Menu in Header */
ul.menu {
	margin: 0;
	padding: 5px 0 4px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	font-family: 'Tahoma', Verdana, Sans-Serif;
	}
ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu li a {
	padding: 6px 15px 6px;
	}
ul.menu li.admintab {
	display:none;
	}
ul.menu li a {
	font-size: 1.15em;
	letter-spacing: 1px;
	color:#FFF;
	height:100px !important;
	line-height: 90px;
	padding: 90px 15px 42px 15px;
	}
ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: #EEE;
	text-decoration: none;
	}

h2, h3 { 
	color: #900 !important;
	text-align: left;
	font-weight:bold;
	}
#primary h3 {
	font-weight:bold;
}

/*- Footer */
#footer {
	padding: 0;
	height: 40px !important;
	}
#footer a, #footer p {
	display:none;
	}
	
/*- Content */
.entry-content {
	line-height: 1.5em;
	text-align: left;
	color: #000;
	}
.entry-content td {
	vertical-align: top;
	padding: 2px 2px 2px 0;
	}
.entry-category {
	display:none;
	}
.chronodata {
	padding: 0;
	background: none;
	display:none;
	}
.commentslink {
	padding: 0;
	background: none;
	margin-right: 10px;
	display:none;
	}

/*- Links */
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}
h2 a, h3 a, h2 a:link, h3 a:link, h2 a:visited, h3 a:visited, h2 span a:link, h2 span a:visited, h3 span a:link, h3 span a:visited, .entry-content h3 a:link, .entry-content h3 a:visited {
	color: #900 !important;
	text-decoration: none;
}
h3 a:link, a:visited {
	font-weight:bold;
}
h2 a:hover, h2 span a:hover, h3 a:hover, h3 span a:hover {
	color: #000 !important;
	text-decoration: none !important;
	}	

/*- Contact Form */
div.contactleft {
	margin: 0; 
	}
div.contactright {
	margin: 0; 
	}
.contacterror {
	border: 1px solid #ff0000;
	}

/*- Roster */
#primary-roster {
	position: relative;
	float: left;
	width: 870px;
	padding: 50px 10px 10px 30px;
	}
#primary-roster td {
	padding: 4px 0 2px 6px;
	border-bottom: 1px solid #EEE;
	}
.content-roster {
	padding: 0 0px;
	}

/*- Roster Search Form and Livesearch */
.content-roster #search {
	margin-top: 0px;
	padding-top:15px;
	float:right;
	}
.content-roster #searchform {
	display: block;
	position: relative;
	width:200px;
	}

/*- Roster Links */
#primary-roster a:link, #primary-roster a:visited {
	text-decoration: underline;
	font-weight:normal;
	color: #000;
	}
#primary-roster a:hover, #primary-roster a:visited:hover {
	text-decoration: underline;
	color: #27d;
	}
#primary-roster h2 a, #primary-roster h2 a:link, #primary-roster h2 a:visited, #primary-roster h2 span a:link, #primary-roster h2 span a:visited {
	color: #990000 !important;
	text-decoration: none;
		font-weight:bold;
}
#primary-roster h2 a:hover, #primary-roster h2 span a:hover {
	color: #000 !important;
	text-decoration: none !important;
	}


