/* 
Wishing Well West layout styles
by Fat Pixel - Marijn Tijhuis 
*/


/* ________ overall styling */

html{
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #ffffff url(https://www.wishingwellwest.com//img/bg-1.gif) left top fixed;
	text-align: left;
	background-color: #cecece; /* kleur kiezen? */
}

.hide{
	position: absolute;
	top: -9999px;
}

a:focus{
	outline: 1px dotted #999999;
}

/* ________ site framework */

#wrapper{
/*	width: 931px; old left aligned nav */
	width: 960px;
	text-align: left;
	margin: 0px 0px 0px 40px;
	position: relative;
	padding: 37px 0px;
}

#container{
	text-align: left;
}

#header{
	position: relative;
}

#logo{
}

#logo a{
	display: block;
	width: 650px;
	height: 49px;
	padding: 10px 15px;
	background: #ffffff;
}

#logo p{
	background: #ffffff;
	padding: 0.5em 1em;
	width: 756px;
	margin-left: 155px;
}

#content{
	padding-top: 60px;
	padding-left: 79px;
	padding-left: 29px;
	clear: both;
}

.articleblock{
	position: relative;
	overflow: hidden;
	padding-bottom: 2em;
}

#rightcol, .articleright{
	margin-left: 306px;
}

.home #rightcol{
	margin-left: 410px;
}

#leftcol, .articleleft{
	width: 306px;
	float: left;
}

.videoarticle{
	clear: left;
}

.contentcol{
	background: #ffffff;
	width: 435px;
	padding: 15px;
	overflow: hidden;
}

.projecten .contentcol, .actueel .contentcol{
	width: 360px;
}

.wide .contentcol{
	margin-left: -65px;
}

.home .contentcol{
	width: 280px;
}

.actueel .contentcol, .projecten .contentcol{
	min-height: 237px;
}

.photocol{
	background: #ffffff;
	width: 276px;
	min-height: 227px;
	padding: 15px;
	margin-bottom: 2em;
	margin-top: 3.85em;
	position: relative;
}

.home .photocol, .actueel .photocol, .projecten .photocol{
	margin-top: 0em;
}

.videoarticle .photocol{
	min-height: 0px;
}

#content .photocol .photoscroll{
	height: 207px;
	width: 276px;
	overflow: hidden;
	position: relative;
}

#content .photocol ul{
	height: 207px;
	width: 99999px;
	position: absolute;
}

#content .photocol ul li{
	position: relative;
	display: block;
	width: 276px;
	height: 207px;
	float: left;
}

#content .photocol span{
	display: block;
	margin: 0px;
	position: absolute;
	background-color: #000000;
	opacity: 0.8;
	color: #ffffff;
	bottom: 0px;
	width: 266px;
	padding: 5px;
}

#content .photocol a, #content .photocol a:hover{
	border: 0;
	text-decoration: none;
}

#content .photocol .photonav{
	position: relative;
	height: 19px;
	padding-top: 10px;
}

#content .photocol .photonav a{
	display: block;
	width: 19px;
	height: 19px;
	margin-right: 4px;
	position: absolute;
}

#content .photocol .photonav a.photoback{ background: url(https://www.wishingwellwest.com//img/picbck.png) left top no-repeat; right: 54px; }
#content .photocol .photonav a.photofwd{ background: url(https://www.wishingwellwest.com//img/picfwd.png) left top no-repeat; right: 8px; }
#content .photocol .photonav a.photolrg{ background: url(https://www.wishingwellwest.com//img/piclrg.png) left top no-repeat; right: 31px; }

#content .photocol .photonav a span{
	display: none;
}

#logo{
}

/* ________ rounding the corners */

#logo p{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.contentcol, .photocol, h1, #logo a{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#nav ul li{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contentcol, .home .photocol{
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 15px #333;
	-webkit-box-shadow: 5px 5px 15px #333;
}


/* ________ text and link styles */

#container{
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 0.88em;
}

#content{
	font-size: 0.88em;
	line-height: 1.43em;
	letter-spacing: 0.015em;
}

#content p, #nav p{
	margin-bottom: 1em;
}

#content a{
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px solid #cc0000;
}

#content a:hover{
	color: #9eb28f;
	border-bottom: 1px solid #9eb28f;
}

#nav ul a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#logo p{
	color: #0c6fbc;
}


/* ________ headings */

h1{
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
/*	padding: 15px 8px;*/
	padding: 8px;
	line-height: 1.5em;
	margin-bottom: 0px;
	text-transform: uppercase;
	background-color: #ffffff;
	display: inline-block;
}

h1 span{
	background-color: #b30f85;
	color: #ffffff;
	padding: 3px 5px;
	display: block;
}

.actueel h1, .projecten h1{ margin-left: 306px; }

.actueel h1 span{ background-color: #92ac17; }
.projecten h1 span{ background-color: #447647; }
.higrijs h1 span{ background-color: #b30f85; }
.hilichtgroen h1 span{ background-color: #399a09; }
.hidonkergroen h1 span{ background-color: #447647; }
.hilila h1 span{ background-color: #67749a; }
.hibordeaux h1 span{ background-color: #843535; }
.hidonkerblauw h1 span{ background-color: #123688; }
.hiturquoise h1 span{ background-color: #16a2b3; }
.hioranje h1 span{ background-color: #d65c12; }
.hiroze h1 span { background-color: #a9016c; }
.higoud h1 span{ background-color: #c88c44; }

h2{
	color: #000;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}

.contentcol h2{
}

.photocol h2{
	position: absolute;
	bottom: 0px;
	min-height: 28px;
	width: 200px;
}

h3{
	font-size: 1em;
	font-weight: bold;
}


/* ________ navigation */

#nav{
	position: relative;
}

#nav ul{
	float: right;
/*	margin-right: 114px;
	margin-right: 74px;
padding-left: 74px;*/
padding-left: 0px;
	z-index: 9;
}

#nav ul li, #nav ul.project_sub li{
	display: block;
	float: left;
	background: #ffffff;
/*	padding: 5px;*/
padding: 4px;
}

#nav ul li a,  #nav ul.project_sub li a{
	display: block;
	padding: 6px 9px;
	background-color: #5e5b5b;
	color: #ffffff;
	text-transform: uppercase;
}

#nav ul li.last a{
	border-bottom: none;
}

#nav ul li a:hover{
	text-decoration: underline;
}

#nav ul li ul{
	display: none;
	float: none;
	margin: 0;
padding-left: 0px;
	position: absolute;
}

#nav ul li:hover ul, #nav ul li:hover ul.showmenu{
	display: block;
}

#nav ul li ul li{
	float: none;
}

#nav ul li ul li a{
	text-transform: lowercase;
}

#nav ul.project_sub{
	display: none;
	margin: 0;
	z-index: 10;
padding-left: 0px;
}

#nav ul.project_sub #subcat4{
	display: none;
}

#nav ul.project_sub li{
	float: none;
	display: block;
}

#nav ul.project_sub li a{
	background-color: #7da07f;
	text-transform: lowercase;
}

#nav ul li.navkleur1 a, #nav ul li.navkleur10 a{ background-color: #128491; }
#nav ul li.navkleur2 a, #nav ul li.navkleur11 a{ background-color: #a9016c; }
#nav ul li.navkleur3 a, #nav ul li.navkleur12 a{ background-color: #447647; }
#nav ul li.navkleur4 a, #nav ul li.navkleur13 a{ background-color: #67749a; }
#nav ul li.navkleur5 a, #nav ul li.navkleur14 a{ background-color: #843535; }
#nav ul li.navkleur6 a, #nav ul li.navkleur15 a{ background-color: #123688; }
#nav ul li.navkleur7 a, #nav ul li.navkleur16 a{ background-color: #c88c44; }
#nav ul li.navkleur8 a, #nav ul li.navkleur17 a{ background-color: #399a09; }
#nav ul li.navkleur9 a, #nav ul li.navkleur18 a{ background-color: #d65c12; }

#nav ul li.navkleur1 ul li a, #nav ul li.navkleur10 ul li a{ background-color: #67a6ad; }
#nav ul li.navkleur2 ul li a, #nav ul li.navkleur11 ul li a{ background-color: #c75488; }
#nav ul li.navkleur3 ul li a, #nav ul li.navkleur12 ul li a{ background-color: #7da07f; }
#nav ul li.navkleur4 ul li a, #nav ul li.navkleur13 ul li a{ background-color: #919ec2; }
#nav ul li.navkleur5 ul li a, #nav ul li.navkleur14 ul li a{ background-color: #b0716f; }
#nav ul li.navkleur6 ul li a, #nav ul li.navkleur15 ul li a{ background-color: #6281b9; }
#nav ul li.navkleur7 ul li a, #nav ul li.navkleur16 ul li a{ background-color: #d09d60; }
#nav ul li.navkleur8 ul li a, #nav ul li.navkleur17 ul li a{ background-color: #79bb77; }
#nav ul li.navkleur9 ul li a, #nav ul li.navkleur18 ul li a{ background-color: #e28d59; }

#nav ul li.navkleur1 {
	margin-top: -10px;
}

#nav ul li.navkleur1 a {
	padding: 17px 10px;
}

#nav ul li.navkleur1 ul li a {
	padding: 4px;
}

#content #subnav ul, #content #subnav li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #subnav ul{
	margin-bottom: 2em;
}

#content #subnav ul li a{
	text-decotation: none;
	color: #784b5f;
	border-bottom: none;
}

#content #subnav ul li a:hover{
	font-style: italic;
	font-weight: bold;
}

#content #subnav ul li.current_page_item a{
	font-weight: bold;
}



/* ________ content markup */

.alignleft{
	float: left;
}

.alignright{
	float: right;
	margin: 0.5em 0em 0.5em 1em;
}

hr{
	background-color: #cccccc;
	color: #cccccc;
	height: 1px;
	border: 0px;
	margin: 2em 0em;
}

#content .contentcol ul, #content .contentcol ol{
	margin: 0em 0em 1em 1.5em;
}

#content .contentcol ul ul, #content .contentcol ol ol{
	margin: 0em 0em 0em 1em;
}

#content .contentcol ul{
	list-style: disc;
}

#content .contentcol ul ul{
	list-style: circle;
}

#content .contentcol ol{
	list-style: decimal;
}

#content .contentcol ol ol{
	list-style: lower-latin;
}

.pagination {
	margin-left: 306px;
}

#content .prevnext {
	font-weight: bold;
	text-transform: lowercase;
	background: #fff;
	border-radius: 7px;
	text-decoration: none;
	border: 0;
	margin-right: 1.5em;
	padding: .75em 1.25em;
}

/* Social buttons */

.social {
position: relative;
overflow: hidden;
clear: both;
padding-top: 13px;
margin-right: 210px;
margin-bottom: -50px;
}

.social .button {
display: block;
float: right;
width: 58px;
height: 59px;
margin-left: 5px;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
background-position: 0 0;
background-repeat: no-repeat;
}

.social .button.facebook {
background-image: url(https://www.wishingwellwest.com//img/button-facebook.png);
}

.social .button.youtube {
background-image: url(https://www.wishingwellwest.com//img/button-youtube.png);
}

.social .button.linkedin {
background-image: url(https://www.wishingwellwest.com//img/button-linkedin.png);
}

.social .button.anbi {
background-image: url(https://www.wishingwellwest.com//img/button-anbi.png);
width: 73px;
}
