@import "style-base.css";

body {
  color: #292929;
  background: #e4e4e4 url(images/bg.png) 0 0 repeat-x;
}

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: #104a91 !important;
}

#section1 {
	color: #f0f0f0;
	background-color: #BDBDBD;
}

#section1 a,
#section1 a:link,
#section1 a:visited {
	color: #ffcd06 !important;
}

#section1 h2, #section1 h2 a {
	color: #131e23 !important;
}

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

#middlecontainer h1.title {
	color: #104a91 !important;
}

#middlecontainer h2.title  {
	color: #104a91 !important;
}

.node h2.title a {
	color: #104a91 !important;
}

#section2 {
	color: #fff;
	background: #00335b url(images/bottomregion-bg.png) 0 0 repeat-x;
}

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

#section2 h2, #section2 h2 a {
	color: #131e23 !important;
}

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

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

#masthead {
	background: #4D759B url(images/mast-bg.png) top center 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 14px 0;
}

#postnav {
	border-bottom: 1px solid #58a8d1;
}

#breadcrumb, #breadcrumb a {
	color: #353535 !important;
	background-color: #bdbdbd;
}

#breadcrumb .breadcrumb {
	padding: 0;
}

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

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

#footer-wrapper {
	background: #000911 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: #adadad !important;
}

#shadow {
	background: transparent url(images/shadow-bg.png) 0 0 repeat-x;
	margin-top: 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: 52px;
}

/* 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: url(images/menu-bg.png) repeat-x;
}

/* uncomment this to have the menu items on the right
.navcont { 
	float: right;
}
*/
#primary a, #suckerfishmenu a {
	color: #303030 !important;
	background: transparent url(images/menu-div.png) 100% 0 repeat-y;
}

#primary a:hover, #suckerfishmenu a:hover {
	background: #E3D3B7;
	color: #fff;
}

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

#secondary a {
	color: #fff !important;
	background: url(images/menu-div.png) 100% 0 repeat-y;
}

#secondary a:hover {
	background-color: #555;
	color: #fff;
}

#secondary a.active {
	color: #0cf !important;
}

/* suckerfishmenu */

#suckerfishmenu ul.menu li li a:link, #suckerfishmenu ul.menu li li a:visited {
	color: #fff;
	background: #C1AF8F;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#suckerfishmenu ul.menu li ul a:hover {
	color: #fff;
	background: #E3D3B7;
}
#suckerfishmenu ul.menu li li.expanded a,
#suckerfishmenu ul.menu li li.expanded ul.menu li.expanded a {
	background: #292929 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: #555 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: #292929;
}
#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: #555;
}

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

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

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


/* main style overiding */

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

#site-slogan {
  color: #000;
  font-style: italic;
}

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

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

.submitted, .links {
	color: #8e6126;
}

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

.image-thumbnail, .image-preview {
	border: none;
}

ul.galleries li {
	background : #eee;
	border : 1px #ccc solid;
}
 
/* JBR Date & Search */

#header  #edit-search-theme-form-1{
	color:#FFF; 
	font-size: 1.0em; 
	border: #FFF 2px groove; 
	background-color:#001323;
	height: 18px;
}

#header #search-theme-form input[type=submit]{
	color: #FFF; 
	font-size:1.0em; 
	font-weight: bold;
	border: #FFF 2px groove; 
	background-color: #001323;
	height: 22px;
}

#search {
	padding-top: 50px;
}

#date {
	color:#001323;
	font-size: 1.3em;
}

#navlist2 {
	font-size:1.3em;
}

/* @group showNews & showAboutUs_News Views  */

div.view-showNews div.views-field-field-date-value,
div.view-showAboutUs-News div.views-field-field-date-value {
	color: #ADADAD;
	border-bottom: 1px #E1D7C8 solid;
	padding: 3px;
	font-weight: bold;

}

div.view-showNews div.views-field-title {
	padding: 3px;
}

div.view-showNews div.views-field-value {
	font-style: italic;
	text-align: right;
	color: #ADADAD;
	padding-bottom: 25px;
	clear: left;
}

div.view-showAboutUs-News div.views-field-value {
	font-style: italic;
	font-weight: bold;
	color: #ADADAD;
}

div.view-showNews .imagecache-Thumbnail,
div.view-showAboutUs-News img {
	border: 1px #E1D7C8 solid;
	padding: 1px;
	margin: 4px;
}

div.view-showNews .imagecache-Thumbnail {
	float:left;
}

/* @end */

/* @group Image Caption */

.image-caption-container{
    
}

.image-caption{
	font-weight: bold;
	border:1px solid #E1D7C8;
	color: #111629;
	font-size: 0.77em;
	padding:2px;
}

/* @end */

/* @group Misc */
hr {
	color: #E1D7C8;
	background-color: #E1D7C8;
	height: 1px;
	width: 90%;
}
/* @end */

img { display:block; }

