@charset "iso-8859-1";

/*******************************************************************************
*  skidoo_too_gargoyles_theme.css : 2004.08.20
* -----------------------------------------------------------------------------
*  
*******************************************************************************/

/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.	
 */
 
/* handle border colors first
 */
#pageWrapper, #masthead, #content, #leftColumn .leftBlock, #cornerLogo .placeHolder, 
#leftColumn .vnav ul, #leftColumn .vnav ul li
{
	border-color: #676;
}
#masthead, #leftColumn .leftBlock h3
{
	border-color: #454;
}

h3 
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #6794cf;
background-color: #85FF66;
background-repeat: repeat-x;
background-attachment: scroll;
color: #0c305f;
padding-top: 5px;
padding-bottom: 5px;
}

h5

{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0.3em;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
display: block;
}



h5, h5 input.tagedit

{
font-size: small;
font-weight: normal;
color: #aaaaaa;
}

#content h3.pageTitle, #contentColumnContainer, #content .hnav, #content .hnav ul li a
{
	border-color: #aba;
}

/* now comes the normal line of things, fonts and colors being set
 */
body
{
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
#pageWrapper
{
	background-color: #33FF00;
	color: #000;
	font-size: 80%;	/* set your default font size here. */
}
#masthead
{
	background-color: #fff;
	color: #fff;
}
#masthead h1, #cornerLogo .placeHolder
{
	color: #676;
}
#masthead h2
{
	color: #1F9900;
}
#content
{
	background-color: #fff;
	color: #000;
}
#content h3.pageTitle
{
	color: #000;
}
#content .hnav ul a, #content .hnav ul a:link, #content .hnav ul a:visited, #content .hnav ul a:active
{
	color: #000;
	background-color: #fff;
}
#content .hnav ul a:hover
{
	color: #fff;
	background-color: #000;
}
#leftColumn .leftBlock
{
	background-color: #33FF00;
	color: #fff;
}
#leftColumn .leftBlock h3
{
	background-color: #1F9900;
	color: #fff;
}
#leftColumn .vnav ul a, #leftColumn .vnav ul a:link, #leftColumn .vnav ul a:visited, #leftColumn .vnav ul a:active
{
	color: #000;
	background-color: #fff;
}

#leftColumn .vnav ul li a:hover
{
	color: #fff;
	background-color: #000;
}
#rightColumn
{
	/*	font-size: 90%;	*/
}
#footer
{
	color: #EBFFE6;
	font-family: verdana, helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}

/******************************************************************************/
