/*
Lumir
*/

/*
////////////////////___________________________________________
reset browser styles*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	text-align:  center;
	margin: 0;
	padding: 0;
	border: 0;	
}
	


ol, ul {
	list-style: none;
}
	
/* 'tables still need 'cellspacing="0"' in the markup' - Eric Meyer */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*
//////_________________________________________________________
layout*/

body, body.contextual{
	background: #ebebeb;
}	

body.gallery{
	background: #fafafa;		
}
	

html {
	min-width: 1024px;
}

div#wrapper	{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: visible;
	/*min-height: 462px*/;
}

div#main .wrap {
	width: 1024px;
	position: relative;
	display: block;
}

div#main-nav {
	display: block;
	margin: 18px;
	text-align: center
}

div#primary-content{
	float: right;
	display: block;
}

div#primary-content img {
	margin: 0;
	padding: 0;
}

	div#img-frame, div#vid-frame{
		height: 400px;
		width: 1024px;
		overflow: hidden;
		background: #d7d7d7;
		text-align: right;
	}
	
	div#img-frame {background: #d7d7d7 url(../../../img/app/loader.gif) no-repeat 956px 30px;}
	
	div#vid-frame.vid-loading {background: #d7d7d7 url(../../../img/app/loader.gif) no-repeat 21% 49%;}

	
		div.frame-wrap {
			height: 418px;
			position: relative;
		}

	.default div#primary-content{
		width: 580px;
		overflow: hidden;
	}
	
	.fullstage div#primary-content{
		width: 100%;
		position: relative;
	}
	
	div#img-frame img {
		display:none;
	}
	
	div#img-longdesc, div#vid-details {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		width: 384px;
		background: #000;
		height: 400px;
		opacity: .6;
		overflow: auto;
	}
	

div#secondary-content{
	float: left;
	background: #fafafa;
	width: 444px;
	height: 400px;
	overflow: auto;
	position: relative;
}

	.default div#secondary-content{
		display: block;	
	}

	.fullstage div#secondary-content{
		display: none;
	}
	
	div#secondary .secondaryBlock{
		position: absolute;
	}
	
			
div#secondary-nav {
	display: block;
	text-align: center;
	overflow: auto;
	height: 150px;
	width: 1024px;
	position: relative;
}

div#img-shortdesc {
	position: relative;
}

div.videoDetails { background: #565656; color: #999;}

ul#img-nav {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute; 
	bottom: -12px;
}

ul#img-nav li a:link, ul#img-nav li a:visited {
	display: block;
	width: 48px;
	height: 60px;
	overflow: hidden;
	font-size: .9em;
}

	ul#img-nav li.previous a:link, ul#img-nav li.previous a:visited{
		text-align: left;
		float: left;
	}
	
	ul#img-nav li.next a:link, ul#img-nav li.next a:visited {
		text-align: right;
		float: right;
	}

	
/*
///////////____________________________________________________
typography*/

body{
	color: #7d7d7d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .05em;
}


h1 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -.05em;
	display: block;
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: center;
	color: #000;
}

h2 {
	color: #585858;
	letter-spacing: -.05em;
	padding: 6px 0;
	font-size: 1.4em;
}

h3 {
	font-size: inherit;
	color: #585858;
	margin: 6px;
}

p, ol, ul{
	padding: 6px 0;
	font-size: .86em;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #7d7d7d;
}

	p.contact {
		letter-spacing: .6em;
		font-size: .75em;
	}
	
div#img-shortdesc {
	text-align: center;
	padding: 6px 0;
	margin: 6px 0;
}

	#img-shortdesc p {
		padding: 0 120px;
	}

div#img-longdesc p, p#vid-desc {
	text-align: left;
	font-size: .8em;
	letter-spacing: .1em;
	line-height: 1.6em;
	color: #999;
	font-style: italic;
	margin: 12px;
}

div.secondaryBlock {
	font-size: .76em;
	line-height: 1.6em;
	letter-spacing: normal;
	padding: 6px 24px;
}

	.secondaryBlock p, .secondaryBlock ul {
		font-size: inherit;
		line-height: inherit;
		letter-spacing: normal;
		padding: 0;
		margin: 2em 0;
	}

	.secondaryBlock p a:link, .secondaryBlock p a:visited {
		color: #3a3a39;
	}

	.secondaryBlock p a:hover {
		color: #9e2225;
	}

p.gallery-counter {
	border-top: 1px dashed #ddd;
	margin: 4px 0;
	font-size: .7em;
	letter-spacing: .2em;
	text-transform:uppercase;
}

p.footer {
	font-size: .7em;
	font-style: italic;
	letter-spacing: .2em;
	color: #bcbcbc;
}



ul.nav-inline, ul.nav-block {
	font-size: .96em;
}

strong {color: #333333;}

/*
/////__________________________________________________________
links*/

a:link, a:visited {
	color: #959595;
	text-decoration: none;
}

a:hover, a.selected{
	color: #9e2225;
}

a.selected {
	/*font-weight: bold;*/
}

h1 a:link, h1 a:visited {
	color: #000;	
}


/*
//////////_____________________________________________________
functions*/


ul.nav-inline li{
		display: inline;
		padding: 0 12px;
}

ul.nav-inline li a{
	padding: 1px;
}

ul.nav-block li{
	padding: 0 6px;
	display: block;
}

ul.nav-thumbs {
	/*text-align: left;*/
	/*background: url(../../../img/app/imgNav.png) no-repeat 0 0;*/
	height: 128px;
	white-space: nowrap;
	text-align: center;
	padding: 0;
}

	ul.nav-thumbs li{
		display: inline-block;
		overflow: hidden;
		height: 120px;
		width: 120px;
		text-align: center;
		position: relative;
		margin: 4px;
	}


	ul.nav-thumbs li a{
		height: 120px;
		width: 120px;
		text-align: center;
		opacity: .4;
	}
		
		ul.nav-thumbs li a.selected, ul.nav-thumbs li a:hover {
			opacity: 1;
		}
			
	ul.nav-thumbs li a img {
		height: 120px;
	}
	
div#captionTrigger {
	height: 18px;
	width: 96px;
	bottom: 0px;
	right: -2px;
	position: absolute;
	z-index: 2;
	display: none;
}
	div#captionTrigger a {
		display: block;
		height: 18px;
		width: 96px;
		overflow: hidden;
		text-indent: 9999px;
		background: transparent url("../../../img/app/captionTrigger.png") no-repeat 0 0;
		opacity: 0;
	}
	
	div#captionTrigger a:hover {
		background: transparent url("../../../img/app/captionTrigger.png") no-repeat -96px 0;
		opacity: 1;
	}

/*sub nav overflow control _____________________________________*/


a.subnav-console:link, a.subnav-console:visited {display: block; font-size: 24px; font-weight: bold; height: 128px; width: 120px; line-height: 128px}



/*
/////////////////_______________________________________________
catch-all classes*/

.clear-b{clear: both;}
.clear-n{clear: none;}
.clear-l{clear: both;}
.clear-r{clear: right;}

.align-center{text-align:center};
.align-left{text-align: left};
.align-right{text-align: right};


