*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	font-style: normal;
}

.pull{
	clear: both;
	font-size: 0;
}

html{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

body{
	background-image: url(../images/wood.jpg);
	background-color: gray;
}

a{
	color: #666
}

a:hover{
	background-color: #666;
	color: white;
}

a.noAStyle{
	text-decoration: none;
}

a.noAStyle:hover{
	background-color: white;
}

#header, #content, #footer{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* @group Header */

#header{
	width: 700px;
	padding: 410px 10px 5px;
	margin-bottom: 20px;
	/* Backgroundimage set in HTML */
	/*background: white url(../images/headers/slug.jpg) no-repeat 10px 5px;*/
	background-color: white;
	text-align: right;
	border: 1px solid #999;
	border-top: none;
}

#header #headerTitle{
	background: url(../images/headTitle.gif) no-repeat right;
	height: 72px;
}

h1, h2{
	visibility: hidden;
}

/* @end */

/* @group Content */

#content{
	width: 500px;
	background-color: white;
	margin-bottom: 10px;
	border: 1px solid #999;
}

#content h3{
	font-size: 25px;
	color: gray;
	border-top: 10px solid gray;
	padding: 5px 10px;
	clear: both;
}

#content #about h3{
	color: #ff8a00;
	border-color: #ff8a00;
}

#content #about dt{
	font-weight: bold;
}

#content #about dd{
	margin-left: 10px;
	margin-bottom: 3px;
}

#content #about p#cv{
	text-align: right;
	font-size: 10px;
}

#content #news h3{
	color: #bdd905;
	border-color: #bdd905;
}

#content #news * a{
	text-decoration: none;
}

#content #news * a:hover{
	
}

#content #news .rssHeader{
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
	margin-bottom: 2px;
}

#content #news .rssHeader p.date{
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #999;
}

#content #news .rssHeader p.date a{
	color: #999;
}

#content #news .rssHeader p.date a:hover{
	background-color: #999;
	color: white;
}

#content #news .rssHeader h4{
	
}

#content #news .rssHeader h4 a{
	font-weight: bold;
}

#content #news p.post{
	clear: both;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content #news #icons{
	float: right;
	padding-bottom: 10px;
}

#content #news #icons a{
	text-decoration: none;
}

#content #news #icons a:hover{
	background-color: inherit;
}

#content #photos h3{
	color: #5da8fc;
	border-color: #5da8fc;
}

#content #photos #flickr, #content #photos #flickrLogo{
	margin-right: 30px;
}

#content #photos #flickr{
	border: 1px solid #999;
	padding: 5px;
	text-align: center;
}

#content #photos #flickr img{
	float: left;
	margin: 5px;
	border: 1px solid #666;
}

#content #photos #flickrLogo{
	text-align: right;
}

#content #portfolio h3{
	color: #8b6d56;
	border-color: #8b6d56;
}

#content #contact h3{
	color: #e80168;
	border-color: #e80168;
}

#content #contact * form{
	margin-top: 10px;
}

#content #contact * label{
	position: absolute;
	padding-top: 5px;
}

#content #contact * input{
	border: 1px solid #999;
	margin-top: 5px;
	margin-left: 80px;
	width: 170px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

#content #contact * textarea{
	border: 1px solid #999;
	margin-top: 5px;
	margin-left: 80px;
	width: 370px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	padding-right: 2px;
	padding-left: 2px;
}

#content #contact * input#submit{
	border: 1px solid #999;
	background-color: #EEE;
	color: #666;
}

#content #contact * .error{
	color: #e80168;
}

#content #contact * .textareaerror{
	margin-left: 80px;
}

#content .itemContent{
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
}

/* @end */

#footer{
	width: 500px;
	background-color: white;
	text-align: center;
	margin-bottom: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #999;
}
