/*
Theme Name: Dochter van de Smid
Theme URI: http://www.dochtervandesmid.nl/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Edwin Siebel
Author URI: http://edwinsiebel.nl
Tags: blue, custom header, fixed width, two columns, widgets

orange = #ffb941;
brown = #1a0803;
h2
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: #000;
	text-align: center;
	overflow:hidden;/*Needed to eliminate scrollbars*/
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

/*Supersize Plugin Styles*/

#supersize {
	position: fixed;
}

#supersize img {
	height:100%;
	width:100%;
}

#supersize img {
	border:none;
}

#header {
	padding-top: 0px;
	position: relative;
	top: 20px;
	height: 90px;
}

#header img {
	border: 0px;
	float: left;
	padding-top: 23px;
}

#title {
	position: absolute;
	padding-top: 20px;
	width: auto;
	left: 408px;
	text-align: left;
}

#title h2 {
	color: #FFF;
	font: 44px 'AvantGardeCEBook', Arial, sans-serif;
	letter-spacing: 4px;

}

#content {
	position: relative;
	width: 800px; /* width of your div */
	height: 375px; /* height of your div */
	background: #1a0803;
	-moz-box-shadow: 2px 2px 25px #ffb941;
	-webkit-box-shadow: 2px 2px 10px #ffb941;
}

#gallery {
	float: left;
	overflow: auto;
	height: 325px;
	width: 360px;
	padding-left: 8px;
}

.post {
	/*float it*/
	float: right;
	height: 325px;
	width: 420px;
	text-align: left;
	overflow: auto;
}

.post p.post-date {
	background: #ffb941;
	width: 38px;
	height: 31px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	float: left;
	line-height: 100%;
	border: 1px solid #ffb941;
}

.post .post-date span.month {
	background: #FFF;
	border-bottom: 1px solid #fff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #1a0803;
	font-size: 95%;
	padding: 1px 0;
	text-transform: uppercase;
}

.post .post-date span.day {
	bottom: 1px;
	padding: 2px 0;
	left: 0;
	color: #1a0803;
	width: 100%;
	position: absolute;
}

.post h2.post-title {
	margin: 0 0 0 43px;
	padding: 5px 12px;
	min-height: 38px;
 	width: auto;
	color: #ffb941;
	text-decoration: none;
	font: 22px 'AvantGardeCEBook', Arial, sans-serif;
	margin-top: 5px;
}

.post h2 {
	padding-top: 10px;
	color: #ffb941;
	font: 16px 'AvantGardeCEBook', Arial, sans-serif;
}

.post p, .post li {
	color: #FFF;
	padding: 5px;
	font: 1.2em 'AvantGardeCEBook', Arial, sans-serif;
	line-height: 18px;
	letter-spacing: 0.1em;
}

.post a {
	color: #ffb941;
	text-decoration: none;
}

.post .entry h2 {
	padding-bottom: 10px;
}

.entry p {
	line-height: 18px;
	letter-spacing: 0.1em;
}

/*clear the above float*/
.clr {
	clear:both;
}

#footer {
	height: auto;
	margin-right: 10px;
}

#footer ul {
	list-style-type: none;
	padding-left: 20px;
	float: right;
}

#footer li {
	float: left;
	padding: 1.5em 1.2em;
	font: 1em 'AvantGardeCEBook', Arial, sans-serif;
}

#footer li a {
	letter-spacing: 0.14em;
	line-height: 1.5em;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	width: 100px;
}

#footer li.current_page_item a {
	color: #ffb941;
}

#footer a:hover {
	color: #ef5091;
	text-decoration: none;
	color: #FFF;
}

#dvds {
	position: absolute;
	top: 380px;
	left: 500px;
}

#dvds img {
	text-decoration: none;
	border: none;
}

#wpcf {
	padding-top: 15px;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	color: #FFF;
	font-size: 1.2em;
}

#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}

#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}

#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

/* clearfix */
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
  min-width: 0;		        /* trigger hasLayout for IE7 */
  display: inline-block;
  /* \*/ display: block;	/* Hide from IE Mac */
}

* html .clearfix{
/* \*/  height: 1%;	    /* Hide from IE Mac */
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

