/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
  margin-top: 5px;
  padding: 0;
  background: #F8ECA9 url(/assets/images/img01.gif) repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #635821;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #5E510E;
}

h1 {
  letter-spacing: -1px;
  font-size: 32px;
}

h2 {
  font-size: 23px;
}

p, ul, ol {
  margin: 0 0 1em 0;
  line-height: 26px;
}

a:link {
  color: #AB5B00;
}

a:hover, a:active {
  text-decoration: none;
  color: #AB5B00;
}

a:visited {
  color: #AB5B00;
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 7px 15px 0 0;
}

img.right {
  float: right;
  margin: 7px 0 0 15px;
}

/* Form */

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 1;
}

legend {
  display: none;
}

input, textarea, select {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
}

#wrapper {
}

/* Header */

#header {
  width: 816px;
  height: 205px;
  background: url(/assets/images/img02.jpg) no-repeat left top;
  margin: 0 auto;
  padding: 0;
}

#logo {
  float: left;
  margin-left: 30px;
  padding-top: 50px;
}

#logo #site_heading, #logo #site_subheading {
  margin: 0;
  padding: 0;
}

#logo #site_heading {
  font-size: 38px;
  color: #3399CC;
}

#logo #site_heading a {
  color: #FFFFFF;
}

#logo #site_subheading {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #F2B870;
}

#logo a {
  text-decoration: none;
  color: #F2B870;
}

/* Menu */

#primary_navigation {
  float: right;
}

#primary_navigation ul {
  margin: 0;
  padding: 170px 30px 0 0;
  list-style: none;
}

#primary_navigation li {
  display: inline;
}

#primary_navigation a {
  display: block;
  float: left;
  width: 110px;
  height: 30px;
  margin-left: 5px;
  padding-top: 5px;
  background: url(/assets/images/img07.gif) no-repeat;
  text-decoration: none;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #857415;
}

#primary_navigation a:hover {
  background: url(/assets/images/img06.gif) no-repeat;
}

#primary_navigation .active a {
  background: url(/assets/images/img06.gif) no-repeat;
}

/* Page */

#page {
  width: 816px;
  margin: 0 auto;
  background: url(/assets/images/img04.jpg) repeat-y left top;
}

#page .bgtop {
  background: url(/assets/images/img03.jpg) no-repeat left top;
}

/* Content */

#location_0 {
  float: right;
  width: 510px;
  padding: 15px 30px 0px 0px;
}

/* Post */

.component {
  margin-bottom: 10px;
}

#location_0 h2, #location_0 .blog_post .title {
  padding-bottom: 8px;
  color: #AB5B00;
  font-size: 24px;
  margin: 0;
}

.blog_post .date {
  margin-bottom: 8px;
  font-size: smaller;
}

/* Sidebar */

#location_1 {
  float: left;
  width: 200px;
  padding: 30px 0px 0px 30px;
}
#location_1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#location_1 .component {
  margin-bottom: 30px;
}
#location_1 li {
  margin: 0;
  padding-left: 15px;
  background: url(/assets/images/img08.gif) no-repeat left 10px;
}
#location_1 h2 {
  margin-bottom: 8px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
}
#location_1 a {
  text-decoration: none;
}

/* Footer */

#footer {
  width: 816px;
  height: 80px;
  min-height: 65px;
  background: url(/assets/images/img05.jpg) no-repeat left top;
  margin: 0 auto;
  padding: 15px 0 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}

html>body #footer {
  height: auto;
}

#copyright {
  padding-top: 20px;
  padding-right: 30px;
  text-align: right;
  font-size: 10px;
  color: #5E510E;
  float: right;
}

#copyright a {
  font-weight: bold;
  color: #FFFFFF;
}

#powered_by {
  padding-top:  20px;
  padding-left: 30px;
  text-align:  left;
  font-size: 10px;
  color: #5E510E;
  float: left;
}

/* Line up comments, tags, etc for blog posts */
.category, .tags, .comments { 
  display: inline;
  border-left: 1px dotted #999;
  padding: 0px 10px;
}
.comments { border-left-width: 0px; padding-left: 0px; }
