/* name - style1

	 ************************************************
	 color1 - #bf9f5a
	 color2 - #ab6618
	 color3 - #999
	 ************************************************
	
	to update this style, first replace the header/footer image, then search and replace the 3 colors listed above.
	
*/
img { border: 0; }

/* header */
#logo-space span {
/* 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
 */
	color: #aaa;
	background-color:transparent;
	font-size: 125%;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

body #bg-top {
}

body {
	background: #000 url(../images/backgrounds/texture-01.jpg) 50% 0 repeat-x;
	background-attachment:fixed;
}

/* footer */
#bg-bottom, #bg-bottom-ie {
	background: url(../images/backgrounds/bg-bottom.jpg) 50% 100% repeat-x;
	background-attachment:fixed;
}


/* color 1 */
a, h2, .contentheading, #maincol .moduletable h3, #bottom-modules h3, .moduletable-hilite2 h3, .moduletable-hilite5 h3, .module-hilite2 h3, .module-hilite5 h3, ul.menuside li.active a, a#active_menu, a#active_menu.sublevel {
	color:#bf9f5a;
	background-color:transparent;
}
a img.album {
	border-color:#bf9f5a;
}
.contentheading, .maincol .accent, #horiz-menu li.active span span.selector, a#active_menu, ul.menuside li.active a, a.readon, 
div.moduletable-hilite1 a.readon, div.module-hilite1 a.readon, ul.arrow-1 li, ul.triangle-1 li, ul.bullet-1 li, ul.bullet-5 li, ul.plus-1 li {
	background-color:#ab6618;
	color:#fff;
}

/* color 2 */
#maincol a {
	/* color:  #ab6618;  */
}
h1, #secondcol .moduletable h3, .moduletable-hilite3 h3, .moduletable-hilite6 h3, .module-hilite3 h3, .module-hilite6 h3, #horiz-menu li:hover li:hover a:hover, #horiz-menu li.sfHover li.sfHover a:hover, ul.menuside a:hover, ul.menuside li.active li a:hover, a.mainlevel:hover, a.sublevel:hover {
	color:#ab6618;
	background-color:transparent;
}
.secondcol .accent, #horiz-menu li:hover span span.selector, #horiz-menu li.sfHover span span.selector, ul.menuside a:hover, ul.menuside li.active li a:hover, ul.arrow-2 li, ul.triangle-2 li, ul.bullet-2 li, ul.bullet-6 li, ul.plus-2 li, .moduletable-hilite1 ul.arrow-2 li {
	background-color:#ab6618;
	color:#fff;
}
a.mainlevel:hover {
	background-color:#bf9f5a;
	color:#ab6618;
}
/****** common colors *******/

/* color 3 */
#thirdcol .moduletable h3, .moduletable-hilite1 h3, .moduletable-hilite4 h3, .module-hilite1 h3, .module-hilite4 h3 {
	color:#999;
	background-color:transparent;
}
.thirdcol .accent {
	background-color:#999;
}

/* color overrides */
#bg-top-overlay {
	background: none;
}
#bg-bottom-overlay {
	background: none;
}
ul.menuside ul a {
	text-indent: 0;
	color: #ccc;
	background-color:transparent;
}
ul.menuside li.active li a {
	color: #ccc;
	background-color:transparent;
}
a#active_menu.sublevel {
	background: none;
}
ul.menuside a {
	color: #ccc;
	background-color:transparent;
}
ul.menuside ul a {
	background: #999 url(../images/triangle.png) 0 5px;
}
a.sublevel {
	color: #ccc;
	background-color:transparent;
}
#horiz-menu li:hover a, #horiz-menu li.sfHover a, #horiz-menu li:hover a:hover, #horiz-menu li.sfHover a:hover {
	color: #fff;
	background-color:transparent;
}
#horiz-menu a  {
	color: #ccc;
	background-color:transparent;
}
#horiz-menu li.active a, #horiz-menu li.active_menu a {
	color: #fff;
	background-color:transparent;
}

/* end */
