/* -------------------------------------------------------------- 
   
  screen.css - Global screen stylesheet Tonbouchier.nl

  by: Johan Harteveld | detached.nl


   COLORS
   ----------------------------
	 body bg						#222d2d
	 content bg					#1f2727
	 content column			#313939
	 text								#afb2b5
	 text header				#b6b891
	 text beige alt			#9d9d8d
	 text muted					#797f87

/* Layout  
-------------------------------------------------------------- */

html,
body {
	height: 100%;
}

body {
	background: #222d2d url(../img/body_bg.png) repeat-x;
	}

#container {
	position: relative;
	min-height: 100%;
  width: 960px;
  margin: 0 auto;
	background: #1f2727; 
	}

#container h1 {
	position: relative;
	width: 960px;
	height: 110px;
	margin: 0;
	}

#container h1 span {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/header.jpg) no-repeat;
	}

#footer {
	clear: both;
	position: relative;
	width: 920px;
	margin: -3.1em auto 0;
	padding: 0 20px 0 20px;
	background: #141919;
	color: #45494d;
	font-size: 0.916em;
	}

#footer p {
	margin: 0;
	padding: 0.8em 0;
	}
	
#footer a {
	color: #45494d;
	}

#footer a:hover,
#footer a:active {
	color: #9d9d8d;
	}

/* Content
-------------------------------------------------------------- */

.content {
	width: 940px;
	padding: 40px 10px 0 10px;
	}

.main-content {
	float: left;
	width: 640px;
	margin: 0 20px 0 0;
	padding: 0 0 3em 0;
	}

#page-boek .main-content {
	margin: 0 0 0 20px;
}

#page-home .main-content,
#page-schilderijen .main-content {
	width: 940px;
	margin: 0;
}

#page-home .main-content {
	float: none;
	width: 323px; /* width of image to center on page */
	margin: 0 auto;
}

.painting-home {
	width: 323px; /* width of image to center on page */
}

.side-content {
	float: left;
	width: 280px;
	padding: 0 0 3em 0;
	}

.side-content > div {
	padding: 10px;
	background: #313939;
}

#page-boek .side-content div:first-child {
	padding-top: 315px;
	background: #313939 url(../img/boek_cover.jpg) no-repeat 25px 15px;
}

#page-boek .side-content ul {
	list-style: none;
	margin-left: 0;
}

.main-col {
	width: 280px;
	float: left;
	margin: 20px;
}


.painting-home h2 {
	float: left;
}

.painting-home h2 + p {
	float:right;
	font-size: 0.916em;
	color: #797f87;
	line-height: 3;
	margin: 0;
}

.painting-home h2,
.painting-home p {
	visibility: hidden;
}

.painting-home:hover h2,
.painting-home:hover p {
	visibility: visible;
}

.painting-home img {
	float: left;
	clear: both;
}

#image-frame {
	position: relative;
	padding-bottom: 50px;
	border: 1px solid #313939;
	text-align: center;
}

#page-boek #image-frame {	
	min-height: 535px;
}

#image-frame-caption {
	background: #313939;
	padding: 3px 10px;
	margin-bottom: 50px;
	text-align: left;
}

#image-frame-caption h2 {
	float: left;
	margin: 0;
}

#image-frame-caption p {
	float: right;
	margin: 0;
	line-height: 2.5;
	font-size: 0.916em;
	color: #797f87;
}

.image-frame-links {
	background: #313939;
	text-align: right;
	text-transform: uppercase;
	padding: 0.2em 10px;
	clear: both;
}

.image-frame-links a {
	display: block;
	text-decoration: none;
	color: #9d9d8d;
}

#slideshow-boek {
	width: 520px;
	margin: 0 auto;
}

#image-frame-control {
	clear: both;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 3px 0;
	text-align: center;
	background: #313939;
}

#image-frame-control a {
	text-decoration: none;
}

/* content page biografie */

.quote-wrap {
	margin: 0 0 110px 20px;
}

#textswitch-tabs ul {
	list-style: none;
	margin: 0 0 1em 0;
	text-align:right;
}

#textswitch-tabs li {
	display: inline;
}

#textswitch-tabs ul a {
	background: #757a7a;
	color: #000;
	border: 1px solid #757a7a;
	padding: 1px 3px;
	text-decoration: none;
}

#textswitch-tabs ul a.selected {
	background: #757a7a;
	border: 1px solid #ebecec;
}

#textswitch-tabs ul a:hover {
	background: #9da3a3;
	border: 1px solid #ebecec;
}

.galeries ul {
	list-style: none;
	margin-left: 0;
}

/* content page schilderijen */

#page-schilderijen h2 {
	padding: 0 10px;
	background: #313939;
}

#page-schilderijen h2:hover {
	color: #fff;
	background: #4d5858;
	cursor: pointer;
}

.paintings-content div div {
	float: left;
	width: 210px;
	height: 250px;
	margin-left: 20px;
	margin-bottom: 25px;
	padding: 5px;
}

.paintings-content div h3 {
	font-size: 1.083em;
	font-weight: bold;
	margin: 0;
	line-height: 1;
	visibility: hidden;
}

.paintings-content div p {
	font-size: 0.916em;
	margin: 0 0 0.5em 0;
	color: #797f87;
	visibility: hidden;
}

.paintings-content div div:hover > h3,
.paintings-content div div:hover > p {
	visibility: visible;
}

.agenda-content h2 {
	background: #313939;
	clear: both;
	padding: 0 10px;
}

.agenda-content ul {
	list-style: none;
	margin: 0 0 10px 0;
	float: left;
}

.agenda-content li {
	float: left;
	width: 200px;
	margin: 10px 0 10px 20px;
	padding: 10px;
	background: #313939;
}

/* Navigation
-------------------------------------------------------------- */

ul#nav {
	margin: 0;
	list-style:none;
	background: #323a3a url(../img/nav_bg.gif) repeat-x left bottom;
	padding: 0 20px;
	}


ul#nav li {
	float: left;
	font-size: 1.167em;
	font-weight: bold;
	color: #9d9d8d;
	margin-right: 0.6em;
	padding: 0.7em 0 1em 0;
	}


ul#nav li a {
	color: #9d9d8d;
	display:block;
	float: left;
	padding: 1px 5px 2px;
	text-decoration: none;
	}

li#current a {
	background: #141919;
	}

ul#nav a:focus,
ul#nav a:hover,
ul#nav a:active,
li#current a:focus,
li#current a:hover,
li#current a:active {
	color: #d3d3c1;
	}

/* Clearing
-------------------------------------------------------------- */
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix,
* html {height: 1%;}
.clearfix {display: block;}

/* Regular clearing */
.clear { clear:both; }