 @charset "UTF-8";

/* ===== colors ================================================== */

.red { color: #560000; }

/* ===== base ================================================== */

html,
body {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}

html { background: #560000 url('../images/bg.gif') repeat left top; }

a {
	color: #F00;
	outline: none;
}

a:hover { color: #FFF; }

h2 { font-size: 1.5em; }

h3 {
	font-size: 1.25em;
	text-shadow: #000 2px 2px 3px;
}

/* ===== layout ================================================== */

#container { background: transparent url('../images/container_bg.gif') repeat-x left top; }

#container1 {
	background: transparent url('../images/container1_bg.png') no-repeat left top;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: left;
}

#header { height: 65px; }

#nav { height: 35px; }

/* ===== header ================================================== */

#header h1 a {
	display: block;
	width: 410px;
	height: 65px;
	float: left;
}

#header .utilities {
	width: 550px;
	padding-top: 30px;
	float: left;
}

#header .utilities ul li { float: right; }

#header .utilities ul li a {
	display: block;
	background: transparent url('../images/utility_matrix.gif') no-repeat left top;
	height: 20px;
}

#header .utilities ul li#utility1 a {
	background-position: right top;
	width: 95px;
}

#header .utilities ul li#utility1 a:hover { background-position: right bottom; }

/* ===== nav ================================================== */

#nav ul li { float: left; }

#nav ul li a {
	display: block;
	background: transparent url('../images/nav_matrix.gif') no-repeat left top;
	height: 35px;
}

#nav ul li a#nav1 {
	background-position: left top;
	width: 192px;
}

#nav ul li a#nav2 {
	background-position: -192px top;
	width: 144px;
}

#nav ul li a#nav3 {
	background-position: -336px top;
	width: 166px;
}

#nav ul li a#nav4 {
	background-position: -502px top;
	width: 167px;
}

#nav ul li a#nav5 {
	background-position: -669px top;
	width: 165px;
}

#nav ul li a#nav6 {
	background-position: -834px top;
	width: 126px;
}

#nav ul li a#nav1:hover,
#nav ul li.on a#nav1 { background-position: left bottom; }

#nav ul li a#nav2:hover,
#nav ul li.on a#nav2 { background-position: -192px bottom; }

#nav ul li a#nav3:hover,
#nav ul li.on a#nav3 { background-position: -336px bottom; }

#nav ul li a#nav4:hover,
#nav ul li.on a#nav4 { background-position: -502px bottom; }

#nav ul li a#nav5:hover,
#nav ul li.on a#nav5 { background-position: -669px bottom; }

#nav ul li a#nav6:hover,
#nav ul li.on a#nav6 { background-position: -834px bottom; }

/* ===== index content ================================================== */

#index {
	width: 500px;
	height: 415px;
	padding: 80px 10px 0 0;
	text-align: right;
	float: right;
}

#index h2,
#index h3 {
	text-shadow: #C00 1px 1px 3px;
	color: #000;
}

#index p { text-shadow: #000 2px 2px 3px; }

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

#overview { }

#categories { padding: 0 0 0 10px; }

#categories h3 {
	display: block;
	color: #FFF;
	margin: 10px 0;
	text-transform: lowercase;
}

#categories ol li {
	float: left;
	padding: 0 10px 10px 0;
}

#categories ol li a {
	background-color: #1A1A1A;
	background-position: center center;
	display: block;
	width: 178px;
	height: 119px;
	border: 1px solid #F00;
	font-weight: bold;
	font-size: .92em;
	text-align: center;
	text-decoration: none;
}

#categories ol li a:hover { border-color: #FFF; }

#categories ol li a span { display: none; }

#categories ol li a:hover span {
	display: block;
	background-color: #560000;
	width: 158px;
	height: 99px;
	padding: 20px 10px 0;
	color: #FFF;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#gallery { padding: 0 0 0 10px; }

#gallery a {
	color: #FFF;
	outline: none;
}

#gallery a:hover { color: #F00; }

#column1 {
	background-color: #2E2E2E;
	width: 330px;
	border: 1px solid #F00;
	margin-right: 10px;
	float: left;
}

.ss-controls,
.nav-controls { float: left; }

.ss-controls a,
.nav-controls a {
	display: block;
	background: #990000 url('../images/controls_matrix.gif') no-repeat left top;
	width: 110px;
	height: 22px;
	margin: 0;
	border-bottom: 2px solid #2E2E2E;
	text-align: center;
	text-decoration: none;
	float: left;
}

.nav-controls a {
	border-left: 1px solid #2E2E2E;
	width: 109px;
}

.ss-controls a.play { background-position: center 0px; }

.ss-controls a.pause { background-position: center -44px; }

.nav-controls a.prev { background-position: center -88px; }

.nav-controls a.next { background-position: center -132px; }

.bottom { padding-top: 2px; }

.bottom strong,
.bottom a {
	display: inline-block;
	background-color: #990000;
	height: 18px;
	padding: 4px 10px 0;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
}

.bottom strong {
	background-color: transparent;
	height: 17px;
	padding: 3px 9px 0;
	border: 1px solid #990000;
}

.ss-controls a:hover,
.nav-controls a:hover,
.bottom a:hover { background-color: #560000; }

.ss-controls a.play:hover { background-position: center -22px; }

.ss-controls a.pause:hover { background-position: center -66px; }

.nav-controls a.prev:hover { background-position: center -110px; }

.nav-controls a.next:hover { background-position: center -154px; }

#thumbs ul li { float: left; }

#thumbs ul li a img {
	width: 33px;
	height: 22px;
}

#thumbs ul li a {
	display: block;
	background-color: #000;
	width: 33px;
	height: 22px;
}

#thumbs ul li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#thumbs ul li.selected a { background-color: #F00; }

#thumbs ul li.selected a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#thumbs ul li.selected a img {
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
}

#column2 {
	background: transparent url('../images/icon_loading.gif') no-repeat center center;
	min-width: 600px;
	min-height: 400px;
	margin-bottom: 85px;
	text-align: center;
	float: left;
}

#photo img {
	max-width: 600px;
	border: 1px solid #F00;
}

/* ===== footer ================================================== */

#footer {
	padding: 1em;
	font-size: 10px;
	color: #000;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding: 0 1em;
	border-left: 1px solid #000;
}

#footer ul li.first { border: none; }

#footer ul li a {
	color: #000;
	text-decoration: none;
}

#footer ul li a:hover { color: #F00; }

/* ===== default ================================================== */

.clear,
#thumbs,
.pagination,
#categories h3 { clear: both; }

.reduced,
h1,
#header ul,
#nav ul,
#categories ol,
#thumbs ul,
a img,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

.hide,
#header h1 a span,
#header .utilities ul li a span,
#categories h2,
#nav ul li a span,
.ss-controls a span,
.nav-controls a span { display: none; }
