/* Web Solutions 6 - topnotchthemes_1049 v1.2 06102009 */

/***************************************/
/* TopNotchThemes CSS Stylesheet       */
/* Copyright 2008-2009 Collective Mind */
/* DO NOT DISTRIBUTE                   */
/***************************************/


/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}


/**************/
/* TYPOGRAPHY */
/**************/

body {
  background: #181916;                               /* background & font color */
  color: #53554C;
  font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;     /* web safe fonts */
  font-size: 80%;
  font-weight: normal;
  line-height: 160%;
}

h1 {
  font-size: 2.5em;                               /* font sizes in ems for consistent sizing */
  line-height: 100%;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}

p {
  color: #53554C;
  font-size: 1em;
  font-weight: normal;
  line-height: 160%;
  margin: 0 0 15px 0;
}


/**********/
/* LAYOUT */
/**********/

html {
}

#page {
  width: 100%;
}

#header-top,
#header-wrapper-inner,
#header-bottom-wrapper-inner,
#preface-wrapper-inner,
#main-wrapper-inner,
#postscript-wrapper-inner,
#footer {
  margin: 0 auto;
  width: 960px;
}

/* for region labels on block admin page */
.block-region {
  color: #000;
}


/*********/
/* LISTS */
/*********/

ul,
ul.menu {
  list-style-position: inside;
  list-style-type: disc;
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
  margin: 10px 0 10px 20px;
}

ul.links li {
  padding: 0;
}

/* remove list styling on login block and taxonomy */
#user-login-form div.item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 0;
}

/* adjust openid link */
/* note: display set in openid.js */
html.js #user-login-form li.openid-processed,
html.js #user-login li.openid-processed {
  list-style-type: none;
  margin-top: 15px;
  padding: 5px 0 0 18px;
}

#content-inner ul,
#content-inner .item-list ul {
  margin: 20px 0 20px 25px;
}

#content-inner .views-edit-view ul,
#content-inner .views-edit-view .item-list ul {
  margin: 0;
}

#content-inner .views-edit-view ul li,
#content-inner .views-edit-view .item-list ul li {
  list-style-image: none;
}

#preface-wrapper ul li,
#preface-wrapper .item-list ul li,
#content-inner ul li,
#content-inner .item-list ul li {
  list-style-image: url(images/bullet-light.png);
}

.white-block ul li,
.white-block .item-list ul li,
#postscript-wrapper ul li,
#postscript-wrapper .item-list ul li {
  list-style-image: url(images/bullet-dark.png);
}

dd {
  margin: 0 0 10px 5px;
}


/********/
/* MISC */
/********/

hr {
  height: 1px;
  border: 1px solid gray;
}

div.content a.feed-icon img,
div.content th img {
  border: 0;             /* remove image borders where we don't want them */
}

/* format initial startup page list nicely */
#first-time p {
  clear: both;
}

#first-time ol {
  list-style-position: outside;
}


/********************/
/* ALL PAGE REGIONS */
/********************/

/*****************/
/* BANNER REGION */
/*****************/

#banner {
  padding: 10px 0;
  text-align: center;
} 

#banner .block-wrapper {
  margin-bottom: 0;
}


/******************/
/* HEADER REGIONS */
/******************/

#upper-regions p,
#upper-regions {                               /* all dark background upper regions */
  color: #EDF3DE;
}

#header-top {
  padding: 10px 5px 5px 5px;
}

#header-top #search-box {
  float: right;
}

#header-wrapper {
  background: #273838 url(images/header-bg.png) repeat-x 0 bottom;
  border-top: 1px solid #445858;
  border-bottom: 1px solid #5A7171;
}

#site-info {
  float: left;
  padding: 15px 0 10px 10px;
  width: 350px;
}

#header-wrapper h1 {
  font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 2.31em; /* 30px */
  line-height: 80%;
}

#header-wrapper h1 a {                             /* site name link */
  color: #cbec85;
  font-weight: normal;
  text-decoration: none;
}

#header-wrapper h1 a span {
  color: #edf3de;
  font-weight: bold;
}

#header-wrapper #logo {                            /* logo postion.  default image replaced if you upload your own */
  float: left;
  margin: 10px;
}

#header-wrapper #slogan {                          /* site slogan */
  color: #99A0A0;
  display: block;
  letter-spacing: -1px;
  padding-left: 20px;
}

#header-bottom-wrapper {
  background: #000 url(images/pagebg.gif) no-repeat;
  border-bottom: 1px solid #FFF;
  font-size: 1.1em;
  padding: 30px 0 10px 0;
}

#header-bottom-wrapper .block-title {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 20px;
}

#header-bottom-wrapper a {
  color: #FFF;
}

#header-bottom-wrapper a:hover {
  color: #CBE884;
}

#header-first {
  float: left;
}

#header-last {
  float: right;
}

.header-first-last #header-first,
.header-first-last #header-last {
  width: 48%;
}

#mission {
  font-size: 1.85em; /* 24px */
  line-height: 100%;
  margin: 0 0 20px 0;
}


/**********/
/* SEARCH */
/**********/

#search-box {
  clear: both;
}

#search-box-inner {
  background: transparent url(images/search-bg.png) no-repeat;
  float: right;
  text-align: right;
  width: 270px;
}

#search-box #search-input {
  padding: 3px 5px 0 25px;
}

#search-box input#edit-search-theme-form {
  background: none;
  border: none;
  color: #333;
  float: left;
  font-size: .85em; /* 10px */
  margin: 0 15px 0 0px;
  padding: 4px 5px 0 0;
  width: 130px;
}

#search-input {
  margin: -2px 0 0 0;
}

#search-box input#edit-submit-2 {
  background: transparent url(images/search-icon.png) no-repeat top center;
  border: none;
  color: #edf3de;
  cursor: pointer;
  display: block;
  font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .77em; /* 10px */
  font-weight: bold;
  height: 23px;
  margin: 0;
  text-transform: uppercase;
  width: 87px;
}

#search-box .searchbuttontext {
  padding: 0 0 3px 0;
}


/*******************************/
/* PREFACE, POSTSCRIPT REGIONS */
/*******************************/

#preface-wrapper {
  background: #EDF3DE;
  padding: 0 0 10px 0;
}

#light-bg-wrapper {
  background: #EDF3DE url(images/main-top-bg.png) repeat-x 0 0;
  padding-top: 40px;
}

#postscript-wrapper {
  background: #fff;
  border-top: 1px solid #D5DCC5;
  padding: 10px 0;
}

.postscript-first-middle-last #postscript-wrapper {
  background: #fff url(images/postscript-middle-bg.png) repeat-y center top !important;
}

.postscript-first-middle-last #postscript-wrapper-inner {
  margin: 0 auto;
  padding: 10px 0 0 0;
  position: relative;
  width: 960px;
}

.postscript-first-middle-last #postscript-top {
  background: url(images/postscript-fade.png) no-repeat top center;
  display: block;
  left: 308px;
  height: 47px;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  width: 344px;
  z-index: 1;
}

.postscript-first-middle-last #postscript-bottom {
  background: url(images/postscript-fade.png) no-repeat bottom center;
  bottom: -10px;
  display: block;
  height: 47px;
  left: 308px;
  margin: 0 auto;
  position: absolute;
  width: 344px;
}


/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/

#main-wrapper {
  background: #EDF3DE;
  padding-bottom: 20px;
}


/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  float: left;
}

#sidebar-last {
  float: left;
}

#sidebar-first p {
  line-height: 140%;
}


/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  float: left;
}

#content-top {
}

#content-top #mission {
}

#content {
  margin: 0 0 10px 0;               /* default spacing between content regions */
}

#content-inner {
}

#content-bottom {
}

#node-bottom {
  margin: 30px 0 0 0;
}


/*****************/
/* FOOTER REGION */
/*****************/

#footer {
  padding: 15px 0;
}

/* Footer message */
#footer-message {
  color: #757770;
  float: right;
  font-size: .77em; /* 11px */
  text-align: right;
  width: 400px;
}

#footer-message a {
  color: #fff;
}

/* Footer top */
#footer-top {
  color: #c4c4c4;
  float: left;
  font-size: .85em; /* 11px */
  width: 550px;
}

#footer-top ul {
  display: inline !important;
}

#footer-top ul.menu li {
  border-right: 1px solid #53554f;
  float: left;
  line-height: 140%;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#footer-top ul.menu li.last {
  border-right: none;
}

#footer-top ul li a {
  background: none;
  color: #edf3de;
  padding: 0 10px;
  text-decoration: none;
}

#footer-top ul li.first a {
  padding-left: 0;
}

#footer-top ul li.last a {
  padding-right: 0;
}

#footer-top ul li a:hover,
#footer-top ul li a.active {
  color: #fff;
  text-decoration: underline;
}


/****************************************/
/*          COLUMN LAYOUTS              */
/*                                      */
/* Classes for different column layouts */
/* that are applied to the <body> tag.  */
/****************************************/

/************************/
/* SINGLE COLUMN LAYOUT */
/* (Main Content)       */
/************************/

body.layout-main #content-wrapper {
  margin: 15px 0 0 0;
  width: 960px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin: 15px 40px 0 0;
  width: 260px;
}

body.layout-first-main #content-wrapper {
  margin: 15px 0 0 0;
  width: 660px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/

body.layout-main-last #content-wrapper {
  margin: 15px 40px 0 0;
  width: 660px;
}

body.layout-main-last #sidebar-last {
  margin: 15px 0 0 0;
  width: 260px;
}


/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
  margin: 15px 40px 0 0;
  width: 230px;
}

body.layout-first-main-last #content-wrapper {
  margin: 15px 40px 0 0;
  position: relative;
  width: 420px;
  z-index: 1;                    /* keep content visible on admin pages */
}

body.layout-first-main-last #sidebar-last {
  margin: 15px 0 0 0;
  width: 230px;
}


/************************/
/*  PREFACE REGIONS     */
/* (First:Middle:Last)  */
/************************/

#preface-wrapper .column {
  float: left;
}

#preface-wrapper.prefaces-1 .column {
  width: 960px;
}

#preface-wrapper.prefaces-2 .column {
  width: 467px;
}

.preface-first-middle #preface-middle,
.preface-first-last #preface-last,
.preface-middle-last #preface-last {
  margin: 0 0 0 25px;
}

#preface-wrapper.prefaces-3 .column {
  width: 310px;
}

#preface-wrapper.prefaces-3 #preface-middle {
  margin: 0 15px 0 15px;
}


/************************/
/*  POSTSCRIPT REGIONS  */
/* (First:Middle:Last)  */
/************************/

#postscript-wrapper .column {
  float: left;
}

#postscript-wrapper.postscripts-1 .column {
  width: 960px;
}

#postscript-wrapper.postscripts-2 .column {
  width: 472px;
}

.postscript-first-middle #postscript-middle,
.postscript-first-last #postscript-last,
.postscript-middle-last #postscript-last {
  margin: 0 0 0 16px;
}

#postscript-wrapper.postscripts-3 .column {
  width: 300px;
}

#postscript-wrapper.postscripts-3 #postscript-middle {
  margin-left: 25px;
  margin-right: 25px;
  padding: 0 10px;
  position: relative;
  width: 290px;
  z-index: 1;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #7EA120;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #3B5D57;
  text-decoration: underline;
}


/******************/
/* HELPER CLASSES */
/******************/

.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
  margin: 0 15px 15px 0;
}

.right {
  float: right;
  margin: 0 0 15px 15px
}

.clear {
  clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}


/************/
/* HEADINGS */
/************/

h1.title {                                        /* page titles */
  border-bottom: 1px solid #D9E0C8;
  color: #3B5D57;
  font-size: 2em;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

h2.title {                                        /* block titles, node titles */
  font-size: 1.4em;
  font-weight: bold;
}

h2.title a:link,
h2.title a:visited {
}


h2.title a:hover,
h2.title a:focus,
h2.title a:active {
}

.teaser h2.title {
  font-size: 1.08em; /* 14px */
}


/*********/
/* NODES */
/*********/

div.node {
  margin-bottom: 20px;
}

div.node .read-more a,
div.node .more-link a,
div.node .links a {
  font-size: 0.93em;
}

.node-info-wrapper {
  border-bottom: 1px solid #D4DDBF;
  border-top: 1px solid #D4DDBF;
  font-size: .85em; /* 10px */
  margin: 30px 0 20px 0;
  padding: 10px 0;
}

.node-info-wrapper a {
  font-weight: bold;
}

.node-info {
  margin: 5px 0;
}

.submitted,
.terms {                                      /* styling for byline and tags */
  font-size: 0.93em;
}

.vocab-name {
  font-weight: bold;
}

.terms {
  line-height: 130%;
}

.terms ul.taxonomy li {
  margin: 5px 0;
}

.terms ul.taxonomy ul.vocab-list,
.terms ul.taxonomy li.vocab-term {
  display: inline;
}

#content .links li {
  border-right: 1px solid #d4ddbf;
  margin: 3px 0 0 0;
  padding: 0 5px 0 0;
}

#content .links li.first {
  margin-left: 0;
}

#content .links li.last {
  border-right: none;
}

blockquote {
  border-bottom: 1px solid #D4DDBF;
  border-top: 1px solid #D4DDBF;
  clear: both;
  font-style: italic;
  margin: 20px 0 20px 0;
  padding: 10px 10px 0 10px;
}

#content-inner ul.links {
  margin: 0;
}

#content-content .node ul.links li.comment_forbidden a { /* reduce awkward link padding */
  padding-right: 0;
}


/**********/
/* BLOCKS */
/**********/

.white-block .block-wrapper {
  background: #FFF;
  border: 1px solid #D9DFCA;
  padding: 3px;
}

.white-block .block-title {
  background: #3B5D57;
  color: #EDF3DE;
  font-size: 0.93em;
  margin-bottom: 3px;
  padding: 5px 8px 5px 8px;
  text-transform: uppercase;
}

.white-block .block-wrapper .content {
  background: #fff url(images/block-bg.png) repeat-x 0 bottom;
  padding: 10px;
}

.white-block .block-wrapper .content .content {
  background: transparent;
  padding: 0;
}

.white-block .block-wrapper .content  .node-info-wrapper {
  margin: 0;
  padding: 0;
}

div.block .submitted {                               /* byline styles in blocks */
}

div.block .submitted a:link {
}

div.block .submitted a:visited,
div.block .submitted a:hover,
div.block .submitted a:focus,
div.block .submitted a:active {
}

div.block-wrapper {                    /* spacing between blocks */
  margin: 0 0 20px 0;
}

#preface-wrapper .block-title {
  border-bottom: 1px solid #D9E0C8;
  color: #3B5D57;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#postscript-wrapper .block-title {
  color: #3B5D57;
  font-size: 1.8em;
  font-weight: normal;
  margin: 10px 0;
}


/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#primary-menu {
  float: right;
  position: relative;
  width: 600px;
}

#primary-menu ul.menu {
  float: right;
  position: relative;
  text-align: right;
  z-index: 10;
}

#primary-menu ul.menu li {                        /* top item layout */
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#primary-menu ul.menu li a,
#primary-menu ul.menu li a:link,
#primary-menu ul.menu li a:visited {
  border-left: 1px solid #3B5D57;
  color: #EDF3DE;
  display: block;
  padding: 80px 40px 5px 10px;
  text-decoration: none;
}

#primary-menu ul.menu li.last {                  /* .first and .last classes applied to first and last menu & list items */
  border-right: 1px solid #3B5D57;
}

#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li a:focus,
#primary-menu ul.menu li.active-trail a.active {
  background: transparent url(images/primary-menu-hover.png) repeat-x bottom center;
  color: #cbec85;
}

/* second level menu */
#primary-menu ul.menu li ul {
  background: #3b5d57;
  border-top: none;
  bottom: -31px;
  display: none;
  font-size: .85em; /* 11px */
  height: 26px;
  left: 0;
  margin-left: -999em; 
  padding: 5px 0 0 0;
  position: absolute;
  z-index: 5;
}

#primary-menu ul.menu li:hover ul,  
#primary-menu ul.menu li.hover ul {
  display: block;
  left: auto;
  margin-left: 0;
}

#primary-menu ul.menu li ul.menu li {
  display: inline;
  float: none;
  margin: 0 0 0 10px;
  text-transform: none;
}

#primary-menu ul.menu li ul.menu li a,
#primary-menu ul.menu li ul.menu li a:link,
#primary-menu ul.menu li ul.menu li a:visited  {
  background: url(images/primary-menu-arrow.png) no-repeat center left !important;
  border: none;
  color: #edf3de;
  display: inline;
  font-weight: normal;
  padding: 4px 8px;
}

#primary-menu ul.menu li ul.menu li a:hover,
#primary-menu ul.menu li ul.menu li a:focus,
#primary-menu ul.menu li.active-trail ul.menu li a:hover {
  color: #cbec85;
  text-decoration: underline;
}

#primary-menu ul.menu li ul.menu li.last {
  border: none;
}

#primary-menu ul.menu li.active-trail ul.menu li a {
  background: none;
}

#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover {
  background: transparent url(images/primary-menu-hover.png) repeat-x 0 bottom;
}

#primary-menu ul.menu li:hover li,
#primary-menu ul.menu li.hover li {
  background: none;
}

#primary-menu ul.menu li.active-trail {
  background: transparent url(images/primary-menu-hover.png) repeat-x bottom center;
}

#primary-menu ul.menu li.active-trail ul.menu li.active-trail a {
  text-decoration: underline;
}

#primary-menu ul.menu li.active-trail a {
  color: #cbec85; 
}


/******************/
/* SECONDARY MENU */
/******************/

#secondary-menu {
}

#sidebar-first #secondary-menu {
  margin: 0 0 20px 0;
}

#sidebar-first #secondary-menu ul.links li {
  border-bottom: 1px solid #D9E0C8;
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 5px 5px;
}


/***************/
/* BLOCK MENUS */
/***************/

#main-wrapper .block ul.menu li a {
  font-size: 0.93em;
}

#main-wrapper .block ul.menu li {
}

#main-wrapper .block ul.menu li a:link,
#main-wrapper .block ul.menu li a:visited {
  padding: 2px;
}

#main-wrapper .block ul.menu li a:hover,
#main-wrapper .block ul.menu li a:focus,
#main-wrapper .block ul.menu li a:active {
}


/***************/
/* BREADCRUMBS */
/***************/

#breadcrumb {
  font-size: 0.93em;
  line-height: 100%;
  padding-top: 20px;
}


/********/
/* TABS */
/********/

/* styling for node tabs (e.g., View, Edit) */
#content-tabs {
  margin: 0 0 1em 0;
}

#content-tabs ul.primary:after,
#content-tabs ul.secondary:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

#content-tabs ul.primary {
  background: url(images/tabs/tab-bar.png) repeat-x left bottom;
  border: 0;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  white-space: nowrap;
}

#content-tabs ul.primary li {
  float: left;
  margin: 0;
  padding: 0;
}

#content-tabs ul.primary li a {
  background-color: transparent;
  background: url(images/tabs/tab-left.png) no-repeat left -38px;
  border: 0;
  color: #777;
  display: block;
  font-weight: bold;
  height: 24px;
  margin: 0;
  padding: 0 0 0 5px; /* width of tab-left.png */
  text-decoration: none;
}

#content-tabs ul.primary li a .tab {
  background: url(images/tabs/tab-right.png) no-repeat right -38px;
  border: 0;
  display: block;
  height: 20px; /* 24px (parent) - 4px (padding) */
  line-height: 20px;
  margin: 0;
  padding: 4px 13px 0 6px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus  {
  background-color: transparent;
  background: url(images/tabs/tab-left.png) no-repeat left -76px;
  border: 0;
  color: #4e4e4e;
}

#content-tabs ul.primary li a:hover .tab {
  background: url(images/tabs/tab-right.png) no-repeat right -76px;
}

#content-tabs ul.primary li.active a,
#content-tabs ul.primary li.active a:hover,
#content-tabs ul.primary li.active a:focus  {
  background-color: transparent;
  background: url(images/tabs/tab-left.png) no-repeat left 0;
  border-width: 0;
  color: #000;
}

#content-tabs ul.primary li.active a .tab,
#content-tabs ul.primary li.active a:hover .tab {
  background: url(images/tabs/tab-right.png) no-repeat right 0;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #fff;
  font-size:0.8em;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#content-tabs ul.secondary li {
  border-right: none;
  float: left;
  margin: 0 5px 0 0;
  padding: 3px 0;
}

#content-tabs ul.secondary a {
  background: url(images/tabs/tab-secondary.png) repeat-x left -56px;
  border: 1px solid #c0c0c0;
  color: #777;
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#content-tabs ul.secondary a .tab {
  display: block;
  height: 18px; /* 24px (parent) - 6px (padding) */
  line-height: 18px;
  margin: 0;
  padding: 3px 8px;
}

#content-tabs ul.secondary a:hover,
#content-tabs ul.secondary a:focus {
  background: url(images/tabs/tab-secondary.png) repeat-x left bottom;
}

#content-tabs ul.secondary a.active,
#content-tabs ul.secondary a.active:hover,
#content-tabs ul.secondary a.active:focus {
  background: url(images/tabs/tab-secondary.png) repeat-x left top;
  border: 1px solid #c0c0c0;
  color: #000;
}


/*********/
/* FORMS */
/*********/

form {
  margin: 0;
  padding: 0;
}

.form-item input,
.form-item select,
.form-item textarea {                          /* default styling for all text fields */
  background: #F1F4F6;
  border: 2px solid #E7EBEE;
}

.white-block .form-item input,
.white-block .form-item select,
.white-block .form-item textarea,
#postscript-wrapper .form-item input,
#postscript-wrapper .form-item select,
#postscript-wrapper .form-item textarea {
  background: #F1F4F6;
  border: 2px solid #E7EBEE;
}

.form-submit,
#content .form-item .form-submit {          /* default styling for all form buttons */
  background: #b8c98e url(images/button-bg.png) repeat-x top center;
  border: 1px solid #919884;
  color: #3d4f4f;
  cursor: pointer;
  font-size: .77em; /* 1.px */
  font-weight: bold;
  padding: 4px 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.form-submit:hover,
.form-submit:focus,
.form-submit.hover,
#content .form-item .form-submit:hover,
#content .form-item .form-submit:focus,
#content .form-item .form-submit.hover {
  background: #b8c98e url(images/button-bg.png) repeat-x bottom center;
  color: #000 !important;
}

.form-item input,
.form-item select,
.form-item textarea {
  padding: 4px 2px;
}

.form-item .form-radio,
.form-item .form-checkbox {
  background: none;
  border: none !important;
}

.form-item .form-checkbox {
  padding: 2px;
}

fieldset {
  border: 2px solid #d9e0c8;
  margin: 15px 0;
  padding: 10px;
}

legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
color: #53554c;
  display: block;
  font-size: 1.08em;  /* 13px */
  font-weight: bold;
  margin: 0;
  padding: 0 5px;
  text-decoration: none;
}

form#system-theme-settings select,
form#system-theme-settings input.form-text {
  width: 95%;
}

/* limit width of form inputs */
textarea,
.form-item input,
.form-item select,
#content-wrapper input.form-text {
 max-width: 95%;
}

html.js textarea {
 max-width: 100%;
}

/* adjust for collapsible fieldset differences */
fieldset.collapsible .resizable-textarea textarea {
 max-width: 101.5%;
}

fieldset.collapsible .resizable-textarea .grippie {
 width: 101%;
}

/* keep theme select form visible */
#system-themes-form {
  position: relative;
  z-index: 1;
}

/* keep theme switcher visible */
.form-item select#edit-theme {
  max-width: none;
}

/* keep admin columns from dropping under */
div.admin .left,
div.admin .right {
  margin-left: 1%;
  margin-right: 1%;
}


/**********/
/* PAGERS */
/**********/

ul.pager {
  margin: 20px 0;
}

ul.pager li {
  line-height: 300%;
  margin: 0 2px;
}

ul.pager a,
ul.pager li.pager-current {
  border: 3px solid #fff;
  outline: 1px solid #D9DFCA;
  padding: 4px 10px;
  text-decoration: none;
  white-space: nowrap;
}

ul.pager li.pager-current {
  background: #fff;
}

ul.pager a:link,
ul.pager a:visited {
  background: #fff url(images/pager-bg.png) repeat-x bottom left;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background: transparent url(images/pager-bg-hover.png) repeat-x top center;
  color: #3b5d57;
}

ul.pager span.pager-ellipsis {
  padding: 0 4px;
}

.item-list .pager li {
  padding: 0;
}


/*********/
/* VIEWS */
/*********/

/* prevent horizontal scrollbar on admin link hover */
div.view div.views-admin-links {
  width: auto;
}

div.view div.views-admin-links li {
  background: transparent !important;
}

.block-wrapper .block-views .views-row-last .node {
  margin-bottom: 0;
}


/*********/
/* POLLS */
/*********/

div.poll div.bar {                                      /* styles for poll ratings */
  background: #ddd;
}

div.poll div.bar div.foreground {
  background: #3B5D57;
}

.block-poll .poll div.title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}


/************/
/* COMMENTS */
/************/

#comments {
  background: #fff;
  border: 1px solid #d9e0c9;
  padding: 3px;
}

#comments h2 {
  background: #3d4f4f;
  color: #fff;
  font-size: 1.08em; /* 14px */
  font-weight: normal;
  margin: 0 0 3px 0;
  padding: 5px 15px;
  text-transform: uppercase;
}

div.comment {
  border-bottom: 1px solid #d4ddbf;
  margin: 5px 2px;
  padding: 5px 13px;
}

#comments h3.title {
  font-size: 1em; /* 13px */
  line-height: 100%;
  margin: 0;
  padding: 0;
}

#comments .submitted {
  color: #86897d;
  display: block;
  font-size: .85em; /* 11px */
  margin: 0 0 10px 0;
}

#comments ul.links {
  font-size: .85em; /* 11px */
  margin: 0;
  text-align: right;
}

#comments div.odd {
  background: #fff url(images/block-bg.png) repeat-x bottom center;
}

#comments div.even {
  background: #fdfefe;
}

#comments div.comment-by-author {
  background: #E0EFEC;
}

#comments .content p {
  font-size: .93em; /* 12px */
}

.signature {
  font-size: .85em; /* 11px */
  font-style: italic;
  text-align: right;
}

#comments .box .content {
  background: #fff url(images/block-bg.png) repeat-x bottom center;
  padding: 0 13px 15px 13px;
}

#comments .picture {
  float: left;
  margin: 0 15px 15px 0;
}

#comments .picture img {
  background: #fff;
  border: 1px solid #d9e0c9;
  padding: 2px;
}

#comments .new {
  background: #fff;
  border: 1px solid #ccc;
  float: right;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
}

.comment-folded {
  margin: 10px 0 10px 10px;
}

.comment-folded .subject {
  padding-right: 5px;
}

.comment-folded .subject {
  font-weight: bold;
}

.comment-folded .subject a {
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}



/**********/
/* FORUMS */
/**********/

#forum .description {
  font-size: 0.93em;
  margin: 0.5em;
}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: nowrap;
}

#forum td.posts,
#forum td.topics,
#forum td.replies,
#forum td.pager {
  text-align: center;
}

.forum-topic-navigation {
  padding: 1em 0 0 3em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}

.forum-topic-navigation .topic-previous {
  text-align: right;
  float: left;
  width: 46%;
}

.forum-topic-navigation .topic-next {
  text-align: left;
  float: right;
  width: 46%;
}


/*******************/
/* BOOK NAVIGATION */
/*******************/

.book-navigation .menu {
  border-top: 1px solid #CCC;
  padding: 1em 0 0 3em;
}

.book-navigation .page-links {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 0.5em;
}


/**********/
/* TABLES */
/**********/

table {
  border: 3px solid #D9E0C8;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  width: 100%;
}

table caption {
  margin: 20px 0 5px 0;
  text-transform: uppercase;
}

th {
  background: #D9E0C8;
  font-size: 1.1em;
  font-weight: normal;
  padding: 5px;
  text-align: center;
}

tr {
  padding: 0.1em 0.6em;
}

td {
  padding: 5px;
}

th.active img {
  display: inline;
}

tr.even td {
  background: #F9FDF0;
  border-bottom: 1px solid #D9E0C8;
}

tr.odd td {
  background: #F9FDF0;
  border-bottom: 1px solid #D9E0C8;
}

td.active {

}

tbody {
  border-top: 1px solid #D9E0C8;
}

tbody th {
  border-bottom: 1px solid #D9E0C8;
}

thead th {
  text-align: left;
  border-bottom: 3px solid #D9E0C8;
}

table a,
table a:link,
table a:visited {
  color: #3B5D57;
  font-weight: bold;
}

/*******************/
/* DRUPAL MESSAGES */
/*******************/

.node-unpublished {
  background: #FFF4F4;
}

.preview .node {
  background: #FFFFEA;
}

.description {
}

div.messages {
  background: #fff url(images/block-bg.png) repeat-x 0 bottom;
  border: 2px solid #3B5D57;
  color: #000;
  font-weight: bold;
  margin: 20px 0;
  padding: 10px;
}

div.messages ul {
  list-style-position: inside;
}

div.error {
  border-color: #FF0000;
}

.warning {
  margin: 10px 0;
}

.status {
}

.help {
}

.help .more-help-link {
}

.marker {
}

.tips {

}


/************/
/* PROFILES */
/************/

.profile {
  clear: none;
  margin: 12px 0;
}

.profile h2.title {
  margin-top: 15px;
  border-bottom: 1px solid;
}

.profile h3 {
  margin: 0 0 10px 0;
}

.profile dt {
  float: left;
  margin-bottom: -10px;
  margin-right: 5px;
  padding: 0 5px;
  text-align: left;
  width: 185px;
}


/*****************************/
/* HEADER - USER LOGIN BLOCK */
/*****************************/

html.js #header-top #block-user-0,
#header-top #block-user-0 {
  display: block;
  float: right;
  height: 4em;
  margin: 0;
  padding: 0;
  position: relative;
  width: 500px;
}

#header-top #block-user-0 {
  height: 6em;
  margin-top: -35px;
}

#header-top #block-user-0 .content {
  padding: 0;
  margin: -10px 0 0 0;
}

#header-top #block-user-0 h2.title {
  display: none;
}

#header-top #block-user-0 #edit-pass-wrapper {
  display: block;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#header-top #block-user-0 #user-login-form  {
  margin: 0;
  padding: 0;
}

html.js #header-top #block-user-0 #user-login-form label {
  color: #4e4e4e;
  font-size: 85%;
  font-weight: normal;
  margin-left: 7px;
  position: absolute;
  text-align: left;
}

#header-top #block-user-0 #user-login-form label {
  position: static;
  margin-left: 2px;
  text-align: left;
}

#header-top #block-user-0 #user-login-form input.form-text {
  border: 1px solid #ccc;
  padding: 1px;
  width: 115px;
}

#header-top #block-user-0 #edit-name-wrapper {
  display: block;
  float: left;
}

html.js #header-top #block-user-0 #user-login-form input.form-submit,
#header-top #block-user-0 #user-login-form input.form-submit {
  clear: none;
  float: right;
  margin: 12px 0 0 0;
}

#header-top #block-user-0 #user-login-form input.form-submit {
  clear: none;
  margin: 30px 0 0 0;
}

html.js #header-top  #block-user-0 .item-list,
#header-top #block-user-0 .item-list {
  float: none;
  margin: 2px 0 -15px 0;
  padding: 5px 0 0 0;
  text-align: left;
  width: auto;
}

#header-top #block-user-0 .item-list  {
  float: right;
  margin: -17px 105px -15px 0;
}

#header-top #block-user-0 .item-list ul {
  margin: 0;
  padding: 0;
}

#header-top #block-user-0 .item-list li {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 77%;
}


/* OpenID */
#header-top #block-user-0 #edit-openid-identifier {
  display: block;
  text-align: left;
}

#header-top #block-user-0 #user-login-form input#edit-openid-identifier.form-text {
  margin-top: 1px;
  padding: 1px 1px 1px 20px;
  width: 130px;
}

#header-top #block-user-0 #user-login-form input#edit-openid-identifier.form-text {
  padding: 1px 1px 1px 20px;
  width: 130px;
  float: left;
  margin: 0 10px 0 0;
}

#header-top #block-user-0 #edit-openid-identifier-wrapper {
  float: left;
  width: 160px;
}

#header-top #block-user-0 #edit-openid-identifier-wrapper .description {
  font-size: 77%;
  text-align: left;
}

html.js #header-top #block-user-0 #edit-openid-identifier-wrapper label {
  padding: 0 0 0 20px;
}

#header-top #block-user-0 #edit-openid-identifier-wrapper label {
  padding: 0;
  margin: 0;
}

#header-top #block-user-0 #user-login-form li.openid-link,
#header-top #block-user-0 #user-login li.openid-link {
  background: none;
}

#header-top #block-user-0 #edit-openid-identifier-wrapper .description a,
#header-top #block-user-0 .item-list li a {
  text-decoration: none;
}

#header-top #block-user-0 #edit-openid-identifier-wrapper .description a:hover,
#header-top #block-user-0 #edit-openid-identifier-wrapper .description a:focus,
#header-top #block-user-0 .item-list li a:hover,
#header-top #block-user-0 .item-list li a:focus {
  text-decoration: underline;
}


/***************/
/* PRINT STYLE */
/***************/

@media print {
  body {
    background: white;
    font-size: 10pt;
  }

  #header,
  #header-top,
  #header-wrapper,
  #header-bottom,
  #sidebar-first,
  #sidebar-last,
  #preface-wrapper,
  #content-tabs,
  #mission,
  #slogan,
  #postscript-wrapper,
  #footer-top,
  #footer,
  #primary-menu,
  #search-box,
  #logo {
    display: none;
  }

  #page,
  #main-wrapper,
  #content-wrapper,
  #content-top,
  #content,
  #content-bottom {
    background: transparent none;
    border: 0;
    color: black;
    float: none !important;
    margin: 0;
    padding: 0;
    width: auto;
  }

  #content-wrapper {
    margin: 0 3%;
  }
}


/*******************/
/* MAINTENANCE */
/*******************/

.in-maintenance  {

}


/*********************/
/* Web Accessibility */
/*********************/

/*skip-link*/

#skip a,
#skip a:hover,
#skip a:visited {
  height: 1px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: -500px;
  width: 1px;
}

#skip a:active,
#skip a:focus {
  height: auto;
  position: static;
  width: auto;
}