/*--- page layout framework ------------*/

html {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #121315 url("/img/splash/noise.jpg") 0 0 repeat;
}

div#gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url("/img/splash/background.jpg") center center no-repeat;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin: -280px 0 0 -480px;
	text-align: left;
}

div#photo {
	width: 950px;
	height: 540px;
	background: url("/img/splash/logo.jpg") 0 0 no-repeat;
}

object#logo {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 185px;
	height: 110px;
}

div#content {
	float: right;
	width: 44em;
	margin: 60px 60px 0 0;
}

object#navigation {
	float: right;
	display: block;
	margin: 0 0.5em 2em 0;
}

/*--- footer ------------*/

div#footer {
	margin: 1em 2.5em 0 0;
}

div#footer p {
	color: #848b94;
	font-size: 0.9em;
	width: 40%;
	margin: 0;
	padding: 0;
}

div#footer p#copyright {
	float: right;
	text-align: right;
}

div#footer a, div#footer a:visited {
	text-decoration: none;
	color: #b6bcc1;
}

div#footer p#credit a {
	color: #575b64;
}

div#footer a:hover {
	text-decoration: underline;
	color: #fff !important;
}

/*--- headings ------------*/

h3 {
	font-size: 1.4em;
}

/*--- intro ------------*/

div#sintro {
	margin-bottom: 3em;
}

div#sintro p {
	font-size: 1.15em;
	color: #949ca5;
}

div#sintro a:link, div#sintro a:visited {
	text-decoration: none;
	color: #b0e194;
}

div#sintro a:hover {
	text-decoration: underline;
	color: #79ff25;
}

div#sintro:hover a:link, div#sintro:hover a:visited {
	text-decoration: underline;
}

/*--- table ------------*/

div#content table {
	border-top: 1px solid #26282c;
	width: 48em;
}

div#content td {
	margin: 0;
	padding: 0;
	color: #747a83;
	border-bottom: 1px solid #26282c;
}

div#content td.title {
	width: 32em;
}

div#content td.date {
	width: 8em;
	color: #380000;
}

div#content td.time {
	width: 8em;
	color: #3b3e44;
}

div#content td.date, div#content td.time {
	text-align: right;
}

div#content td.date, div#content td.time {
	font: 1em "Consolas", "Courier New", "Courier", "FreeMono", monospace;
}

div#content td.date {
	text-transform: uppercase;
}

div#content td a {
	display: block;
	padding: 0.3em 0;
	text-decoration: none;
	color: #949ca5;
}

div#content tr:hover td a {
	color: #fff;
}

div#content tr.hoverHighlighted td.title {
	background: transparent url("/img/splash/row_gradient.png") -5em 0 repeat-y;
}

div#content tr.hoverHighlighted td.date {
	background: transparent url("/img/splash/row_gradient.png") -37em 0 repeat-y;
	color: #fff;


}

div#content tr.hoverHighlighted td.time {
	background: transparent url("/img/splash/row_gradient.png") -44em 0 repeat-y;
}

/*--- images ------------*/

object#logo img {
	width: 181px;
	height: 106px;
}

						#gallery_box{
						position:absolute;
						right:57px;
						top:60px;
						}

						#contact_box{
						position:absolute;
						right:20px;
						top:60px;
						}

						#search_box{
						position:absolute;
						right:10px;
						top:10px;
						background-image:url(/img/splash/search_bg.gif);
						width:249px;
						height:47px;
						}
						
							#search_box #s{
							position:absolute;
							background-color:#000000;
							top:25px;
							left:40px;
							color:#dedede;
							font-size:8px;
							border:none;
							text-align:center;
							height:10px;
							width:160px;
							}
