/*
Theme Name: barbaraculinair 1.2
Theme URI: http://www.barbaraculinair.nl
Description: Nederlands Wordpress thema voor barbaraculinair.nl
Author: Ted Struik
*/

body {
	background: #e9ecbc url(img/body_background.jpg); /* Optional */
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #000000;
	}
acronym { cursor: help; border-bottom: 1px dashed #77ac76; }
a { text-decoration: none; color: #3f663e; border-bottom: 1px dashed #3f663e; }
a:hover { color: #77ac76; border-bottom: 1px dashed #77ac76; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 795px;
	background: #e9ecbc url(img/dot_line.gif) repeat-y 190px;
	border: 1px solid #ddd;
	padding: 5px; 0px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #000000 url(img/header_right.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #e9ecbc;
	border-top: 0px solid #e9ecbc;
	padding: 28px 30px;
	}	
#header h1 { 	
	margin: 0;
	color: #77ac76;
	font-size: 2.0em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #3f663e;
	font-size: 1.0em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#nav {
	background: #77ac76; 
	border-bottom: 4px solid #e9ecbc;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #e9ecbc;
	background-color: #77ac76;
	border-right: 4px solid #e9ecbc; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #3f663e; }
#nav li a.on { background-color: #3f663e; color: #e9ecbc; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 170px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;
	background: #e9ecbc url(img/para_bg.jpg) repeat-x;	
	padding: 0 0 0 10px;
	}

#sidebar ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#sidebar ul.children { margin: 0 0 0 25px; list-style-type: disc; }

#sidebar li
{
    list-style: none;
}

#sidebar h2
{
    font-size: 10pt;
	margin: 20px 0 0 0; 
}
	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #3f663e; 
	margin: 0 10px 0 10px; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	padding: 10px;
	}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content h1
{
    font-size: 12pt;
}	
#content p {
	margin: 10px 10px 0 10px; 
}
#content {
	float: left;
	width: 605px;
	position: relative;
	margin-left: 10px;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
	}	
#content div { background: #e9ecbc url(img/para_bg.jpg) repeat-x; }	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #000000 url(img/header_right.jpg) no-repeat 100% 0;
	border-bottom: 5px solid #e9ecbc;
	border-top: 10px solid #e9ecbc;
	text-align: center;	
	color: #e9ecbc;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	height: 20px;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #e9ecbc; color: #e9ecbc; }
