/*  
Theme Name: sfg
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, td { 
	color:#333333;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 20px;
  background: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: top;	
}

td { 
	color:#333333;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 13px;
	background: #ffffff;
	text-align: left;
}

b, strong { 
	color : #FF6600;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;	
}

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

a:active { 
	color : #FF6600;
}

a:visited { 
	color: #FF6600;
}

a:hover	{ 
	color: #000000;
	text-decoration: underline;
}

p	{ 
	margin-bottom: 12px;
}

h2 { 
	color: #FF6600;
}

#wrap { 
	background: #ffffff;
	margin: 0px auto;
	width: 928px;
	text-align: center;
}

#header { 
	float: left;
	height: 280px;
	width: 928px;
  background: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
}

#content { 
	float: left;
	height: auto;
	width: 898px;
	padding-left: 15px;
	padding-right: 15px;
  background: url(images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: top left;	
	text-align: left;
}

#logos { 
	float: left;
	list-style-type: none;
	width: 200px;
	height: auto;
	margin-top: 15px;
	text-align: center;
}

#footer { 
	text-align: center;
	clear: both;
	height: 55px;
	width: 928px;
	padding-top: 25px;
  background: url(images/bg_footer.gif);
	background-repeat: repeat once;
	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 ul li { 
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	float: left;
	margin-right: 3px;
	background: #FF6600;
}

#menutab li ul li a { 
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;	
	display: block;
}

#menutab li ul li a:hover { 
	background: #666666;
	color: #ffffff !important;
}*/

#left a { 
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#left a:hover { 
	color: #FB841C;
	font-weight: bold;
	text-decoration: none;
}

#left { 
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	float: left;
	width: 200px;
	margin-bottom: 10px;
	border-right: #cccccc 2px dotted;
	text-align: left;
}

#left .current_page_item a { 
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#left .current_page_item a:hover { 
	color: #FB841C;
}



#left h2, #left h2 a { 
	color: #ff6600;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 17px;
	padding-top: 5px;
	padding-left: 16px;
	padding-bottom: 5px;
	margin-bottom: 3px;
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
}

#left h2 a:hover { 
	color: #666666;
}

#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;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 14px;
	border: 0px;
}
 
#right { 
	margin-top: 15px;
	line-height: 16px;
	float: right;
	width: 620px;
	margin-right: 25px;
}

#right a { 
	color : #FF6600;
	text-decoration: underline;
	font-weight: bold;
	font-style: oblique;
	cursor: pointer;
}

#right a:hover { 
	color : #000000;
}

#right h2 { 
	color: #FF6600;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.post {
	margin: 0px;
	padding-right: 15px;
}

.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: 560px;
}

.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: #ff6600;
	font-size: 14px;
	font-weight: bold;
	}
	
.alignnone {
	margin-right: 20px;
	}	
	
.alignleft {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	}	
	
.alignright {
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
	}		



