/* ==============================================================================

Client:		Lotas Productions [www.lotasproductions.com]

Author:		Manning Advertising [www.manningadvertising.com]

Media:		Screen

Created:	2007

==============================================================================*/

* {
	margin:0;
	padding:0;
}

body {
	font: 76%/1.4em "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color:#555;
	background:url(images/bg.jpg) repeat-x top #a19f7e;
}
a {
	color:#555;
}

a:hover {
	color:#000;
}
a:visited, #content a:visited {
	color:#999;
}
img {
	border:0;
}

input:hover, input:focus {
	color:#afaf7d;
}

#wrap {
	margin:10px auto;
	width:62.5em;
	max-width:960px;
	border:solid 7px #fff;
	background:url(images/content_bg.gif) repeat-y right #fff;
}

#header {
	color:#fff;
	width:100%;
	background:url(images/building.jpg) no-repeat bottom right #5a5925;
}

h1 {
	width:430px;
	float:left;
}
h1 a {
	color:#fff;
}

#header ul {
	min-height:97px;
	margin:0 0 0 440px;
	padding:12px 0 0 10px;
}

ul#nav {
	width:62.5em;
	max-width:960px;
	float:left;
	border:solid 1px #fff;
	border-width:1px 0;
	background:url(images/nav_bg.gif) repeat-x center #c6c6c6;
}

ul#nav li {
	list-style-type:none;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	background:#757767;
}

ul#nav li a {
	display:block;
	width:12em;
	padding:10px 0 10px 26px;
	text-align:center;
	border-left:solid 1px #fff;
	color:#fff;
	text-decoration:none;
	background:url(images/nav_bg.gif) repeat-x center #c6c6c6;
}
ul#nav li:first-child a {
	border-left:0;
}
ul#nav li a span {
	padding:8px 26px;
}
ul#nav li#home a span {background:url(images/nav_building.gif) no-repeat center left transparent;}
ul#nav li#downloads a span {background:url(images/nav_ear.gif) no-repeat center left transparent;}
ul#nav li#voice_bank a span {background:url(images/nav_mic.gif) no-repeat center left transparent;}
ul#nav li#contact a span {background:url(images/nav_contact.gif) no-repeat center left transparent; padding-left:33px;}


/* Sidebar
============================================================================== */
#sidebar {
	padding:10px 0 0;
	float:right;
	width:190px;
	color:#000;
	background:url(images/sidebar_top.gif) repeat-x top #8b8b6a; 
}

#sidebar label, #sidebar select {
	margin:2px 20px;
}

#sidebar label {
	font-weight:bold;
}

#sidebar select {
	margin-bottom:10px;
	width:150px;
	font-size:.9em;
}
#sidebar option {
	width:100px;
}


/* Content 
============================================================================== */
#content {
	margin-right:190px;
	clear:left;
	padding:15px 0 20px;
	min-height:30em;
	background:url(images/content_top.gif) no-repeat top right #fff;
}
#content2 {
	clear:left;
	padding:15px 0 20px;
	min-height:30em;
	background: #fff no-repeat right;
}
#content p, #content h2, #content h3 {
	margin:5px 24px;
	padding-top:5px
}
#content h2 {
	padding-top:10px;
	color:#979770;
	clear:left;
}
#content ul {
	margin:5px 30px 5px 60px;
}
#content ul li {
	list-style-image:url(images/mic_bullet.gif);
	line-height:2.4em;
}
#content2 ul {
	margin:5px 30px 5px 30px;
}
#content2 ul li {
	list-style-image:url(images/mic_bullet.gif);
	line-height:2.4em;
}
/* Forms */
#content form {
	margin:12px 24px 0 48px;
}
#content form div {
	margin-top:8px;
}
#content form div label {
	padding-top:2px;
	width:100px;
	display:block;
	float:left;
}
#content form div input, #content form div textarea, #content form div select {
	border:solid 1px #999;
}
#content form div input:focus, #content form div textarea:focus, #content form div select:focus {
	border:solid 1px #afaf7e;
}
#content form div.textarea label {
	width:auto;
	float:none;
}

/* Vocalists Lists */
#content ol.vocalists {
	margin:2px 24px 24px;
	float:left;
}
#content ol.vocalists li {
	width:9.5em;
	list-style-type:none;
	padding-left:20px;
	text-indent:-20px;
}
#content .new {
	color:#a00;
}


/* Footer 
============================================================================== */
#footer {
	clear:both;
	background:url(images/footer.gif) repeat-x top #000;
}

#footer p {
	padding:8px 24px;
	color:#fff;
	font-size:1em;
}

#footer p a {
	color:#fff;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}

p#disclaimer {
	width:33em;
	float:right;
	text-align:right;
}	