/* body */
body
{
	color: #000;
}




/* hiding compatibility-stuff */
.hide, hr
{
	display: none;
}




/* overall font set */
p, td, th, ul, li, h1, h2, h3, h4, h5
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 1.5em;
}

.gray
{
	color: #999;
}

a, a:link, a:visited	
{
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #060;
}

a:hover
{
	text-decoration: underline;
}



/* layer formatting */
div#headLogo
{
	background-image: url(images/layout.studioslogo.white.png);
	background-repeat: no-repeat;
	width: 295px;
	height: 160px;
}

#headLogo h1
{
	display: none;
}




/* navigation */
div#navigation
{
	display: none;
}



/* main content */
div#content
{
	width: 100%;
	margin-top: 3.5em;
/*	border-color: #999;
	border-width: 0 1px 0 0;
	border-style: dotted;	*/
}

#content,
#content p,
#content li
{
	font-family: lucida grande, trebuchet ms, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}

#content li
{
	margin: 0;
}

#content h3
{
	font-family: lucida grande, trebuchet ms, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
	margin-top: 1em;
}

#content h1
{
	font-family: georgia, lucida grande, trebuchet ms, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 1.5em;
	color: #000;
}

#content h2
{
	font-family: georgia, lucida grande, trebuchet ms, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: .8em;
	margin-top: 2em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000;
	padding-top: 1em;
/*	border-color: #999;
	border-width: 1px 0 0 0;
	border-style: dotted;	*/
}




/* additional content styles */
div#donate
{
	display: none;
}

p#infotext
{
	color: #000;
}

p#lastupdated
{
	color: #f00;
}





#footer
{
	margin: 4em 0 2em 0;
	padding: 1em 0 0 0;
	width: 100%;
/*	border-color: #999;
	border-width: 1px 0 0 0;
	border-style: dotted;	*/
}

#footer p
{
	font-family: lucida grande, trebuchet ms, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.5em;
	color: #666;
	
}



