/* Author: Andrew Myers http://apathetic.atwebhosting.com
 * File: blue-steel.css
 * Description: Colour scheme and Font information for template. Change this file to create custom colour schemes.
 *				I have tried to include most elements that you may want to change, but i may have missed some...
 *				You can always make your own additions of course.
 */ 

body {
	color: #555555;
	border-color: #C0C0C0; /* Sometimes this has to be overridden...not sure why */
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #77AACC;
	font-family: Tahoma, Arial, sans, sans-serif;
	font-weight: bolder;
}

h1, h2, h3{
	/* Don't want these bold, they make enough impact as normal text */
	font-weight: normal;
}

#banner p {
	font-family: Tahoma, Arial, sans, sans-serif; 
	font-size: larger;
}

.box h3 {
	background-color: #77AACC;	
	color: #FFF; 
}

table.moduletable th {
	background-image: url(../images/bg_color.jpg);
	background-repeat: repeat-x;
/*	background-color: #77AACC;*/	
	color: #FFF; 
}

#footer {
	font-size: 12px;
}


/* Navigation Bar */
#navigation {
/*	background-color: #77AACC;*/
	color: #FFFFFF;
	background-image: url(../images/bg_color.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans, sans-serif;
	font-weight: bolder;
}


/* Form widgets */
.button {
	background-color: #77AACC; 
	color: #FFF;
}

/* Navigation Link Styles */
#navigation a, #navigation a:active, #navigation a:visited {
	color: #FFFFFF;
/*	background-color: #77AACC;*/
/*	border-color: #77AACC;*/
}

#navigation a:hover, #navigation a:visited:hover {
	color: #333333;
/*	background-color: #CCDFEC;
	border-color: #757575;*/
}

/* Standard Link Styles */
a, a:active {
	color: #77AACC;
	text-decoration: underline;
}

a:hover, a:active:hover, a:visited:hover {
	color: #000000;
}
