/* ---------------------------------------------------------		
		WWW.SUSANNAOUWERKERK.COM

        Online portfolio of Dutch artist Susanna Ouwerkerk
        Created by Bird's Eye Design
   		Coded by Marc Nuijten - 2008
         www.birdseyedesign.be  
        info@birdseyedesign.be
		
--------------------------------------------------------- */
ul, li {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

body {
	color: #333333;
/*	background: #E8E8D8; */
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 75%;
	text-align: center;
}

li {
	list-style: none;
}

a:link {color: #333333; text-decoration: none;}
a:visited {color: #333333; text-decoration: none;}
a:hover {color: #006699	; text-decoration: none;}
a:active {color: #333333; text-decoration: none;}

.clear {
	clear: both;
}

/* ------ Div that centers the design ------------------- */

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	background: #E8E8D8 url(../images/wrapperbg.gif) top right no-repeat;
	text-align: left;
}

/* ------ Markup for the sitenav ------------------------ */

#sitenav {
	height: 25px;
	text-align: right;
}

#sitenav li {
	display: inline;
	line-height: 25px;
	
	padding: 0 25px 0 15px;
}

/* ------ Markup for the header div --------------------- */

#header {
	position: relative;
	left: -18px;
	display: block;
	height: 200px;
	width: 500px;
	padding: 20px;
	color: #FFFFFF;
	background: url(../images/header.png) no-repeat;
	text-align: left;
}

h1 {
	margin-bottom: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 4em;
	font-weight: bold;
	padding-left: 3px;
}

h4 {
 	margin-top: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 5px;
}


/* ------ Markup for the menu --------------------------- */

#menu {
	position: relative;
	left: -18px;
	width: 336px;	
	height: 42px;	
	background-color: red;
	text-align: center;
	background: url(../images/menuback.png) no-repeat;
}
	
#menu li {
	display: inline;
	line-height: 25px;
	padding: 0 5px 0 5px;
}

#menu .current {
	font-weight: bold;
}

#menu li a:link {color: #FFFFFF;}
#menu li a:visited {color: #FFFFFF;}
#menu li a:hover {color: #006699;}
#menu li a:active {color: #FFFFFF;}

/* ------ Markup for the thumbs --------------------------- */

#content {
	margin: 0 auto;
	width: 440px;
	padding: 50px 0 50px 0;
	text-align: center;
	min-height: 200px;
}

.thumb {
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
}

.thumb img {
	padding-top: 12px;
}

.thumb a:link, .thumb a:visited {
	display: block;
	width: 100px;
	height: 100px;
	background-color: white;
	border: #CCCCCC solid 1px;
}

.thumb a:hover {
	border: #999999 solid 1px;
}
.hidden  {
	width: 0px;
	height: 0px;
}

/* ------ Markup for the footer ------------------------- */

#footer {
	background: #555555;
	padding: 25px 0 5px 0;
}

.externallinks a:link, .externallinks a:visited {
	display: block;
	min-width: 100px;
	padding: 0 15px 0 15px;
	background: url(../images/footersplit.gif) left top repeat-y;
	color: #CCCCCC;
}

.externallinks a:hover {
	color: #CCFF00;
}

ul.externallinks {
	float: right;
}

.externallinks li {	
	text-align: center;
}

#designer {
	position: relative;
	left: -18px;

	width: 336px;	
	height: 42px;
	
	text-align: center;
	background: url(../images/footerback.png) no-repeat;
}
#designer a {
	display: block;

	position: relative;
	width: 336px;
	height: 42px;
	
	top: -15px;
	left: -45px;
}

#designer a:hover {
	color: red;
}

#designer img {
	position: relative;
	top: 10px;
}

.validated  {
	float: right;
	margin: 15px;
}

a.validated:hover {
	color: red;
	border-bottom: red dotted 1px;
}

/* ------ Extra Markup for the bio-page ----------------- */

.bio {
	padding-left: 4em;
	padding-bottom: 50px;
	text-align: left;
}

.year {
	padding-right: 6%;
}

.yearitem {
	padding-left: 9.5%;
}

