/* ----------------------------------------------------------- */
/*  Design, slicing, XHTML & CSS by K. Dobson - www.dobson.be
/* ----------------------------------------------------------- */

BODY {
	background: #8bb6d5 url(../images/bg.jpg) repeat-x;
	margin: 0px;
}

img {
	border: none;
}

#container1 {
	width: 909px;
	min-height: 700px;
	margin: 0px 0px 0px 0px;
	background: #093251 url(../images/mainbg.jpg) no-repeat;
	float: left;
}

#top {
	width: 909px;
	height: 183px;
}

#kvc-logo {
	width: 167px;
	height: 183px;
	background: url(../images/kvc-logo.jpg) no-repeat;
	float: left;
}

#header {
	width: 742px;
	height: 152px;
	background: url(../images/header.jpg) no-repeat;
	float: left;
}

#searchmenu {
	width: 742px;
	height: 31px;
	background: #093251 url(../images/searchmenu.jpg) no-repeat;
	float: left;
}

#nav2 {
	margin: 5px 0px 0px 0px;
	float: left;
	width: 350px;
}

.nav2link {
	float: left;
}

#divider {
	width: 2px;
	height: 28px;
	margin: 3px 9px 0px 69px;
	background: url(../images/search-divider.jpg) no-repeat;
	float: left;
}

#search-area {
	color: #fff;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	margin: 6px 0px 0px 0px;
	float: left;
}

.textfield {
	width: 114px;
	height: 18px;
	color: #093251;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border: 1px #000 solid;
	background: url(../images/formbg.jpg) no-repeat;
}

/* Forms */

input[type="text"]:focus, 
input[type="text"].focus,
input[type="password"]:focus, 
input[type="password"].focus,
select:focus,
select.focus,
textarea:focus,
textarea.focus{
  background: url(../images/formbg2.jpg) no-repeat;
  padding: auto;
}

#searchbutton {
	float: left;
}

#button {
	margin: 6px 0px 0px 3px;
	float: left;
}

.button {
	width: 21px;
	height: 22px;
	border: none;
	cursor: pointer;
	background: url(../images/search.jpg) no-repeat;
}

.button:hover {
	background: url(../images/search.jpg) no-repeat;
}

#container2 {
	width: 909px;
	float: left;
}

#menu-left {
	width: 167px;
	float: left;
}

#navigation {
	margin: 0px 0px 0px 12px;
}

.navlink {
	margin: 0px 0px 3px 0px;
}

.login {
	margin: 8px 0px 0px 8px;
}

#calender {
	width: 159px;
	margin-top: 12px;
	padding: 8px 0px 8px 8px;
	background: #0d4671;
	float: left;
}

#main {
	width: 575px;
	min-height: 500px;
	background: #fff;
	float: left;
}

#post {
	width: 567px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #093251;
	padding: 5px 0px 1px 4px;
	margin: 4px 0px 0px 4px;
	background: url(../images/titlebg.jpg) no-repeat;
}

#post a {
	color: #366ea9;
	font-weight: bold;
	text-decoration: none;
}

#post a:hover {
	color: #3286df;
	font-weight: bold;
	text-decoration: underline;
}

.avatar {
	width: 31px;
	height: 31px;
	margin: 4px 0px 0px 5px;
	position: absolute;
}

#post .title {
	font-size: 16px;
	font-weight: bold;
	color: #366ea9;
	margin: 0px 0px 0px 42px;
}

#post .title a {
	color: #366ea9;
	text-decoration: none;
}

#post .title a:hover {
	color: #3286df;
	text-decoration: none;
}

#post .date {
	font-size: 13px;
	font-weight: normal;
	color: #093251;
	margin: 0px 0px 0px 42px;
}

#menu-right {
	width: 167px;
	margin-top: -30px;
	float: left;
}

#sponsors {
	padding-left: 5px;
}

#sponsors img {
	margin: 0px 0px 3px 0px;
}

#footer {
	width: 100%;
	height: 35px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #96c7ec;
	text-align: center;
	line-height: 35px;
	background: #061e31;
	float: left;
}

#footer a {
	color: #96c7ec;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #a9daff;
	font-weight: normal;
	text-decoration: underline;
}

