﻿/* Proloog ------------------------------------- 

	Project: JeroenHulscher.nl
	Auteur: Jeroen Hulscher
	Datum start: Juli 2010
	
	Inhoud:
	- Resets
	- Definition styles
	- Standard styles
	
*/

/* Resets ------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

body {
background: url(images/bg.png) repeat-y left top, url(images/large-screens.png) no-repeat fixed 1300px bottom;
font-family: "Arial", "Tahoma", serif;
font-size: 12px;
color: #555;
}
	
a {
color: #ff4400;
text-decoration: none;
padding: 0px 1px;
}

.article a {
text-decoration: underline;
}


.article p a:active {
position: relative;
top: 1px;
}

.article p a:hover {
color: #555;
}

/* Definitions ------------------------------ */

header, section, footer,
aside, nav, article, figure, hgroup {
display: block;
position: relative;
}

#wrapper {
position: relative;
margin: 0px;
min-height: 400px;
width: 1000px;
}

#header {
position: absolute;
left: 15px;
top: 78px;
z-index: 1;
}

#header h2 {
text-transform: uppercase;
font-size: 28px;
font-weight: normal;
float: left;
line-height: 32px;
}

#header h3 {
font-family: "Georgia", "Times New Roman", serif;
font-size: 20px;
font-style: italic;
font-weight: normal;
letter-spacing: 0.06em;
float: left;
line-height: 38px;
margin: 0px 0px 0px 47px;
}

#header h3 a {
color: #555;
}

#menu {
position: absolute;
top: 153px;
left: 0px;
}

#menu li {
list-style: none;
text-align: right;
width: 311px;
font-size: 17px;
line-height: 30px;
}

#menu li a {
color: #8f8f8f;
display: block;
padding: 0px 38px 0px 0px;
}

#menu li a:hover {
color: #333;
}

#menu li.current_page_item a {
color: #333;
background: url(images/menu-li.png) no-repeat right 50%;
}

	.blog #menu li:nth-of-type(1) a,
	.single #menu li:nth-of-type(1) a {
	color: #333;
	background: url(images/menu-li.png) no-repeat right 50%;
	}



.article {
width: 560px;
position: absolute;
display: block;
top: 150px;
left: 323px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.article h1 {
font-size: 31px;
font-weight: bold;
color: #333;
margin-bottom: 5px;
}

	.page-id-7 .article h1 {
	margin-bottom: 20px;
	}

	.article h1 a {
	color: #333;
	text-decoration: none;
	}
	
		.article h1 a:hover {
		color: #ff5500;
		text-decoration: none;
		}
		
		.article h1.noPaging {
		margin-bottom: 20px;
		}

.datum {
font-family: "Georgia", "Times New Roman", serif;
font-size: 14px;
font-style: italic;
font-weight: normal;
}

.pager {
display: block;
height: 30px;
border-top: 1px solid #b9b2b2;
border-bottom: 1px solid #b9b2b2;
line-height: 30px;
margin-bottom: 20px;
}

	.pager a[rel~="prev"] {
	float: left;
	background: url(images/dart-left.png) no-repeat left 55%;
	padding-left: 17px;
	}
	
	.pager a[rel~="next"] {
	float: right;
	background: url(images/dart-right.png) no-repeat right 55%;
	padding-right: 17px;
	}
	
	.pager a {
	color: #555;
	text-decoration: none;
	font-size: 13px;
	}
	
		.pager a:hover {
		color: #333;
		}
		
		.pager a:active {
		color: #ff5500;
		}

.intro {
font-family: "Georgia", "Times New Roman", serif;
font-size: 13px;
font-style: italic;
color: #444;
}

.articleContent h2, .page .article h2 {
font-size: 24px;
font-weight: bold;
color: #333;
margin-bottom: 5px;
}

.articleContent h3, .page .article h3 {
font-family: "Georgia", "Times New Roman", serif;
font-size: 17px;
font-weight: normal;
color: #444;
margin-bottom: 5px;
}

.article p {
margin-bottom: 20px;
line-height: 24px;
}

.code, code {
font-family: "Lucida Console", serif;
color: #0e9cd4;
}

.article p.image {
margin-bottom: 0px;
}

.article ul {
margin: 0px 0px 20px 0px;
}

	.article ul li {
	line-height: 22px;
	margin-bottom: 10px;
	background: url(images/li.png) no-repeat left 6px;
	list-style: none;
	padding-left: 25px;
	}
	
	.article ul li em {
	font-weight: bold;
	}

.article p.small {
line-height: 14px;
font-size: 11px;
font-style: italic;
color: #777;
}

blockquote {
float: left;
display: block;
max-width: 225px;
min-width: 200px;
background: #333 url(images/blockquote.png) no-repeat 98% 90%;
color: #f7f7f7;
font-family: "Georgia", "Times New Roman", serif;
font-size: 18px;
font-style: italic;
margin: 5px 10px 0px -33px;
padding: 10px 30px 10px 20px;
line-height: 30px;
}

	.snippet {
	font-family: "Lucida Console", serif;
	display: block;
	padding: 3px 15px 3px 20px;
	margin: 0px 0px 17px 10px;
	border-left: 3px solid #eee;
	}
	
		.article .snippet p {
		margin-bottom: 0px;
		line-height: 20px;
		color: #0480c3;
		font-size: 11px;
		}
		
			.indented {
			margin-left: 20px;
			}
		

.voetnoot {
font-family: "Georgia", "Times New Roman", serif;
font-size: 12px;
font-style: italic;
text-align: right;
color: #555;
}

.articleBottom {
width: 560px;
height: 30px;
border-top: 1px solid #b9b2b2;
border-bottom: 1px solid #b9b2b2;
line-height: 30px;
margin-bottom: 20px;
}

.articleBottom p {
line-height: 30px;
font-size: 12px;
float: left;
}

	.articleBottom p a {
	text-decoration: none;
	color: #ff2200;
	}
	
	.share {
	float: right;
	}
	
		.share p {
		float: left;
		margin: 0px 5px 0px 0px;
		}
		
		.share span {
		position: absolute; left: -999em; top:0px; width: 0px; height: 0px; overflow: hidden; 
		}
		
		.share a {
		width: 16px;
		height: 16px;
		text-indent: -999em;
		display: block;
		float: right;
		margin: 8px 0px 0px 2px;
		outline: none;
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		opacity: 0.8;
		}
		
			a.facebook {
			background: url(images/facebook.png) no-repeat left top;
			}
			
			a.twitter {
			background: url(images/twitter.png) no-repeat left top;
			}
			
				.share a:hover, .share a:active {
				background-position: left bottom;
				-webkit-opacity: 1;
				-moz-opacity: 1;
				opacity: 1;
				}

.reacties {
width: 560px;
display: block;
}
	
	.reactie {
	float: left;
	width: 100%;
	list-style: none;
	}

	.reactie img {
	float: left;
	margin: 12px 10px 20px 0px;
	border: 5px solid #f7f7f7;
	width: 45px;
	height: 45px;
	}
	
	.reactieContent {
	float: left;
	width: 495px;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	min-height: 78px;
	}
	
		.reactieContent p {
		font-size: 11px;
		line-height: 18px;
		margin-right: 20px;
		}
	

		.reactieContent .reactieMeta {
		font-family: "Georgia", "Times New Roman", serif;
		font-size: 14px;
		font-style: italic;
		margin-bottom: 10px;
		display: block;
		}
		
		.reactie blockquote {
		float: none;
		display: normal;
		max-width: 440px;
		min-width: 200px;
		background: none;
		color: #444;
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
		line-height: 22px;
		border-left: 3px solid #eee;
		}
		
		.reactie a:hover {
		color: #555;
		}
		
#reageren {
clear: both;
width: 540px;
margin: 20px 0px 0px 0px;
padding: 10px;
float: left;
}
	#reageren h2 {
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	margin: 0px 0px 25px 0px;
	}
	
	#reageren form div {
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
	width: 100%;
	}
	
	#reageren label {
	line-height: 20px;
	float: left;
	width: 80px;
	color: #666;
	}
	
	#reageren input {
	border: none;
	border-bottom: 1px solid #b9b2b2;
	height: 20px;
	width: 135px;
	background: none;
	padding: 0px 0px 0px 2px;
	float: left;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	cursor: pointer;
	}
	
	#reageren textarea {
	border: 1px solid #b9b2b2;
	width: 447px;
	height: 200px;
	padding: 5px 5px;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	float: left;
	}
	
	#reageren #submit {
	border: none;
	background: #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70px;
	height: 20px;
	color: #fff;
	display: block;
	float: right;
	margin: 5px 0px 0px 0px;
	}
	
	#reageren #submit:hover {
	background: #ff5500;
	color: #333;
	}
	
	#reageren #submit:active {
	position: relative;
	top: 1px;
	}
	
	.article p.form-allowed-tags {
	clear: both;
	display: block;
	font-size: 11px;
	color: #555;
	padding: 10px 0px 0px 80px;
	font-style: italic;
	line-height: 18px;
	}

#dart {
position: absolute;
top: 10px;
left: 99%;
background: url(images/reageer-bg.png) no-repeat left top;
width: 16px;
height: 40px;
}

#footer {
clear: both;
position: relative;
left: -323px;
width: 960px;
height: 300px;
}
	
	.lastBlogs {
	margin: 0px 0px 0px 323px;
	position: relative;
	top: 40px;
	}
	
		.article .lastBlogs h2 {
		font-size: 20px;
		margin-bottom: 20px;
		}
		
			.article .lastBlogs h3 {
			font-size: 16px;
			font-family: "Georgia", "Times new Roman", serif;
			font-style: italic;
			font-weight: normal;
			float: left;
			margin-right: 10px;
			}
			
			.article .lastBlogs li {
			background: none;
			padding: 0px;
			float: left;
			clear: both;
			}
			
				.article .lastBlogs li p.datum {
				margin: 0px 10px 5px 0px;
				float: left;
				color: #999;
				}
			
				.article .lastBlogs h3 a {
				text-decoration: underline;
				}
				
					.article .lastBlogs h3 a:hover {
					color: #555;
					}
				
/* Mobile / iPhone screens */
@media screen and (max-width: 100px) {	
}

/* NORMAL SCREENS */
@media screen and (min-width: 960px) {	
}


/* LARGE SCREENS */

@media screen and (min-width: 1300px) {
}


/* Standard styles -------------------------- */

a img,fieldset { border: none;}
legend { display:none; }
td, th { vertical-align: top; }
input, label { vertical-align: middle; }

.clearboth { clear: both; display: block; }
.hidden { position: absolute; left: -999em; top:0px; width: 0px; height: 0px; overflow: hidden; }

.floatleft { float: left; }
.floatright { float: right; }
