@charset "utf-8";
/* ---------------------------------------------------------------------------

	CSS CUSTOM STYLES: @2009 by Glenn McKeown
	for Blue Moon - Version 1.0 Blue

*/

/* ---------------------------------------------------------------------------
	HTML / BODY / BACKGROUNDS / STRUCTURES
*/

html {
	background-image:url(../../img/bg.jpg);
	}
#wrapper {
	background:url(../../img/bginterior.jpg) repeat;
	}
.col-border {
	background:url(../../img/blue/seperator.jpg) top right repeat-y;
	}

/* ---------------------------------------------------------------------------
	LOGO / NAV
*/

.logo {
	background:url(../../img/blue/logo.png) top left no-repeat;
	}
#nav li a {
	color:#1c2122;
	}
#nav li span {
	color:#eb6a1f;
	}
	#sub-nav li {
		border-top:1px solid #c1c5c6;
		}
		#sub-nav li a {
			color:#383e3f;
			}
.img-thumbs {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TYPOGRAPHY
*/

h1 {
	background:url(../../img/blue/h1gradientbar.gif) top left repeat-x;
	color:#f7f7f7;
	}
	
h2, h3, h4, h5, h6, p, a, li, b, strong, i, em, address, abbr, acronym, small, big, q, blockquote, cite, caption, table {
	color:#383e3f;
	}
a {
	color:#333;
	}
.sub-head-major {
	color:#eb6a1f;
	}
.sub-head-minor {
	color:#c1c5c6;
	}
	
/* ---------------------------------------------------------------------------
	FORMS
*/

input, textarea, select  {
	border:1px solid #939393;
	}
	input:focus, textarea:focus, select:focus  {
		background-color:#f6f6f6;
		}
label {
	color:#333;
	}
#submit {
	background-color:#eee;
	color:#383e3f;
	}
	#submit:hover {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TABLE STYLES
*/	
table {
	}
th {
	color:#fff;
	background-color:#aaa;
	border:1px solid #fff;
	}
tr {
	}
	table tr.odd td {
		background-color:#e6e6e6;
		}
	table tr.even td {
		background-color:#f6f6f6;
		}
td {
	border:none;
	}
	
/* ---------------------------------------------------------------------------
	Right Column Nav
*/

.acc-header {
	background:url(../../img/blue/bg-accordion-inactive.jpg) top left no-repeat;
	}
	
	.acc-header a {
		color:#333;
		font-weight:bold;
	}
	
	.acc-header a:hover {
		color:#f7f7f7;
		text-decoration:none;
		}

.acc-active {
	background:url(../../img/blue/bg-accordion-active.jpg) top left no-repeat;
	color:#f7f7f7;
	font-weight:bold;
	}
	
	.acc-active a {
		color:#f7f7f7;
		font-weight:bold;
		text-decoration:none;
	}

/* ---------------------------------------------------------------------------
	FOOTER
*/

#footer, #footer p {
	font-size:smaller;
	background:url(../../img/blue/footergradient.jpg) top left repeat-x;
	}

