body {
  background: white;
  margin-top: 0px;
  font-family: arial, sans-serif;
  font-size: 0.85em; }

* {
  margin: 0px;
  padding: 0px;
  text-decoration: none; }

.layout {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative; }

#main {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  background-position: 0px 20px;
  background-repeat: no-repeat; }

h1 {
  text-align: right;
  color: #f76a31; }

h2 {
  text-align: right; }

#content, #wideContent {
  color: #666666;
  padding-top: 0.6em;
  margin-left: 240px;
  min-height: 540px; }
  #content h1, #wideContent h1 {
    color: #6d9ecf;
    font-size: 2em;
    text-align: left; }
  #content h2, #wideContent h2 {
    color: #6d9ecf;
    font-size: 1.7em;
    text-align: left; }
  #content p, #wideContent p {
    text-align: justify;
    margin-top: 0.6em;
    margin-bottom: 0.6em; }
  #content a, #wideContent a {
    color: #333333;
    border-bottom: 1px dashed black; }
    #content a:hover, #wideContent a:hover {
      color: white;
      background-color: black; }
  #content ul, #content ol, #wideContent ul, #wideContent ol {
    margin-left: 3em; }
  #content li, #wideContent li {
    margin-bottom: 0.5em; }

#content .actions {
  float: right;
  background-color: #f5f5ff;
  border: 1px solid #ddddee;
  margin-left: 10px;
  margin-top: 10px;
  padding: 3px; }
  #content .actions a {
    border: 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: #003366;
    display: block;
    text-align: center;
    margin-top: 10px; }
    #content .actions a:hover {
      color: white; }

table.events td {
  padding: 3px;
  border-bottom: 1px solid #cccccc; }

#wideContent {
  margin-left: 0px; }

#sidebar {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  width: 208px;
  font-size: 0.9em;
  padding-left: 10px;
  border-left: 2px dotted #f76a31; }
  #sidebar .entry {
    margin-left: 0.5em;
    border-bottom: 1px solid #666666; }
  #sidebar p {
    text-align: justify;
    margin-top: 0.6em;
    margin-bottom: 0.6em; }
  #sidebar h1 {
    color: #003366;
    font-size: 1.5em;
    text-align: left; }
  #sidebar a.details {
    color: #f76a31;
    font-weight: bold;
    margin-left: 20px; }
  #sidebar a {
    color: black; }
  #sidebar form {
    text-align: center; }
  #sidebar li {
    margin-left: 1em; }

img#header {
  display: block; }

#sddm {
  width: 100%;
  height: 20px;
  display: block;
  background-image: url(/images/links/right.png);
  background-repeat: repeat-x; }
  #sddm li {
    padding: 0px;
    list-style: none;
    float: left;
    font-weight: bold; }
    #sddm li a {
      display: block; }
      #sddm li a img {
        display: block;
        border: 0px; }
    #sddm li img.right {
      height: 20px;
      width: 1px; }
  #sddm div {
    position: absolute;
    visibility: hidden;
    background: #f76a31;
    border: 1px solid #003366; }
    #sddm div a {
      position: relative;
      display: block;
      padding: 5px 10px;
      width: auto;
      white-space: nowrap;
      text-align: left;
      background: #003366;
      color: white;
      font: 11px; }
      #sddm div a:hover {
        background: #f76a31;
        color: white; }

#footer {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #666666; }
  #footer #footerLinks {
    float: right;
    margin-right: 10px; }
  #footer a {
    color: black; }
    #footer a:hover {
      color: white;
      background-color: black; }

#subscribe {
  display: none;
  position: absolute;
  top: 10em;
  left: 400px;
  border: 1px solid black;
  box-shadow: 5px 5px 5px #999999;
  -moz-box-shadow: 5px 5px 5px #999999;
  -webkit-box-shadow: 5px 5px 5px #999999;
  background-color: white; }
  #subscribe h2 {
    margin-top: 0.5em;
    text-align: center; }
  #subscribe form {
    margin: 1em; }
    #subscribe form ul li {
      list-style: none; }
      #subscribe form ul li input {
        width: 20em; }
      #subscribe form ul li label {
        width: 11em;
        float: left;
        text-align: right; }
      #subscribe form ul li input#subscribe_submit {
        margin-left: 11em;
        width: 10em; }

a.facebook {
  border: 0px;
  margin-top: 2em; }
  a.facebook img {
    display: block;
    border: 0px;
    margin: auto; }

