/*  
Theme Name: Dekker
Theme URI: http://www.clicklinq.com/
Description: Dekker.
Version: 1.0
Author: ClickLinq 
Author URI: http://www.clicklinq.com/
*/

/* We gaan eerst alls resetten vooral voor FireFox e.d. */
@import "reset.css";

body { 
	color:#333333;
	font-family: Courier New, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #000000;
}

div, td { 
	color: #333333;
	font-family: Courier New, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 15px;
}

td {
	padding: 3px;
}

a { 
	color : #DF006A;
	text-decoration: none;
	cursor: pointer;
}

a:active { 
	color : #008FC1;
}

a:visited { 
	color : #008FC1;
}

a:hover	{ 
	color : #999999;
}

h1, h2, hr, h4 { 
	color: #DF006A;
	font-size: 19px;
	font-weight: bold;
	font-family: Courier New, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
}

strong, bold { 
	color: #DF006A;
	font-size: 19px;
	font-family: Courier New, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
}

#wrap { 
	background: #ffffff;
	margin: 0px auto;
	width: 960px;
}

#header { 
	float: left;
	height: 235px;
	width: 930px;
	padding-left: 15px;
	padding-right: 15px;
  background: url(images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

#content { 
	float: left;
	height: auto;
	width: 930px;
	padding-left: 15px;
	padding-right: 15px;
  background-color: #ffffff;
	margin-bottom: 20px;
}

#footer { 
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	height: auto;
	width: 960px;
	padding-bottom: 25px;
	margin: 0px auto;
}

#footer a { 
	color: #ffffff;
	font-size: 12px;
}

#footer a:hover { 
	color: #DF006A;
	font-size: 12px;
}

#menutab { 
	margin-left: 230px;
	font-size: 14px;
	font-family: Courier New, Trebuchet MS, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	height: 30px;
	width: 700px;
	margin-top: 85px;
	background-color: transparent;
}

#menutab ul { 
	height: 30px;
	line-height: 30px;
}

#menutab li { 
	font-size: 27px;
	font-weight: normal;
	font-family: Courier New, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	float: left;
	list-style: none;
}

#menutab li a { 
	color: #ffffff;
	padding-left: 10px;
	padding-right: 15px;	
	padding-top: 7px;
	background: url;
	display: block;
  background: url(images/nav_up.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#menutab li a:hover { 
	background: #008FC1;
	color: #DF006A;
  background: url(images/nav_down.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

#left { 
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#left ul { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#left ul li { 
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#left ul li ul { 
	list-style-type: square;
	margin: 0px;
	padding: 0px 3px;
}

#left ul li ul li { 
	list-style-type: none;
	background: transparent url(images/bullet.gif) no-repeat 0px 4px;
	padding-top: 2px;
	padding-left: 14px;
	border: 0px;
	margin: 0px;
}
 
#right { 
	margin-left: 25px ;
	margin-top: 10px;
	margin-bottom: 20px ;
	float: left;
	width: 870px;
}

.post {
	width: 100%;
	height: auto;
}

.navigation { 
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright { 
	float: right;
}

.alignleft { 
	float: left;
}

.postmetadata { 
	font-size: 10px;
	padding: 10px;
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	width: 100%;
}

.button {
  padding: 1px;
  background: #000;
  color: #e7e7e7;
  border: none;
	cursor: pointer;
}

.button:hover {
  color: #ffffff;
	background: #FF6600;
}

.zoeken {
 width: 110px;
 height: 18px;
}

.comment { 
	padding: 15px;
	margin-top: 20px;
	background: #e2fcff;
	border: #bef8ff 1px solid;
}

.pipe {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}
	
select {
	border: solid 1px #999999;
	width: 175px;
}

input, .select {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border: solid 1px #999999;
	width: 175px;
}

textarea {
	border: solid 1px #999999;
	width: 175px;
	Height: 100px;
}

.noborder {
	border: solid 0px #999999;
	width: auto;
	height: auto;
}

.short {
	width: 60px;
	margin-bottom: 8px;
}	

.button {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana, Tahoma;
  border: 1px solid #000000;
  background-color: #000000;
  width: auto;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
  padding-top: 3px;
	padding-bottom: 3px;
  cursor: pointer; 
}

.button:hover {
  color: #ffffff;
  background-color: #ED1541;
	border: 1px solid #ED1541;
}



