@charset "utf-8";
/* CSS Document */

img { border:0; }

body{
margin: 0;
background: url(../images/pattern.gif) repeat;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #333;
}

#header{
background: url(../images/header.png) repeat-x;
width: 70%;
height: 100px;
position: absolute;
margin: 10px 15%;
}

	#header #logo{
	margin: 28px 30px;
	}

#menu{
background: #A1B14D;
width: 70%;
height: 16px;
position: absolute;
padding: 2px 0;
margin: 120px 15% 0 15%;
}

	#menu li, #menu ul{
	width: 70%;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
	#menu li{
	padding: 2px 5px;
	}
	
	#menu li:hover{
	background: #80902B;
	}

	#menu a,
	#menu a:link,
	#menu a:active,
	#menu a:visited{
	color: #333;
	text-decoration: none;
	}

	#menu a:hover{
	color: #000;
	text-decoration: none;
	}

#contentfield {
background-color: #FFF;
border-top: 1px solid #D4E48F;
width: 70%;
min-height: 30%;
position: absolute;
margin: 140px 15% 0 15%;
}

	#content {
	padding: 5px;
	margin-bottom: 15px;
	}
	
	h1, h2 {
	margin: 0;
	padding: 0 5px;
	font-size: 20px;
	font-family: Calibri, Arial;
	background: #FF0066;
	color: #633;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

	h2,
	h2 a,
	h2 a:link,
	h2 a:active,
	h2 a:visited,
	h2 a:hover{
	font-size: 14px;
	background: #A1B14D;
	color: #334336;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	}
	
	#portfolio_message,
	#portfolio_message a,
	#portfolio_message a:link,
	#portfolio_message a:active,
	#portfolio_message a:visited {
	font-size: 9px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	}
	
	#portfolio_message a:hover {
	text-decoration: underline;
	}

	#last_5_blog_entry th {
	text-align: left;
	border-bottom: 1px solid #FF0066;
	color: #E05;
	}

	#last_5_blog_entry td.title {
	text-align: left;
	border-right: 1px solid #FF0066;
	}

	#last_5_blog_entry td.date {
	color: #555;
	text-align: right;
	}

		#last_5_blog_entry a,
		#last_5_blog_entry a:link,
		#last_5_blog_entry a:active,
		#last_5_blog_entry a:visited,
		#last_5_blog_entry a:hover {
		color: #A1B14D;
		text-decoration: none;
		}

#footer {
background: #A1B14D;
border-top: 1px solid #D4E48F;
height: 15px;
width: 100%;
position: absolute;
bottom: 0;
text-align: center;
color: #334336;
}

	#footer a,
	#footer a:link,
	#footer a:active,
	#footer a:visited{
	color: #334336;
	text-decoration: none;
	}

	#footer a:hover{
	color: #334336;
	text-decoration: underline;
	}
	
a,
a:link,
a:active,
a:visited{
color: #A1B14D;
text-decoration: none;
}

a:hover{
color: #FF0066;
}
