/* 
	pemberton musuem
		copyright: the custom fit communications group	
		author: jesse korzan / roy mcclean
		date: aug 2008	
*/
	
@import url("/css/reset.css");
@import url('/css/doc2form.css');
@import url('/css/blog.css');

/*-------------------------------------------    
	general selectors
-------------------------------------------*/

body {
	background:#000000 url('/media/272/bg_body.jpg') repeat-x top left;
	color:#3D3106; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:19px; 
	font-size:10pt; 
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;		
}
h1 {
	font:bold 29px/34px  Times New Roman, serif;
	font-style:italic;
	margin:0 0 20px 0;
}
h2 {
	font-size:16px;
	text-transform:uppercase;
	margin:30px 0 10px 0;
	color:#7C650D;
}
h3 {
	font-size: 15px;
	font-weight:bold;
	margin:10px 0;
}
h3 a {
	color:#3D3106; 
}
p {
	margin: 0 0 20px 0;
}
a {
	color:#336699;
	text-decoration:underline;
}
a:hover {
	color:#7C650D;
	text-decoration:none;
}
.caption {
	font-size: 85%;
}

/*-------------------------------------------    
	search field
-------------------------------------------*/

#search {
	width: 290px;
	height: 34px;
	margin-left: 25px;
	margin-top: 0px;
	overflow: hidden;
	background: url('/media/60567/search-bg.gif');
}
#search form {
	width: 290px;
	height: 34px;
	position: relative;
}
#search .Sfield {
	background-color: transparent;
	border: 0px;
	padding: 0 0 0 7px;
	width: 210px;
	color: #666666;
	font-size: 13px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 34px;
	margin: 0;
	display: block;
	height: 34px;
}
#search .Sbutton {
	width: 65px;
	height: 34px;
	position: absolute;
	top: 0;
	right: 0;
}

/*-------------------------------------------    
	subscribe field
-------------------------------------------*/

#subscribe {
	width: 290px;
	height: 31px;
	overflow: hidden;
	background: url('/media/60598/sub-bg.gif');
	margin-bottom: 20px;
}
#subscribe form {
	width: 290px;
	height: 31px;
	position: relative;
}
#subscribe .Subfield {
	background-color: transparent;
	border: 0px;
	padding: 0 0 0 7px;
	width: 198px;
	color: #666666;
	font-size: 13px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 31px;
	margin: 0;
	display: block;
	height: 31px;
}
#subscribe .Subbutton {
	width: 77px;
	height: 31px;
	position: absolute;
	top: 0;
	right: 0;
}

/*-------------------------------------------    
	navigation baseline
-------------------------------------------*/

#logo {
	float: left;
	overflow: hidden;
	width: 923px;
	height: 150px;
	position: relative;
}
#logo a {
	background: url('/media/277/logo.gif') no-repeat top left;
	width:923px;
	height:150px;	
	display:block;
	text-indent:-9999px
}
#navigation ul, #secondary ul, #footer ul {
	list-style-type:none;	
	text-transform:uppercase;
}
#navigation ul li a, #secondary ul li a, #footer ul li a {
	text-decoration: none;
	color: #BC9813;
}
#navigation ul li, #footer ul li {
	float:left;	
}

/*-------------------------------------------    
	navigation elements
-------------------------------------------*/

#navigation ul li {
	height: 18px;
	margin-right: 20px;
}
#navigation ul li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 18px;
	text-indent: -9999px;
	display: block;
	background-image: url('/media/58590/nav.gif');
}
#navigation ul li a.home {
	background-position: 0 0;
	width: 42px;
}
#navigation ul li a.about {
	background-position: -100px 0;
	width: 76px;
}
#navigation ul li a.location {
	background-position: -200px 0;
	width: 72px;
}
#navigation ul li a.blog {
	background-position: -300px 0;
	width: 36px;
}
#navigation ul li a.contact {
	background-position: -400px 0;
	width: 93px;
}
#navigation ul li a.home:hover {
	background-position: 0 -18px;
}
#navigation ul li a.about:hover {
	background-position: -100px -18px;
}
#navigation ul li a.location:hover {
	background-position: -200px -18px;
}
#navigation ul li a.blog:hover {
	background-position: -300px -18px;
}
#navigation ul li a.contact:hover {
	background-position: -400px -18px;
}
#secondary #storyblog ul, #secondary #story ul {
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#secondary #storyblog ul li, #secondary #story ul li {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	border: 0px;
	hite: 20px;
}
#secondary #storyblog ul li a, #secondary #story ul li a {
	font-size: 9pt;
	color: #336699;
	text-transform: none;
	text-decoration: underline;
	background: none;
	height: auto;
}
#secondary #storyblog ul li a:hover, #secondary #storyblog ul li a.on, #secondary #story ul li a:hover, #secondary #story ul li a.on {
	color: #7c650d;
	background: none;
	text-decoration: none;
}
#secondary ul {
	font-size: 9.5pt;
	font-weight: bold;
	text-align: right;
	width: 290px;
	padding: 0 25px;
	margin: 21px 0 30px 0;
}
#secondary li {
	line-height:50px;
	border-top:1px solid #7C650D;
}
#secondary li a {	
	display: block;
	height:50px;
	padding:0 25px 0 0;
}
#secondary ul li a:hover, #secondary ul li a.on {
	color: #FFF;
	background: #7C650D;
}
#footer ul li a {
	font-size:10px;
	padding:0px 11px 0px 0;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
}
/*-------------------------------------------    
	layout
-------------------------------------------*/

#wrapper {	
	position:relative;
	width:923px;
	margin:0 auto;	
}
#wrapper iframe {	
	position: absolute;
	top: 74px;
	left: 470px;
}
#photo {
	background: url('/media/302/bg_header.gif') no-repeat top left;
	width:514px;
	height:339px;
	margin-left:-25px; 
	margin-right:0; 
	margin-top:-25px; 
	margin-bottom:0; 
	padding-left:36px; 
	padding-right:0; 
	padding-top:36px; 
	padding-bottom:0
}
#navigation {
	position: absolute;
	top:75px;
	left:50px;
}
#content {
	float:left;
	width:100%;
	background-image: url('/media/4528/bg_content.gif');
	background-position: 340px bottom;
	background-repeat: repeat-y;
}
#primary {
	background: url('/media/307/bg_content.gif') no-repeat bottom left;
	width:500px;
	float:left; 
	padding-left:25px; 
	padding-right:25px; 
	padding-top:25px; 
	padding-bottom:175px;
	min-height: 1062px;
}
#primary li {
	margin:0 0 8px 30px;
}
#primary ul {
	margin:0 0 20px 0;
}
#primary p img {
	padding:8px;
	margin:0 15px 20px 25px;
	border:1px solid #E1BF56;
        background-color:#FFF;	
	float:right;
	display:block;
}
#primary p img.icon {
	border:0px none;
	float:right;
	display:block; 
	margin-left:25px; 
	margin-right:25px; 
	margin-top:0; 
	margin-bottom:20px;
}
img.format {
	margin:10px 0px 10px 0px;
	border:1px solid #E1BF56;
        background-color:#FFF;
        padding:8px;
	display:block;
	float:left;
}
.formatleft {
	margin:1px 20px 20px 3px;
	padding:8px;
	border:1px solid #E1BF56;
        background-color:#FFF;
	display:inline;
	float:none;
}
.formatright {
	margin:1px 3px 20px 20px;
	padding:8px;
	border:1px solid #E1BF56;
        background-color:#FFF;
	display:block;
	float:right;
}
#secondary {
	float:left;
	width:340px;
}
#secondary #story {
	margin-top: -250px;
	background:url('/media/312/placer.03.jpg') repeat-y bottom right;
	padding:0 25px 35px 25px;
	font-size: 11px;
	line-height: 14px;
}
#secondary #storyblog {
	background:url('/media/312/placer.03.jpg') repeat-y bottom right;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
        margin:0px 0px 35px 0px;
	padding:10px 25px 35px 25px;
	font-size:11px;
	line-height:14px;
}
#footer {
	float:left;
	margin-top:25px;
	margin-left:365px;
	color:#7c650d;
	text-transform:uppercase;
}
#footer p {
	padding-top:10px;
	clear:both;
	font:normal 12px/15px  Times New Roman, Times, serif;
}
.post-footer, .comment-footer {
        border-top:1px dashed #C1C1C1;
	font-weight:normal;
	color:#6F6F6F;
	font-size:9px;
}
#sitemap li {
        margin:20px 0px 10px 20px;
}

/*-------------------------------------------    
	video gallery
-------------------------------------------*/

#video-gallery table  {
	margin: 0;
}
#video-gallery table tr {
	background: transparent;
}
#video-gallery table td {
	padding-bottom: 20px;
	vertical-align: top;
}
#video-gallery h2 {
	margin: 0 0 10px 0;
}
#video-gallery table td img.main {
	padding: 8px;
	border:1px solid #E1BF56;
	display: block;
	background: #FFFFFF;
}











































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

