/* blueness.css
 * ellars.com style sheet
 * "blue" style (alternate)
 * copyright 2003 by MSE
 */

/* general use elements */

body	{
	background: #369;;
	color: #ccc;
	border-color: white;
}

h1,h2	{
	border-color: white;
	background: transparent;
}

h1 span	{
	background: transparent;
	color: #ababba;
}

h2	{
	color: #ababba;
}

h3,h4,h5,h6	{
	color: white;
}

acronym	{
	border-color: white;
}


/* galaxian divisions */

#partTwo	{
	border-color: white;
	background: transparent;
}

/* elemental divisions */

div.minorContent	{
	border-color: #369;
}

#majorContent	{
	border-color: white;
}

div.portItem, div.portItem h4, div.portItem img {
	border-color: white;
}


/* special effects modifiers */

.ec	{
	background: #36c;
}


/* form elements */

input,textarea	{
	border-color: white;
	color: #ccc;
	background: #369;
}

input.cButton	{
	border-color: white;
}

/* here there be dragons a/k/a hyperlinks */

a	{
	background: transparent;
}

a.menu	{
	border-color: #369;
}

a:link	{
	color: #6cf;
}

a:visited	{
	color: #69c;
}

a:active	{
	color: white;
}

a:hover	{
	background: #039;
	color: white;
}

a.menu:hover	{
	border-color: white;
}

a.home:hover	{
	border-top-color: #369;
}


/* special sub menu stuff */

ul.menuList li ul.subMenu	{
	background: #369;
	border-color: white;
}


/* tagline fix */

#tagline.cpers	{
	color: #ababba;
}

/*
 * end of blueness.css
 */
