/* Fonts */
/* Colors */
/* Dimensions */
/* Mixins */

#admin_panel {
  padding: 10px;
  color: #fff;
  background: #002E55; }
  #admin_panel ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #admin_panel ul li {
      display: inline;
      margin: 0 10px; }
  #admin_panel a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1em; }

#header_wrapper {
  background: url(/images/header_grad.jpg) repeat-x; }

#header {
  margin: 0 auto;
  height: 108px;
  background: transparent url(/images/header.jpg) no-repeat center; }
  #header .content {
    margin: 0 auto;
    width: 960px; }
    #header .content h1 {
      margin: 0;
      padding: 0;
      width: 0;
      height: 0; }
      #header .content h1 a#logo {
        overflow: hidden;
        text-indent: -9999px;
        display: block;
        height: 110px;
        width: 540px;
        background: url(/images/logo.png) no-repeat center; }
  #header #email_signup {
    text-align: right;
    width: 211px;
    height: 108px;
    color: #fff;
    float: right; }
    #header #email_signup table {
      padding: 0;
      margin: 0; }
      #header #email_signup table input {
        border: 1px solid #4e5f71;
        background: #b9cee0;
        padding: 3px; }
      #header #email_signup table input.email {
        width: 110px; }
      #header #email_signup table input.zip_code {
        width: 85px; }
      #header #email_signup table input.submit {
        border: none;
        text-transform: uppercase;
        width: 92px;
        color: #fff;
        background: #166aa7;
        margin: 0;
        padding: 3px; }

#navigation {
  clear: both;
  text-align: center;
  background: #002e55; }
  #navigation ul.menu li {
    background: url(/images/menu_lines.png) no-repeat center right;
    padding: 0 17px; }
    #navigation ul.menu li.last {
      background: none; }
  #navigation ul.menu a {
    color: #fff; }

#content_wrapper {
  background: url(/images/content_bg.jpg) no-repeat;
  min-height: 191px; }
  #content_wrapper #content {
    margin: 0 auto;
    width: 960px;
    padding: 0 10px; }
    #content_wrapper #content #main {
      width: 665px; }
      #content_wrapper #content #main #page_body {
        margin: 0 0 0 15px; }
    #content_wrapper #content #sub {
      margin-top: 20px;
      float: right;
      width: 265px; }

#footer {
  border-top: 1px solid #adbcc8;
  clear: both; }
  #footer ul.menu {
    text-transform: none; }
    #footer ul.menu li {
      border-right: 1px solid #adbcc8; }
      #footer ul.menu li.last {
        border: none; }
  #footer .footer_content {
    padding-top: 10px;
    margin: 0 auto;
    width: 960px; }
    #footer .footer_content .footer_navigation {
      float: left; }
    #footer .footer_content .footer_copyright {
      color: #9cabb7;
      float: right; }
      #footer .footer_content .footer_copyright img.right {
        margin-left: 15px; }
  #footer .footer_search {
    margin: 20px 0 0 0;
    float: left; }
    #footer .footer_search #searchcontrol .gsc-control table.gsc-search-box {
      width: 180px; }
      #footer .footer_search #searchcontrol .gsc-control table.gsc-search-box td.gsc-input {
        background: url(/images/icons/search.png) no-repeat left;
        padding: 0;
        width: 25px; }
        #footer .footer_search #searchcontrol .gsc-control table.gsc-search-box td.gsc-input input.gsc-input {
          margin-left: 23px;
          width: 100px;
          padding: 5px;
          border: 1px solid #666666; }
      #footer .footer_search #searchcontrol .gsc-control table.gsc-search-box td.gsc-search-button {
        width: 75px;
        padding-left: 10px; }
        #footer .footer_search #searchcontrol .gsc-control table.gsc-search-box td.gsc-search-button input.gsc-search-button {
          text-transform: uppercase;
          width: 75px;
          float: left;
          border: 0;
          background: #002e55;
          color: #fff;
          padding: 5px; }
      #footer .footer_search #searchcontrol .gsc-control table.gsc-search-box td.gsc-clear-button {
        display: none; }
    #footer .footer_search #searchcontrol .gsc-control table.gsc-branding {
      display: none; }

body {
  font-size: 80%;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Helvetica, Arial, 'Gargi_1.7', 'Garuda', 'sans-serif';
  margin: 0;
  padding: 0;
  background: url(/images/header_grad.jpg) repeat-x; }

a {
  color: #002e55;
  text-decoration: none; }
  a.read_more {
    color: #002e55; }
  a#rss {
    color: #f58533;
    background: url(/images/icons/rssicon.gif) no-repeat left;
    height: 16px;
    padding-left: 20px; }

h1.sub, h2.sub, h3.sub, h4.sub, h5.sub {
  margin-top: 0; }
h1#page_title, h2#page_title, h3#page_title, h4#page_title, h5#page_title {
  margin: 0 0 0 15px; }

h2 {
  margin: 0;
  padding: 15px 0 5px 0;
  font-family: 'palatino linotype', 'palatino', 'georgia', 'FreeSerif', 'times new roman', 'times', 'serif';
  border-bottom: 1px solid #adbcc8;
  color: #002e55;
  font-weight: normal; }
  h2.front_page {
    padding: 0 0 5px 0; }
  h2 a {
    color: #002e55;
    text-decoration: none; }

h3 {
  margin: 0;
  padding: 15px 0; }

.action_center {
  text-transform: uppercase;
  color: #950d11;
  font-weight: bold;
  margin: 5px 0;
  text-align: center;
  border-bottom: 1px solid #adbcc8; }

h4 {
  margin: 0;
  padding: 0;
  color: #950d11; }

form {
  margin: 0; }

img {
  border: 0; }

ul.menu {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  text-transform: uppercase; }
  ul.menu li {
    display: inline;
    padding: 0 10px; }
    ul.menu li.last {
      background: none; }
    ul.menu li.first {
      padding-left: 0; }
  ul.menu a {
    text-decoration: none; }

.right {
  float: right; }

.left {
  float: left; }

.clearfix {
  clear: both; }

.section {
  margin: 0 0 20px 0; }

.blur {
  color: #666666; }

.article_summary_front {
  margin: 0 0 15px 15px; }

/* Twitter styling */
#tweets {
  margin: 0;
  width: 277px;
  height: 175px;
  float: right; }
  #tweets a#follow_me {
    position: relative;
    top: -17px;
    left: -10px;
    text-decoration: none; }
  #tweets .right {
    margin: 5px 0 0 0; }
  #tweets .left {
    margin: 0; }
  #tweets #tweet_top {
    background: url(/images/icons/bubble_top.png) no-repeat;
    height: 12px;
    width: 261px; }
  #tweets #tweet_mid {
    padding: 0 5px;
    background: url(/images/icons/bubble_bg.png);
    width: 251px;
    height: 100px; }
    #tweets #tweet_mid .twitter_div {
      background: url(/images/icons/l_quo.png) no-repeat top left;
      word-wrap: break-word;
      position: absolute;
      height: 100px;
      width: 218px;
      font-size: 1.0em;
      padding: 0 15px 0 21px; }
      #tweets #tweet_mid .twitter_div .tweet_posted {
        font-style: italic;
        font-size: 0.8em;
        position: absolute;
        bottom: -46px;
        left: 5px;
        font-family: 'palatino linotype', 'palatino', 'georgia', 'FreeSerif', 'times new roman', 'times', 'serif';
        color: #666; }
        #tweets #tweet_mid .twitter_div .tweet_posted a {
          font-style: normal;
          font-size: 1.1em;
          color: #236b9b; }
  #tweets #tweet_bottom {
    background: url(/images/icons/tweet_bottom.png) no-repeat;
    height: 50px;
    width: 261px; }

label {
  display: block;
  font-weight: bold; }

input, text_area {
  width: 200px;
  border: 1px solid #666666;
  padding: 5px; }

.submit {
  width: auto;
  margin: 10px;
  background: #002e55;
  color: #fff;
  padding: 5px; }
  .submit input {
    width: auto; }

textarea.mceEditor {
  height: 400px;
  width: 700px; }

table#signup label {
  display: inline;
  font-weight: normal; }
table#signup tr, table#signup td {
  padding: 0; }

table.admin {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
  font-size: .9em;
  border-bottom: 1px solid #919191; }
  table.admin tr:hover {
    background: #ffec82; }
  table.admin th {
    padding: 2px 4px;
    text-align: left; }
  table.admin td {
    border-top: 1px solid #919191;
    padding: 0 5px;
    text-align: left; }
    table.admin td a {
      text-decoration: none;
      font-weight: bold; }
      table.admin td a:hover span {
        color: blue; }
      table.admin td a img {
        vertical-align: middle; }
      table.admin td a span {
        vertical-align: middle;
        font-size: 1.3em; }

.flash {
  font-size: 1.4em;
  margin: 0 0 1em;
  padding: 5px;
  width: 100%; }

.flash-notice {
  display: block;
  color: #0a0;
  padding: 10px 6px 10px 55px;
  background: transparent url(/images/icons/success.png) 1% 10% no-repeat; }

.flash-error {
  color: #a00; }

.fieldWithErrors input {
  border: 2px solid red; }

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff; }

#errorExplanation p {
  color: #333;
  margin: 1em 0;
  padding: 5px; }

#errorExplanation ul {
  margin: 1em; }

#errorExplanation ul li {
  color: #666;
  font-size: 12px;
  list-style: square; }
