/*
$Id: global.css 399 2010-06-01 00:04:37Z rschmidt $
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #222;
	color: #ddd;
}

body,
input.text,
input.button,
textarea {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	line-height: 1.5;
}

h2 {
	font-size: 13pt;
}

h3 {
	height: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

h3,
dt {
	font-size: 11pt;
}

dt {
	font-weight: bold;
	margin-top: 1em;
}

p {
	margin-top: 1em;
}

p,
dd {
	text-indent: 1.5em;
}

.content {
	min-height: 570px;
	margin: 0 0 10px 0;
	position: relative;
}

.content a,
.top_nav a,
.copyright a {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0px;
}

.content a:hover,
.top_nav a:hover,
.copyright a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

.content b {
	color: #fff;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

img {
	border: 0;
}

.top_bar,
.top_bar_shadow {
	position: absolute;
	left: 0;
	width: 100%;
}
.top_bar {
	top: 0;
	background: #aaa;
}
.top_bar,
h1,
.top_nav {
	height: 40px;
	line-height: 40px;
}
h1 {
	background: url("../img/mattvalentine.png") no-repeat;
	margin-bottom: 20px;
}
h1 a {
	display: block;
	width: 340px;
	height: 40px;
}
h1 span {
	display: none;
	color: #fff;
}

.top_bar_shadow,
.page_shadow {
	background: url("../img/dropshadow.png") repeat-x;
}

.top_bar_shadow {
	top: 40px;
	height: 20px;
}

.page_shadow {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 16px;
}

.container {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#info_box {
	width: 400px;
	margin: 0 0 0 580px;
}

#galleriffic_controls {
	float: right;
	position: relative;
	height: 20px;
	margin: 0 10px 10px 10px;
}
#galleriffic_controls a {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border: 0;
	background: url("../img/transport_controls.png") no-repeat;
}
#galleriffic_controls a.prev {
	right: 50px;
	background-position: 0 0;
}
#galleriffic_controls a.play {
	right: 25px;
	background-position: -20px 0;
}
#galleriffic_controls a.pause {
	right: 25px;
	background-position: -40px 0;
}
#galleriffic_controls a.next {
	right: 0;
	background-position: -60px 0;
}
#galleriffic_controls a.prev:hover {
	background-position: 0 -20px;
}
#galleriffic_controls a.play:hover {
	background-position: -20px -20px;
}
#galleriffic_controls a.pause:hover {
	background-position: -40px -20px;
}
#galleriffic_controls a.next:hover {
	background-position: -60px -20px;
}

#galleriffic_thumbs {
	position: absolute;
	width: 400px;
	right: 0;
	bottom: 0;
}
.thumbs {
	clear: both;
	list-style: none;
}
.thumbs li {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px 6px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #222;
}
.thumbs a,
#image_wrapper a {
	border: 0;
}
.thumbs li.selected,
.thumbs li:hover {
	border-color: #ddd;
}

#photo_box,
#image_wrapper,
#galleriffic_image,
#image_shadow,
#loading {
	height: 560px;
	width: 560px;
	line-height: 560px;
}
#photo_box,
#image_wrapper,
#image_shadow,
#loading {
	position: absolute;
	left: 0;
	top: 0;
}
#galleriffic_image,
#loading {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#image_shadow {
	background: url("../img/imagebox.png") no-repeat;
}

.top_nav {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

.top_nav ul,
.top_nav ul li {
	display: inline;
}

.top_nav ul {
	list-style: none;
	margin-left: 2em;
}
.top_nav ul li {
	margin-left: 1em;
}
.top_nav ul li a {
	color: #fff;
	border: 0;
}
.top_nav ul li a:hover {
	border-bottom: 1px solid #fff;
}

.copyright {
	color: #999;
	font-size: 9pt;
	text-align: center;
	padding: 0 0 20px 0;
}

.multicolumn_list {
	float: left;
	list-style: none;
	width: 11em;
}


.overlay {
	z-index: 100;
	display: none;
}

.overlay_bg,
.overlay_box,
.overlay_box_bg {
	position: fixed;
}

.overlay_bg {
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.overlay_box_bg {
	background: #222;
}

.overlay_bg {
	filter: alpha(opacity=70); /* older IE */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE */
	-moz-opacity: 0.7; /* older Mozilla */
	-khtml-opacity: 0.7; /* older Safari */
	opacity: 0.7; /* current Mozilla, Safari, and Opera */
}

.overlay_box_bg {
	filter: alpha(opacity=90); /* older IE */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
	-moz-opacity: 0.9; /* older Mozilla */
	-khtml-opacity: 0.9; /* older Safari */
	opacity: 0.9; /* current Mozilla, Safari, and Opera */
}

.overlay_box,
.overlay_box_bg {
	left: 50%;
	top: 340px;
	padding: 0.5em 1em;
	width: 55em;
	height: 37em;
	margin-left: -26.5em;
	margin-top: -19em;
}
