/*
Theme Name: Collin van der Sluijs
Theme URI: http://www.collinvandersluijs.com
Description: Designed & Coded by Erik Gelderblom
Version: 1.0
Author: Erik Gelderblom
Author URI: http://www.erikgelderblom.com/
*/

/* 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, figure, 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 {
	font-size: 12px;
}
	
a {
	color: #DF2A6A;
	text-decoration: none;
}

a:hover {
	color: #DF2A6A;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* Layout ------------------------------------- */
#wrapper {
	width: 940px;
	padding: 0 10px 40px;
	margin: 0 auto;
	overflow: auto;
}
nav {
	width: 150px;
	margin-top: 50px;
	margin-right: 20px;
	float: left;
	position: fixed;
}
#mainContainer {
	width: 770px;
	float: right;
	margin-left: 170px;
	margin-top: 95px;
}
	#mainContainer .articles {
		width: 540px;
		margin-right: 20px;
		float: left;
	}
	.paintings #mainContainer, .drawings #mainContainer {
		width: 770px;
		margin-top: -28px;
	}
	#mainContainer .calendaritems {
		width: 150px;
		float: left;
	}
	
/* Styling ------------------------------------- */

/* typography */
h1 {font: italic normal normal 2.7em/1.5em georgia, serif;}
h2 {font: normal normal normal 1.33em/1.5em georgia, serif;}
h3 {font: bold normal normal 1.1em/1.5em arial, serif;}
time {font-family: Arial, sans-serif; color: #1ED595; text-transform: uppercase; font-size: 10px; line-height: 2em;}
p {font-family: "times new roman"; font-size: 1.2em; line-height: 1.66em; margin-bottom: 1em;}

h1 a, h1 a:hover, h1 a:active, nav h2 a, nav h2 a:hover, nav h2 a:visited {
	color: #000;
	text-decoration: none;
}

/* navigation */ 
nav h2 {
	margin-bottom: 28px;
}
nav ul {
	margin-bottom: 20px;
}
	nav ul li {
		list-style: none;
		display: block;
		width: auto;
	}
		nav ul li a {
			color: #333333;
			font-weight: bold;
			font-family: arial;
			font-size: 13px;
			line-height: 1.66em;
		}
			nav ul li a.active {
				background: url(img/arrow_pink.gif) no-repeat 93% center;
				padding-right: 20px;
				color: #DF2A6A;
			}
			nav ul li a.activeSection {
				color: #DF2A6A;
			}
			nav ul li a.store {
				background: url(img/external.gif) no-repeat 100% center;
				padding-right: 20px;
			}
	nav .sub {
		margin-left: 10px;
		margin-bottom: 10px;
	}
		nav .sub a {
			font-weight: normal;
		}
		nav .sub a.active {
			background-position: 100% center;
		}
.flickr {
	margin-right: 10px;
}
.fbBadge {
	margin-top: 20px;
}
.pagination .prvpage {
	float: left;
}
.pagination .nxtpage {
	float: right;
}
/* article */
#mainContainer article {
	padding-bottom: 16px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DEEBE3;
}
	#mainContainer article img {
		margin-bottom: 1em;	
	}
	.blog #mainContainer article {
		border-bottom: 1px solid #DEEBE3;
		margin-bottom: 30px;
	}
.readmore {
	background: #E12A6A url(img/arrow.gif) no-repeat 93% center;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 22px 3px 4px;
	line-height: 1.66em;
}
	.readmore:hover {
		color: #fff;
		background-color: #E75588;
		text-decoration: none;
	}
/* calendar */
.calendaritems h3 {
	margin-bottom: 1em;
	color: ;
}
.calendaritems ul li {
	list-style: none;
	border-bottom: 1px solid #DEEBE3;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
	.calendaritems ul li a {
		font: normal normal normal 1em/1.5em "times new roman", serif;
		color: #000;
	}
		.calendaritems ul li a:hover {
			text-decoration: underline;
		}
/* work */
.work #mainContainer {
	margin-top: 0;
}
figure {
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DEEBE3;
}
	.category figure {
		border: 0;
	}
	figure h1 {font: normal normal normal 2em/1.5em georgia, serif;}
	figure img {
		margin-bottom: 1em;
	}
figcaption p {
	margin-bottom: 0;
}
a[rel="prev"], a[rel="next"] {
	font-family: "Arial";
	font-size: 1em;
	line-height: 1.66em;
	margin-bottom: 1em;
	background: url(img/arrow_pink_l.gif) no-repeat left center;
	padding-left: 20px;
	font-weight: bold;
	float: left;
}
a[rel="next"] {
	background: url(img/arrow_pink.gif) no-repeat right center;
	padding-right: 20px;
	padding-left: 0;
	float: right;
}
/* about */
.page #mainContainer article {
	border: 0;
}