@charset "utf-8";
/* font styles */

body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	/*font: 100% Georgia, "Times New Roman", Times, serif;*/ 
}
a {
	color: #281810;
}
a:visited {
	color: #000;
}
ul.nav {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#header-main ul.nav li a {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
ul.nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 500;
	text-shadow: 1px 1px 1px #000;
	transition: all 0.3s ease-out 0s;
}
ul.nav li a.active {
	color: #fff;
}
ul.nav li a:hover {
	text-shadow: none;
	color: #281810;
	padding: 8px 10px;
	margin-top: -4px;
}
#header-featured h2 {
	font-size: 2em;
	font-family: "Trebuchet MS",sans-serif;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}
.shopboards {
	font-variant:normal;
	font-size:0.8em;
	text-align: center;
}
.shopboards li a {
	text-decoration:none;
}
.shopboards li a:hover {
	/*color:#999;*/
	opacity: 0.7;
}
#mainContent .fins {
	color:#7e7e84;
}
#mainContent .fins h4 {
	color: #281810;
	font-family: "Trebuchet MS",sans-serif;
	text-shadow: 1px 1px 1px #ccc;
}
#columns li {
	font-size:90%;
	text-align:justify;
}
.remoteinfo a {
	color: #281810;
}
.remoteinfo h2 a {
	text-decoration: none;
}
.remoteinfo h2 a:hover {
	text-decoration: underline;
}
#mainContent h2, #mainContent h3 {
	/*margin-top:0;
	padding-top:1em;*/
	font-family: "Trebuchet MS",sans-serif;
	color:#281810;
	text-shadow: 1px 1px 1px #ccc;
}
#fbcontent, #rssfeed {
	font-size: .9em;
}
#rssfeed .blogfeedtitle {
	font-size: 1em;
	font-weight: bold;
}
#contactform legend {
	color: #fff;
}
#contactform label {
	color: #281810;
	font-weight: bold;
}
#contactform .textfield {
	font-size: 1em;
	color: #281810;
	background: #F7F7F7;
}
#terms dt {
	font-weight: bold;
	margin-top:10px;
}
#footer {
	color: #281810;
	font-size: .9em;
}
#footer a {
	color: #281810;
}