/* @group Clean default styling */
* {
  margin: 0;
  padding: 0;
}

:link, :visited {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  clear: left;
}

img {
  border: 0;
}
/* @end Clean default styling */

/* @group General */
html {
  font-size: 62.5%;
}

body {
  background: #2c1000;
  color: #fff;
  font-size: 1em;
  line-height: 2em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited, a:active {
  color: #51c4ff;
  text-decoration: none;
  border-bottom: 1px dotted #abf2ff;
}

a:hover {
  color: #51c4ff;
  border-bottom: 1px solid #51c4ff;
}

a.noborder {
  border: 0;
}

h2, h3, h4, h5, h6 {
  color: #51c4ff;
  font-weight: bold;
  font-family: Georgia, serif;
}

h2 {
  font-size: 1.8em;
  line-height: 1.11em;
  margin-bottom: 1.11em;
}

h3 {
  font-size: 1.4em;
  line-height: 1.43em;
  margin-bottom: 1.43em;
}

h4 {
  font-size: 1.3em;
  line-height: 1.54em;
  margin-bottom: 1.54em;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #51c4ff;
}
/* @end General */

/* @group General Utility */
.clear {
  clear: both;
}

li.clear {
  clear: both;
  display: block;
  width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.hide {
  display: none !important;
}

.bigger {
  font-size: 1.3em;
}

small, .smaller {
  font-size: 0.95em;
  font-weight: normal;
}

.lightgrey {
  color: #A18B6E;
}

.strong, strong {
  font-weight: bold;
}

.upcase {
  text-transform: uppercase;
}

.half-page {
  width: 49%;
  margin-right: 1%;
  float: left;
}

div.fieldWithErrors {
  display: inline;
}

div.fieldWithErrors input, div.fieldWithErrors select, div.fieldWithErrors textarea {
  border: 4px solid red;
}

.formError {
  color: #f00;
  display: inline;
  margin-left: 10px;
}

.quick-tip {
  font-style: italic;
  color: #888;
  font-weight: normal;
}

.small-tip {
  font-size: 0.90em;
  font-style: normal;
  color: #888;
  font-weight: normal;
}

.menu-help {
  color: #888;
  font-weight: normal;
  font-size: 0.8em;
}

.warning {
  color: #d00;
  margin: 10px 0;
}

.green {
  color: #0d0;
  margin: 10px 0;
}

.blue {
  color: #0b90e9;
}

.orange {
  color: #f50;
}

table.basic {
    margin: 5px 0;
    border-collapse: collapse;
}

table.basic th {
    padding: 3px;
    font-weight: bold;
}

table.basic td {
    padding: 3px;
}

table.basic tr {
    border-bottom: 1px solid #efefef;
}

hr {
  clear: both;
  width: 90%;
  border: none;
  height: 1px;
  background: #ccc;
  margin: 5px auto;
}

dt {
  font-weight: bold;
  color: #25338d;
}

dd {
  padding-left: 1em;
}

ul.dotted-list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10px;
}

.inline-menu li {
  display: inline;
  padding: 2px 5px;
}

/* @group Formatted Text */
.formatted-text p, .formatted-text ul, .formatted-text ol {
  margin-bottom: 20px;
}

.formatted-text ol li {
  margin-left: 20px;
  list-style: decimal outside;
}

.formatted-text ul li {
  margin-left: 20px;
  list-style: disc outside;
}
/* @end Formatted Text */

/* @group Forms */
.form {
  margin: 1em 0;
}

.form-small {
  width: 250px;
}

.upload-form {
  width: 80%;
}

.upload-form .form-small {
  width: 44%;
  margin-right: 3%;
  margin-left: 3%;
}

label {
  display: inline;
  font-weight: bold;
  line-height: 2em;
}

.form label {
  display: block;
  font-weight: bold;
  line-height: 2em;
}

.form .button {
  float: right;
  margin: 1em 5px;
}

.upload-form .form .button {
  margin-right: 3%;
}

.form .textfield, .form select {
  font-size: 1.2em;
  color: #444;
  width: 100%;
}

.form .date select {
  width: auto;
}

.form-inline .textfield {
  font-size: 1em;
  color: #444;
  margin: 2px 0;
  width: 70%;
}

.form textarea {
  width: 100%;
  height: 12.31em;
  font-size: 1.3em;
}

.form label.for-checkbox {
  display: inline;
  font-weight: normal;
}

.form input.checkbox {
  margin: 3px 5px 3px 0;
}

fieldset {
  padding: 10px;
  margin: 5px auto;
  border: 1px solid #ccc;
  width: 90% !important;
  width: 100%;
}

legend {
  font-weight: bold;
  color: #0072b8;
  padding: 0 5px;
}
/* @end Forms */

/* @group Accessibility */
#accessability {
  display: none;
}
/* @end Accessibility */
/* @end General Utility */

/* @group Header */
body {
  /*background: #51c4ff url(../i/sky-grass.png) repeat-x right 80px;*/
}

#header {
  position: relative;
  background: #51c4ff url(../i/sky-grass.png) repeat-x right bottom;
  /*width: 760px;*/
  height: 142px;
  padding-top: 80px;
  margin: 0 auto;
}

h1 {
  font-size: 30px;
  line-height: 162px;
  background: url(../i/cow.png) no-repeat right top !important;
  background-position: bottom right;
  padding: 56px 0 69px 20px;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  position: relative;
  display: block;
  width: 301px;
  height: 37px;
  overflow: hidden;
  border: 0;
}

h1 a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../i/logo.png) no-repeat -1px -3px;
}

#menu {
  position: absolute;
  bottom: 0;
  left: 10px
}

#menu li {
  display: block;
  float: left;
  font-size: 1.2em;
  line-height: 1.67em;
  padding: 0 1em;
  color: #fff;
}

#menu li a {
  color: #fff;
  border: 0;
}

#menu li.current {
  font-weight: bold;
  background-color: #2c1000;
}
/* @end Header */

/* @group Content */
#content {
  width: 760px;
}

/* @group Main */
#content #main {
  float: left;
  width: 480px;
  margin: 20px 20px 20px 20px;
}

/* @group Post */
#main .post {
  margin-bottom: 2em;
}

#main .post .formatted-text {
  font-size: 1.2em;
  line-height: 1.67em;
  margin-bottom: 1.67em;
}

#main .post .cover {
  display: block;
  float: left;
  width: 120px;
  height: 120px;
  margin: .88em .88em .88em 0;
}

#main .post .meta-data {
  clear: both;
  font-size: 1.1em;
  line-height: 1.82em;
  color: #ddd;
  text-align: right;
}
/* @end Post */

/* @group Comment */
.comment {
  margin: 2em 0;
  /*border: 1px solid #1f0b00;*/
  border-left: 3px solid #dba55e;
  padding: 0 10px;
}

.comment-owner {
  margin: 2em 0;
  /*border: 1px solid #1f0b00;*/
  border-left: 3px solid #abf2ff;
  padding: 0 10px;
  /*background: #A7835C url(../i/comment-back.gif) repeat-x left top;*/
}

.comment .cite, .comment-owner .cite {
  font-size: 1.1em;
  line-height: 1.82em;
  text-align: right;
}

.comment .formatted-text, .comment-owner .formatted-text {
  font-size: 1.2em;
  line-height: 1.67em;
  margin-bottom: 1.67em;
}
/* @end */

/* @group Sidebar */
#content #sidebar {
  float: right;
  width: 200px;
  margin: 20px 0 0 0;
  padding-left: 19px;
  border-left: 1px dotted #A7835C;
}

#sidebar .feed-link {
  font-size: 1.2em;
  background: url(../i/feed-icon.gif) no-repeat left center;
  padding: 1.07em 0 1.07em 40px;
  border: 0;
  font-weight: bold;
}

#sidebar a.medialayer {
  display: block;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 40px;
  margin: 10px auto;
  border: 0;
}

#sidebar a.medialayer span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../i/medialayer.gif) no-repeat left top;
}

#artist {
  margin-bottom: 2em;
  /*padding: 2em 10px;
  background: #A7835C url(../i/comment-back.gif) repeat-x left top;*/
}

#artist .formatted-text {
  font-size: 1.1em;
  line-height: 1.82em;
  margin-bottom: 1.82em;
}

#artist .cover {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 0 1.82em 0;
}

#artist .meta-data {
  clear: both;
  font-size: 1.1em;
  line-height: 1.82em;
  color: #ddd;
  text-align: right;
}

#past-artist {
  margin-bottom: 2em;
}

#past-artist li {
  font-size: 1.2em;
  line-height: 1.67em;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10px;
}
/* @end Sidebar */

/* @group Navigation */
ul.navigation {
  font-size: 1.1em;
  line-height: 1.82em;
  margin: 1.82em 0 1.82em 0;
}

ul.navigation li.newer {
  float: left;
}

ul.navigation li.older {
  float: right;
}
/* @end */

/* @group Archive */
#archive li {
  font-size: 1.2em;
  line-height: 1.67em;
}

#archive ul li a.active {
  font-weight: bold;
}

ul#month {
  margin-left: 10px;
  border-left: 1px dotted #A7835C;
  padding-left: 10px;
}

ul#past-entries {
  margin-left: 10px;
  border-left: 1px dotted #A7835C;
  padding-left: 10px;
}
/* @end Archive */
/* @group Basic Page */
#page .formatted-text {
  font-size: 1.2em;
  line-height: 1.67em;
  margin-bottom: 1.67em;
}
/* @end Basic Page */
/* @end Content */

/* @group Footer */
#footer {
  clear: both;
  margin: 4em 2em 2em 0;
}

#footer p {
  text-align: right;
  color: #dba55e;
}

#footer .feed-link {
  background: url(../i/feed-icon-small.gif) no-repeat left center;
  padding: 0.5em 0 0.5em 20px;
  border: 0;
}
/* @end Footer */