/**********************/
/* MAESTRO LUCIAN CSS */
/**********************/

/* standard elements */
*
{
	margin: 0;
	padding-top: 0ex;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: -2px;
	scrollbar-3d-light-color: #FC6;
}

a { color: #5F5748; }

a:hover { color: #808080; }

body
{
	color: #7A7058;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62%;
	font-style: normal;
	font-variant: normal;
	float: left;
	background-color: #000;
	background-repeat: repeat-x;
	scrollbar-3d-light-color: #F36;
}

input
{
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode", sans-serif;
}

p, cite, code, ul
{
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1
{
	font-size: 1.4em;
	margin-bottom: 4px;
}

code
{
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode", serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote
{
	background: url(../../LM%20Artwork/img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode", serif;
	padding-left: 28px;
}

h1, h2, h3
{
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer { clear: both; }

/* structure */
.container {
	background-image: none;
	background-repeat: repeat-y;
	scrollbar-3d-light-color: #9C9;
}

/* header */
.header { }

/* title */
.title { margin-top: 10px; }

.title h1
{
	color: #5F5748;
	font: normal 3.4em "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

/* sub navigation */
.pagetitle
{
	font-size: 30px;
	font-weight: normal;
}

.navigation_top
{
	margin-top: -90px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 400px;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: auto;
}

.navigation_top a
{
	color: #5F5748;
	text-decoration: none;
	margin-right: 12px;
	line-height: 44px;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 4px;
}

.navigation_top a:hover
{
	color: #A79978;
	font-size: larger;
}

/* navigation */
.navigation_bottom
{
	margin-left: 30px;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.navigation_bottom a
{
	color: #5F5748;
	text-decoration: none;
	margin-right: 12px;
	line-height: 44px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 4px;
}

.navigation_bottom a:hover
{
	background: #222222;
	color: #6d604f;
}

/* main */
.main
{
	margin-left: 30px;
}

/* content */
.content
{
	padding-top: 2px;
	float: left;
	width: auto;
	scrollbar-3d-light-color: #0C9;
}

.content .descr
{
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}

.content li
{
	list-style: url(../../LM%20Artwork/img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer
{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footer a
{
	color: #6d604f;
	text-decoration: none;
}

.footer a:hover
{
	color: #3366CC;
	text-decoration: none;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	font-style: normal;
}

.footer .left, .footer .right { padding: 0 12px; }

.footer .right, .footer .right a { color: #C0B8A6; }

.footer .right a:hover { color: #FFE; }

/* floats */
.left { float: left; }

.right { float: right; }

.clearer { clear: both; }
