/*   
 *   Theme Name: Rose
 *   Theme URI: the-theme's-homepage
 *   Description: a-brief-description
 *   Author: your-name
 *   Author URI: your-URI
 *   .
 *   General comments/License Statement if any.
 *   .
 *   */

html, body {
  height: 100%;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font-family: Verdana;
  font-size: 0.8em;
}
* html #container { height: 100% } /* IE6 hack */
#container {
  min-height: 100%;
}
.content {
  width: 800px;
  margin: 0 auto;
}
#header {
  padding: 0.8em 0 0;
  background-color: #2F8823;
}
h1 {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 0.5em 0;
  font-size: 2em;
  color: #f6f6f6;
}
hr {
  background: #aaa;
  color: #aaa;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 1em 0;
  border: none; 
}
#logo {
  float: right;
  padding-right: 2em;
}
.menu ul {
  list-style-type: none;
  list-style-position: outside;
}
.menu li {
  display: inline;
}

#menu {
  background-color: #125209;
  padding: 6px 0;
  font-size: 0.9em;
  border-bottom: 4px solid black;
}
#menu a {
  color: white;
  text-decoration: none;
  margin-right: 1em;
  padding: 6px;
}
#menu .current_page_item a, #menu a:hover {
  background-color: black;
}

#submenu {
  background-color: black;
  padding: 6px 0;
  padding-top: 0;
  font-size: 0.9em;
}
#submenu a {
  color: white;
  text-decoration: none;
  margin-right: 1em;
  padding: 6px;
  padding-top: 4px;
}
#submenu .current_page_item a, #submenu a:hover {
  background-color: white;
  color: black;
}

#body {
  padding-top: 1em;
}
#leftbar {
  width: 515px;
  float: left;
  padding-right: 15px;
  line-height: 1.3em;
}
#rightbar {
  width: 230px;
  float: left;
  border-left: 1px solid #aaa;
  padding-left: 19px;
  padding-right: 10px;
  background-color: #eee;
}
#rightbar ul, #rightbar p {
  font-size: 0.8em;
}
#rightbar ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
}
#rightbar li {
  margin: 0.5em 0;
}
#rightbar li .date {
  background-color: #C5ECC0;
}
#rightbar a {
  color: #000;
  border-bottom: 1px dotted #999;
  text-decoration: none;
}
#rightbar a:hover  {
  background-color: #333;
  border-bottom-width: 0;
  padding: 2px;
  color: white;
}
.text {
  color: black;
  font-size: 0.9em;
}
.text img {
  border: 1px solid #888;
  margin-right: 1.3em;
}
.text .alignleft {
  float: left;
}
.text .alignright {
  float: right;
}
p {
  margin: 0.8em 0;
}
.text ul{
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 0.8em;
}

h2 {
  /*line-height: 1.2em;*/

}

h2 a {
  font-size: 0.8em;
  color: black;
}

h2 a:hover {
  color: #777;
}

h3 {
  font-size: 1.3em;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
#topper {
  font-style: italic;
  font-family: Georgia, serif;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #666;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}
.clearer { height: 2em; clear: both; }
#footer {
  height: 2em;
  font-size: 0.8em;
  text-align: center;
  background-color: #ccc;
  margin: -2em auto 0 auto;
  line-height: 2em;
  color: #666;
}
.post {
  clear: both;
  margin-bottom: 1.5em;
}
.post .date {
  color: #666;
}
