@charset "UTF-8";

/* ============================================ *\
==================================================
CSS Document Created by Daems Marcel | London 2008
Feel free to copy but I would appreciate a note :)
============= I love Moochy for ever =============
\* ============================================ */

/* Background */

html {
	padding: 0px;
	margin: 0px;
	}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	background-color: #282317;
	color: #38742B;
	background-image: url(../media/marceldaems.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

/* Overall hyperlink behaviour */

a {
	text-decoration: none;
	color: #38742B;
	}

a:hover {
	color: #D7E3D5;
	}

/* General layout */

#content {
	position: absolute;
	top: 35px;
	left: 380px;
	width: 600px;
	text-align: left;
	color: #D7E3D5;
	font-weight: normal;
	}

#content h1 {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #38742B;
	}

#content p {
	font-size: 14px;
	line-height: 21px;
	}

#navigation p {
	font-size: 18px;
	font-weight: lighter;
	color: #38742B;
	border-top: solid 2px #38742B;
	padding-top: 2px;
	}

#navigation a {
	padding: 8px 10px 0px 10px;
	font-size: 12px;
	border-top: solid 3px #38742B;
	color: #534F45;
	}

#navigation a:hover {
	padding: 2px 10px 0px 10px;
	font-size: 18px;
	border-top: solid 5px #38742B;
	color: #D7E3D5;
	}

#navigation a:active {
	color: #38742B;
	}

.active {
	padding: 2px 10px;
	border-top: solid 5px #38742B;
	margin: 0px 10px;
	}

#floatleft {
	float: left;
	}

#floatright {
	float: right;
	}

.halfwidth {
	width: 300px;
	}
	
.formtext {
	color: #38742B;
	font-weight: bold;
	}

.marker {
	font-weight: bold;
	color: #38742B;
	}

/* Coding for Portfolio */

#samples p {
	text-indent: 0px;
	text-align: left;
	line-height: 30px;
	}

#samples a {
	text-decoration: none;
	border: 0px;
	margin-right: 5px;
	padding: 0px 3px;
	background-color: #3E392F;
	}

#samples a:hover {
	background-color: #38742B;
	}

.border img {
	border: 1px solid #38742B;
	}