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

html {
	min-height: 102%; /* force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
}

body {
	background: #474c52 url("/img/global/background.jpg") center center fixed;
}

div#gradient {
	/*background: transparent url("/img/global/glowy.png") 0 0 no-repeat;*/
}

div#container {
	width: 81em;
	margin: 0 auto;
}

div#header {
	padding-top: 1em;
}

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

object#logo {
	float: right;
	display: block;
	margin: 1.8em 2.2em 0 0;
}

div#dash {
	padding: 30px;
	background: transparent url("/img/global/headerbg.png") center 0 no-repeat;
}

div#content {
	margin-bottom: 1em;
	padding: 0 1em 1em 1em;
}


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

div#intro {
	width: 45em;
	float: right;
	margin: 0;
}

div#intro p {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: right;
	color: #d8dfe5;
}

div#intro a:link, div#intro a:visited {
	text-decoration: none;
	color: #a3c095;
}

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

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

div#introcart {
	width: 45em;
	float: right;
	margin: 0;
}

div#introcart p {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: right;
	color: #d8dfe5;
}

div#introcart a:link, div#intro a:visited {
	text-decoration: none;
	color: #a3c095;
}

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

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

div#footer {
	clear: both;
	margin: 0 1em 2em 1em;
	background: transparent url("/img/global/opaque_10.png") 0 0 repeat;
}

div#footer p {
	width: 40em;
	padding: 0.6em 1em;
	font-size: 1em;
}

div#footer p#navlinks {
	float: left;
	text-align: left;
}

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

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

object#logo img {
	width: 316px;
	height: 52px;
}

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

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

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

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

div#content-news td.date {
	width: 8em;
	color: #747a83;
}

div#content-news td.time {
	width: 8em;
	color: #747a83;
}

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

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

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

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

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

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

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

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

