.hiddenPic {
	display:none;
}
#container {
	padding:0px;
}

body {
	margin: 0;
	padding: 0;
	background: #333333;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
}

table.feedback {
	margin: 10px;
	background: #fff;
	font-size: 12px;
}

label {
	font-size: 12px;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}


a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#logo {
	width: 748px;
	height: 124px;
	max-height:114px;
	margin: 0 auto;
	padding:0px;
	background: URL("images/topbanner_cabelas.png") bottom no-repeat;
}


#panorama {
	width: 748px;
	height: 183px;
	max-height:183px;
	margin: 0 auto;
	padding:0px;
	background: URL("images/huntfestpanorama2.gif") no-repeat;
}

#menu {
	width: 748px;
	margin: auto;
	background: #c3c3c3;
	border:1px solid;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	background: #c3c3c3;
	max-width:125px;
}


#menu a, #menu h2 {
	font: bold 10px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 0px;
	background: #c3c3c3;
}

#menu h2 {
	color: #000;
	background: #c3c3c3;
	text-transform: uppercase;
	padding:0px 8px;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
	background: #fff;
}
#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul{
	display: none;
	padding:0px;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display: block;
	padding:0px;
}

#page {
	width: 748px;
	margin: 0 auto;
	background: #FFFFFF;
	min-height:560px;
}

#page-bg {
	padding: 11px 24px;
}

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

#content {
	float: left;
	width: 410px;
	padding: 0px;
	background: #FFF;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry p {
	text-align:left;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.fontalignleft {
	text-align:left;
}

#ticketbg {
	background: URL("images/ticketbg.gif") no-repeat;
}

#sidebar {
	float: right;
	width: 225px;
	padding-right: 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 1px 10px 5px 15px;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: underline;
}

#footer {
	width: 748px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}