/*
Theme Name: FAK
Description: FAK Theme.
Version: 1.0
Author: Anne Irle
*/

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	background: #f2f2f2 url(images/gradient.png) top repeat-x;
}
#container { 
	background: #fff;
	z-index: 100;
	width: 900px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow:1px 1px 10px #999;
	-opera-box-shadow:1px 1px 10px #999;
	-khtml-box-shadow:1px 1px 10px #999;
	box-shadow: 1px 1px 10px #999;
	height: 100%;
}
#header {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 182px;
	padding: 0 0 5px 0;
	background: url(images/top.jpg) repeat-x;
}
#logo {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 182px;
	background: url(images/logo.gif) no-repeat;
	float: left;
}
#search {
	margin: 0;
	height: 142px;
	float: right;
	padding-top: 50px;
	padding-right: 20px;
}
#content {
	width: 900px;
	height: 100%;
	padding: 0;
	margin: 0;
}
#sidebar1 {
	float: left; 
	width: 180px; 
	height: auto;
	background: #f3f3f3; 
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
#mainContent {
	margin: -70px 0 0 0;
	width: 700px;
	padding: 10px;
	float: right;
	height: 100%;
} 
.post {
	padding: 20px 0;
	border-bottom: 1px dotted #999999;
}
.wp-pagenavi {
	padding: 20px 0;
	text-align: center;
}
.widgets {
	clear: both;
	padding: 20px 0;
	margin: 0;
	list-style: none;
}
	.widgets ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.widgets ul li {
		margin: 0;
		padding: 10px;
		border-top: 1px dotted #999999;
	}
	
#footer { 
	background: url(images/footer.jpg) repeat-x;
	font-size: 10px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */
.right { 
	float: right;
	margin-left: 8px;
}
.left { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Begin Clearfix
------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}

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

/* End Clearfix */

/* Begin basic text and links
------------------------------*/
a {
	color: #006600;
	text-decoration: underline;
	}
a:hover, a:active, a:focus {
	color: #9d301b;
	text-decoration: underline;
	}
.readMore {
	font-family: Arial, Helvetica, sans-serif;
	color: #a97c00;
	font-weight: normal;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	font-weight: bold;
	padding: 2px 0 2px 2px;
	background: #E6F2E6;
	}
small, .small, .smalldark, .createby, .createdate, readMore a, .byline {
	color: #006600;
	padding: 4px 5px 0;
	font-size: 11px;
	line-height: 25px;
	}

p, pre, blockquote, ul, ol  {
	margin: 10px 0 10px 5px;
	padding: 5px 2px 5px 0;
	line-height: 130%;
	}
ul {
	margin: 0;
	padding: 0;
	padding: 0 5px 5px 30px;
	margin-bottom: 5px;
	}
ul li {
	line-height: 130%;
	}
ol li {
	margin-left: 35px;
	line-height: 130%;
	}
blockquote {
	padding-left: 30px;
	}
hr {
	border-top: 1px dashed #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	}
img {
	border: none;
	}
.entry ul {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	margin-bottom: 10px;
}
.entry p {
	padding: 5px;
	margin: 5px 0;
	line-height: 18px;
}
/* End basic text and links */


/* Begin Links
------------------------------*/
.linklogout{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left: 60px;
	color: #FFFFCC;
	font-weight:bold;
	text-decoration:none;
	/*vertical-align:top;*/
}
/* End Links */

/*	Begin Headers 
---------------------------------------------------*/

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #006600;
	font-weight:bold;
	padding: 2px 0 2px 2px;
	background: #E6F2E6;
	margin-bottom: 5px;
}
h2, h3, h4, h5 {
	background: none;
}
h1, h2 {
	font-size: 13px;
	margin: 0;
	}
h3 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	text-decoration: none;
	}
h4 {
	font-size: 14px;
	margin: 0;
	color: #333;
	font-weight: normal;
	margin: 10px 0;
	line-height: 130%;
	}
h3.comments {
	}
.post h1 a, .post h2, .post h3 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 2px 5px;
	}
h2.pagetitle, #mainContent h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 22px;
	margin:0px;
	margin-bottom: 5px;
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	background: #FFEFD7 url(images/geelboek.gif) no-repeat 0 5px;
	padding-left: 20px;
	text-transform: uppercase;
	}

/* End Headers */

/*	Begin Coloured Text
---------------------------------------------------*/
.red {
	color: #E33E28;
	padding: 0 5px 0;
	margin: 0;
	font-size: 11px;
	line-height: 25px;
}
.oranje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
}
h1.oranje {
	background: #FFEFD7;
}
.rooi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E33E28;
	font-weight:bold;
	text-decoration:none;
}
h1.rooi {
	background: #fdeeec;
}
.groen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight:bold;
	text-decoration:none;
}
h1.groen {
	background: #E6F2E6;
}
p em {
	color: 333;
	background: none;
}

/* End Coloured Text */

/* Begin Images 
------------------------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* End Images */


/* Begin Table 
------------------------------*/

.maintable {
	width: 100%;
}
.maintable td {
	border: 2px solid #E6F2E6;
}
.maintable td.first {
	border-right: none;
}

.contactform {
	width:
}

dl.contactform {
	float: left;
	width: 600px;
	margin: 1em 0;
	padding: 0;
	background: #FFEFD7;
	padding: 5px;
}
.contactform dt {
	clear: left;
	float: left;
	width: 150px;
	margin: 0;
	padding: 5px;
	color: #FF6600;
	text-align: right;
	line-height: 24px;
}
.contactform dd {
	float: left;
	width: 300px;
	margin: 0;
	padding: 5px;
	line-height: 24px;
}

/* End Tables */


/* Begin Menu
------------------------------*/

#nav {
	z-index: 999;
	}
#nav, #nav ul { /* all lists */
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 180px;
	background: #f2f2f2; /* Background color between the brown dashed lines */
}
#nav li { /* all list items */
	position: relative;
	float: left;
	line-height: 25px;
	width: 180px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left: 181px; /* Moves sub menus right or left. Larger # moves right */
	margin-top: -32px; /* Moves sub menu up or down. bigger -# higher it goes*/
	/*border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;*/
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	display: block;
	padding: 3px 0px 3px 6px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	width: 175px;
	line-height: 25px;
	background: #f2f2f2; /* Background color of the entire menu */
	border-bottom: 1px dotted #999;
}
#nav li a:hover {
	color: #006633; /* Color of rollover font */
	background: #e4e4e4; /* Background color of rollover link */
	border-bottom: 1px dotted #999;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* End Menu */
