* {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
}
html {
  background: #ffffff url(images/bg.png) repeat-x scroll left top;
  color: #555555;
  font-family: "Trebuchet MS","Lucida Grande",Verdana,Sans-Serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5em;
  font-size-adjust: none;
  font-stretch: normal;
}
a {
  border-bottom: 1px dotted #333333;
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #cccccc;
  border-bottom-color: #434e29;
}
a:visited {
  border-bottom-color: #789160;
  color: #789160;
}
a:hover, a:active {
  border-bottom-style: solid;
  color: #000000;
  background-color: black;
}
h1, h2, h3, h4, h5, h6 {
  margin: 5px 0 10px;
  font-weight: normal;
  line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border-bottom-width: 0;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4, h5, h6 {
  font-size: 20px;
}
ul, ol {
  margin: 1em 0;
  line-height: 1.8em;
  font-family: Arial,Helvetica,sans-serif;
}
ol li {
  margin-left: 2.5em;
  font-family: Arial,Helvetica,sans-serif;
}
ul {
  padding-left: 2em;
  list-style-type: square;
  font-family: Arial,Helvetica,sans-serif;
}
blockquote {
  border: 1px solid #a9a9a9;
  margin: 2em 3em;
  padding: 1em;
  background: #eeeeee url(images/right_quotes.png) no-repeat scroll 95% 85%;
  clear: both;
  font-size: 0.9em;
  line-height: 1.7em;
  font-family: Arial,Helvetica,sans-serif;
}
code {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.93em;
}
abbr, acronym, cite {
  border-bottom: 1px dotted #333333;
  cursor: help;
  font-family: Arial,Helvetica,sans-serif;
}
ins, del {
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: Arial,Helvetica,sans-serif;
}
hr {
  clear: both;
  height: 1px;
  visibility: hidden;
  font-family: Arial,Helvetica,sans-serif;
}
#header {
  margin-top: 10px;
  font-family: Arial,Helvetica,sans-serif;
}
#navigation {
  margin: 0 auto;
  width: 750px;
  font-family: Arial,Helvetica,sans-serif;
}
#featured {
  padding: 27px 0 1px;
  float: right;
}
#wrapper {
  margin: 0 auto;
  background: #ffffff url(images/wrapper_bg.png) repeat-y scroll left top;
  clear: both;
  width: 770px;
  font-family: Arial,Helvetica,sans-serif;
}
#content {
  margin-left: 10px;
  float: left;
  width: 450px;
}
#sidenotes {
  float: right;
  width: 300px;
  margin-right: 10px;
  font-family: Arial,Helvetica,sans-serif;
}
#footer {
  margin: 0 auto;
  background: #333333 url(images/footer_bg.png) repeat-y scroll left top;
  clear: both;
  width: 770px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
}
#header h1 {
  background: transparent url(images/logo.png) no-repeat scroll left bottom;
  min-height: 95px;
  margin-left: 25px;
  font-family: Arial,Helvetica,sans-serif;
}
#header h1 a {
  display: block;
  text-indent: -9999px;
  font-family: Arial,Helvetica,sans-serif;
}
#header h2 {
  display: none;
  font-family: Arial,Helvetica,sans-serif;
}
#navigation ul {
  margin: 0;
  padding: 0;
  float: left;
  line-height: 1.5em;
  list-style-type: none;
  font-family: Arial,Helvetica,sans-serif;
}
#navigation li {
  float: left;
  font-family: Arial,Helvetica,sans-serif;
}
#navigation a {
  padding: 5px 8px;
  float: left;
  display: block;
  color: #999999;
  margin-top: -6px;
  border-bottom-width: 0;
  font-family: Arial,Helvetica,sans-serif;
}
#navigation a:hover, #navigation a:active {
  color: white;
  background-color: #585858;
  font-family: Arial,Helvetica,sans-serif;
}
#navigation li.active a {
  color: #666666;
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
}
.post {
  padding: 10px 20px 0;
  font-family: Arial,Helvetica,sans-serif;
}
h2.post-title {
  margin-bottom: 15px;
  font-family: Arial,Helvetica,sans-serif;
}
.post-content p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial,Helvetica,sans-serif;
}
p.post-footer {
  padding: 5px 10px;
  background-color: #dadada;
  margin-bottom: 10px;
  margin-top: 25px;
  color: #dadada;
  font-family: Arial,Helvetica,sans-serif;
}
p.post-footer strong {
  border-right: 1px solid #a9a9a9;
  color: #333333;
  padding-right: 10px;
  font-family: Arial,Helvetica,sans-serif;
}
p.post-footer em {
  border-right: 1px solid #a9a9a9;
  font-style: normal;
  padding-right: 10px;
  font-family: Arial,Helvetica,sans-serif;
}
p.post-footer a {
  border-bottom-width: 0;
  font-family: Arial,Helvetica,sans-serif;
}
a.more {
  border-bottom-width: 0;
  font-family: Arial,Helvetica,sans-serif;
}
.post-content p.img {
  margin: 0 15px 0 0;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
}
p.img img {
  border: 1px solid #a3aa91;
  margin: 5px;
  padding: 3px;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
}
p.img img:hover {
  background-color: #eeeeee;
  font-family: Arial,Helvetica,sans-serif;
}
p.pagination {
  border: 1px solid #c9c9c9;
  margin: 20px;
  padding: 1px 10px;
  background-color: #f9f9f9;
  font-family: Arial,Helvetica,sans-serif;
}
p.pagination a {
  border-bottom-width: 0;
  font-family: Arial,Helvetica,sans-serif;
}
a.prev {
  background: transparent url(images/prev.gif) no-repeat scroll left center;
  float: left;
  padding-left: 10px;
  font-family: Arial,Helvetica,sans-serif;
}
a.next {
  background: transparent url(images/next.gif) no-repeat scroll right center;
  float: right;
  padding-right: 10px;
  font-family: Arial,Helvetica,sans-serif;
}
#sidenotes h3 {
  padding: 10px 10px 0;
  font-family: Arial,Helvetica,sans-serif;
}
#sidenotes ul {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial,Helvetica,sans-serif;
}
#sidenotes li a {
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 5px 10px;
  overflow: hidden;
  clear: both;
  float: right;
  display: block;
  color: #333333;
  margin-top: -3px;
  min-height: 150px;
  font-weight: normal;
  width: 275px;
  font-family: Arial,Helvetica,sans-serif;
}
#sidenotes a:hover {
  background-color: #f9f9f9;
  font-family: Arial,Helvetica,sans-serif;
}
#sidenotes a strong {
  display: block;
  font-family: Arial,Helvetica,sans-serif;
}
#sidenotes a em {
  display: block;
  font-family: Arial,Helvetica,sans-serif;
}
#sidenotes img {
  border: 1px solid #a3aa91;
  margin: 5px 10px 5px 5px;
  padding: 3px;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
}
#footer .block {
  padding: 10px 5px;
  float: left;
  width: 240px;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
}
#footer .block h3 {
  margin: 0;
  padding: 0 10px 5px 13px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: Arial,Helvetica,sans-serif;
}
#footer .block ul {
  padding: 0 10px 20px;
  list-style-type: none;
  font-family: Arial,Helvetica,sans-serif;
}
#footer .block ul a {
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  padding: 5px 10px;
  width: 100%;
  display: block;
  margin-top: -1px;
  font-family: Arial,Helvetica,sans-serif;
}
#footer .block ul a:hover, #footer .block ul a:active {
  background-color: #999999;
  font-family: Arial,Helvetica,sans-serif;
}
#footer p {
  padding: 0 15px;
  font-family: Arial,Helvetica,sans-serif;
}
#footer .block p {
  margin: 15px 0;
  font-family: Arial,Helvetica,sans-serif;
}
#footer a {
  color: white;
  border-bottom-color: #666d54;
  font-family: Arial,Helvetica,sans-serif;
}
#footer a:hover, #footer a:active {
  color: #484d3b;
  border-bottom-color: #484d3b;
  font-family: Arial,Helvetica,sans-serif;
}
#footer p.copyright {
  margin: 0 10px;
  padding: 10px 15px;
  clear: both;
  background-color: #666666;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
}

