/* master.css
*  (c) EP Visual Design Inc 2010
*-------------------------------------*/

*
{
	margin: 0;
	padding: 0;
}

html
{
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	/*font-family: 'GeosansLightRegular', Arial, Verdana, sans-serif;*/
	font-family: 'SegoeUINormal', sans-serif;
	font-size: 14px;
}

@font-face
{
	font-family: 'GeosansLightRegular';
	src: url('geosanslight-webfont.eot');
	src: local('☺'), url('geosanslight-webfont.woff') format('woff'), url('geosanslight-webfont.ttf') format('truetype'), url('geosanslight-webfont.svg#webfontrJ8HWWyX') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'GeosansLightMediumItalic';
	src: url('geosanslight-oblique-webfont.eot');
	src: local('☺'), url('geosanslight-oblique-webfont.woff') format('woff'), url('geosanslight-oblique-webfont.ttf') format('truetype'), url('geosanslight-oblique-webfont.svg#webfontyP9ngPpC') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face            {
	font-family: 'SegoeUINormal';
	src: url('segoeui-webfont.eot');
	src: local('☺'), url('segoeui-webfont.woff') format('woff'), url('segoeui-webfont.ttf') format('truetype'), url('segoeui-webfont.svg#webfont3DiXbSkL') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'JournalRegular';
	src: url('journal-webfont.eot');
	src: local('☺'), url('journal-webfont.woff') format('woff'), url('journal-webfont.ttf') format('truetype'), url('journal-webfont.svg#webfontwqsiSiKq') format('svg');
	font-weight: normal;
	font-style: normal;
}

.GeosansLight
{
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'GeosansLightRegular', sans-serif;
	font-size-adjust: 0.41;
}

.GeosansLightOblique
{
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'GeosansLightMediumItalic', sans-serif;
	font-size-adjust: 0.41;
}

a
{
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-webkit-transition-function: ease-in-out;
}

body
{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 20px;
}

body.index { background: url(../interface/bg2.jpg) no-repeat center fixed black; }
body { background: url(../interface/bg2.jpg) no-repeat center fixed black; }
a.img {border: none; }
.shadow 
{
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

.floatright { float: right; margin: 0 0 10px 10px; }
.floatleft { float: left; margin: 0 30px 10px 0; }
.hideme { display: none; }
table.tcenter td { text-align: center }
#fixed_header
{
/*
	position: fixed;
	top: 0;
*/
	/*background: #000;*/
	background: transparent;	
/*
	background: -moz-linear-gradient(top left,#000,transparent);
	background: -webkit-gradient( linear, left top, left bottom, from(#000), to(transparent));
*/
	background: -moz-linear-gradient(left,transparent,black);
	background: -webkit-gradient( linear, left top, right top, from(transparent), to(black));

	width: 100%;
	padding: 10px 0;
	text-align: right;
}

#fixed_header a
{
	color: white;
	text-decoration: none;
	padding: 0 10px;
	font-family: 'GeosansLightRegular';
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#fixed_header a:hover
{
	color: #d08947;
}

#logo
{
	background: url(../interface/logo2.png) no-repeat;
	width: 930px; /*385px;*//*226px*/
	height: 150px; /*185px;*//*80px*/
	margin-bottom: 40px;
	border: 1px solid black;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

#contain
{
	width: 970px;
	/*background: rgba(34,17,13,0.7);*/
	background: white;
	background: rgba(255,255,255,0.8);
	border: 5px solid #22110d;
	min-height: 300px;
	margin: 0 auto;
	margin-top: 20px;
}

body.index #contain 
{
	background: none;
	border: none;
}

body.index #contain #splash
{
	width: 510px;
	height: 85px;
	margin: 0 auto;
	padding-top: 300px;
}

a 
{
	color: #a15814;
	text-decoration: none;
}

a:hover { color: #d08947; }

#subnav
{
	float: right;
	padding: 10px;
	margin-top: 120px;
}

#subnav a 
{
	display: inline-block;
	margin: 0 5px;
	color: #d08947;
	font-family: 'GeosansLightRegular';
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#subnav a:hover { color: #a15814; }

#header
{
	padding: 0 40px;
	text-transform: uppercase;
	color: #b22a1c;

	font-size: 11px;
}

h1, h2 
{
	font-family: 'JournalRegular';
	color: black;
	font-weight: normal;
	margin-bottom: 8px;
}

h1 { font-size: 40px; }
h2 { font-size: 25px; line-height: 22px;}

.section
{
	padding: 20px;
/*	width: 860px;*/
	/*min-height: 300px;*/
	font-family: "SegoeUINormal", sans-serif;
}

p { margin: 8px 0; line-height: 18px; color: black; }

.section .leftcol
{
	width: 700px;
	line-height: 18px;
/*	font: 12px normal Arial, Verdana, sans-serif;*/
}

table.shows td { padding: 3px 10px; }

table.photothumbnails { margin: 0 auto; }
table.photothumbnails tr td { padding: 0 8px; text-align: center;}
.showgal
{
	height: 420px;
	width: 690px;
	background-repeat: none;
	background-color: white;
	margin-bottom: 20px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	border-left: 3px solid black;
}

a.btn_overlay
{
	display: block;
	float: right;
	padding: 3px 15px;
	background: rgba(255,255,255,0.3);
	color: white;
	font-size: .7em;
	margin: 5px;
	text-transform: uppercase;
	text-decoration: none;
}

a.btn_overlay:hover { background: rgba(255,255,255,0.4); 	-webkit-transition-property: background;
	-webkit-transition-duration: 600ms;
	-webkit-transition-function: ease-in-out;
}

.section .rightcol
{
	float: right;
	width: 185px;
	min-height: 300px;
}

.subsection
{
	min-height: 300px;
	padding: 20px;
	margin-bottom: 20px;	
}

.subsection .left 
{
	width: 430px;
	float: left;
	min-height: 300px;
}

.subsection .right
{
	width: 430px;
	margin-left: 455px;
	min-height: 300px;	
}

.videoplay { margin: 0 auto; text-align: center; display:none; padding-top: 20px;}

table.splashProjects
{
	margin-top: 100px;
	font-family: 'GeosansLightRegular', sans-serif;
}

table.splashProjects td { vertical-align: bottom; }
table.splashProjects h1 { color: #999; font-size: 28px; font-weight: normal; padding-bottom: 10px;}

.splashProject
{
	display:block;
	width: 160px;
	height: 400px;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
}

a#splashProjects_1 { background: url(../media/splashProjects_1g.jpg) no-repeat; }
a#splashProjects_1:hover { background: url(../media/splashProjects_1.jpg) no-repeat; }
a#splashProjects_2 { background: url(../media/splashProjects_2g.jpg) no-repeat; }
a#splashProjects_2:hover { background: url(../media/splashProjects_2.jpg) no-repeat; }
a#splashProjects_3 { background: url(../media/splashProjects_3g.jpg) no-repeat; }
a#splashProjects_3:hover { background: url(../media/splashProjects_3.jpg) no-repeat; }
a#splashProjects_4 { background: url(../media/splashProjects_4g.jpg) no-repeat; }
a#splashProjects_4:hover { background: url(../media/splashProjects_4.jpg) no-repeat; }

ul { margin: 0 0 20px 30px; }
.anchor { font-size: .8em; text-align: right;}

/* splash page */
ul.sdt_menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'GeosansLightRegular', sans-serif;
	font-size-adjust: 0.41;
	/*width: 1020px;*/
}

ul.sdt_menu a
{
	text-decoration: none;
	outline: none;
}

ul.sdt_menu li
{
	float: left;
	width: 170px;
	height: 85px;
	position: relative;
	cursor: pointer;
	background: #4b1f00;
	background: -moz-linear-gradient(top left,#4b1f00,#fca752);
	background: -webkit-gradient( linear, left top, right bottom, from(#4b1f00), to(#fca752));
}

ul.sdt_menu li > a
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 85px;
	z-index: 12;
	background: transparent url(../interface/overlay.png) no-repeat bottom right;
		-moz-box-shadow: 0px 0px 2px #000 inset;
	-webkit-box-shadow: 0px 0px 2px #000 inset;
	box-shadow: 0px 0px 2px #000 inset;
}

ul.sdt_menu li a img
{
	border: none;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 0px;
	left: 85px;
	z-index: 100;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

ul.sdt_menu li span.sdt_wrap
{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 170px;
	height: 60px;
	z-index: 15;
}

ul.sdt_menu li span.sdt_active
{
	position: absolute;
	background: #4b1f00;
	background: -moz-linear-gradient(top left,#4b1f00,#fca752);
	background: -webkit-gradient( linear, left top, right bottom, from(#4b1f00), to(#fca752));
	
	top: 85px;
	width: 170px;
	height: 0px;
	left: 0px;
	z-index: 14;
/*
	-moz-box-shadow: 0px 0px 4px #000 inset;
	-webkit-box-shadow: 0px 0px 4px #000 inset;
	box-shadow: 0px 0px 4px #000 inset;
*/
}

ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a
{
	margin-left: 15px;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 1px #000;*/
}

ul.sdt_menu li span span.sdt_link
{
	color: #fff;
	font-size: 24px;
	float: left;
	clear: both;
}

ul.sdt_menu li span span.sdt_descr
{
	color: black;
	float: left;
	clear: both;
	width: 155px;
	/*For IE7*/
	font-size: 12px;
	letter-spacing: 1px;
}

ul.sdt_menu li div.sdt_box
{
	position: absolute;
	width: 170px;
	overflow: hidden;
	height: 170px;
	top: 85px;
	left: 0px;
	display: none;
	background: #4b1f00;
	background: -moz-linear-gradient(left,#4b1f00,#fca752);
	background: -webkit-gradient( linear, left top, right top, from(#4b1f00), to(#fca752));
	
}

ul.sdt_menu li div.sdt_box a
{
	float: left;
	clear: both;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: none;
}

ul.sdt_menu li div.sdt_box a:first-child { margin-top: 15px; }
ul.sdt_menu li div.sdt_box a:hover { color: #000; }

/* lightbox */
#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img
{
	width: auto;
	height: auto;
}

#lightbox a img { border: none; }

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer { padding: 10px; }

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink
{
	left: 0;
	float: left;
}

#nextLink
{
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { background: url(../interface/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../interface/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData
{
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption { font-weight: bold; }

#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* end lightbox */
