@import "../style-base.css";

body {
  color: #333;
  background: #000033 url(images/bg.png) 0 0 repeat-x;   /*SCB BODY BACKGROUND */ 
/* NOTES: need to sswap corener images for header/footer if bg color changes    */

}




a:link,
a:visited,
a:hover,
.title, .title a,
.node .taxonomy,
#aggregator .news-item .categories, #aggregator .source, #aggregator .age,
#forum td .name,
div.admin-panel .description {
	color: #999 !important;
/* NOTES: match to  lt/rt headers line 52   */



}

#section1 {
	color: #999;
	background: #ffffff url(images/topregion-bg.png) 0 0 repeat-x;


}

#section1 a,
#section1 a:link,
#section1 a:visited,
#section1 h2, #section1 h2 a {
	color: #fff !important;

}

#middlecontainer {
	background: #fff url(../images/all/body-bg.png) 0 0 repeat-x;
}

#middlecontainer h1.title {
	color: #000066 !important;  /* SCB- HEADER IN MAIN BODY*/
	
}


#middlecontainer h2.title  {
	color: #999 !important;
	font-size: 120%;             /* NOTES: SCB added this   */

/* NOTES:  LT/RT margin headers    */

}

.node h2.title a {
	color: #006 !important;



}

#section2 {
	color: #000033;
	background: #ffffff url(images/bottomregion-bg.png) 0 0 repeat-x;
/* NOTES:  */



}

#section2 a,
#section2 a:link,
#section2 a:visited,
#section2 h2, #section2 h2 a {
	color: #ccc !important;
}

#section1 td.section {
	background: transparent url(images/topline.png) 0 0 no-repeat;
}

#section2 td.section {
	background: transparent url(images/bottomline.png) 0 0px no-repeat;  /* SCB was 0 1px */
}

#masthead {
	background: #ffffff url(images/mast-bg.png) 0 0 repeat-x;
}

#header .header-right {
	background: transparent url(images/mast-r.png) 100% 0 no-repeat;
}

#header .header-left {
	background: transparent url(images/mast-l.png) 0 0 no-repeat;
	padding: 1px 0 0px 0;  /* SCB was 1px 0 0px 0 */
}

#prenav {
	padding: 0px;
	background-color: #ffffff; 


}


#postnav {
	border-top: 0px solid #666666;


}

#breadcrumb, #breadcrumb a {
	color: #fff !important;
	background-color: #666666;
	font-color: #ffffff;
	display: none;
	
}

#breadcrumb .breadcrumb {
	padding: 1;
}

#bar {
	background: transparent url(images/bar.png) 0 0 repeat-x;
	padding: 0px 0 0px;  /* SCB was 4px 0 3px */
}

#bar2 {
	background: transparent url(images/bar2.png) 0 0 repeat-x;
	padding: 1px;
}

#footer-wrapper {
	background: #333 url(images/footer-bg.png) 0 0 repeat-x;
}

#footer-wrapper .footer-right {
	background: transparent url(images/footer-r.png) 100% 0 no-repeat;
}

#footer-wrapper .footer-left {
	height: 15px;
	overflow: hidden;
	background: transparent url(images/footer-l.png) 0 0 no-repeat;
}



#footer, #footer a {
	color: #000066 !important;
/* NOTES:  footer text color  */



}

#shadow {
	background: transparent url(images/shadow-bg.png) 0 0 repeat-x;
	margin-top: 0px; /* SCB was 2px */
}
#shadow .shadow-right {
	background: transparent url(images/shadow-r.png) 100% 0 no-repeat;
}
#shadow .shadow-left {
	background: transparent url(images/shadow-l.png) 0 0 no-repeat;
/*	height: 12px; */
}






/* Menu styles */

li.expanded {
  list-style-image: url(../images/all/menu-expanded.png);
}
li.collapsed {
  list-style-image: url(../images/all/menu-collapsed.png);
}

#navigation {
	background: #009900 url(images/menu-bg.png) repeat-x;
	
	
/* NOTES:  BG for ADMIN menu aka "Navigation menu"  ---change stars for HZ menu- made GREEn for Admins */



}

#primary a, #suckerfishmenu a {
	color: #fff !important;
	background: transparent url(images/menu-div.png) 100% 0 repeat-y;
font-size: 80%;             /* NOTES: SCB added this   */


}

#primary a:hover, #suckerfishmenu a:hover {
	background: #660000;  /* SCB-- on primary menu */

}

#primary li a.active, #suckerfishmenu li a.active {
	color: #999 !important;  
}

#secondary a {
	color: #fff !important;

	
	background: #333333 url(images/menu-div.png) 100% 0 repeat-y;
}

#secondary a:hover {
	background-color: #333;
}

#secondary a.active {
	color: #999 !important;
	background-color: #333;
}

/* suckerfishmenu */

#suckerfishmenu ul.menu li li a:link, #suckerfishmenu ul.menu li li a:visited {
	color: #fff;
	background: #484848;
	border-left: 0px solid #5f5f5f;
	border-top: 0px solid #5f5f5f;
	border-right: 0px solid #3b3b3b;
	border-bottom: 0px solid #3b3b3b;
	
}
#suckerfishmenu ul.menu li ul a:hover {
	color: #fff;
	background: #3b3b3b;
}
#suckerfishmenu ul.menu li li.expanded a,
#suckerfishmenu ul.menu li li.expanded ul.menu li.expanded a {
	background: #484848 url(images/arrow1.png) 100% 50% no-repeat;
}
#suckerfishmenu ul.menu li li.expanded a:hover,
#suckerfishmenu ul.menu li li.expanded ul.menu li.expanded a:hover {
	background: #3b3b3b url(images/arrow2.png) 100% 50% no-repeat;
}
#suckerfishmenu ul.menu li li.expanded ul.menu a,
#suckerfishmenu ul.menu li li.expanded ul.menu li.expanded ul.menu a {
	background: #484848;
}
#suckerfishmenu ul.menu li li.expanded ul.menu a:hover,
#suckerfishmenu ul.menu li li.expanded ul.menu li.expanded ul.menu a:hover {
	background: #3b3b3b;
}

ul.links li {
	border-left: 2px solid #d3d3d3;
}

.book-navigation .page-links {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

#footer ul.links li {
	border-left: 1px solid #909090;
}




/* main style overiding */

#site-name a, #site-name a:hover {
	color: #666 !important;
}

#site-slogan {
	color: #bfbfbf;
}

#mission {
	color: #333;
	border: solid 1px #d3d3d3;
}

#search .form-text, #search .form-submit {
	border: 1px solid #666;
}

.submitted, .links {
	color: #333;
}

.comment {
	border: 1px solid #d3d3d3;
}

.image-thumbnail, .image-preview {
	border: 2px #fca7ad solid;
}
