/*
** HTML elements
*/
body {
  font: 14px Arial;
  color: #333;
  /* #a8bdc2 */
  background: #ffffff url('images/page-bg2.png') repeat-x 0 1px;
  margin:0 0 15px;
 }
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4 {
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; 
  margin: 10px 0 15px 0;
}
h1 {
  font-size: 200%; 
}
h2 {
  font-size: 150%;
}
h3, h3 a {
  font-size: 150%;
  line-height:1.2;
  color: #3B4A25;
  letter-spacing: 0px;
  text-decoration: none;
}
h4 {
  font-size: 120%;
  line-height:1.25; 
  font-weight:bold;
}
h5 {
  font-size: 1em;
  font-weight:bold;
}
h6 {
  font-size: 1em;
}
p {
  margin: 10px 0 15px;
}
a {
  text-decoration: none;
  color: #ab0900;
}
a:hover {
  text-decoration: underline;
}
blockquote {
  margin: 1.5em 0 1.5em 1.5em;
  color: #666;
  background: url('images/quote.png') .5em top no-repeat;
  padding: 0 20px 0 20px;
}
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */
pre {
  margin-bottom: 1.3em;
  background: #eee;
  border:0.1em solid #ddd;
  padding:1.5em;
}

input[type='text'] {
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

input[type='password'] {
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

input[type='submit'] {
	border: 1px solid black;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #e6f0a3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e6f0a3 0%, #d2e638 50%, #c3d825 51%, #dbf043 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0a3), color-stop(50%,#d2e638), color-stop(51%,#c3d825), color-stop(100%,#dbf043)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-8 */
}

input[type='submit']:hover  {
	border: 1px solid green;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

ul {
  list-style-type: none;
}

li a.active{
	color: #000;
}
ol {
	margin-left: 35px;
}

table {
	border-collapse: seperate;
}

/*
** Page layout blocks / IDs
*/
#wrapper {
 width:950px;
 margin:0 auto;
}

#main {
	min-width: 650px;
	margin: 0 235px 0 200px;
	float:left;
	border: 3px solid #99c5cf;
	/* border: 8px solid #e7f9fb; */
	border-radius: 6px;
	padding: 8px;
	background:#FFF;
	-moz-box-shadow: 2px -2px 5px 1px rgba(128,128,128,0.50), 0px 2px 5px 1px rgba(128,128,128,0.50);
	-webkit-box-shadow: 2px -2px 5px 1px rgba(128,128,128,0.50), 0px 2px 5px 1px rgba(128,128,128,0.50);
	box-shadow: 2px -2px 5px 1px rgba(128,128,128,0.50), 0px 2px 5px 1px rgba(128,128,128,0.50);
}
#sidebar-left, #sidebar-right {
 vertical-align: top;

  z-index:2;
}
.block h2 {
  font-family: Tahoma,Helvetica,Arial Narrow;
  background:#daeffa url('images/module-h3.png') repeat-x;
  margin: 5px 0 10px;
  font-size: 150%;
  padding: 5px 0 5px 8px;
  color: #02576b;
  border: solid #b7ecf5;
  border-width: 1px 3px;
}
#sidebar-left {
 width: 190px;
 float:left;
 margin-right: -220px;
 position: relative;

}
#sidebar-right {
 width: 220px;
 float:right;
 margin-left:-220px;
 position:relative;
 z-index:2;
}
#header {
  background: #c7dce1 url('images/inset-banner3.jpg') no-repeat 50% 5pt;   
  /* background-size: 650px 118px; */  
  /* #c7dce1 url('images/inset-banner.jpg') no-repeat 50% 0pt; */
  border-top:1px solid #d9f3f9;
  margin-bottom:30px;
}

#h2 {
	height:158px; /* Edited */
	width:950px;
	margin:0 auto;
}
#h2 > a {	
	position: static;	
	float: right;
	display: inline;
}
#header img {
	float: right;
	padding-top: 70px;
	display: inline-block;
	padding-left: 10px;
}

#gallery_shadowbox img {
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid gray;
}

#gallery_shadowbox img:hover {
	box-shadow: 2px 2px 4px 1px olive;
}

#header h1{
	display:none;
}

.site-name a {
  color: #26647b;
  font-family: Helvetica,Arial,"Lucida Grande",Verdana,sans-serif;
  text-decoration: none;
  margin-top:9px;
  display:block;
  float:left;
  font-size:70px;
  font-weight:lighter;
  position:relative;
  left:-4px;
}
.site-slogan {
  color: #333;
  width:100%;
  display:block;
  font-weight:bold;
}
.search-box {
  float:right;
  margin:10px 20px 0 0;
}
.search-box .form-text {
 background: url('images/search.png');
 font-size: 1em;
 color: #000;
 padding: 2px;
}
.form-text {
  display:block;
}
#primary {
  display:block;
  height:53px;
  background: url('images/menu-bg.png');
  width:100% ;
  font-size: 13px;
}

#primary a {
  white-space: nowrap;
  font-family: Arial Narrow,Helvetica,sans-serif;
  color: #bd0016;
  font-weight: bold;
  display: block;
  float: left;
  height: 53px;
  line-height: 53px;
  text-transform: uppercase;
  background: url('images/menu-divider.png') no-repeat 100% 0;
  text-decoration:none;
  font-size: 13px;
}
#primary a span{
  padding: 0px 15px;
  display: block;
  height: 53px;
  float:left;
}
#primary a:hover, #primary a:active {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
#primary a.active {
	background-color: rgba(128,128,128,0.125);
	color: red;
	font-weight: bold;
	height: 40px;
	border: 2px solid rgba(0,0,0,0.125);
	border-collapse: collapse;
	border-bottom-left-radius: 20px 30px;
	border-top-right-radius: 20px 30px;
/*
background: url('images/active-menu-r.png') no-repeat right top;
color: #000000;
font-weight: bold;
height: 53px;*/
}
#primary .active span {
background: url('images/active-menu-l.png') no-repeat left top transparent;
}
#primary ul{
  margin: auto;
  width: 1000px;
}
#primary ul.links li {
  padding:0;
}
#mission {
  border:1px solid #cee0e4;
  padding:5px;
}
.messages {
	background-color: rgba(112, 193, 76, 0.5);
	border: 1px solid #3e7326;
	padding: 0.3em;
	margin-bottom: 1em;
	border-radius: 3px;
}
.error {
	border-color: red;
}

#footer {
	text-align: center;
	font-size: 0.9em;
	width:950px;
	margin:auto;
}

#footer .block > h2, #footer .content .item-list > h3  {
	font-family: 'Jura', sans-serif;
}

#copyright {
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 12px;
	color: #BFBFBF;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

#copyright > a {
	font-family: verdana;
	font-size: 12px;
	color: #ab0900;
}

.title h2, .title a {
  color: #02576b; 
  font-size: 23px;
  height: 30px;
  line-height: 30px;
  font-family: Tahoma,sans-serif;
  margin-bottom:20px;
  font-weight:lighter;
}
h1.title {
  color: #333; 
}
.block, .box {
 padding: 0 0 1.5em 0;
}
#sidebar-left .block {
	display:block;
	border: 3px solid #99c5cf;
	background:#ffffff;
	padding:8px;
	-moz-box-shadow: 2px 1px 5px 1px rgba(128,128,128,0.50);
	-webkit-box-shadow: 2px 1px 5px 1px rgba(128,128,128,0.50);
	box-shadow: 2px 1px 5px 1px rgba(128,128,128,0.50);
}

#sidebar-right .block {
	display:block;
	border: 3px solid #99c5cf;
	background:#ffffff;
	padding:8px;
}

.block {
	display:block;
	border: 3px solid #99c5cf;
	background:#ffffff;
	padding:8px;
}

#sidebar-right .block:first-child {
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#sidebar-right .block:last-child {
	border-top: none;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#sidebar-left .block:first-child {
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-box-shadow: 2px -2px 5px 1px rgba(128,128,128,0.50);
	-webkit-box-shadow: 2px -2px 5px 1px rgba(128,128,128,0.50);
	box-shadow: 2px -2px 5px 1px rgba(128,128,128,0.50);
}

#sidebar-left .block:last-child {
	border-top: none;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-box-shadow: 2px 2px 5px 1px rgba(128,128,128,0.50);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(128,128,128,0.50);
	box-shadow: 2px 2px 5px 1px rgba(128,128,128,0.50);
}

#block-user-3 {
	margin: 0px;
	padding: 0px;
	border-radius: 6px;
	overflow: hidden;
}

#block-user-3 > h2 {
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

.taxonomy, .submitted, .links-node {
  font-size: 11px;
}
.taxonomy li, .links-node li {
  border-right: 1px solid #CCC;
}
.taxonomy li.last {
  border:0;
}
ul.links li {
padding:0 0.5em 0 0;
}
.taxonomy ul.links li {
	padding:0 0 0 0.5em;
}

/* Main Navigation Menu Fonts */
#navlist  > li > a {
	font-family: 'Jura', sans-serif;
}

.node .picture {
 border: 1px solid #ddd;
 float: right;
 margin: 0.5em;
}
.comment {
}
.comment .title a {
}
.comment .picture {
 border: 1px solid #abc;
 float: right;
 margin: 0.5em;
}
/*
** Module specific styles
*/
.feed-icon img {
  margin-top:15px;
}
#aggregator .feed-source {
 background-color: #eee;
 border: 1px solid #ccc;
 padding: 1em;
 margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
 color: #999;
 font-style: italic;
 font-size: 0.9em;
}
#aggregator .title {
 margin-bottom: 0.5em;
 font-size: 1em;
}
#aggregator h3 {
 margin-top: 1em;
}
#forum table {
 width: 100%;
}
#forum td {
 padding: 0.5em;
}
#forum td.forum a{
text-decoration:none;
}
#forum td.forum, #forum td.posts {
 background-color: #e7f9fb;
}
#forum td.topics, #forum td.last-reply {
 background-color: #e7f9fb;
}
#forum td.container {
 background-color: #cee1e7;
}
#forum td.container a {
 color: #555;
 text-decoration:none;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
 height: 1.5em;
 border: 1px solid #bbb;
}
#forum td .name {
 color: #96c;
}
#forum td .links {
 padding-top: 0.7em;
 font-size: 0.9em;
}
#profile .profile {
 clear: both;
 border: 1px solid #abc;
 padding: .5em;
 margin: 1em 0em;
}
#profile .profile .name {
 padding-bottom: 0.5em;
}
.block-forum h3 {
 margin-bottom: .5em;
}
div.admin-panel .description {
 color: #999;
}
div.admin-panel .body {
 background: #f4f4f4;
}
div.admin-panel h3 {
 background-color: #69c;
 color: #fff;
 padding: 5px 8px 5px;
 margin: 0;
}
.node img{
  border:1px solid #CCC;
  margin:5px;
}
.poll .bar {
 background:#E7E7E7;
 border:#9C9C9C 1px solid;
}
.poll .bar .foreground{
 background:#CECDCE;
 border-right:#9C9C9C 1px solid;
}
.block-image IMG{
 border:1px solid #CECECE; padding:3px;
}
.block-user ul li{
 list-style-type:none;
 list-style-image:none;
}
#block-user-0 ul {
  padding: 3px 2em 3px 0;
}
#block-user-1 {
  line-height: 25px;
  font-size:14px;
}
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

/* Custom additions - AcidMind */
#pages_table h2 {
	font-size: 90%;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 5px 0 5px 0;
}