/* 

Theme Name: SolarClarity
Theme Url: http://www.solarclarity.eu
Description: SolarClarity B.V.
Author: Dutch Design Office
Author Url: www.Dutch-design-office.nl

Version: 1.0

*/

html, body { 
	height			: 100%;
	padding			: 0; 
	margin			: 0; 
	
}

body {
	font-family		: Arial, Helvetica, sans-serif;
	color			: #666;
	font-size		: 12px;
	line-height 	: 20px;
	background		: url(images/bg-head.png) repeat-y top; 
	
	
}

#wrapper {
		margin			: 0 auto;
		width			: 100%;
		height			: auto;
		min-height		: 727px;
		min-width		: 100%;
		text-align		: center; 
		z-index			: 999; 
		}
	
		#head-banner { 
			margin: 130px auto 0 auto ;
			position: absolute; 
			width: 100%; 
			height: 386px;
			z-index: -100;
			text-align: center
			} 
			
		/* page post */
		
		body.page div#head-banner { 
			margin: 130px auto 0 auto;
			position: absolute; 
			width: 100%; 
			height: 175px;
			z-index: -100; 
			} 

#wrapper #container {
	margin			: 0 auto;
	padding			: 0;
	width			: 1000px;
	height			: auto;
	text-align		: left; 

}

	
	#logo { 
	float			: right; 
	width			: 317px;
	height			: 112px; 
	margin			: 0 auto; 
	padding			: 18px 6px 0 0; 
	
}
	
	#language { 
	float: right; 
	width: 165px; height:23px;
	background: #fff;
	-moz-opacity:0.90;
   	opacity:0.90;
   	khtml-opacity:0.90;
	margin: 352px 0px auto auto;
	padding: 10px 0 0 0;
	text-align: center
	} 
	#language img{ margin: 0 7px;}  
	
	#language-page { 
	float: right; 
width: 165px; height:23px;
	background: #fff;
	-moz-opacity:0.90;
   	opacity:0.90;
   	khtml-opacity:0.90;
	margin: 141px 25px auto auto;
	padding: 10px 0 0 0;
	text-align: center
} 
	#language-page img{ margin: 0 7px}  

	#solarClarity-specialist ul{ 
	float: left; 
	margin: 30px 0;
	width: 481px; 
	height: auto;
	padding-left: 13px; 
	list-style-type: none;
	} 
	
	#page { 
	float: left; 
	width: 730px; 
	height: auto; 
	margin: 30px 0 30px 0; 
	padding-left: 13px;
	} 
	#page h2{ color: #999; } 
	
	#page-sidebar { 
	float: right; 
	width: 215px; 
	height: auto; 
	margin: 30px 0 30px 0;  
	padding-left: 13px;
	border-left: 1px #CCC solid;
	color: #999;
	
	} 
	
	#page-sidebar  ul{ margin: 0 auto; padding: 0; list-style-type: none; }
	#page-sidebar li { margin-bottom: 20px; } 
	
	.home-sidebar { 
	float: right; 
	width: 240px; 
	height: auto; 
	margin: 30px 0; 
	padding-left: 10px; 
	} 
	.home-sidebar ul{ margin: 0 auto; padding: 0; list-style-type: none; } 
	

	
	#copyright-solarclarity { 
	float: right; 
	height: auto; 
	width: 337px; 
	margin: 10px 0; 
	padding-right: 13px;
	text-align: right;
	} 
	#copyright-solarclarity a{ color: #ccc; text-decoration: none;} 
	#copyright-solarclarity a:hover{ color: #999; text-decoration: underline; font-weight: normal} 
	
	#sub-navigation { 
	float: left; 
	height: auto; 
	width: 587px; 
	margin: 10px 0; 
	padding-left: 13px; 
	} 
		#sub-navigation h2 { margin: 0; padding: 0; width: 0; height: 0; visibility: hidden;} 
	#sub-navigation ul li { display: inline; margin: 0 auto; padding: 0; list-style-type:none;}
	#sub-navigation ul li ul li { padding-right: 8px; } 
	#sub-navigation ul { margin: 0; padding:0; list-style-type: none;} 
	
	#sub-navigation a{ color: #999; text-decoration: none;} 
	#sub-navigation a:hover{ color: #333; text-decoration: underline; font-weight: normal} 


/*Stijlen*/

	h1 { 
	color			: #cc3333;
	font-size		: 16px;
	font-weight: 200;
	font-style: normal; 
	margin			: 0 0 5px 0;
	
	}
	h2 { 
	color			: #666;
	font-size		: 18px;
	margin			: 0 0 6px 0;
	font-weight		: normal; 
	
	}
	
	h3 { 
	color			: #990000;
	font-size		: 16px;
	margin			: 0 0 5px 0;
	font-weight		: bolder; 
	}
	
	h5 { 
	color			: #990000;
	font-size		: 12px;
	margin			: 2px 0 2px 0;
	font-weight		: normal; 
	}
	
	a { 
		color			: #9fcf5f;
		text-decoration	: underline;
	}
	a:hover {
		color			: #9fcf5f;
		text-decoration	: none;
		font-weight		: bold; 
	}
	.clear {clear: both;}
	
	.hr { clear: both; height: 1px; background: #e5e5e5; width: 100%;} 
	
	#page img {
	border: none; 
	padding: 3px; 
	margin: 3px; 
	} 
	
	
	#carsoule {
	height: 85px; 
	margin: 30px 0;
	text-align: center;
	} 
	#carsoule ul{ margin: auto; text-align: center}  
	#carsoule li{ display: inline; }
	
	#carsoule img { 
		width: 90px; 
		height:70px; 
		margin:1px; 
		padding: 8px; 
		border: 1px #CCC solid; 
		-moz-opacity:0.30;
    	opacity:0.30;
   		khtml-opacity:0.30;
	}
	#carsoule a:hover img { border: 1px #999 solid; 
	-moz-opacity:1;
    	opacity:1;
   		khtml-opacity:1;}

	
/*DROPDOWN MENU */
.menu {
	width:650px; 
	position:relative; 
	z-index:100;
	float: left;
	border: 0; 
	margin: 61px 0 0 13px;
	padding: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:165px;
	height: auto;
	padding: 0; 
	margin: 0;
	
}
	
	.menu ul li ul li { 
	border-bottom: 1px solid #ccc;
	width:165px;
	padding: 0; 
	height: auto;
	} 
	.menu li li a:hover { border-right: 1px solid #ccc;} 
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	margin-right: 15px;
	position:relative;
	line-height: 56px;
	height: 70px; 
	display: block;
	font-size: 18px;	
}
.menu ul li span { display: block; } 

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:16px;
	text-decoration:none; 
	color:#999;	
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	padding: 0;
	font-size:12px;
	display: block;
}
	
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#333;
	padding: 5px 0;	
	
	}
	
	
	
.menu ul ul :hover > a.drop {
	background:#333;
	padding: 5px 0;
	}
	
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#f1f1f1;
}


	
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#fff;}
	


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:70px;
	left:-8px; 
	width:165px;
	font-size:12px;
}
	
/* position the third level flyout menu */
.menu ul ul ul{
	left:165px; 
	top:0; 
	width:165px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-165px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #fff;
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding: 8px 10px; 
	width:145px;
	-moz-opacity:0.85;
   	opacity:0.85;
   	khtml-opacity:0.85;
	font-size:12px;
	
	
	}
	

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background: #CCC;
	
	}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000; 
	background: #FFF;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
	
	}
	
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}


/*Login widget */
/* Basic styling for login widget
   This styling aligns the gravtar left, the links right.*/
.widget_wp_sidebarlogin, #sidebar-login {
	overflow: hidden;
	text-align: right;
	color: #999; 
}
.widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {
	float:left;
	
}
.widget_wp_sidebarlogin .avatar_container img, #sidebar-login .avatar_container img {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 8px;
	margin-top: 5px;
	float: right;
	text-align: left;
}
.widget_wp_sidebarlogin #openid_field {
	background-image:url(../openid/f/openid.gif);
	background-position:3px 50%;
	background-repeat:no-repeat;
	padding-left:21px !important;
}
.widget_wp_sidebarlogin hr {
	display: block;
	clear: both; 
	border: 0; 
	border-top: 1px solid #999; 
	height: 1px;
}

	#sidebar-login input{
	background: #fff; 
	border: #ddd solid 1px; 
	padding: 5px;
	margin: 5px 0 5px 5px;
	color: #999; 
	float: right
	} 
	
	#sidebar-login p{ margin: 0 0 8px 0; text-align: left;} 
	
	#sidebar-login #wp-submit {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	}
	 
	#sidebar-login h2{ 
	text-align: left; 
	color: #999; 
	}
	
	.rememberme label{ 
	margin-top: 15px;
	float: left; 
	color: #999; 
	}
	
	#login_error { text-align: left; color: #333; }
	