body, html {
	margin: 0;
	padding: 0;
	min-height: 1300px;
}

body {
	background: #504933;
	font: normal 13px/1.35 Arial;
}

a {
	color: #4c838f;
	text-decoration: none;
}

a:visited {
	color: #6697a2;
}

a:hover {
	color: #fff;
	background: #e5b53b;
}

ul {
	padding-left: 20px;
}

h2 {
	font: bold 14px Arial;
	color: #b59440;
	margin-bottom: 3px;
}

h3 {
  font: normal 13px Arial;
  text-transform: uppercase;
  margin-bottom: 3px;
}

#main h1, #main h1 span {
	line-height: .75;
	margin: 0;
	text-transform: uppercase;
	display: block;
	font-size: 32px;
	color: #fff;
	margin-top: -35px;
}

#frame {
	min-height: 1300px;
	max-width: 2000px;
	background: #504933 url(../images/layout/bg.jpg) center 0 repeat-x;
}

#inner-frame {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 193px;
	background: url(../images/layout/header-back.png) no-repeat 0 0;
}

#logo {
	width: 354px;
	height: 114px;
	text-indent: -999em;
	display: block;
}

#ecrc {
	width: 113px;
	height: 27px;
	background: url(../images/layout/goto-tab.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -999em;
}

#ecrc:hover {
	background-position: 0 -27px;
}

#logo:hover {
	background: none;
}

#main {
	float: right;
	width: 618px;
	border: 16px solid #fff;
	border-color: #967b35 #e5b53b #fccd54 #b59440;
	background: #fff url(../images/layout/body-banner.png) no-repeat 0 0;
	padding: 78px 25px 50px;
	position: relative;
}

#home #main {
	padding: 0;
	background: #fff;
	width: 668px;
}

#home #main img, #home #main a {
	border: none;
	display: block;
}

#main .img {
	width: 268px;
	height: 189px;
	float: right;
	border: 5px solid #e5b53b;
}

#main .img img {
	display: block;
}

#main .photos a, #main .photos img, 
#main .gallery-table a, #main .gallery-table img {
	display: block;
	border: none;
}

#main .photos a {
	float: left;
	border: 2px solid #8CC3CF;
}

#main .gallery-table a {
	border: 2px solid #8CC3CF;
	width: 140px;
}

#main .photos a:hover, #main .gallery-table a:hover {
	border-color: #E5B53B;
}

#main .photos a + a {
	margin-left: 14px;
}

#sidebar {
	float: left;
	width: 213px;
}

#potm {
	width: 219px;
	height: 242px;
	background: url(../images/layout/person-of-the-month.png) no-repeat 0 0;
	margin-left: -6px;
	margin-top: 20px;
	color: #f5efd6;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
}

#potm img {
	padding: 46px 12px 8px 18px;
	display: block;
}

#potm a {
	display: block;
	color: #e5b53b;
}

#potm a:hover {
	background: none;
	color: #fff;
}

#facebook {
	width: 220px;
	height: 68px;
	display: block;
	background: url(../images/layout/join-facebook.png) no-repeat 0 0;
	text-indent: -999em;
	margin-top: 50px;
}

#film-strip {
	width: 699px;
	height: 210px;
	background: url(../images/layout/film-strip.png) no-repeat 0 0;
	position: absolute;
	bottom: -260px;
	left: -15px;
}

#film-strip a img {
	display: block;
}

#film-strip a {
	margin-left: 9px;
	margin-top: 33px;
	float: left;
}

#film-strip a + a {
	margin-left: 11px;
}

#film-strip a + a + a {
	margin-left: 9px;
}

#subnav {
	margin: 0;
	padding: 0;
}

#subnav li {
	width: 213px;
	background: url(../images/layout/nav-states.png) no-repeat 0 0;
	height: 24px;
	margin-bottom: 2px;
	font: normal 14px/24px Arial;
	list-style: none;
}

#subnav li a {
	text-decoration: none;
	color: #fff;
	line-height: 24px;
	padding-left: 10px;
	font-weight: nods;
	text-transform: uppercase;
	display: block;
}

#subnav li.here {
	background-position: 0 -48px;
}

#subnav li.here a {
	color: #254446;
}

#subnav li:hover {
	background-position: 0 -24px;
}

#subnav li:hover a {
	color: #fff;
}

#subnav a:hover {
	background: none;
}

.albums .wrapper ul ul {
  display: none;
}

.albums .wrapper > ul > li {
  list-style: none;
  border: 1px solid #B59440;
  border-width: 0 1px 1px;
}

.albums .wrapper h3 {
  margin: 0;
  padding: 5px;
  cursor: pointer;
}

.albums .wrapper h3:hover {
  color: #967B35;
}

.albums .wrapper > ul {
  margin: 0;
  padding: 0;
  border-top: 3px solid #B59440;
  background: #eee;
}

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
