/*
Theme Name: FransKokshoorn
Author: Bram de Leeuw
Author URI: http://bram-de-leeuw.nl/
Description: Custom Theme for Frans Kokshoorns personal website and portfolio.
*/

/* =Structure
-------------------------------------------------------------- */
			
/* Body style
-------------------------------------------------------------- */			
			
	body { margin:0; padding:0; font-family: Georgia, serif; background-color:#f2f0eb; font-size:0.9em;}

/* Font implementatie en text marges */

	h1,h2,h3,h4,h5,h6 {font-family: 'Montserrat', sans-serif; margin:0 0 0.5em 0; padding:0;}
	p, ul, li {padding:0; margin:0; list-style:none;}

	.entry-content p {margin: 0 0 0.8em 0;}
	
			/* Link hovers */
			a {text-decoration:none; color:#555555;}
			a:hover, a:focus { border-bottom:dotted 1px; color:#ff6600;}

/* Pagina breedtes
-------------------------------------------------------------- */

#achtergrond {
	display: block;
	margin: 0;
}

#pagina {width:960px; margin:auto; padding:0 2.8em 0 2.8em;}

#primary {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	padding:0;
	margin:0.5em 0 1em 0;
}

#post-0 {width:700px; margin:0 1em 0 0;}

		/* Post breedtes in de content en border style */
		.post {width:700px; margin: 0 0 1.5em 0;}
		/* Expositie tabel */
		table.expolijst { width:700px; padding:0px; margin:0px}
		/*Contact pagina */
		#contact { width:700px; display:block;}

/* Portfolio ordening */		
div.portfolio-item  {width:300px; height:190px; margin:10px; float:left; border-bottom:dashed 1px #666666; display:block;}
div.portfolio-item:hover, div.portfolio-item:focus {border-bottom:dotted 1px; color:#ff6600;}		
	
/* Overig */	

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}

#post-nav {
	font-size:1.5em;
	clear:both;
	display:block;
	margin:auto;
	width:100px;
}

/* Footer navigatie
-------------------------------------------------------------- */

#voetnote {
	clear: both;
	display: block;
	width: 960px;
	border-top:dashed 1px #666666;
}

#frans {margin:0.5em 2.5em 4em 0; float:left; width:22em;}
#atelier, #voetnav, #categorie {margin:0.5em 2em 4em 0; float:left; width:12em;}

#voetnav ul li, #categorie ul li {
	list-style:none;
}

#voetnav ul, #categorie ul {
	margin:0;
	padding:0;
}

#colophon {
	padding: 0 0 0 0;
}


/* Text meant only for screen readers
-------------------------------------------------------------- */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment
-------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Header
-------------------------------------------------------------- */
#titel {margin:auto; width:960px; padding:0 2.8em 0 2.8em;}

#site-titel {
	font-size: 3.5em;
	font-weight: bold;
	margin:0 0 -0.3em 0em;
	text-transform:uppercase;
	float:left;
	border:none;
	margin-bottom: 0em;
}

#site-titel a {color:#000000;}
#site-titel a:hover, a:focus {color:#000000; border:none;}


#site-description {
	font-family: SeroScWeb-Medium;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	float:left;
}

#site-description a {color:#000000;}
#site-description a:hover, a:focus {color:#000000;}


/* =Menu
-------------------------------------------------------------- */

#navigatie {
	display: block;
	float: left;
	margin: 0 auto 0.5em;
	width: 100%;
	border-bottom:dashed 1px #666;
}
#navigatie ul {
	list-style: none;
	margin:auto; 
	width:960px; 
	padding:0 2.8em 0 2.8em;
}
#navigatie ul li {
	float: left;
	position: relative;
	margin: 0 1em 0.2em 0;
}
#navigatie a {
	font-family: 'Montserrat', sans-serif;
	fontstyle:italic;
	font-size:1.1em;
	display: block;
	line-height: 1em;
	text-decoration: none;
}

#navigatie li:hover > a,
#navigatie ul ul :hover > a {
	border:none;
}
#navigatie ul ul a:hover {
	border:none;
}


/* =Content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	display: block;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 48%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 20%;
}
textarea {
	width: 50%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block; margin:0em 1em 1em 0;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}