/*
Theme Name: Dochter van de Smid
Theme URI: http://www.dochtervandesmid.nl/
Version: 1.0
Author: Edwin Siebel
Author URI: http://edwinsiebel.nl

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: 10px;
	position: relative;
	top: 20px;
	height: 90px;
}

#header img {
	border: 0px;
	float: left;
	padding-top: 10px;
}

#title {
	position: absolute;
	padding-top: 20px;
	width: 300px;
	left: 408px;
	text-align: left;
}

#title h2 {
	color: #ffb941;
	font: 44px 'Baar Sophia Regular', 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;
}

ul.tuinfakkels {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
	padding-top: 13px;
}

ul.tuinfakkels li {
	display: inline;
}

ul.tuinfakkels li {
	display:block;
	float:left;
	margin-right:7px;
	margin-top:7px;	
}

.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 'Baar Sophia Regular', Arial, sans-serif;
	margin-top: 5px;
}

.post h2 {
	padding-top: 10px;
	color: #ffb941;
	font: 20px 'Baar Sophia Regular', Arial, sans-serif;
}

.post p, .post li {
	color: #FFF;
	padding: 5px;
	font: 1.2em 'Baar Sophia Regular', 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-left: 7px;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer li {
	float: left;
	padding: 1.5em 3em;
	font: 1.05em 'Baar Sophia Regular', 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, #footer li.current_page_parent a {
	color: #ffb941;
}

#footer a:hover {
	color: #ef5091;
	text-decoration: none;
	color: #FFF;
}

#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 */
}

