/* css
/* Zidiot for Zidiot */
/* Author, Lucas Winckers, www.zidiot.com */
/* Last version, December 3, 2008 */


/* ------------------------All pages---------------------- */
/* Body */
body {
	margin: 0;
	padding: 0;
	background-color: #f8f8f2;
	font-family: Helvetica, Arial, Sans-serif;
	/*color: #9b9b98;
	color: #797978;*/
	/*color: #5f5f5d;*/
	color: black;
	}

/* --------------------------HTML-------------------------- */
/* Lay-out */
#container {
	margin: 0 auto;
	width: 600px;
	top: 0;
	}
#content {
	position: relative;
	margin: 0;
	padding: 0;
	width: 600px;
	top: 40px;
	}
#work01, #work02, #work03, #work04, #work05, #work06, #work07, #work08, #work09, #work10, #work11 {
	background-color: white;
	width: 560px;
	margin: 0;
	padding: 15px 20px 15px 20px;
	}
#header {
	background-color: white;
	width: 560px;
	margin: 0;
	padding: 15px 20px 15px 20px;
	}

/* Type */
p, #content p {
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
	}
h1, #content h1 {
	/*text-transform: uppercase*/;
	font-size: 125%;
	font-weight: normal;
	}
h2, #content h2 {
	font-size: 110%;
	font-weight: normal;
	}
strong, #content strong {
	font-size: 100%;
	font-weight: bold;
	}
li, ul, #content li, #content ul {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	}
table, tr, td, input, form, input, textarea {
	font-size: 12px;
	font-weight: normal;
	}
a, #content a {
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;
	color: black;
	}
a:hover, #content a:hover {
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;
	color: black;
	background: #dbdbdb;
	}
img, #content img, #work img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

#contactform {
	border: 0px solid #333333;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
}
#contactsubmit {
	background-color: #fff;
	border: 0px solid #333333;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
}
#n, #e, #m {
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	}

/* Line hr */
hr, #content hr  {
	border:0px;
	/*background-color: #efefe8;*/
	background-color: black;
	color: #000000;
	height: 6px;
}

/* Link up */
.back {
	font-size: 75%;
	}

/* Footnote */
.footnote {
	font-size: 75%;
	color: #cecec8;
	}
