@charset "UTF-8";
/* CSS Document */

/*Header*/
.custom #header #logo a {
	display: block; 
	height: 127px; 
	width: 658px; 
	background: url('images/logo.png') no-repeat; 
	outline: none; 
	}

.custom #header #logo a:hover {
	background-position: -658px;
	}
	
.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
	}
	
.custom #header #tagline { 
	height: 0; 
	}
.custom #header { 
	padding: 20px 0 10px 2px; 
	}

/*Background*/
.custom #content_area {
	background:#d3ede8 url(images/bg.png) repeat-y scroll 50% 0; min-width: 1000px;
	}
	
.custom .page {
	background: none !important;
	padding-top: 0em !important;
	padding: 0em !important;
	}

/*Navigation*/
.custom #nav_area {
	background: #d3EDE8;
	border-top: 4px solid #7ACCC8;
	border-bottom: 4px solid #7ACCC8;
	}

.custom .menu {
	background: #D3EDE8;
	}

.custom .menu a {
	font-size: 20px;
	}

/*Sidebar*/
.custom .sidebar a {
	color: #fff;
	}

.custom .sidebar a:hover {
	color: #D3EDE8;
	text-decoration: underline;
	}

.custom li.aktt_widget ul {
	height: 195px;
	background: url(images/blurb.png) no-repeat;
	top: -30px;
	position: relative;
	}

.custom li.aktt_widget li {
	padding-top: 60px;
	padding-left: 25px;
	width: 200px;
	font-family: Lucida Grande;
	font-size: 12px;
	}

.custom li.aktt_widget li a {
	color: #f26d7d;
	}

.custom li.aktt_widget li a:hover {
	color: #f26d7d;
	text-decoration: underline;
	}

#follow {
	position: relative;
	margin-top: -50px;
	}

div#follow a {
	display: block;
	height: 24px; 
	width: 247px;
	background: url('images/follow.png') no-repeat;
	outline: none;
	}
	
div#follow a:hover {
	background-position: -247px;
	}

div#subscribe a {
	display: block;
	height: 74px;
	width: 251px;
	background: url('images/subscribe.png') no-repeat;
	outline: none;
	}
	
div#subscribe a:hover {
	background-position: -251px;
	}

/*Other*/
form.wpcf7-form input { 
	width: 500px;
	}
	
form.wpcf7-form textarea {
	width: 500px;
	}