/*  
Theme Name: DesignBox
Theme URI: http://www.designbox.nl/
Description: Testskin.
Version: 1.0
Author: DesignBox 
Author URI: http://www.designbox.nl/
*/

/* We gaan eerst alls resetten vooral voor FireFox e.d. */
@import "reset.css";

body { 
	color:#333333;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	margin-top: 44px;
	margin-bottom: 20px;
  background: #90A7D6 url(images/bg_frontend.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}

a { 
	color : #333333;
	text-decoration: none;
	cursor: pointer;
}

a:active { 
	color : #333333;
}

a:visited { 
	color : #333333;
}

a:hover	{ 
	color : #999999;
}

h2 { 
	color: #FF6600;
}

strong { 
	color: #5475b6;
}

em { 
	color: #5475b6;
}

p {
	margin-bottom: 10px;
}

#wrap { 
	background-color: transparent;
	margin: 0px auto;
	width: 880px;
}

#header { 
	float: left;
	height: 280px;
	width: 880px;
  background: url(images/bg_header.gif);
	background-repeat: repeat once;
	background-position: top left;	
}

#header_slide { 
	float: right;
	height: 230px;
	width: 558px;
	margin-right: 2px;
  /*background: url(images/pagina_1.jpg);
	background-repeat: no-repeat;
	background-position: top left;	*/
}

#content { 
	float: left;
	height: auto;
	width: 865px;
	padding-left: 0px;
	padding-right: 15px;
  background: url(images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left;	
}

#footer { 
	text-align: center;
	height: 55px;
	width: 820px;
	padding-top: 25px;
	padding-left: 60px;
  background: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*#menutab { 
	padding-left: 25px;
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	width: 825px;
	margin-top: 100px;
	border-bottom: #cccccc 1px solid;
	float: left;
}

#menutab ul { 
	height: 24px;
	line-height: 24px;
}

#menutab li { 
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	float: left;
	margin-right: 3px;
	background: #FF6600;
}

#menutab li a { 
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;	
	display: block;
}

#menutab li a:hover { 
	background: #666666;
	color: #ffffff !important;
}*/

#left { 
	float: left;
	padding-left: 45px;
	width: auto;
	margin-bottom: 10px;
}

#left_nav { 
	float: left;
	border-right: #884D00 2px solid;
	width: auto;
	padding-right: 15px;
	margin-right: 5px;
	text-align: right;
}

#left_nav h2 { 
	color: #7a94c8;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 17px;
	padding-top: 5px;
	padding-left: 16px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

#left_nav h2 a { 
	color: #7A94D1;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 17px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

#left_nav ul { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#left_nav ul li { 
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: block;
}

#left_nav ul li ul { 
	list-style-type: none;
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#left_nav ul li ul li { 
	list-style-type: none;
	text-transform: uppercase;
	background-color: #ffffff;
}

#left_nav ul li ul li a { 
	color: #884D00;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

#left_nav ul li ul li a:hover { 
	color: #90A7D6;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

/*#left_nav ul li ul li a:hover { 
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #90A7D6;
}*/

#left_nav ul li ul li .children a {
	color: #7A94C8;
	font-size: 11px;
	font-weight: bold;
}

#left_nav ul li ul li .children a:hover {
	color: #884D00;
	font-size: 11px;
	font-weight: bold;
}
 
#right { 
	line-height: 16px;
	padding-right: 10px ;
	float: right;
	width: 510px;
	/*overflow: hidden;*/
}

#right h2 { 
	color: #7a94c8;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.post {
}

.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: 490px;
}

.button {
  padding: 1px;
  background: #90A7D6;
  color: #ffffff;
  border: none;
	cursor: pointer;
}

.button:hover {
  color: #ffffff;
	background: #884D00;
}

.zoeken {
 width: 90px;
 height: 18px;
}

.comment { 
	padding: 15px;
	margin-top: 20px;
	background: #e2fcff;
	border: #bef8ff 1px solid;
}

.pipe {
	color: #7A94C8;
	font-size: 14px;
	font-weight: bold;
}

