html {
  overflow: auto;
}
body {
  font-family: "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Verdana, sans-serif;
  text-align: center;
  margin: 34px 0 0 0 !important;
  padding: 0;
}
div.clear {
  clear: both;
}

/** Reset **/
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}
ul, li, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
fieldset, img {
  border: 0 none;
}
a, a:visited {
  text-decoration: none;
}
a:hover {
  outline: none !important;
}
pre, code {
  margin: 0;
  padding: 0;
}
form, fieldset, input, textarea, label {
  margin: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
table, thead, tbody, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

/** Basic Typography **/
h1, h2, h3, h4, h5 {
  font-weight: normal;
  color: #777470;
}
h1 { font-size: 2.2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
a, a:visited {
  color: #DE9C00;
}
a:hover {
  outline: none;
  color: #8EBAA4;
}

/** Layout **/
body {
  background-color: #B7B7B7;
}
div#document {
  background: #DEDEDE url("document_bg.png") repeat-x left top;
}
div#layout {
  background: url("layout_bg.png") no-repeat left top;
  font-size: 0.8em;
  padding: 11px 0 0 0;
}
div#header div#title,
div#body div#content_wrapper div#content,
div#body div#subcontent_wrapper div#subcontent,
div#footer div#footer_content {
  text-align: left;
  width: 914px;
  margin: 0 auto;
  padding: 0 20px;
  *font-size: 0.9em;
  *width: 954px;
}
div#header div#title {
  background: url("title_bg.png") no-repeat center top;
  display: block;
  padding: 40px 20px;
  height: 46px;
}
div#header div#title h1 {
  font-size: 2.0em;
  font-weight: bold;
}
div#header div#title h1 a {
  color: #777470;
}
div#header div#title h1 a:hover {
  color: #8EBAA4;
}
div#header div#title h2 {
  font-size: 1.2em;
  color: #A39F9B;
}
div#body {
  color: #7E7B77;
}
div#body div#content {
  position: relative;
}
div#body div#content div#app {
  width: 602px;
  float: left;
}
div#body div#content div#sidebar {
  width: 282px;
  float: right;
}
div#body div#content div#sidebar div.section {
  margin: 0 0 15px 0;
}
div#body div#content div#sidebar h4 {
  background: url("sidebar_heading_border.png") no-repeat left bottom;
  padding: 0 10px 15px 10px;
}
div#body div#content div#sidebar ul {
  margin: 0 0 15px 0;
  color: #A39F9B;
}
div#body div#content div#sidebar ul li {
  border-bottom: 1px solid #D2D2D2;
  line-height: 1.6em;
  padding: 10px;
  display: block;
}
div#body div#content div#sidebar div.section div {
  padding: 0 10px;
}
div#body div#subcontent_wrapper {
  background: #C9C9C9 url("subcontent_bg.png") repeat-x left top;
  padding: 20px 0;
  display: block;
}
div#body div#subcontent a,
div#body div#subcontent a:visited {
  color: #D78900;
}
div#body div#subcontent a:hover {
  color: #89B79E;
}
div#body div#subcontent div.section {
  width: 284px;
  margin: 0 0 0 20px;
  float: left;
}
div#body div#subcontent h4 {
  background: url("subcontent_heading_border.png") no-repeat left bottom;
  padding: 0 10px 15px 10px;
}
div#body div#subcontent ul {
  margin: 0 0 15px 0;
}
div#body div#subcontent ul li {
  border-bottom: 1px solid #BEBDBC;
  line-height: 1.6em;
  padding: 10px;
  display: block;
}
div#body div#subcontent div.section div {
  padding: 0 10px;
}
div#footer {
  background: #B7B7B7 url("footer_bg.png") repeat-x left top;
  font-size: 0.9em;
  color: #777470;
  padding: 0 0 20px 0;
}
div#footer a,
div#footer a:visited {
  color: #B57C18;
}
div#footer a:hover {
  color: #749B86;
}
div#footer div#powered {
  text-align: center;
  padding: 20px;
}

/** Item **/
div.item {
  margin: 0 0 30px 0;
  position: relative;
  *height: 0.01%;
}
div.item h3.title {
  background: url("content_heading_border.png") no-repeat left bottom;
  line-height: 1.4em;
  margin: 0 0 15px 0;
  padding: 0 10px 15px 10px;
}
div.item h3.title a {
  color: #777470;
}
div.item h3.title a:hover {
  color: #8EBAA4;
}
div.item div.meta {
  padding: 0 10px;
  *height: 0.01%;
}
div.item div.meta div.author {
  margin: 0 0 15px 0;
  float: left;
}
div.item div.meta div.timestamp {
  margin: 0 0 15px 0;
  float: right;
  color: #A39F9B;
}
div.item div.body {
  padding: 0 10px;
  clear: both;
  *height: 0.01%;
}
div.item div.body p {
  line-height: 1.8em;
  margin: 0 0 20px 0;
}

/** Posts **/
div.posts div.post {
  padding: 0 0 36px 0;
  *padding: 0 0 34px 0;
}
div.post div.meta div.number_comments {
  background-color: #D2D2D2;
  text-align: right;
  width: 582px;
  padding: 10px;
  position: absolute;
  bottom: 0; left: 0;
}
div.post div.body .embedded-img-left {
  margin: 5px 20px 15px 0;
  float: left;
}
div.post div.body .embedded-img-right {
  margin: 5px 0 15px 20px;
  float: right;
}
div.post div.categories {
  background-color: #E8E8E8;
  line-height: 1.6em;
  color: #777470;
  padding: 10px;
  *height: 0.01%;
}
div.post div.categories ul {
  display: inline;
}
div.post div.categories ul li {
  margin: 0 5px 0 0;
  display: inline;
}

/** Events **/
div.calendar div.map {
  margin: 0 0 15px 0;
  padding: 0 10px;
}
div.calendar div.map div#event_map {
  width: 582px !important;
}
div.event div.duration,
div.event div.location_and_address {
  *height: 0.01%;
  clear: both;
}
div.event div.duration {
  background-color: #D2D2D2;
  text-transform: uppercase;
  color: #777470;
  padding: 10px;
}
div.event div.location_and_address {
  background-color: #E8E8E8;
  line-height: 2.0em;
  margin: 0 0 15px 0;
  padding: 10px;
}
div.event div.location_and_address span.location {
  font-size: 1.4em;
  display: block;
}
div.event div.location_and_address span.address {
  font-size: 1.2em;
  color: #A39F9B;
  display: block;
}

/** Discography **/
div.album div.cover {
  padding: 10px;
}
div.album div.tracks {
  padding: 10px;
}
div.album div.tracks h4 {
  font-size: 1.1em;
  margin: 0 0 10px 0;
}
div.album div.tracks ol {
  margin: 0;
  padding: 0 0 0 45px;
}
div.album div.tracks ol li {
  list-style: decimal;
  color: #A39F9B;
  padding: 6px 10px;
  position: relative;
  *height: 0.01%;
}
div.album div.tracks ol li span.title {
  color: #7E7B77;
  display: block;
  margin: 0 125px 0 0;
}
div.album div.tracks ol li a {
  position: absolute;
  top: 6px; right: 10px;
}

/** Page **/
div.page {
  margin: 0 0 20px 0;
}
div.page div.body {
  padding: 10px;
}
div.page div.body h1,
div.page div.body h2,
div.page div.body h3,
div.page div.body h4 {
  margin: 0 0 15px 0;
  color: #A39F9B;
}
div.page div.body p {
  line-height: 1.6em;
  padding: 0 0 10px 0;
}

/** Comments **/
div.comments h2 {
  background: url("content_heading_border.png") no-repeat left bottom;
  margin: 0 0 15px 0;
  padding: 10px 10px 15px 10px;
}
div.comments ul li.comment {
  border-bottom: 1px solid #D2D2D2;
  position: relative;
  margin: 0 0 10px 0;
  *height: 0.01%;
}
div.comments ul li.comment div.meta {
  padding: 10px 10px 14px 10px;
  *height: 0.01%;
}
div.comments ul li.comment div.avatar {
  position: absolute;
  top: 8px; left: 10px;
  z-index: 999;
}
div.comments ul li.comment div.avatar a {
  border: 2px solid #FFB300;
  width: 20px; height: 20px;
  display: block;
}
div.comments ul li.comment div.avatar a:hover {
  border-color: #A6D9BF;
}
div.comments ul li.comment div.avatar a img {
  width: 20px; height: 20px;
  display: block;
}
div.comments ul li.comment div.author,
div.comments ul li.comment div.timestamp {
  font-style: normal;
  color: #A39F9B;
  position: relative;
  display: block;
  z-index: 10;
}
div.comments ul li.comment div.author {
  margin: 0 0 0 34px;
}
div.comments ul li.comment div.timestamp {
  position: absolute;
  top: 10px; right: 10px;
}
div.comments ul li.comment div.body {
  padding: 10px 10px 0 10px;
}
div.comments ul li.comment div.body p {
  line-height: 1.6em;
  padding: 0 0 10px 0;
}

/** Plugins **/
div.plugin {
  color: #A39F9B;
}
div.plugin div.plugin_loading {
  background: url("plugin_indicator.gif") no-repeat center !important;
}
div.plugin div.plugin_loading_text {
  padding: 80px 0 0 0;
}
div.plugin div.album_cover {
  padding: 15px 10px 0 10px !important;
}
div.plugin div.section ol {
  margin: 0;
  padding: 6px 10px 6px 45px;
}
 div.plugin div.section ol li {
  list-style: decimal;
  padding: 6px 0;
}

/** Notices **/
div.notice {
  position: relative;
  margin: 0 0 15px 0;
  padding: 10px;
  *height: 0.01%;
}
div.notice a.button_dismiss {
  position: absolute;
  top: 7px; right: 7px;
}
div.notice.error_notice {
  background-color: #FFD7CA;
  border: 1px solid #FF916D;
  color: #FF4E15;
}
div.notice.error_notice a.button_dismiss {
  background-color: #FF4E15;
  font-size: 0.9em;
  color: #FFD7CA;
  padding: 4px 5px;
}
div.notice.error_notice a.button_dismiss:hover {
  background-color: #471B1B;
}

/** Forms **/
input.form_input,
textarea.form_textarea {
  background: #FFF url("form_input_bg.png") repeat-x left top;
  font-family: "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Verdana, sans-serif;
  font-size: 1.0em;
  color: #777470;
  border: 1px solid #B7B5B3;
  padding: 5px;
}
input.form_input:hover,
textarea.form_textarea:hover {
  border-color: #FFB300;
}
input.form_input:focus,
textarea.form_textarea:focus {
  border-color: #A6D9BF;
}
input.form_button {
  background: #D1D1D1 url("form_button_bg.png") repeat-x left top;
  border: 1px solid #B7B5B3;
  font-size: 0.9em;
  color: #777470;
  padding: 7px 0;
  cursor: pointer;
  *padding: 4px 0;
  *font-size: 1.0em;
}
input.form_button:hover {
  border-color: #FFB300;
}
input.form_button:focus {
  border-color: #A6D9BF;
}

div#search {
  background: url("form_search_bg.png") no-repeat left top;
  position: absolute;
  width: 282px; height: 46px;
  top: -87px; right: 20px;
}
div#search h4 {
  display: none;
}
div#search div.form {
  position: relative;
  *height: 0.01%;
}
div#search div.form input.form_input {
  background: #FFF url("form_search_input_bg.png") repeat-x left top;
  font-size: 0.9em;
  position: absolute;
  top: 10px; left: 10px;
  width: 177px;
  padding: 5px 5px 5px 23px !important;
  *font-size: 1.0em;
}
div#search div.form input.form_button {
  background: #E6E6E6 url("form_search_button_bg.png") repeat-x left top;
  position: absolute;
  top: 10px; right: 10px;
  width: 56px;
  padding: 4px 0 !important;
}

div#comments_form_container {
  margin: 0 0 20px 0;
  display: block;
  *height: 0.01%;
}
div#comments_form_container div#comment_preview div.comment_body {
  margin: 0 0 10px 0;
  padding: 0 10px;
}
div#comments_form_container div#comment_preview div.comment_body p {
  line-height: 1.6em;
  padding: 0 0 10px 0;
}
div#comment_form {
  padding: 10px 10px 45px 10px;
  position: relative;
  *height: 0.01%;
}
div#comment_form label {
  padding: 0 0 10px 0;
  position: relative;
  display: block;
  cursor: pointer;
}
div#comment_form label small.required {
  color: #A39F9B;
  position: absolute;
  top: 3px; right: 0;
}
div#comment_form input.form_input,
div#comment_form textarea.form_textarea {
  margin: 0 0 5px 0;
  padding: 5px;
  width: 570px;
}
div#comment_form input.form_button {
  width: 52px;
}
div#comment_form div#comment_user {
  background-color: #D2D2D2;
  margin: 0 0 10px 0;
  padding: 10px;
  display: block;
}
div#comment_form div.form_field {
  margin: 0 0 10px 0;
  position: relative;
  z-index: 1;
  *height: 0.01%;
}
div#comment_form div.form_field span.tip {
  background-color: #FEF5CB;
  border: 1px solid #F7D11D;
  color: #A96D20;
  width: 225px;
  padding: 5px 5px 5px 10px;
  display: none;
  position: absolute;
  bottom: -10px; right: -255px;
  z-index: 999;
}
div#comment_form div.form_field span.tip span.pointer {
  background: url("tip.gif") no-repeat left top;
  width: 10px;
  height: 15px;
  display: block;
  position: absolute;
  top: 4px; left: -10px;
  z-index: 999;
}
div#comment_form div.form_buttons {
  position: absolute;
  left: 0; bottom: 0;
  padding: 10px;
  width: 582px;
  height: 30px;
}
div#comment_sign_in {
  background-color: #D2D2D2;
  margin: 0 0 20px 0;
  padding: 10px;
}
div#comment_sign_in p.sign-in {
  margin: 0 0 10px 0;
}

/** Misc **/
div.pagination {
  color: #A39F9B;
  margin: 0 0 20px 0;
  padding: 10px;
}
div.pagination span.previous_post {
  display: block;
  float: left;
}
div.pagination span.previous_post {
  float: right;
}