@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:black;
}
a {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h3 {
	margin-bottom:0;
}
p {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:12px;
}
p.directions {
	margin-top:0;
	
}
#header-strip {
	position:absolute;
	z-index:1;
	width:100%;
	margin-top:25px;
	height:40px;
	background:rgba(0, 0, 0, 0.6);
	border-top:1px solid #d5cc9a;
	border-bottom:1px solid #d5cc9a;
}

#main-container {
	margin:auto;
	width:1000px;
	height:auto;
}
#header-content {
	position:absolute;
	z-index:2000;
	width:1000px;
	height:150px;
}
#header-tag-lines {
	font-family: 'Rouge Script', cursive;
	position:absolute;
	margin-top:60px;
	margin-left:200px;
	height:100px;
	width:700px;
	float:right;
	text-align:right;
	padding:12px 15px;
	font-size:40px;
	color:white;
	line-height:30px;
	text-shadow: -3px 4px 2px rgba(0, 0, 0, 1);
	font-weight:normal;
}

#logo-container {
	float:left;
}

#nav-bar {
	font-family: 'Playfair Display SC', serif;
	position:absolute;
	margin-top:5px;
	margin-left:200px;
	height:30px;
	width:740px;
	float:right;
	background:url(../images/general/Nav-Bar.png) no-repeat;
	text-align:center;
	padding:12px 15px;
	font-size:12px;
}

#nav-bar a {
	display:block;
	float:left;
	padding:0;
	margin:0 9px;
	color:#000;
	text-decoration:none;
}
#main-content {
	width:1000px;
	margin:auto;
	min-height:100%;
	clear:both;
	padding-top:160px;
	position:relative;
}
#footer-splash {
	width:100%;
	height:40px;
	background:rgba(0, 0, 0, 0.6);
	border-top:1px solid #d5cc9a;
	border-bottom:1px solid #d5cc9a;
	position:fixed;
	bottom:10px;
}
#controls {
	float:right;
}
#controls a {
	cursor:pointer;
}
#controls img {
	height:25px;
	width:auto;
}
#left-column {
	width:250px;
	height:490px;
	float:left;
	font-family: 'Playfair Display SC', serif;
}
#left-column a {
	color:black;
	text-decoration:none;
}
#left-column-links {
	width:250px;
	height:150px;
	border:1px solid #d5cc9a;
	background:black;
}
#left-column-links h1 {
	background:url(../images/general/left-column-links-BG.jpg);
	font-size:13px;
	padding:3px;
	font-weight:normal;
}

#left-column-links.middle {
	margin:10px 0;
}
#right-column {
	width:540px;
	height:auto;
	color:white;
	background:rgba(0, 0, 0, 0.6);
	margin-left:75px;
	float:left;
	font-family: 'Radley', serif;
	padding:20px;
	font-style:italic;
}
#fullwidth-column {
	width:1000px;
	height:auto;
	color:white;
	background:rgba(0, 0, 0, 0.6);
	font-family: 'Radley', serif;
	font-style:italic;
}
#footer-splash {
	width:100%;
	height:40px;
	background:rgba(0, 0, 0, 0.6);
	border-top:1px solid #d5cc9a;
	border-bottom:1px solid #d5cc9a;
	position:absolute;
	bottom:0;
}
#footer {
	width:100%;
	height:40px;
	background:rgba(0, 0, 0, 0.6);
	border-top:1px solid #d5cc9a;
	border-bottom:1px solid #d5cc9a;
	margin-top:30px;
	clear:both;
	text-align:center;
}
#mainfooter {
	width:100%;
	margin-top:25px;
	height:30px;
	background:rgba(0, 0, 0, 0.6);
	border-top:1px solid #d5cc9a;
	border-bottom:1px solid #d5cc9a;
	color:white;
	text-align:center;
	letter-spacing:4px;
	clear:both !important;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:12px;
	padding-top:10px;
}
.splash-footer-info{
font-weight:normal;font-family:Georgia;font-style:normal;font-size:12px;padding-top:10px;color:white;text-align:center !important;letter-spacing:4px;
}
.photo-gallery {
	background:url(../images/photo-gallery/Background.jpg) no-repeat center center black;
}
.heading {
	position: relative;
	margin: 0 0 40px;
	box-shadow: 0 1px 0 #aaa, 0 -1px 0 #aaa;
	font-family: 'Rouge Script', cursive;
}

.heading h2 {
	display: inline-block;
	font-weight:normal;
	font-size: 50px;
	width: 100%;
	min-width: 320px;
	padding:0;
	margin:6px;
}

.heading h2 {
	padding-right: 20px;
	color: #666;
}
#photo-nav {
	margin-left:270px;
	position:relative;
	z-index:100;
	clear:both;
}
#photo-nav a {
	display:block;
	float:left;
	padding:10px 20px;
	font-size:16px;
	font-family:'Playfair Display SC', serif;
}
#photo-nav a.active {
	font-weight:bold;
	text-decoration:underline;
}
