/*
Theme Name: WHS
Theme URI: http://woodburyheritage.org
Description: Woodbury Heritage.org default theme
Version: 2.0
Author: Carly Ho
Author URI: http://estrella-fugaz.com
Tags: green, blue, brown

*/

@import "css/fonts.css";

html {
  background-image: url("images/bg.jpg");
  background-color: #f0e4d2;
  padding: 50px;
  text-align: center; }
  html body {
    background-color: #FFF;
    padding: 5px;
    width: 950px;
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Vegur", sans-serif;
    margin: 0px auto;
    text-align: left; }
    html body a:link, html body a:visited, html body a:active {
      color: #333;
      text-decoration: none;
      font-weight: bold; }
    html body a:hover {
      color: #D4D392; }
    html body h2 {
      font-family: "Centabel Book", Georgia, "Times New Roman", serif; }
    html body #header {
      width: 100%;
      height: 280px;
      background-image: url("images/banner.png");
      background-repeat: no-repeat;
      background-position: center top;
      clear: both; }
      html body #header .hgroup h1 {
        visibility: hidden;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1em; }
      html body #header .nav {
        background-color: #2e2b15;
        height: 30px;
        line-height: 30px;
        font-family: "Centabel Book", Georgia, "Times New Roman", serif;
        text-transform: uppercase;
        font-size: .8em;
        margin-top: 250px;
        clear: both; }
        html body #header .nav ul {
          margin: 0px;
          padding: 0px;
          list-style: none;
          clear: both; }
          html body #header .nav ul li {
            display: block;
            float: left;
            width: 120px;
            text-align: left;
            overflow: hidden;
            height: 30px;
            line-height: 30px;
            background-color: #4a4b17;
            border-left: 3px #a3bc38 solid; }
            html body #header .nav ul li a {
              padding: 7px 10px;
              color: #FFF !important;
              font-weight: normal !important; }
              html body #header .nav ul li a:hover {
                background-color: #b1d9c3; }
            html body #header .nav ul li:hover {
              background-color: #b1d9c3;
              overflow: visible;
              border-color: #2e2b15; }
              html body #header .nav ul li:hover ul {
                font-family: "Vegur", sans-serif;
                font-size: .9em;
                text-transform: none !important;
                display: block;
                position: relative;
                left: -3px;
                z-index: 9999; }
                html body #header .nav ul li:hover ul li {
                  display: block;
                  float: none;
                  border-style: none;
                  width: 150px;
                  height: auto !important; }
                  html body #header .nav ul li:hover ul li a {
                    background-color: #b1d9c3;
                    width: inherit;
                    display: block;
                    width: 111px;
                    padding: 2px 10px 2px 26px;
                    margin-left: 3px; }
                    html body #header .nav ul li:hover ul li a:hover {
                      background-color: #483d33;
                      padding: 2px 10px 2px 26px; }
            html body #header .nav ul li ul {
              display: hidden; }
    html body #sidebar {
      margin-left: 20px;
      font-size: .9em;
      margin-top: 72px;
      width: 220px;
      padding: 10px;
      background-color: #b1d9c3;
      clear: left;
      float: left;
      font-size: .9em;
      line-height: 1em; }
      html body #sidebar a:hover {
        color: #2e2b15; }
      html body #sidebar div {
        margin-top: 0px;
        margin-bottom: 20px; }
        html body #sidebar div h2 {
          font-size: 1.25em;
          margin-top: 0px;
          margin-bottom: 5px; }
        html body #sidebar div p {
          margin-top: 0px; }
        html body #sidebar div ul {
          margin: 0px 0px 0px 15px;
          padding: 0px;
          list-style: none; }
          html body #sidebar div ul li {
            text-indent: -1em;
            margin-left: 1em; }
          html body #sidebar div ul li:before {
            content: "\00BB \0020"; }
    html body #content {
      padding: 20px;
      margin-left: 260px; }
      html body #content .article h2 {
        font-variant: small-caps;
        text-align: center;
        font-size: 2em;
        margin-bottom: 5px; }
        html body #content .article h2 a {
          color: #000 !important; }
      html body #content .article p {
        margin-top: 0px; }
        html body #content .article p.date {
          font-size: .8em;
          text-transform: uppercase;
          text-align: center;
          margin: 2px 0px 12px 0px;
          line-height: .7em;
          letter-spacing: 2px; }
          html body #content .article p.date sup {
            font-size: .5em; }
    html body #content.news h2 {
    	font-size: 1.5em;
    	}
    html body #content.news p {
    	font-size: .9em;
    	line-height: 1.25em;
    	}
    html body #footer {
      font-size: .8em;
      color: #333;
      text-align: center;
      margin-top: 24px;
      clear: both; }

p img {
  padding: 0;
  max-width: 100%; }

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline; }
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px; }
html>body .entry li {
  margin: 7px 0 8px 10px; }

.entry ol {
  padding: 0 0 0 35px;
  margin: 0; }
  .entry ol li {
    margin: 0;
    padding: 0; }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none; }

#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center; }

#sidebar #searchform #s {
  width: 180px;
  padding: 2px; }
#sidebar #searchsubmit {
  padding: 1px; }

.entry form {
  text-align: center; }

select {
  width: 130px; }

#commentform {
  margin: 5px 10px 0 0; }
  #commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0; }
  #commentform textarea {
    width: 100%;
    padding: 2px; }

#respond:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#commentform #submit {
  margin: 0 0 5px auto;
  float: right; }

.alt {
  margin: 0;
  padding: 10px; }

.commentlist {
  padding: 0;
  text-align: justify; }
  .commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none; }
    .commentlist li ul li {
      margin-right: -5px;
      margin-left: 10px; }
  .commentlist p {
    margin: 10px 5px 10px 0; }

.children {
  padding: 0; }

#commentform p {
  margin: 5px 0; }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0; }

.commentmetadata {
  margin: 0;
  display: block; }

#sidebar form {
  margin: 0; }

acronym, abbr, span.caps {
  cursor: help; }

acronym, abbr {
  border-bottom: 1px dashed #999; }

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd; }
  blockquote cite {
    margin: 5px 0 0;
    display: block; }

.center {
  text-align: center; }

.hidden {
  display: none; }

.screen-reader-text {
  position: absolute;
  left: -1000em; }

hr {
  display: none;
  clear: both; }

a img {
  border: none; }

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px; }

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0; }

#no-events-in-list {
	text-align: left;
	font-family: "Vegur", sans-serif !important;
	}
