/* Steve Payne Master CSS File */

@import url(reset.css);
@import url(fonts.css);

@import url(typography.css);
@import url(navigation.css);

/* ======================================== Structure / Layout */

body {  
	background: #141414 url(../images/bggrad.jpg) bottom right repeat-x fixed; 
	height:100%;
}
br { clear:both; }

#wrapper {
	width: 967px;
	margin: 16px auto;
	padding-bottom:10px;
}

#mast { height: 85px; }
#logo a {
	display:block;
	height: 49px;
	width:240px;
	background: url(../images/logo.gif) top left no-repeat;
}
#logo a span { display:none; }

#nav {
	height: 30px;
	margin: 0 0 5px 55px;
	border-top: 4px double #444;
	border-bottom: 1px solid #444;
}
#nav li { float: left; margin-right:25px; }

#content {
	position:relative;
	overflow:hidden;
	background:#333;
	border: 1px solid #ccc;
	margin:15px 0;
}

/* ======================================== content pages */

#left_col {
	width:54px;
	height:100%;
	position:absolute;
	background:#000;
	border-right: 1px solid #fff;
}

#main_col {
	margin-left:54px;
	padding:20px 30px;
}

.content a {
	color:#fff;
}

.content a:hover {
	color:#000;
	background:#fff;
}

.content dl {
	width:220px;
	margin:20px 0;
}

.content dl dt {
	float:left;
	width:50px;
	margin:3px 0;
}

.content dl dd {
	float:right;
	width:150px;
	margin:3px 0;
}

.content .float_panel {
	float:right;
	width:200px;
	background:#fff;
	padding:10px;
	border: 1px solid #111;
}

.content .float_panel h3 {
	color:#000;
	border-bottom:1px solid #000;
}

.content .float_panel p {
	width:auto;
	color:#333;
}

/* ======================================== image viewer */

#image_viewer {
	position: relative;
	height:600px;
	overflow:hidden;
	background:#000;
}

#loader {
	position:absolute;
	width:100%;
	z-index: 10;
	height:100%;
	background: #000 url(../images/spinner.gif) 50% 50% no-repeat;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

#loader.block {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

#actions {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	z-index:5;
}

#actions a,
#actions span {
	display:block;
	float:left;
	width:50%;
	height:100%;
}

.holder {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
}

.before { left:0; z-index:3; }
.after { right:0; z-index:4;}

.after.holder { z-index:5;}

/* ======================================== portfolio */

#image_chooser {
	padding:10px;
}

#image_chooser .info {
	padding: 10px;
	margin: 6px;
	float:left;
	width:196px;
	height:80px;
	background:#666;
	border: 2px solid #888;
	color:#101010;
}

#grid li {
	display: block;
	width:100px;
	height:100px;
	margin: 6px;
	float:left;
	border: 2px solid #111;
}

#grid li a { 
	display: block;
	width:100px;
	height:100px;
}

#grid li.portrait {
	border: 2px solid #999;
}

#grid li span {
	display:none;
}

#grid li.selected {
	border: 2px solid #fff;
}

#grid li.selected a { 
	background: url(../images/seleced_portfolio.png) no-repeat top left;
}

#info_panel {
	position:relative;
	background: #101010;
	padding: 5px 18px 10px 18px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height:70px;
}

#info_panel .cover {
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}

#info_panel #controls {
	position:absolute;
	bottom:0;
	right:18px;
}

#controls li {
	float:left;
	padding:4px;
}

#controls li a {
	padding:4px;
	color:#fff;
	cursor: pointer;
}

#controls li a:hover{
	color:#101010;
	background:#ccc;
}

#content.portrait {
	height:951px;
}

.portrait #image_chooser {
	float: left;
	overflow:auto;
	width: 348px;
	height: 931px;
	border-right: 1px solid #ccc;
}
.portrait #view_wrap {
	float:left;
	width:596px;
}
.portrait #info_panel {
	border-top: none;
}
.portrait #image_viewer {
	height: 865px;
}

.hints {
	width:270px;
	background:#000;
	position:absolute;
	right:0;
	z-index:6;
	padding:15px;
	padding-bottom:10px;
	color: #fff;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

.hidden {
	display:none;
}

.hints h4 {
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
	padding: 2px 0;
	margin-bottom: 10px;
}

.hints h5 {
	font-weight:1.1em;
	margin:10px 0;
}

.hints dl {
	margin-bottom: 10px;
}

.hints dt {
	width:8px;
	float: left;
	padding:0 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	background: #222;
	text-align:center;
}

.hints dt.big { width:35px; }

.hints dd {
	margin-bottom: 2px;
	letter-spacing: 0.05em;
}

.hints dd strong {
	color:#999;
}

.hints p {
	text-align: justify;
}

.hints a {
	padding:2px;
	color:#fff;
	display: block;
	float: right;
	margin-top:20px;
}

.hints a:hover {
	color:#000;
	background:#fff;
}

#noie6 {
	display:none;
	position:absolute;
	float:left;
	width:100%;
	height:100%;
	top:0;
	background:#000;
	z-index:1000;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

#noie6 .warn {
	width:600px;
	background:#111;
	margin:50px auto;
	border: 2px solid red;
	padding:10px;
}

#noie6 .warn .logo {
	height:50px;
	background: url(../images/logo.gif) no-repeat top left;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #333;
}

#noie6 .warn p {
	margin:20px 0;
	font-size:1.1em;
}

#noie6 .warn a {
	color:#000;
	background:#fff;
}


#color_warning {
	background:#000 url(../images/color_warn.jpg) no-repeat top left;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	overflow:hidden;
	height:80px;
	width:945px;
	position:absolute;
	z-index:100;
	top:-95px;
}

#color_warning img {
	float:left;
	margin:10px;
	margin-right:40px;
}

#color_warning p {
	margin:5px 40px;
	width:800px;
}

#color_warning a {
	display:block;
	padding:3px;
	position:absolute;
	top:0;
	right:0;
	background:#000;
	float:right;
	
}

#color_warning a:hover {
	background:#fff;
	color:#000;
}