/*
Author Name	: Hugh Johnson
Author Site	: thecuriousfrog.com
Style Name: The White Horse Inn
Style URI: http://thecuriousfrog.com/
Style Info: <a href="http://thecuriousfrog.com/" title="design by The Curious Frog>created by The Curious Frog</a>
Version: 1.0
Header Width: 780
Header Height: 200
*/

/* Body Background */
body {
	background: #333;
}

/* main navigation menu */
ul.menu li a {
	background: #333;
	font-family: "Century Gothic";
	font-size: 180%;
	opacity: .75;
	filter: alpha(opacity=75);
}
	
ul.menu li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* content */
#primary {
	font-size: 110%;
	border-right: 1px solid #ececec;
	margin: 4px;
}

/* widgets */
#text-413440591 {
	font-size: 130%;
}

/* footer */
p.customaddress {
	color: #ffffff;
}

img.imgpoweredby {
	opacity: .65;
	filter: alpha(opacity=65);
}

p.footerpoweredby, p.footerstyledwith, p.footerfeedlinks {
	display: none;
}