a {
  color: #3256B6;
  text-decoration: none;
}
a:visited {
  color: #3256B6;
  text-decoration: none;
}
a:hover, a:visited:hover {
  color: #3256B6;
  text-decoration: underline;
}
body {
  background-color: #544229;
  background-image: url("images/brown-a.jpg");
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  font-color: #333333;
  padding: 0px;
  margin: 15px;
  text-align: center;
}
h1 {
  color: #544229;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
h4 {
  color: #544229;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: normal;
  margin-top: 1.0em;
  margin-bottom: .2em;
}


.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  text-align: left;
  height: 100%;
}
#header {
  background-color: #FFFFFF;
  background-image: url("images/coffe-beans.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  color: black;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#site-title {
  color: #544229;
  font-size: 325%;
}
#header-image {
  float: right;
}

#site-title a, #site-title a:visited {
  color: #544229;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: #544229;
  text-decoration: underline;
}
#site-title h1 {
  color: #544229;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  margin-top: 0em;
  margin-bottom: .2em;
}

#site-subtitle {
  color: #544229;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  background-color: white;
  background-image: url("images/dotted-lines.gif");
  background-repeat: repeat-y;
  float: left;
  width: 100%;
  height: 100%;
  text-align: left;
}
#content-wrapper {
  float: left;
  width: 530px;
  height: 100%;
}
#content {
  padding: 25px;
  height: 100%;
}
#content h1 {
  margin-top: 1.5;
  color: #544229;
}
#content h2 {
  color: #544229;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  margin-top: 1.0em;
  margin-bottom: .2em;
}

#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
  color: #544229;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
.info a {
  color: #b0af99;
}
.info a:visited {
  color: #b0af99;
}
.info a:hover, a:visited:hover {
  color: #b0af99;
  text-decoration: underline;
}

#content .entry {
  margin-top: 1em;
  color: #333333;
  line-height: 18px
}

#sidebar-wrapper-right {
  float: right;
  width: 160px;
  margin-top: 2em;
  height: 100%;
  
}
#sidebar-wrapper-left {
  float: left;
  width: 150px;
  margin-top: 2em;
  text-align: left;
  height: 100%;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
  height: 100%;
  vertical-align:: top;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}

#footer {
  color: #999;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}
#footer a, #footer a:visited {
  color: #999;
  text-decoration: none;
}
#footer a:hover, #footer a:hover {
  color: #999;
  text-decoration: underline;
}
#adsensemenu {
  background-color: white;
  padding: 10px;
}
#menu {

}
#menu h1 {
  color: #544229;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 160%;
  font-weight: bold;
  margin-bottom: .5em;
}
#menu h2 {
  color: #544229;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: normal;
  margin-top: .3em;
  margin-bottom: .3em;
}


#floatleft {
  float: left;
}
#floatright {
  float: right;
}
#shadow-bottom-left {
  width: 20px;
  background-color: #000000;
  //background-image: url("/images/brown-c.jpg");
  //background-repeat: repeat-y;
  //float: left;
}
#shadow-bottom-right {
  width: 20px;
  background-color: #544229;
  background-image: url("images/brown-e.jpg");
  background-repeat: repeat-y;
  float: right;
}
