@charset "utf-8";
@font-face{
	font-family: 'Monotype Corsiva';
	src: url('design/MTCORSVA.TTF') format('truetype');
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #3C3D29;
	background-image: url(design/darkWood2.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
header, section, article, footer{
	display: block;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container  {
	text-align: left;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#title {
	margin-top: 20px;
	margin-left: 15px;
}


#mainPic {
	float: right;
	margin-top: 10px;
	margin-bottom: 25px;
}

nav a {
	display: block;
	float: left;
	width: 165px;
	margin-left: 35px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 35px;
	padding-top: 41px;
	padding-bottom: 41px;
	color: #000;
}

nav a:hover {
	text-decoration: underline;
}
#videoLink {
	background-image: url(design/vids-link.png);
	background-repeat: no-repeat;
}

#picsLink {
	background-image: url(design/photos-link.png);
	background-repeat: no-repeat;
}
#homeLink {
	background-image: url(design/home-link.png);
	background-repeat: no-repeat;
}

#content {
	clear: both;
	margin-left: 10px;
	position: relative;
}

#menu {
	width: 425px;
	float: left;
	margin-right: 25px;
}
#menuTop {
	background-image: url(design/menu-box-top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 425px;
}
#menuBottom {
	background-image: url(design/menu-box-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 425px;
}

#menuContent {
	background-color: #C1CBAB;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #595F99;
	border-left-color: #595F99;
	text-align: center;
	position: relative;
}
#menuContent table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 9px;
	margin-top: 0px;
}
#menuContent h1 {
	margin-top: 0px;
	font-size: 22px;
	margin-bottom: 10px;
}

#menuContent h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
}


#menuContent td {
	text-align: center;
	font-family: 'Monotype Corsiva', "MS Serif", "New York", serif;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: text-top;
}
#menuContent .dish{
	font-weight: bold;
	font-size: 15px;
}
.baconGood {
	margin-bottom: -5px;
}

.bacon {
	position: absolute;
}
#pdf {
	left: 5px;
	top: 0px;
}





#sideBoxes {
	display: block;
}


.justAbox {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.sideBoxTop {
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}

.sideBoxContent {
	display: block;
	height: 185px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
}
.sideBoxTitle {
	font-size: 17px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
.sideBoxBottom {
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
}
#weatherAge {
	display: block;
	position: absolute;
	height: 220px;
	width: 200px;
	left: 668px;
	top: 1px;
}

#killTop {
	background-image: url(design/kill-box-top.png);
}

#killContent {
	background-color: #ECD5AB;
	display: block;
	border-right-color: #A9893F;
	border-left-color: #A9893F;
	background-image: url(design/crosshairs.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
#killContent .killLine {
	display: block;
	margin-left: 50px;
	font-weight: bold;
	margin-top: 12px;
}


#killBottom {
	background-image: url(design/kill-box-bottom.png);
}
#sparrow {
	display: block;
	position: absolute;
	height: 300px;
	width: 400px;
	left: 335px;
	top: -40px;
	background-image: url(design/sparrowBox.png);
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#sparrow #sparPic {
	float: left;
	margin-top: 60px;
}
#sparrow #sparText {
	font-size: 30px;
	font-weight: bold;
	margin-top: 110px;
	padding-right: 10px;
}



#weatherBox {
	display: block;
	color: #000;
	text-decoration: none;
}
#weatherTop {
	background-image: url(design/weather-box-top.png);
}

#weatherContent {
	background-color: #FFF;
	border-right-color: #467CB9;
	border-left-color: #467CB9;
	background-image: url(design/NWR-logo2.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	text-decoration: none;
	color: #000;
}
#weatherContent table {
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
#weatherContent td {
	padding-right: 3px;
	padding-left: 3px;
}
#additionsContent {
}

#weatherBottom {
	background-image: url(design/weather-box-bottom.png);
}
#additionsTop {
	background-image: url(design/weather-box-top.png);
}

#additionsContent {
	background-color: #FFF;
	border-right-color: #467CB9;
	border-left-color: #467CB9;
	background-image: url(design/tent.png);
	background-repeat: no-repeat;
	background-position: center 60px;
}
#additionsContent .additionsLine {
	display: block;
	margin-left: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 25px;
}
#additionsContent .additionsLine img {
	margin-bottom: -3px;
	margin-right: 6px;
}


#additionsBottom {
	background-image: url(design/weather-box-bottom.png);
}
#oughtasTop {
	background-image: url(design/oughtas-box-top.png);
}


#oughtasContent {
	background-color: #C1CBAB;
	border-right-color: #595F99;
	border-left-color: #595F99;
	background-image: url(design/camp-fire.png);
	background-repeat: no-repeat;
	background-position: center 19px;
}
#oughtasContent .oughtasLine {
	display: block;
	margin-left: 30px;
	font-weight: bold;
	margin-top: 18px;
}

#oughtasBottom {
	background-image: url(design/oughtas-box-bottom.png);
}
#attendeesBox {
	width: 420px;
	float: left;
}
#attendeesTop {
	background-image: url(design/attendees-box-top.png);
}

.attendeesBoxContent {
	display: block;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
}
#attendeesBottom {
	background-image: url(design/attendees-box-bottom.png);
}
#attendeesContent {
	background-color: #ECD5AB;
	border-right-color: #A9893F;
	border-left-color: #A9893F;
	padding-right: 9px;
	padding-left: 9px;
}

#attendeesContent h2 {
	font-size: 17px;
	margin-top: 0px;
	margin-left: 15px;
}
#peopleRows {
	text-align: center;
}
#peopleRows img {
	margin-top: 15px;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid #666;
}
footer {
	clear: both;
	display: block;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
}
footer a {
	color: #000;
}


.bold {
	font-weight: bold;
}


















.clearLeft {
	clear: left;
}
.media #title {
	float: left;
	margin-bottom: 30px;
}
.media nav img{
	float: right;
}
.media nav a{
	float: right;
}
.media .rightMediaNav {
	margin-right: 12px;
}



.media #content {
	width: 890px;
}
.video {
	margin-left: 45px;
	margin-bottom: 50px;
}
#vidGallery {
	background-color: #444;
	text-align: center;
}
#vidGallery object , video{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
	display: block;
	float: left;
}


	
#vidGallery h1 {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.lookLink {
	color: #00F;
	text-decoration: underline;
}
.center {
	text-align: center;
}
