@font-face {
	font-family: 'eurofurenceregular';
	src: url('eurof55.eot');
	src: local('eurofurence  regular'), local('Eurofurenceregular'), url('eurof55.woff') format('woff'), url('eurof55.ttf') format('truetype'), url('eurof55.svg#Eurofurenceregular') format('svg');
}
body{
	background: #e2e2e2 url(images/bg_body.png) repeat-y center top;
}
header,nav,section,aside,footer{
	display: block;
    position:relative;
}
a{
	color: #136c32;
}
a:hover{
	color: #053e19;
}
header#siteHead{
	background:#2e2e2e url(images/bg_header.png) repeat-x left top;
	height:250px;
	width: 100%;
}
h1#headLogo{
	background: url(images/logo_head.png) no-repeat left top;
	height:176px;
	position: relative;
	text-indent: -9999px;
	top: 10px;
}
h1#headLogo a{
	display: block;
	height: 176px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 308px;
}
nav{
	font-family: 'eurofurenceregular';
	height: 52px;
	line-height: 52px;
    text-align: center;
	top: 2px;
}
nav a{
	background: url(images/bg_navLink.png) no-repeat center top;
	color: #e2e2e2;
	display: block;
	font-size: 30px;
	letter-spacing: 1px;
	position:relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 3px 0 #000;
	text-transform: lowercase;
}
nav a:hover, nav a.currentPage{
	background-position: center bottom;
    color: #fff;
}
div.homeBkt img{
	height: 278px;
	margin: 10px 0 0;
	width: 300px;
}
footer#siteFtr{
	background: #000 url(images/bg_footer.jpg) repeat-x 0 0;
	clear: both;
	margin: 10px 0 0 0;
    text-align: center;
}
div.ftrChunk{
	background-color: rgba(249,249,249,0.2);
    color: #f9f9f9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top: 15px;
    text-align: left;
}
div.ftrChunk h2{
	color: #00180b;
    font-family: 'eurofurenceregular';
    font-size: 1.8em;
    margin-bottom: 5px;
    padding: 5px;
    text-shadow: 1px 1px 2px #fff;
	text-transform: lowercase;
}
div.ftrChunk ul{
	list-style-type: none;
	margin: 0 5px 5px 5px;
}
div#recentTweets ul li, div#latestPosts ul li{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 2px 4px #00180b;
    -webkit-box-shadow: 1px 2px 4px #00180b;
    box-shadow: 1px 2px 4px #00180b;
	margin: 0 0 12px 0;
    padding: 0 0 6px 0;
}
div#recentTweets a, div#latestPosts a{
	color:#f9f9f9;
}
div#recentTweets a:hover, div#latestPosts a:hover{
	color:#136c32;
}
div.ftrChunk ul#socialList{
	list-style-type: none;
    margin: 0;
}
div.ftrChunk ul#socialList li{
	margin: 0 0 15px 5px;
}
div.ftrChunk ul#socialList li a{
	display: block;
    height: 51px;
    margin: 20px 0 10px;
	text-decoration: none;
    width: 128px;
}
div.ftrChunk ul#socialList li a img{
	height: 51px;
    width: 128px;
}
div#ftrBlurb{
	padding: 10px 0;
}
div#ftrBlurb, div#ftrBlurb a{
	color: #136c32;
	font-family: 'eurofurenceregular';
    font-size: 1.2em;
    text-transform: lowercase;
}
div#ftrBlurb a{
	text-decoration: none;
}
div#ftrBlurb a:hover{
	color: #e2e2e2;
}
