/* NOTES
light (link, layout): #D0C9FF
dark (hover, text): #9C96BF;
*/

/* The background */
div#background
{
	padding: 0px 0px 96px 0px;
	background: url(/images/front/spried.png) no-repeat center bottom;
}

/* The recently - this, well, holds the news, and the telescope */
div#recently
{
	margin-top: auto;
	margin-bottom: 0px;
	background: url(/images/front/prawn.png) repeat center bottom;
}

/* The telescope.  And this, uhh, changes pages. */
#telescope a
{
	display: inline-block;
	width: 18px;
	height: 14px;
	margin-bottom: 2px;
	background: none no-repeat center center;
}

#telescope a.lens { background-image: url(/images/front/telescopelens.png); }
#telescope a:hover.lens {background-image: url(/images/front/telescopelenslit.png); }
#telescope a.cane { background-image: url(/images/front/telescopecane.png); }
#telescope a:hover.cane { background-image: url(/images/front/telescopecanelit.png); }

/* The monitor - this holds the image and member content */
div#monitorframe
{
	margin: 12px auto 0px auto;
	min-width: 316px;
	height: 192px;
	background: url(/images/front/plasma.png) no-repeat top center;
	padding: 12px;
}

div#monitor
{
	display: inline-block;
	width: 256px;
	height: 192px;
	background: url(/images/headlines/zarboart.png) no-repeat center left;
	padding: 0px;
	margin: 0px;
	border: none;
}

/* The channel selector - goes to members or projects page */
div.channels
{
	display: inline-block;
	width: 18px;
	font-variant: small-caps;
}

div.channels.left { margin-right: 8px; }
div.channels.right { margin-left: 8px; }

.channels a
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 0px;
	height: 18px;
	padding: 2px 0 2px 18px;
	margin: 0 0 0 4px;
	color: black;

	background: none no-repeat top left;
}

.channels a:hover { /*overflow: visible;*/ }

.channels a#projects-channel { background-image: url(/images/front/projects-light.png); }
.channels a#projects-channel:hover { background-image: url(/images/front/projects-dark.png); }
.channels a#members-channel { background-image: url(/images/front/members-light.png); }
.channels a#members-channel:hover { background-image: url(/images/front/members-dark.png); }

/* The zarbosoft text */
div#manufacturer
{
	width: 256px;
	height: 32px;
	background: url(/images/front/majestic.png) no-repeat center center;
	margin: 0px auto;
}
