/*
Theme Name: Jolien Holthuis Fotografie
Theme URI: http://www.jolienholthuis.nl/
Description: ...
Author: Jeroen Holthuis
Author URI: http://www.jeroenholthuis.nl/
Tags: Jeroen Holthuis, dark, photography
*/

/* Reset */

* { padding: 0; margin: 0; }
img { border: 0 none; line-height: 0px; margin: 0px; }

/* Begin Typography & Colors */

body {
	font-size: 62.5%; 				/* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #272820;
	color: #111;
	text-align: left;
	width: 100%;
	line-height: 1.5em;
}

p {	
	padding-bottom: 1.4em;
	font-size: 1.1em;
	color: #fff;
}

a {	
	text-decoration: none; 
	color: #fff;
}

h1, h2 {
	font-family: Georgia, Serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}

h1 { font-size: 1.7em; color: #111;}

h1 a { color: #111;}

h2 { 
	font-size: 1.4em; 
	padding-bottom: 1.2em;
}

.post_title h2, .post_title h2 a { color:#fff; }

#about p, #about h2 { color: #6b114d; }

#about a { color: #6b114d; }

.post p { color: #fff; }

p a {
	color:#fff;
	text-decoration: underline;
}

#footer p, #footer p a { color: #9e9f9a; }
	
/* Begin Structure */

#header {
	border-bottom: 1px solid #fff;
	overflow: hidden;			 /* or else does #about trigger horizontal scolling when screen is too small*/
}

#main_title {
	padding-left: 23px;
	height: 65px;
	background-color: #fff;
}

#main_title h1 {
	position: relative;
	top: 25px;
}

#about {
	padding-left: 63px;
	background-color: #f6e8f1;
	min-width:650px;
}

#aboutme, #contact {
	width: 290px;
	float: left;
	margin: 24px 18px 13px 0;
}

.clearfix:after {
	content: ".";				/*CLEAR FIX TO CLEAR FLOATING OF ELEMENTS*/
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.post_title {
	padding-left: 63px;
	height: 52px;
	background-image: url('images/bg_title.gif');
	background-repeat: repeat-x;
}

.post_title h2 {
	position: relative;
	top: 20px;
}

.post_content {
	padding-left: 63px;
	padding-top: 23px;
	height: 275px;
	background-image: url('images/bg_post.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #7c7d78;
	overflow: hidden;
}

.single {
	overflow-x: scroll;
	height: 290px;
}

.read-more {
	position: absolute;
	margin-top: 140px;
	right: 0px;
	z-index: 2;
	background-color: #ad6796;
	padding: 10px 10px 12px 12px;
	color: #fff;
	font-family: Georgia, Serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

.read-more:hover { background-color: #9c5685; }

.post_text {
	width: 290px;
	margin-right: 18px;
	float: left;
}

.post_images { white-space:nowrap; margin-right:100px;}

.post_image {
	margin-right: 1px;
	display:inline;
}

.post_image img{
	margin: 0px;

}

.hide { display: none; }

.pagination {
	padding: 10px 10px 26px 63px;
	font-family: Georgia, Serif;
	font-size: 1.2em;
	border-bottom: 1px solid #7c7d78;
	letter-spacing: 0.1em;
	background-color: #494a42;
}

.pagination a:hover { color:#ddd; }

.alignleft { float:left; }

.alignright { float:right; }

#footer { padding: 23px 0px 10px 63px; }
