@import url(templates/new/css/fonts.css);
body {
  background: url("img/bg.gif"); }

#header .inner {
  height: 218px; }
  #header .inner .banner {
    height: 156px;
    background: url(img/banner.jpg) 0 0 no-repeat;
    box-shadow: 1px 1px 10px black; }
  #header .inner .logo {
    position: absolute;
    top: 80px;
    left: 20px; }
  #header .inner ul.nav {
    width: 100%;
    height: 37px;
    background: url(img/nav.gif) 0 0 repeat-x;
    position: absolute;
    bottom: 14px;
    left: 0;
    box-shadow: 1px 1px 10px black; }
    #header .inner ul.nav li {
      display: inline; }
      #header .inner ul.nav li a {
        display: inline-block;
        vertical-align: middle;
        height: 37px;
        line-height: 37px;
        padding: 0 29px;
        font-family: "MyriadPro-BoldCondIt";
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase; }
        #header .inner ul.nav li a.active, #header .inner ul.nav li a:hover {
          color: #e8f344;
          background: url("img/hover.png") right top no-repeat; }

#content {
  color: #474545; }
  #content h1, #content h2, #content h3 {
    text-transform: uppercase;
    font-family: "MyriadPro-BoldCondIt"; }
  #content .left-sidebar {
    width: 250px;
    float: left; }
    #content .left-sidebar h3 {
      color: #fff;
      font-size: 18px;
      text-transform: uppercase; }
    #content .left-sidebar .module-nav {
      padding-bottom: 15px;
      margin-bottom: 20px;
      background: url("img/blick.png") 0 0 no-repeat;
      box-shadow: 1px 1px 10px black; }
      #content .left-sidebar .module-nav h3 {
        padding: 30px 0 14px 30px;
        margin-bottom: 15px;
        background: url("img/line.png") left bottom no-repeat; }
      #content .left-sidebar .module-nav ul {
        margin: 0 0 0 30px; }
        #content .left-sidebar .module-nav ul li {
          padding-left: 20px;
          background: url("img/marker.png") 0 4px no-repeat;
          padding-bottom: 10px; }
          #content .left-sidebar .module-nav ul li a {
            color: #cbd682; }
    #content .left-sidebar .module-banner {
      height: 99px;
      position: relative;
      box-shadow: 1px 1px 10px black;
      margin-bottom: 20px;
      background: url("img/banner-bg.jpg") 0 0 no-repeat; }
      #content .left-sidebar .module-banner a {
        display: block;
        padding: 25px 0 0 116px;
        height: 74px;
        width: 134px;
        left: 0;
        top: 0;
        position: absolute;
        right: 20px;
        font-family: Arial;
        text-decoration: none; }
        #content .left-sidebar .module-banner a span {
          text-decoration: none;
          color: #232323;
          font-size: 18px;
          text-transform: uppercase;
          font-family: "CuprumFFU";
          display: block;
          width: 120px;
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 5px 0; }
          #content .left-sidebar .module-banner a span + span {
            text-transform: none;
            text-decoration: underline;
            color: #66820a;
            font-size: 14px; }
            #content .left-sidebar .module-banner a span + span:hover {
              text-decoration: none; }
    #content .left-sidebar .module-vote {
      box-shadow: 1px 1px 10px black;
      background: url("img/vote-bg.png") 0 0 no-repeat;
      padding: 0 0 5px 0; }
      #content .left-sidebar .module-vote h3 {
        padding: 30px 0 14px 30px;
        margin-bottom: 15px;
        background: url("img/line2.png") left bottom no-repeat; }
      #content .left-sidebar .module-vote form {
        margin: 0 0 0 30px; }
        #content .left-sidebar .module-vote p.description {
          color: #ffffff;
          margin: 0 0 12px 0; }
        #content .left-sidebar .module-vote form ul {
          margin: 0 0 10px 0; }
          #content .left-sidebar .module-vote form ul li {
            padding: 0 0 10px; }
        #content .left-sidebar .module-vote form label {
          color: #ffffff;
          margin: 0 0 0 12px; }
        #content .left-sidebar .module-vote form input[type=submit] {
          width: 110px;
          height: 35px;
          background: url("img/vote-button.png") 0 0 no-repeat;
          border: none;
          cursor: pointer; }
          #content .left-sidebar .module-vote form input[type=submit] + a {
            color: #cbd682;
            margin: 0 0 0 20px; }
  #content .right {
    box-shadow: 1px 1px 10px black;
    width: 664px;
    padding: 25px 35px 10px 35px;
    float: right;
    background: white url(img/content.gif) repeat-x 0 0; }
    #content .right h1 {
      margin-bottom: 20px;
      font-size: 24px; }
      #content .right h1 span {
        font-size: 16px; }
    #content .right h2 {
      font-size: 20px;
      margin: 0 0 15px 0; }
    #content .right p {
      line-height: 18px;
      margin: 0 0 15px 0; }
    #content .right ul {
      margin-bottom: 20px;
      margin-left: 10px; }
      #content .right ul li {
        line-height: 24px;
        padding-left: 20px;
        background: url("img/marker.gif") 0 7px no-repeat; }
    #content .right cite {
      padding: 10px 35px;
      background: #eff5da url("img/cite.gif") 10px 10px no-repeat;
      display: block;
      font-style: italic;
      margin: 0 0 25px; }

#footer {
  color: #b9b9b9;
  font-size: 12px; }
  #footer .copyright {
    padding: 24px 0 0 268px; }
    #footer .copyright span {
      font-size: 11px; }