/*
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;

Lettertype = 'Baar Sophia Regular'

*/

* {
	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: 1000px;
	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;
}

#agenda {
	position: absolute;
	top: 33px;
	left: 630px;
	background: #1a0803;
	-moz-box-shadow: 2px 2px 25px #ffb941;
	-webkit-box-shadow: 2px 2px 10px #ffb941;
	width: 370px;
	height: 40px;
}

#agenda .gce-list { /* The list itself */
	list-style-type: none;
	padding: 3px;
	margin: 0;
	margin-top:7px;
	font-size: 1.3em;
}

#agenda .gce-list, #agenda p { /* The title (not the same as event title) */
	color: #ffb941;
}

#agenda .gce-page-list {
	float: left;
	margin-top: -5px;
}

#agenda p {
	margin-top: 10px;
	font-size: 1.3em;
	float: left;
	padding-left: 5px;
}

#agenda .gce-list .gce-list-event {
	margin-top: 10px;
	font-size: 1em;
	padding-left: 5px;
}

#agenda .gce-list .gce-list-title {
	padding-right: 5px;
}

#agenda .gce-list-start, #agenda .gce-list-end, #agenda .gce-list-loc, #agenda .gce-list-desc, #agenda .gce-list-title {
	display: none;
	height: 0;
	visibility: hidden;
}

#title {
	position: absolute;
	padding-top: 20px;
	width: auto;
	left: 408px;
	text-align: left;
}

#title #home {
	background: transparent url(images/home.png) left no-repeat;
}

#title #evenementen {
	background: transparent url(images/evenementen.png) left no-repeat;
}

#title #smeed-en-eet {
	background: transparent url(images/smeedeneet.png) left no-repeat;
}

#title #workshops {
	background: transparent url(images/workshops.png) left no-repeat;
}

#title #teambuilding {
	background: transparent url(images/teambuilding.png) left no-repeat;
}

#title #contact {
	background: transparent url(images/contact.png) left no-repeat;
}

#title #links {
	background: transparent url(images/links.png) left no-repeat;
}

#title h2 {
	color: #FFF;
	font: 44px Arial, sans-serif;
	letter-spacing: 4px;
	padding-left: 40px;
}

#content {
	position: relative;
	width: 1000px; /* width of your div */
	height: 425px; /* height of your div */
	background: #1a0803;
	-moz-box-shadow: 2px 2px 25px #ffb941;
	-webkit-box-shadow: 2px 2px 10px #ffb941;
}

#gallery {
	position: relative;
	float: left;
	overflow: auto;
	height: 375px;
	width: 360px;
	padding-left: 8px;
}

.post {
	/*float it*/
	float: right;
	height: 375px;
	width: 620px;
	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 Arial, sans-serif;
	margin-top: 5px;
}

.post h2 {
	padding-top: 10px;
	color: #ffb941;
	font: 20px Arial, sans-serif;
}

.post p, .post li {
	color: #FFF;
	padding: 5px;
	font: 1.2em 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 {
	color: #FFF;
	line-height: 18px;
	letter-spacing: 0.1em;
}

.entry .sociable {
	color: #FFF;
	padding: 0 0 0 5px;
	line-height: 18px;
	letter-spacing: 0.1em;
}

.links a {
	display: block;
}

/* PAGE LIST */

.gce-page-list .gce-list { /* The list itself */
	margin-top:10px;
	font-size: 0.9em;
	color: #FFF;
	background: #1a0803;
}

.gce-list p, .gce-list-end, .gce-list-end span {
	color: #CCC;
	font-size: 1.1em;
}

#workshop .gce-page-list .gce-list li { /* Each event in the list */
	margin-top:5px;
}

#workshop .gce-page-list .gce-list p { /* Each piece of information in the list */
	margin:0;
}

#workshop .gce-page-list .gce-list p span { /* The text displayed before each piece of info, 'Starts:' for example */

}

#workshop .gce-page-list .gce-list .gce-list-event { /* The event title */
	border-bottom: 1px solid #ffb941;
	font-weight:bold;
	background-color: #1a0803;
}

#workshop .gce-page-list .gce-list .gce-list-title {
	float: right;
}

#workshop .gce-page-list .gce-list .gce-list-title, #workshop .gce-page-list .gce-list .gce-list-event { /* The title (not the same as event title) */
	color: #ffb941;
	font-size: 1.1em;
}

#workshop .gce-page-list .gce-list ul {
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
}

/* Also available: .gce-list-start, .gce-list-end, .gce-list-loc, .gce-list-desc, .gce-list-link */


/*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 1.35em;
	font: 0.94em 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;
}

#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;
}

/* Tables */

/* general table styles */
table.wp-table-reloaded {
	text-align: left;
	width: 350px;
	color: #FFF;
	font: 1.2em Arial, sans-serif;
	line-height: 18px;
	letter-spacing: 0.1em; 
}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	padding: 4px;
	color: #000;
	font-weight: bold;
}

table.wp-table-reloaded tbody td {
	padding: 4px;
	text-align: justify;
}

/* 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 */
}



