/* == BASICS =============================================================== */
body, p, div, td {
  font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, Sans;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, Serif;
  font-style: italic;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

/* == LAYOUT =============================================================== */
#header, #content, #footer {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#content {
}

#main {
  float: left;
  width: 540px;
}

#sidebar {
  margin-left: 550px;
}

.closer {
  clear: both;
  border: 0px;
  padding: 0px;
  margin: 0px;
  height: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px;
}

/* == COLORS =============================================================== */
body {
  background-color: #99CC99;
}

#main {
  background-color: white;
}

#sidebar {
  background-color: #DFF0DF;
}

a, a:link {
  color: #9C4f4f;
}

a:visited {
  color: #B57B7B;
}

a:active, a:hover {
  color: #FF0000;
  text-decoration: underline;
}

/* == HEADER =============================================================== */
#header {
  height: 120px;
  position: relative;
}

#header h1 {
  padding: 0px;
  margin: 0px;
  font-size: 60px; 
  position: absolute;
  text-align: right;
  bottom: 0px;
  right: 260px;
}

#header h1 a, #header h1 a:link, #header h1 a:visited {
  text-decoration: none;
  color: white;
}

#header h1 a:hover, #header h1 a:active {
  text-decoration: none;
  color: #FF9;
}

#header h2 {
  position: absolute;
  left: 550px;
  bottom: 8px;
  font-size: 12px;
  color: #6B8F6B;
  font-weight: normal;
}

/* == MAIN ================================================================= */
#main {
  margin-bottom: 30px;
}

#main-inner {
  padding: 0px 30px 20px 30px;
}

.entry {
  padding-top: 20px;
}

#main h1 {
  font-size: 40px; 
  text-align: right;
}

#main h3 {
  text-align: right;
  font-size: 23px;
  padding: 0px;
  margin: 0px;
  color: #6B8F6B;
}

#main h4 {
  font-size: 18px;
}

#main h3 a, #main h3 a:link, #main h3 a:visited {
  text-decoration: none;
  color: #6B8F6B;
}

#main h3 a:hover, #main h3 a:active {
  text-decoration: underline;
  color: #9C4f4f;
}

#main .entry-body {
  text-align: justify;
}

#main .entry-body img {
  border: 1px solid black;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

#main .entry-footer {
  font-weight: bold;
}

#main .comments {
  margin-top: 20px;
}

#main .comment-body {
  padding-left: 20px;
  padding-right: 20px;
}

#main .comment {
  padding-bottom: 10px;
}

.comments-open label {
  width: 100px;
  display: block;
  float: left;
  clear: left;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}

.trackback-url {
  font-size: 10px;
  color: #999;
  margin-left: 110px;
  margin-top: 5px;
}

/* == SIDEBAR ============================================================== */
#sidebar-inner {
  padding: 10px;
}

#sidebar div, #sidebar p, #sidebar td {
  font-size: 11px;
}

#sidebar h3 {
  font-size: 16px;
  color: #6B8F6B;
}

#sidebar h3 a, #sidebar h3 a:link, #sidebar h3 a:visited {
  color: #6B8F6B;
  text-decoration: none;
}

#sidebar h3 a:active, #sidebar h3 a:hover {
  color: #9C4f4f;
  text-decoration: underline;
}

#sidebar a {
  text-decoration: none;
}

#sidebar a:active, #sidebar a:hover {
  text-decoration: underline;
}

#sidebar .module {
  margin-bottom: 20px;
}

#sidebar ul {
  padding-left: 0px;
  list-style: none;
  margin: 0px;
}

#sidebar li {
  margin-bottom: 4px;
}