/* $Id: style.css,v 1.1.2.1 2005/07/02 05:05:40 gordon Exp $ */

/*
** HTML elements
*/
html, body {
  height: 100%;
}
#container {
  min-height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}
* html #container {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background: #d5e9eb url(side.gif);   /* ececec */
  background-repeat: repeat-y;
  background-position: 0px 0px;
  font: 80% Trebuchet MS, Arial, sans-serif;
}


th {
  border-bottom: 3px solid #9EA435;
}
tr.dark td, tr.light td, tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0.5;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
a {
  font-weight: normal;
}
a:link, a:visited, #content a:link, #content a:visited {
  color: #9C0C00;
/*   color: #A8A411; */
  background-color: inherit;
 /* text-decoration: underline; */
}

a .nounderline 
{
    text-decoration: none;
}

a:hover, #content a:hover {
  color: #F3A606;
  background-color: inherit;
}
fieldset {
  border: 1px solid #9EA435;
}
pre {
  background-color: #F4F5D6;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #CCCFAF;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  border-collapse: collapse;
}


.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

tr.dark, .dark .active, tr.odd, .odd .active {
	color: #000;
	background-color: #E7E8BB;
}
tr.light, .light .active, tr.even, .even .active {
	color: #000;
	background-color: #F4F5D6;
}

.search-results .search-info {
  display: none;
}

/*
** Page layout blocks / IDs
*/

#content {
  padding: 0px 0px 0px 80px;
}

#maincontent{
  height: 100%;
  min-height: 100%;
}


#logo {
  vertical-align: middle;
  background: #FFF url(topbg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  border: 0;
  height: 126px !important;
  padding: 0;
  margin: 0;
}
#logo .logo {
  position: absolute;
  left: 0px;
  top: 0px;
}


.middlecol {
    /* width: 600px; */
}

/* color of right col */
.rightcol 
{   width: 200px;
    background-color: #007a9a;
}


#anchor-menu {
  width: 100%;
  text-align: right;
  color: #3D5A12;
  background-color: #7cc0c9;
  height: 29px;
  padding: 0px;
  margin: 0px;
  border: none;
  vertical-align: middle;
  z-index: 1005;
}

#search {
  width: 200px;
  padding: 3px 2px 4px 2px;
  margin: 0px;
  border: 0px;
  background-color: #7cc0c9;  /* #104892 */
  z-index: 1005;
  text-align: right;
}

#search form {
  padding-left: 4px;
}

#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #999;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
/*
#search .form-text, #search .form-submit {
  border: 1px solid #0E562C;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}*/
#mission {
  background-color: #0E562C;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #000;
}
.site-name a:hover {
  color: #0E562C;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #F4F5D6;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main .title a {
  font-size: 1.2em;
}
.title a:hover {
  text-decoration: underline;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
  text-transform: capitalize;
}
.messages {
  background-color: #F4F5D6;
  border: 1px solid #9EA435;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-right {
  float: right;
  width: 200px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px 0px 10px 0px;
  vertical-align: top;
}
#sidebar-right .content {
  padding: 0px 5px 0px 20px;
}
#sidebar-right .content p {
  margin-top: 0px;
}
#address {
  font-size: 0.8em;
}
#sidebar-right .title {
  color: #9C0C00;
  background-color: inherit;
  font-weight: bolder;
  margin-bottom: 2px;
}
.sidebar-right a {
  font-weight: bold;
  text-decoration: underline;
}
.sidebar-right a:link, .sidebar-right a:visited {
  color: #9C0C00;
}
.sidebar-right a:hover {
  color: #000;
}
/* setting design nav CSS - may replace with images */
.menu {
  padding: 0px 10px;
  text-transform: capitalize;
}
.menu a:link, .menu a:visited {
  font-weight: normal;
  color: #9C0C00;
  text-decoration: none;
}
.menu a:hover {
  font-weight: normal;
  color: #000;
  text-decoration: underline;
}
#sidebar-right .title {
	padding: 0px 10px;
}
#designnav {
	margin-bottom: 10px;
}
#designnav a {
	text-decoration: none;
	display: block;
	width: 14em;
	margin: 0px;
	padding: 16px 10px;
}
#designnav a:hover {
	display: block;
	color: #FFF;
	background-color: #0E562C;
}
#designnav1 a {
	color: #000;
	background-color: #9EA435;
	vertical-align: middle;
	text-align: center;
}
#designnav2 a {
	color: #000;
	background-color: #9DC841;
	vertical-align: middle;
	text-align: center;
}
#designnav3 a {
	color: #000;
	background-color: #D4CA31;
	vertical-align: middle;
	text-align: center;
}

#sidebar-left {
  width: 14em;
  float: right;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
  margin: 0px 0px 10px 10px;
}
#footer {
/*  color: #C4C412;
  background-color: inherit;
  padding: 1em;*/
  margin-top: -30px;
  margin-left: 21px;
  font-size: 0.8em;
/*  text-align: center;*/
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: none;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.title {
  color: #000;
  background-color: transparent;
  text-transform: capitalize;
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
/*
.links a {
  font-weight: bold;
}
*/
.block, .box {
  padding: 0 0 1.5em 0;
}
#sidebar-left .block {
  border-left: 1px solid #D0D041;
  border-bottom: 1px solid #D0D041;

  padding: 10px;
  margin-bottom: 1.5em;
}
#sidebar-right .block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
/*
.sticky {
  padding: .5em;
  background-color: #F4F5D6;
  border: solid 1px #CCCFAF;
}*/
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #CCCFAF;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #F4F5D6;
  border: 1px solid #9EA435;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source, #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 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #F4F5D6;
}
#forum td.topics, #forum td.last-reply {
  background-color: #CCCFAF;
}
#forum td.container {
  background-color: #9EA435;
}
#forum td.container a {
  color: #555;
}
#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 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
/* calendar styles */
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #D4CA31;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #0E562C;
  color: #fff;
}
.calendar .header-week {
  background-color: #9EA435;
}
.calendar .day-blank {
  background-color: #9EA435;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

/* Tab navigation */
ul.primary {
  border-bottom: 1px solid #9EA435;
}
ul.primary li a {
  background-color: #F4F5D6;
  border-color: #9EA435;
  border-style: solid solid none solid;
}
ul.primary li.active a {
  border: 1px solid #9EA435;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #F4F5D6;
  border-color: #9EA435;
  border-bottom-color: #E7E8BB;
}
ul.secondary {
  border-bottom: 1px solid #9EA435;
}
ul.secondary li {
  border-right: 1px solid #9EA435;
}
ul.secondary a.active {
  border-bottom: 4px solid #9EA435;
}
/* PRI CSS styles */
/*new below - see if it work */
form {
  width: 95%;
}
.event div.form-item {
white-space: normal !important;
}

/* PRI-specific text styles */
.prinote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: x-small;
}
.backtotop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: x-small;
}
.priname {
	font-style: italic;
}
em .priname, .prinote .priname {
	font-style: normal;
}

#main {
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px
}
#main .title {
	margin-left: -30px;
	color: #000;
	background-color: inherit;
}
#main div .title { /* fix for calendar event titles */
	margin-left: 0;
}

#main .node .title {
	color: #000;
	/* margin-left: -30px; */
}

#main h2 {
	color: #A8A411;
	background-color: inherit;
	margin-top: 1em;
}
#main h5 {
	font-size: 1em;
	font-weight: bold;
	color: #A8A411;
	background-color: inherit;
	margin-bottom: 0;
	padding-bottom: 0;
}
#main h6 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1em;
}
.sticky {
  padding-bottom: 30px;
  border-bottom: solid 1px #A8A411;
}
#main .sticky {
	margin-left: -30px;
	padding-left: 30px;
}
.dr {
	display: block;
	border-top: 1px solid #A8A411;
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
}
#main .upcomingevents .item-list ul li {
	margin-left: 40px;
}
.search-results .title {
  font-size: 1em;
}
#login-form .form-text, #login-form .form-password, #search .form-text {
	width: 100px;
	height: 18px;
	margin: 0;
	padding: 0;
	margin-left: 3px;
	border: 1px solid #A8A411;
}
#search .form-text {
	width: 75px;
	height: 18px;
}
#login-form td {
	vertical-align: middle;
	overflow: hidden;
	text-align: left;
}
input, form {
  margin: 0px !important;
  padding: 0px !important;
}
.login-text {
  font-size: 12px;
  text-align: right;
}
#main .comment .title {
  font-size: 1em;
}
#print-footer, #print-logo {
  display: none !important;
}
.flexinode-1 .flexinode-textarea-5 label {
  display: none;
}
.taxonomy, .node .taxonomy {
  display: none !important;
}
#searchlink {
	width: 160px;
	float: right;
	margin-left: 10px;
}
#infobox {
	width: 160px;
	float: right;
	clear: right;
	margin-left: 10px;
}
.h2p {
	font-size: 1.2em;
	font-weight: bold;
	color: #A8A411;
	background-color: inherit;
	margin-top: 1em;
}
fieldset legend {
	color: #A8A411;
	font-weight: bold;
}
