/*   
Theme Name: Greta Pilat
Theme URI: http://www.gretapilat.nl/
Description: Greta Pilat Theme 
Author: Custard
Author URI: http://www.custard.nl
Version: 1.0
*/
* {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-size: 100%;
/*	background: transparent;*/
}
/* firefox cosmetics */
html { overflow: -moz-scrollbars-vertical; } /* always show vertical scrollbar */
html { overflow-x: auto; } /* avoid hiding horizontal scrollbar */
:-moz-any-link:focus {outline: none; } /* no outline around focussed links */
/* default font */
* {
	padding:0;margin:0;
}
.noScreen {
	display: none;
}
html {
    height: 100%;
}
body {
	font-family: "Open Sans", sans-serif;
	color: #000000;
    height: 100%;	
	font-weight:300;    
	background:#f5f5f5;
}
a {
	color: #978981;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #978981;
}
.left			{ float: left; display: inline; }
.right			{ float: right; display: inline; }
.imgTop			{ margin: 0 0 1.5em 0; }
.imgBot			{ margin: 1.5em 0 0 0; }
.imgLeft		{ float: left; display: inline; margin: 0.3em 1.5em 1em 0; }
.imgRight		{ float: right; display: inline; margin: 0.3em 0 1em 1.5em; }
.videoTop		{ margin: 10px 0 1.5em 0;width:340px; }
.videoBot		{ margin: 1.5em 0 10px 0;width:340px; }
.videoLeft		{ float: left; display: inline; margin: 0.3em 1.5em 1em 0; }
.videoRight		{ float: right; display: inline; margin: 0.3em 0 1em 1.5em; }

.txtLeft		{ text-align: left; }
.txtRight		{ text-align: right; }
.center			{ text-align: center; }
.valignTop		{ vertical-align: top; }
.valignMiddle	{ vertical-align: middle; }
.valignBottom	{ vertical-align: bottom; }

/* float clearing */
.clear,
.clearBoth,
.clearLeft,
.clearRight {
	clear: both;
	margin: 0; padding: 0;
	height: 0; line-height: 0%; font-size: 0;
	overflow: hidden; visibility: hidden;
}
.clearLeft	{ clear: left; }
.clearRight	{ clear: right; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
.ie6 .clearfix {
    height: 1%; overflow: visible;
}
/* headers */
h1, h2, h3, h4, h5, h6 {
	padding:0;margin:0;
	font-family: "Quicksand", sans-serif;
	font-weight:100;
	color:#906f66;
}
.container {
	position:relative;
	width:960px;
	padding:0;margin:0 auto;
	height:100%;
}
header {
	width:100%;height:110px;
	background:#ffffff;
}
#logo {
	float:left; display:inline;
	margin:20px 0 0 20px;
}
#logo a {
	display:block;
	width:380px;height:70px;
	background:url('img/logo_greta_pilat.png') no-repeat;
	text-indent:-9999em;
}
#navi {
	float:right;display:inline;
	margin:49px 20px 0 0;
}
#navi ul {
	list-style:none;
	padding:0;margin:0;
}
#navi ul li {
	position:relative;
	float:left;display:inline;
	padding:0;margin:0;
}
#navi ul li a {
	display:block;
	padding:10px;
	text-transform: lowercase;
	font-family: "Quicksand", sans-serif;
	font-size:14px;
	color:#906f66;
}
#navi ul li a:hover {
	background:#f9f9f9;
	text-decoration:none;
}
#navi ul li.current-cat > a,
#navi ul li.current_page_item > a,
#navi ul li.current-menu-item > a,
#navi ul li.current-menu-parent > a,
#navi ul li.current-menu-ancestor > a,
#navi ul li a.active {
	color:#000000;
}
#navi ul li ul {
	display:none;
	position:absolute;
	top:37px;left:0px;
	width:220px;
	border-top:1px solid #f5f5f5;
	z-index:100;
}
#navi ul li ul li {
	float:none;
	padding:0;margin:0;
}
#navi ul li ul li {
	float:none;
	display:block;
}
#navi ul li ul li a {
	display:block;
	background:#ffffff;
	padding:10px 10px;
	text-transform: lowercase;
	font-family: "Quicksand", sans-serif;
	font-size:12px;
	border-bottom:1px solid #f5f5f5;
}
#carrousel {
	position:absolute;
	top:110px;margin:0;
	width:960px;height:435px;
	overflow:hidden;
	z-index:1;
}
#slidesPager {
	position:absolute;
	top:515px;
	right:470px;
	z-index:1000;
}
#slidesPager a {
	float:left;display:block;
	width:20px;height:12px;
	text-indent:-9999em;
	background:rgba(256, 256, 256, 0.4);
	margin:0 10px 0 0;	
}
#slidesPager a.activeSlide {
	background:#ffffff;
}
#carrousel ul {
	list-style:none;
}
#carrousel ul li {
	position:relative;
	display:block;
	width:960px;height:435px;
	overflow:hidden;
}
#carrousel ul li .textLabel {
	position:absolute;
	top:277px;right:0;
	display:block;
	width:460px;height:34px;
	color:#ffffff;
	font-weight:400;
	font-size:18px;
	text-align:center;
	padding:10px 0 0 0;
	font-family: "Quicksand", sans-serif;	
} 
#carrousel .description {
	width:440px;
	padding:40px;
	font-size:12px;
	line-height:26px;
	color:#696a6c;	
}
#carrousel .description h1,
#carrousel .description h2 {
	color:#906f66;
	font-size:19px;
	font-weight:400;
	margin:0 0 5px 0;
}
#carrousel .description p {
	margin:0 0 20px 0; 
}
#content {
	position:absolute;
	top:450px;
	z-index:2;
	background:url("img/bg_content.png") repeat-x;
}
#content .contentFull {
	float:left;display:inline;
	width:960px;min-height:500px;
	padding:130px 0 0 0;margin:0;
}
#content .contentFull .content {
	padding:0 40px;
	font-size:14px;
	line-height:26px;
	color:#696a6c;
	border-right:solid 1px #cccccc;	
}
#content .contentFull .content h1 {
	color:#906f66;
	font-size:19px;
	font-weight:400;
	margin:0 0 20px 0;
}
#content .contentFull .content h2 {
	color:#906f66;
	font-size:16px;
	font-weight:400;
	margin:0 0 20px 0;
}
#content .contentFull ul.gallery {
	list-style:none;
	padding:0;margin:10px 0 20px 0;
}
#content .contentFull ul.gallery li {
	float:left;display:inline;
	padding:0;margin:0 10px 10px 0;	
}	
#content .contentFull ul.gallery li a { 	
	display:block;
	width:136px;height:136px;
	padding:0;
	text-indent:-9999em;
}
#content .contentFull ul.gallery li a:hover { 	
	text-decoration:none;
	background:rgba(0, 0, 0, 0.1);
}
#content .contentLeft {
	float:left;display:inline;
	width:500px;min-height:500px;
	padding:130px 0 0 0;margin:0;
}
#content .contentRight {
	float:left;display:inline;
	width:460px;min-height:500px;
	padding:0;margin:0;	
	background:rgba(255, 255, 255, 0.8);
}
#content .contentLeft .content {
	padding:0 40px; margin-bottom:30px;
	font-size:14px;
	line-height:26px;
	color:#696a6c;
	border-right:solid 1px #cccccc;	
}
#content .contentLeft .content ul {
	list-style:none;
	padding:0;margin:0 0 20px 0;
}
#content .contentLeft .content ul li {
	padding:0 0 0 20px;margin:0 0 5px 0;
	background:url('img/bg_dot.png') 3px 11px no-repeat;
}

#content .contentRight .content {
	padding:20px;
	font-size:14px;
	line-height:26px;
	color:#696a6c;	
}
#content .contentRight.profiel {
	background:none;
	padding:95px 0 0 0;margin:0;
}
#content .contentLeft .content h1 {
	color:#906f66;
	font-size:19px;
	font-weight:400;
	margin:0 0 20px 0;
}
#content .contentLeft .content h2 {
	color:#906f66;
	font-size:16px;
	font-weight:400;
	margin:0 0 20px 0;
}
#content .contentRight .content h2 {
	color:#906f66;
	font-size:16px;
	font-weight:400;
	margin:0 0 10px 0;
}
#content .content p {
	margin:0 0 20px 0; 
}
#content .contentRight .newsImage {
	padding:0;margin:0;
}
#content .contentRight .newsItem {
	padding:0;margin:20px 0;
}
#content .contentRight .newsItem a {
	font-family: "Quicksand", sans-serif;	
	font-weight:400;
}
#content .contentRight ul.work {
	list-style:none;
	padding:0;margin:20px 0 0 20px;
}
#content .contentRight ul.work li {
	float:left;display:inline;
	padding:0;margin:0 10px 10px 0;	
}	
#content .contentRight ul.work li a { 	
	display:block;
	width:140px;height:80px;
	padding:100px 20px 0 20px;
	color:#ffffff;
	font-family: "Quicksand", sans-serif;	
	font-weight:400;
	font-size:15px;
	line-height:20px;	
}
#content .contentRight ul.work li a:hover { 	
	text-decoration:none;
	background:rgba(0, 0, 0, 0.1);
}
footer {
	background:#e9e9e9;
	height:115px;
}
footer .footerLeft {
	float:left;display:inline;
	width:600px;
	padding:0;margin:0;
}
footer .footerLeft .column {
	float:left;display:inline;
	width:200px;
	text-align:center;
	padding:50px 0 0 0;
}
footer .footerRight {
	float:left;display:inline;
	width:360px;height:100px;
	padding:0;margin:0;	
	background:url("img/footer_slogan.png") 100px 48px no-repeat;
	text-indent:-99999em;
}
footer a {
	color:#262324;
	font-family: "Quicksand", sans-serif;		
}