body {
  margin:0;
  padding:0px;
  background:#fff;
  color:#444;
  font-size:12px; /* 62.5%;  Resets 1em to 10px */
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  text-align:left;
}

a {
  color:#258;
  text-decoration:none;
}
a:hover { text-decoration:underline; }

h1, h2 {
  color:#555;
  text-align:left;
  font:bold 12pt Georgia;
}
h3, h4, h5, h6 {
  color:#555;
  text-align:left;
  font:bold 11pt Arial;
}

img { border:0; }
input, textarea { font-size:12px; }
label {
  width:180px;
  float:left;
  margin:5px 0 3px 0;
  line-height:1.5em;
  font:normal 12px Verdana,Arial,Helvetica,Sans-Serif;
  color:#888;
  padding-right:5px;
  text-align:right;
}
input[type="text"], input[type="password"], select, textarea {
  border:1px solid #6d97b7;
  background-color:#fff;
  line-height:1.5em;
  margin:3px 0;
}
input.btn {
  border:1px solid #CDCA5F;
  color:#000;
  margin:10px 0;
  padding: 2px 10px 3px 10px;
  background-color:#fff;
  width:120px;
}
br { clear:left; }
/*input[type=submit] {
  border:1px outset #aaa;
  background:#ddd;
}*/
pre {
  overflow:auto;
  border:1px solid #ccc;
  padding:5px 10px;
  background: #f8f8f8;
  font-size: 12px;
}
code {
  background-color:#f8f8f8;
  color:#111;
}

/* Layout */
#page {
  margin:0 auto;
  width:100%;
  overflow:hidden;
}
#container{
  margin:0;
  padding:0 240px 0 240px;
}

#wrapper{
  float:left;
  width:100%;
  border-left:240px solid #fff; /* sidebar left background color */
  border-right:240px solid #fff; /* sidebar right background color */
  margin-left:-240px;
  margin-right:-240px;
  background-color:#fff;
  display:inline;
}

#sidebar_left{
  float:left;
  width:200px;
  margin:0 0 0 -240px;
  position:relative;
  border-right:1px solid #ccc;
}
#content{
  float:left;
  width:90%;
  margin-right:-100%;
  padding:10px 4%;
  overflow:hidden;
  background:#fff;
}
#sidebar_right{
  float:right;
  width:200px;
  margin:0 -240px 0 0;
  position:relative;
}

/* Header */
#header {
	background-color: #c09853;
	height: 70px;
  margin:0;
  border-bottom:1px solid #fff;
}
#headerlogo {
  position:relative;
  top:50%;
  left:20px;
}
#headerlogo h1, #headerlogo div.description {
  position:relative;
  bottom:26px;
}
#headerlogo h1 {
  margin:0;
  font-size:2em;
}
#headerlogo h1 a {
  background:transparent;
  color:#d0e0f0;
}
#headerlogo h1 a:hover {
  text-decoration:none;
}

#headerlogo div.description {
  margin:0;
  background:transparent;
  color:#fff;
}

/* Top navigation */
#hmenu {
  background-color:#9a7a42;
  border:1px solid #c0bba4;
  width:100%;
  padding:0;
  height:24px;
  margin:0;
}
#hmenu ul {
  width:auto;
  list-style:none;
  padding:0;
  margin:0;
}
#hmenu ul li {
  display:inline;
  float:left;
  width:auto;
  padding:0;
  margin:0;
}
#hmenu ul li a {
  display:block;
  background-color:#9a7a42;
  color:#c6c8c9;
  padding:4px 20px;
  margin:0 1px;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:normal;
}
#hmenu ul li a:hover, #hmenu ul li.hmenu_rss a:hover {
  background-color: #c0bba4;
  color: #fff;
}
#hmenu ul li ul {
  padding:0.5px 0 0 0;
  position:absolute;
  display:block;
  visibility:hidden;
  z-index:599;
}
#hmenu ul li.hmenu_rss ul {
  right:0;
}
#hmenu ul li:hover ul {
  visibility:visible;
}
#hmenu ul ul li {
  display:block;
  float:none;
  width:auto;
}
#hmenu ul ul a { margin:0px; border-top:1px solid #ccc; }
#hmenu ul li.hmenu_rss a {
  text-align:right;
  margin-right:3px;
  background:#9a7a42 url('/web-assets/feed.png') no-repeat 95% 50%;
  padding:4px 30px 4px 20px;
}
#hmenu ul li.hmenu_rss { float:right; }

/* Sidebar */
.sidebar {
  color:#222;
  padding:20px;
}
.sidebar ul {
  padding:0;
  margin:0;
  list-style-type: none;
}
.sidebar ul ul {
  list-style-type: disc;
  margin-left:6px;
  padding:0;
}
.sidebar ul li {
  margin:0 0 1.2em 0;
}
.sidebar li li {
  margin:0.1em 0.4em;
}
.sidebar ul h2 {
  margin:0;
  padding:0;
  text-transform:uppercase;
  font:bold 10.5pt Arial;
}
.sidebar a.rsswidget img {
  border:0;
  float:right;
}

/* Footer */
#footer {
  clear:both;
  padding:10px;
  text-align:center;
  font-size:11px;
  background:#c09853;
  color:#fff;
  white-space:nowrap;
}
#footer a { color:#aac; }

/* Post */
.post, .page { clear:both; }

.blog .post, .archive .post, .search-results .post, .search-results .page {
  margin:0 0 4em 0;
}

.postentry { line-height:1.5em; }
.postentry li { padding-bottom:3px; }
.postentry p, .postentry blockquote, .postentry ul, .postentry ol {
  text-align:left;
}
.postentry blockquote {
  margin:10px 20px;
  padding:0 0 0 10px;
  border-left:0.4em solid #ddd;
  font-size:0.8em;
  line-height:1.4em;
}
.postentry blockquote blockquote {
  margin-left:0;
}

.postentry a { border-bottom:1px solid #ddd; }
.postentry a:hover {
  border-bottom:1px solid #258;
  text-decoration:none;
}

.postentry table {
  border-width:0 1px 1px 0;
  border-style:solid;
  border-color:#ccc;
}
.postentry table tr td {
  padding:5px 10px;
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#ccc;
}
.postentry table tr th {
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#ccc;
  padding:5px 10px;
  background:#f4f4f4;
  color:#666;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
}
h2.posttitle {
  margin:0 0 5px 0;
  padding:5px;
  border-bottom:2px solid #ff9900;
}
.postmetadata {
  clear:both;
  margin:1em 0;
  background-color:#fff;
  color:#888;
  text-align:left;
}
.posttagscat { margin:0 0 10px 0; }
.postcat { margin:0 10px 0 0; }
.poststicky { margin:0 0 0 10px; }
.poststicky:before { content:'\2022 \0020'; }
div.archive-desc {
  border:1px solid #ccc;
  background-color:#f8f8f8;
  padding:5px 10px;
  margin:0 0 10px 0;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
}
.wp-caption a, .wp-caption a:hover, .gallery a, .gallery a:hover, .attachment a, .attachment a:hover {
  border:none;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 0.8em;
  margin:4px 0 0 0;
  padding:0 4px;
}
.gallery {
  border:1px solid #ddd;
  background-color: #f3f3f3;
}
.gallery-item { margin:10px; }
.gallery-caption { font-size:0.8em; }
.attachment img {
  border:1px solid #ddd;
  background-color:#f3f3f3;
  padding:4px;
}

/* Comments */
textarea#comment { width:100%; }
.commentlist {
  margin:0;
  padding:0;
}
.children {
  margin: 0 -21px -21px 0;
  padding:0;
}
li.comment, li.trackback, li.pingback {
  list-style:none;
  border:1px solid #eee;
  padding:20px;
  margin:10px 0;
}
ul.children li.comment { margin:10px 0 -11px 0; }

.comment-body { overflow:auto; }
.commentlist li.even { background-color:#fafafa; }
.commentlist li.odd { background-color:#f6f6f6; }
.commentlist li.bypostauthor { background-color:#fffff8; }
.commentlist li.bypostauthor > .comment-body > .comment-author > cite {
  border-bottom:1px solid #aaa;
}
.comment-body p { font-size:1.3em; }
.comment-body blockquote {
  margin:5px 10px;
  padding:0 0 0 5px;
  border-left:0.4em solid #ddd;
  font-size:0.9em;
}
.comment-body blockquote blockquote { font-size:1em; }
.comment-body img.avatar {
  float:right;
  border:1px solid #eee;
  margin:0;
  background:#fff;
}
.comment-author cite {
  font-style:normal;
  font-weight:bold;
  color:#555;
}
.comment-meta { margin:4px 0 0 0; }
.reply {
  margin:5px 0;
  padding:0;
}

/* Comment ends */

/* Calendar */
#wp-calendar {
  text-align:center;
  width:100%;
}
#wp-calendar caption, #wp-calendar thead th {
  font-weight:bold;
  text-transform:uppercase;
  color:#555;
}
#wp-calendar tbody td {
  border:1px solid #ccc;
  background:#f2f2f2;
}
#wp-calendar tbody td a {
  font-weight:bold;
}
#wp-calendar td#today {
  background:#e4e4e4;
}
#wp-calendar tbody td.pad {
  border:none;
  background:transparent;
}
/* Calendar ends */

#searchform {
  margin: 10px auto;
  padding: 5px 3px;
}
.sidebar #searchform #s {
  width: 120px;
  padding: 2px;
}
.sidebar #searchsubmit {
  padding: 1px;
}
.screen-reader-text {
  position: absolute;
  left: -1000em;
}

abbr {
  cursor:help;
  border-bottom: 0.1em dotted;
}
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin: 0 10px 0 0;
  width:auto;
}
.alignright {
  float: right;
  width:auto;
  margin: 0 0 0 10px;
}

