/**
  Theme Name: FC Heirloom
  Theme URI: http://www.basherdesigns.com
  Version: 1.0
  Author: Basher
  Author URI: http://www.basherdesigns.com
  Tags: Theme for 2009 Family Camp.
*/
/* Global Reset */
@import url("style-default.css");


/* Page Styles */

#header {
	position: relative;
	background:#847262 url(images/bg-1-topnav.jpg);
	height: 36px;
}
#header h1 {
   	padding:5px;
    margin:0;
}
#logo {
	height: 139px;
	background: #000 url(images/bg-2-logo.jpg);
}

#badge {
	width: 149px;
	height: 149px;
	margin-left:50px;
	position:absolute;
	background: url(images/badge-0729.png);
}

#badge h1 a {
	width: 149px;
	height: 149px;
	position:absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -9999px;
}

#video {
	height:317px;
	background: #000 url(images/bg-3-videobg.jpg);
}
#player {
	position:relative;
	left:200px;
}

#videobtm {
	height: 52px;
	background: #000 url(images/bg-4-videobtm.jpg);
}

#topnav {
	position: absolute;
	float: right;
	top: 15px;
	right: 50px;
	padding:5px;
}
#topnav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#topnav li{
	display:inline;
	margin:0;
	padding:0;
}
#topnav li a {
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size: 16px;
	color: #6e1304;
	padding: 10px 10px;
	font-weight: bold;
}
#topnav li a:hover {
	color: #000;
	text-decoration: none;
}
#nav {
	position:relative;
	background:#7C532F url(images/bg-5-navbg.jpg);
	height: 140px;
}
#pagelinks {
	position:absolute;
	top: 75px;
	left: 65px;
}
#pagelinks ul{
	margin:0;
	padding:0;
	list-style:none;
}
#pagelinks li{
	display:inline;
	margin:0;
	padding:0;
}
#pagelinks li a {
	font-size: 24px;
	color: #631a09;
	padding: 0 25px 0 0;
	
	font-weight: bold;
}
#pagelinks li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 0px;
}
#content {
	
}
#main {
	float:left;
	width:600px;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}