/*
Theme Name: Jozefien
Theme URI: http://www.jozefien.com
Description: A custom Wordpress theme for www.jozefien.com
Version: 1.0
Author: Marc Nuijten
Author URI: http://www.birdseyedesign.be
Tags: Pink, Cursive, minimalist

	Jozefien 1.0
	 http://www.birdseyedesign.be

	This theme was designed and built by Marc Nuijten,
	whose portfolio you will find at http://www.birdseyedesign.be/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

/* CSS Reset by Eric Meyer http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #f5f5f5;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* General Styles */

.clear {clear: both;}
.right {float: right;}
.left {float: left;}
.wrapper {width: 960px; margin: 0 auto;}
#content, #footer {clear: both;}

/* Typography */

body {
	font-size: 100%;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	color: #404040;
	line-height: 125%;
}

a:link {color: #666666; text-decoration: none;}
a:visited {color: #999999; text-decoration: none;}
a:hover {color: #666666; text-decoration: underline;}
a:active {color: #666666; text-decoration: none;}

strong {font-weight: bold;}

/* Layout */

#header, #content, #footer {padding: 20px;}

/* Header */

#header .intro {overflow: hidden; position: relative;}

	.scissors {
		position: relative;
		top: 133px;
		display: block;
		width: 40px;
		height: 29px;
		text-indent: -999%;
		background: url(images/scissors.png) no-repeat;
	}
#header h1 a {
	display: block;
	float: left;
	width: 284px;
	height: 99px;
	text-indent: -999%;
	background: url(images/logo.png);
}
.intro {
	float: right;
	width: 500px;
	padding-top: 20px;
}
.intro p {font-size: 12px; line-height: 14px; padding: 5px 0 20px 0;}
.intro li {float: left; margin-right: 15px;}

.intro li a {
	display: block;
	text-indent: -9999px;
	height: 46px;
}
.home, .info, .contact {background: url(images/menu_sprite.png) no-repeat;}
.home {width: 57px; background-position: 0px 0px;}
.info {width: 43px; background-position: -90px 0px;}
.contact {width: 77px; background-position: -164px 0px;}

a.home:hover {background-position: 0px -46px;}
a.info:hover {background-position: -90px -46px;}
a.contact:hover {background-position: -164px -46px;}

/* Content */

#content {position: relative; border-top: 1px #e5a6c8 dashed; padding-bottom: 50px;}
#content li {font-size: 12px;}

#type_menu, #work_list {
	float: left;
	overflow: hidden;
/*	padding: 0 10px 0 10px; */
	min-height: 400px;
}
#type_menu {width: 130px;}
	a.illus, a.graphic, a.sketch {
		display: block;
		text-indent: -999%;
		width: 130px;
		height: 40px;
		background-position: top;	
	}
	a.illus:hover, a.graphic:hover, a.sketch:hover {background-position: bottom;}
		a.illus {background: url(images/type_illu.jpg) no-repeat;}
		a.graphic {background: url(images/type_graf.jpg) no-repeat;}
		a.sketch {background: url(images/type_schets.jpg) no-repeat;}
#work_list {width: 150px; display: none;}
	#work_list li a {
		display: block;
		padding: 4px 4px 4px 10px;
	}
	#work_list li a:hover {background: #303030; color: #ffffff; text-decoration: none;}

#gallery {
	float: right;
	width: 800px;
	padding-left: 10px;
	border-left: 1px #e5a6c8 dashed;
}	
		#gallery ul {overflow: hidden;}
		#gallery li {
			position: relative;
			float: left;
			width: 169px;
			height: 169px;
			background: #fff;
			border: 1px #e8e8e8 solid;
			border-bottom: 1px #ccc solid;
			margin: 0px 10px 20px 0px;
		}
		#gallery li a {
			display: block;
			margin: 10px 0px 0px 10px;
		}
		#gallery .work_title {
			display: block;
			position: absolute;
			left: 15px;
			top: 120px;			
			width: 130px;
			min-height: 20px;
			padding: 4px;
			background: #000;
			color: #fff;
			text-align: center;
			font-size: 10px;
			line-height: 12px;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
		}
		#gallery p {font-size: 12px;}

/* Extra markup for a regular post & page */
	
		.post h1, .post h2, .post h3, .post h4 {font-weight: bold; margin-bottom: 10px;}
		.post h1 {font-size: 20px;}
		.post h2 {font-size: 18px;}
		.post h3 {font-size: 16px;}
		.post h4 {font-size: 14px;}
		.post h5 {font-size: 12px;}
		.post h6 {font-size: 9px;}
		
		.post p {margin-bottom: 15px; font-size: 14px;}
			#content .post ul {list-style: square; margin-bottom: 15px;}
			#content .post ol {list-style: decimal; margin-bottom: 15px;}
			#content .post li {font-size: 14px;}
			
	/* Extra markup for the contact form */
	
		#contact input, #contact textarea {border: 1px #999999 solid;}
		#contact input {height: 25px; padding: 4px;}
		#contact span {margin-left: 10px; color: #999999; font-size: 10px;}
		#contact #send {width: 150px;}
		#contact #send:focus, #contact #send:hover {background: pink; color: #ffffff;}
		
		label.error {
			width: auto;
			color: red;
			margin-left: 10px;
			padding-bottom: 5px;
		}
/* Footer */

#footer {border-top: 1px #e5a6c8 dashed;}
.site_info p {position: relative; float: right; margin-right: 1em; line-height: 35px; font-size: 10px;}
.site_info a {font-style: normal;}
	.site_info a:hover {text-decoration: none; color: #bc7099;}
	.site_info img {position: relative; top: 9px;}