/* CSS by Adam Skye Jones */

body {
	background-image: url(../images/bg-fringe-left.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #000000;
	margin:0;
	padding:0;
	text-align: center;
	color: #CCCCCC;
	font-family: Tahoma, Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 14px;
}
#border-right {
	background-image: url(../images/bg-fringe-right.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}
#border-right-gallery {
	background-image: url(../images/bg-fringe-right.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
	height: 1400px;
	margin:0;
	padding:0;
}
#container {
	margin: 0 auto;
	padding:0;
	width: 770px;
	text-align: left;
}
#container-gallery {
	margin: 0 auto;
	padding:0;
	height: 100%;
	width: 93%;
	overflow: hidden;
	text-align: left;
}
#header {
	background-color: #000;
	height: 150px;
	text-align: center;
}	
#content {
	color: #F59153;
	width: 525px;
	float: right;
	line-height: 21px;
}
#content-gallery {
	color: #F59153;
	/*float: right;*/
	position:relative;
	overflow: hidden;
	top:20px;
	right: 20px;
	margin-left: 0;
	line-height: 21px;
}
#video-holder {
	height: 600px;
	display: block;
	overflow: hidden;
}
#nav {
	background-color: #000;
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin-top: 60px;
}
#nav li {
	list-style-type: none;	
	margin: 8px 10px 0 10px;
}
#nav a:link, #nav a:visited {
	color: #999999;
}
#nav a:hover {
	color: #FFCC00;
}
#footer {
	/**/clear:both;
	color: #838383;
	font-size: 12px;
	margin: 0;
	padding: 150px 0 40px 0;
	text-align: center;
}
#footer-gallery {
	/**/clear:both;
	color: #838383;
	font-size: 11px;
	margin: 0;
	padding: 150px 0 40px 0;
	text-align: center;
}

#footer ul, #footer-gallery ul {
	margin:0;
	padding:0;
}
#footer li, #footer-gallery li {
	list-style-type: none;	
	float: left;
	margin: 0 5px 15px 5px;
}
#footer a:link, #footer-gallery a:link, #footer a:visited, #footer-gallery a:visited {
	color: #999999;
}
#footer a:hover, #footer-gallery a:hover {
	color: #FFCC00;
}
#footer p, #footer-gallery p {
	clear: both;
	font-size: 11px;
}
strong {
	color: #ffffff;
	letter-spacing: 1px;	
}
h1 {
	color: #FFCC00;
	font-weight: normal;
	padding: 50px 0 0 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
}
h2 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 37px;
	padding: 0;
	margin: 0 0 10px 0;
	text-transform: capitalize;
}
h3 {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal; 
	font-size: 24px;
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	color: #ffcc00;
}
a:hover {
	color: #ffffff;
}
#content li {
	margin-left: 20px;
}
.float-right {
	float: right;
	width: 140px;
	padding: 8px 8px 10px 9px;
	margin: 10px 0 10px 7px;
	border: 1px dashed #ffcc00;
	color: #E14040;
	background-color:#0A0A0A;
	line-height: 16px;
}
.float-right a:link, .float-right a:visited {
	color: #E14040;
}
.float-right a:hover {
	color: #ffcc00;
}
address {
	font-style: normal;
}
b, strong, span {
	color: #ffffff;
}











/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -11px;
	font-size: 60px;
	line-height: 60px;
	margin: 15px 0 0 0;
	padding: 0 20px 0 0;
	z-index: 20;
}
