@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body, html {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #FFFFCC;
}

p  {
	margin: 0 0 .9em 0;
}

h2 {
	margin: 1em 0;
}

h3, h4 {
	margin: 1.2em 0 0.2em 0;
}

.sidebar h2 {
	margin: 0.6em 0 1.2em 0;
}

input, textarea {
	margin: 2px 0;
}

#wrap {
}

.contentwrap {
	width: 934px;
	margin: 0 auto;
}

.top {
	height: 88px;
	background: url(../images/fh-logo-top1.jpg) no-repeat left bottom;
}

.content {
	text-align: left;
	padding-bottom: 24px;
}

.contentright {
	float: right;
	width: 567px;
	min-height: 521px;
}

* html .contentright {
	height: 521px;
}

.sidebar {
	float: left;
	text-align: left;
	width: 337px;
}
.leftcontent {
	background: #242424;
	padding: 8px 28px;
	border: #898c2d solid 1px;
}

.content img.logo {
	margin-bottom: 30px;
}

.footer {
	padding: 12px 0;
	text-align: right;
}

.contacttop {
	padding: 74px 12px 10px 12px;
	background: #7b3e33;
	margin: 30px 0;
}

a.backtotop {
	padding: 0 4px;
	text-transform: uppercase;
	font-size: 0.76em;
	color: #999;
	text-decoration: none;
	float: right;
	margin: 6px 0;
}

a.backtotop:hover {
	color: #ccc;
	background: #333;
}
.storeclm {
	float: left;
	width: 277px;
}
#contactform label {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
	display: block;
	margin-top: 0px;
	vertical-align: middle;
}
#contactform .buttonrow {
	margin-left: 90px;
	padding: 4px 0;
}

#contactform #button {
	background: #242424;
	color: #ccc;
	text-align: center;
	border: #000 solid 1px;
	width: 100px;
	font-size: 1.2em;
	display: block;
	padding: 2px 0;
}

#contactform #button:hover {
	border: #7b3e33 solid 1px;
	cursor: pointer;
	color: #FFFFCC;
}
.error {
	color: #FF0000;
	margin-bottom: 8px;
	font-size: 0.9em;
}
.callout {
	font-size: 1.4em;
	text-align: center;
	display: block;
	margin: 0;
	padding: 12px 0;
	border-top: #ffffcc dotted 1px;
	border-bottom: #ffffcc dotted 1px;
	line-height: 1.3em;
	color: #ffffcc;
}

.clr {
	clear: both;
}

.twitterbtn {
	float: right;
	margin: 3px 0 46px 8px;
	padding: 3px;
	border: #333 solid 1px;
}

.contactinfo {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: left;
	font-size: 1.02em;
	line-height: 1.24em;
	padding: 0 0 16px 20px;
}
	
	


/* Typography */

body {
	font: 86%/1.5em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #e4e4e4;
}

h2 {
	text-transform: uppercase;
	font-size: 1.18em;
	color: #FFFFFF;
}

h3 {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #aeb139;
	line-height: 1.1em;
}

h4 {
	color: #99CC66;
	font-size: 1.1em;
}

.sidebar {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-size: 105%;
}

.sidebar h2 {
	text-transform: capitalize;
	color: #FFFF66;
	font-size: 2.2em;
	line-height: 0.8em;
	font-weight: normal;
}

.sidebar h3 { }

.leftcontent {
	color: #FFFFFF;
}

.eventdate {
	color: #999;
	font-size: 0.86em;
	line-height: 1.3em;
	text-transform: uppercase;
}

.brands {
	text-transform: uppercase;
	color: #FFFFCC;
	font-size: 12px;
}

.contacttop {
	color: #FFFFCC;
}

.footer {
	font-size: 0.82em;
	color: #999;
	line-height: 1.4em;
}

.footer a:link, .footer a:visited {
	color: #999;
}

.footer a:hover {
	color: #ccc;
}


/* Main Nav */

.navcontainer {
	font-size: 0.82em;
	letter-spacing: 0.1em;
	padding-top: 46px;
}

#mainnav {
	list-style: none;
}

#mainnav li {
	float:right;
	margin-left: 16px;
}

#mainnav a:link, #mainnav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 4px 8px;
	border: #000 solid 1px;
}

#mainnav a:hover,
body#aboutpg #aboutlink, body#findpg #findlink, 
body#contactpg #contactlink, body#newspg #newslink {
	border: #7b3e33 solid 1px;
	color: #FFFFCC;
}


/* Constant Contact Form */

.ccform label {
	padding: 8px 8px 0 8px;
	color: #ffffcc;
}

.ccform input {
	font-size: 0.8em;
	color: #666;
	width: 180px;
	border: #fff solid 1px;
	padding:2px;
}

.ccform input.submit {
	width: 45px;
	cursor: pointer;
	font-size: 0.9em;
	background: #333;
	color: #ccc;
	border: #000 solid 1px;
}

.ccform input.submit:hover {
	background: #444;
}
	

