html, body{
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #000000 repeat-x left top;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 13px;
  color: #63676A;
}

h1, h2, h3 {
  margin: 0;
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-weight: normal;
  color: #649632;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
  margin-top: 0;
  line-height: 240%;
  text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #C2C8CC; }

a:hover { text-decoration: none; }

a img {
  border: none;
}

img.left {
  float: left;
  margin: 7px 30px 0 0;
}

img.right {
  float: right;
  margin: 7px 0 0 30px;
}

hr { display: none; }

.small_text{
  font-size: smaller;
  display: inline;
}

.list1 li {
  float: left;
  line-height: normal;
}

.list1 li img {
  margin: 0 30px 30px 0;
}

.list1 li.alt img {
  margin-right: 0;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  background: #000000;

  min-height: 100%;
  position: relative;
}

/* Header */

#header {
  width: 820px;
  height: 45px;
  margin: 0 auto;
  background: url('/img/bgs/header.png') no-repeat center;
}

/* Menu */

#menu {
  float: left;
  height: 44px;
}

#menu ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  line-height: normal;
}

#menu li {
  height: 44px;
  display: block;
  float: left;
  padding: 12px 25px 0 25px;
  background: url(/img/bgs/img04.jpg) no-repeat right 8px;
}

#menu a {
  display: block;
  float: left;
  text-decoration: none;
  font: 12px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item {
  margin: 0px;
  color: #FFFFFF;
}

/* Page */

#page {
  width: 820px;
  margin: 0 auto;
  padding: 0px;
  padding-bottom: 20px;
}

/** LOGO */

#logo {
  width: 900px;
  height: 190px;
  margin: 0 auto;
  background: url(/img/bgs/header.jpg) no-repeat top center;
}

#logo h1, #logo p {
  margin: 0 50px 0 0;
  padding-right: 95px;
  line-height: normal;
  text-align: right;
}

#logo h1 {
  padding-top: 20px;
}

#logo h1 a {
  text-decoration: none;
  color: #FFFFFF;
}

#logo h1 a:hover { text-decoration: underline; }

#logo p {
  font: italic 13px Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
}

#logo p a {
  text-decoration: none;
  color: #FFFFFF;
}

#logo p a:hover { text-decoration: underline; }

/* Content */

#content {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;

  width: 550px;
}

/* Post */

.post {
  margin-bottom: 25px;
}

.post .title {
  height: 30px;
  margin-bottom: 3px;
  border-bottom: 1px dashed #1E1E1E;
  /*font-family: Arial, Helvetica, sans-serif;*/
  color: #FFFFFF;
}

.post .date {
  float: right;
  margin-top: -45px;
  padding-right: 20px;
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-weight: normal;
  font-size: 12px;
  color: #C2C8CC;
}

.post .meta {
  margin: -30px  0 3px 25px;
  padding: 2px 30px 2px 0px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: normal;
  font-size: 10px;
  color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
  color: #aaa;
  padding: 20px 0px;
}
.post .inline_entry {
  padding: 20px 10px;
  display: inline-block;
}

.post .links {
  margin: 0 250px 0 0;
  padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
  padding-left: 17px;
}

/* Sidebar */

#sidebar {
  float: left;
  width: 250px;
  min-height: 250px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

#sidebar li {
  margin-bottom: 30px;
  padding: 0 0 20px 0;
  background: url(/img/bgs/img07.jpg) repeat-x left top;
}

#sidebar li ul {
  line-height: 200%;
  background: none;
}

#sidebar li li {
  margin: 0;
  padding: 0 50px;
  background: none;
}

#sidebar p {
  margin: 0;
  padding: 0 5px 5px 5px;
  line-height: 200%;
  font-size: smaller;
}

#sidebar h2 {
  height: 33px;
  margin: 0 0 0 0;
  padding: 15px 0px 0px 20px;
  background: url('/img/bgs/sub_header.png') no-repeat center;
  /*background: url('/img/bgs/img06.jpg') repeat-x left top;*/
  /*text-transform: uppercase;*/
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}


#sidebar p {
}

#sidebar a {
}

/* Footer */
#footer {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  background: url('/img/bgs/footer.png') top;
  height: 50px;

  /*footer at bottom*/
  position: absolute;
  bottom: 0;
}

#footer p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  color: #333;
  font-size: smaller;
}

#footer a {
  color: #666;
}
