/*=====================================*\
||          12in12 CSS Style           ||
||       (c) 2009 Bradley Dixon        ||
\*=====================================*/

/*
|| colours:
|| 
*/

/* general styles */

html{
	font-size:100%;
}
body {
  background: #C0C0B6;
  color: #1B1B19;
  font-family: Georgia, Verdana, Helvetica, Arial, "Times New Roman", serif, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
}
.rounded {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
img {
  border: 0;
}
.b {
  font-weight: bold;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
div.clearer {
  clear: both;
  line-height: 0;
  height: 0;
}
div.clearer-left {
  clear: left;
  line-height: 0;
  height: 0;
}
div.clearer-right {
  clear: right;
  line-height: 0;
  height: 0;
}
/* BUTTONS */

.buttons a, .buttons button {
    display: block;
    float: left;
    margin: 5px 7px 30px 0;
    background-color: #DADABE;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;

    font-family: Verdana, "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
}
.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}
.buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}
.buttons a:active{
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color: #529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}
.buttons a.positive:active{
    background-color: #529214;
    border: 1px solid #529214;
    color: #fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}
.buttons a.negative:active{
    background-color: #d12f19;
    border: 1px solid #d12f19;
    color: #fff;
}

/* thumbnails */

.thumbnail-right {
  border: 3px solid #191919;
  float: right;
  line-height: normal;
  margin: 0px 0px 5px 10px;
  width: auto !important;
  width: 1px;
}
.thumbnail-left {
  border: 3px solid #191919;
  float: left;
  line-height: normal;
  margin: 0px 10px 5px 0px;
  width: auto !important;
  width: 1px;
}
.thumbnail .caption, .thumbnail-right .caption, .thumbnail-left .caption {
  background: #191919;
  color: #CCC;
  display: block;
  font-size: 8pt;
  margin: 0 0 1.5em 0;
  padding: 5px 0px 5px 0px;
  text-align: center;
  width: auto !important;
  width: 100px;
}
.thumbnail-caption {
  background: #5E7E11;
  color: #FFF;
  display: block;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  width: 194px;
}
.thumbnail-caption:hover {
  background: #7F9F33;
  color: #FFF;
}

/* page structure */

#header {
  background: #1B1B19;
  height: 200px;
  margin-bottom: 1.5em;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
#header h1 {
  float: left;
  margin: 25px 0 0 25px;
}
#header #ep-timeline {
  background: #111;
  float: right;
  margin: 15px 25px 0 0;
  padding: 10px 10px 10px 20px;
  width: 600px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
#header #ep-timeline img {
  margin: 0 12px 0 12px;
}
#content-column {
  background: #E2E2D8;
  margin-bottom: 1.5em;
}
#sidebar-column {
  background: #E2E2D8;
  margin-bottom: 1.5em;
}
.salty {
  background: url(../../images/avatar_salty.png) no-repeat top left;
  min-height: 13.5em;
  padding-left: 180px;
}
.michael {
  background: url(../../images/avatar_michael.png) no-repeat top right;
  min-height: 13.5em;
  padding-right: 180px;
}
.post-content {
  background: #FFF;
  margin-bottom: 1.5em;
  padding: 1.5em;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
.error-message .post-content {
  background: #F6EAEA;
  border: 1px solid #E33333;
  margin-bottom: 1.5em;
  padding: 1.5em;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
.error-message ul {
  margin: 0 0 0 3em;
  padding: 0;
}
.error-message li {
  margin: 0;
  padding: 0;
}
.highlight-box {
  background: #EEE url(../../images/icon_help.png) no-repeat 10px;
  border: 1px solid #AAA;
  font-weight: bold;
  margin: 2em;
  padding: 0.5em 0.5em 0.5em 2.5em;
  text-decoration: none;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
.post-content h3 a {
  color: #000;
  text-decoration: none;
}
.post-content h3 a:hover {
  text-decoration: underline;
}
.calendar {
  background: url(../../images/icon_calendar.png) no-repeat left center;
  padding-left: 1.5em;
}
.post-content a.comments {
  background: url(../../images/icon_comment.png) no-repeat left center;
  padding-left: 1.5em;
}
form #post-comment {
  margin: 0;
  padding: 0;
}
ul#comment-form {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comment-form li {
  margin: 0 0 1.5em 0;
  padding: 0;
}
#comment-form li label {
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 100px;
}
#comment-form li label[for=captcha] {
  display: block;
  font-weight: normal;
  width: 100%;
}
#comment-form li#captcha-li, #comment-form li.buttons {
  margin-left: 102px;
}
#comment-form li label[for=comment-content] {
  vertical-align: top;
}
#comment-form li input[type=text], #comment-form li textarea {
  background-color: #DADABE;
  border: none;
  font-family: Georgia, "Times New Roman", serif;
}
#comment-form li input[type=text] {
  padding: 3px;
}
#rss-feed {
  background: #E16922 url(../../images/icon_feed.png) no-repeat 1.5em 1.67em;
  color: #FFF;
  display: block;
  padding: 1.5em 1.5em 1.5em 3.5em;
  text-decoration: none;
  width: 220px -1.5em;
}
#rss-feed:hover {
  text-decoration: underline;
}
#reverb-nation {
  background: #E53000 url(../../images/icon_reverbnation.png) no-repeat 1.5em 1.67em;
  color: #FFF;
  display: block;
  padding: 1.5em 1.5em 1.5em 3.5em;
  text-decoration: none;
  width: 220px -1.5em;
}
#reverb-nation:hover {
  text-decoration: underline;
}
#facebook {
  background: #3B5998 url(../../images/icon_facebook.png) no-repeat 1.3em 1.4em;
  color: #FFF;
  display: block;
  padding: 1.5em 1.5em 1.5em 3.5em;
  text-decoration: none;
  width: 220px -1.5em;
}
#facebook:hover {
  text-decoration: underline;
}
#ozprog-forum {
  background: #5E7E11 url(../../images/icon_ozprog.png) no-repeat 1.3em 1.4em;
  color: #FFF;
  display: block;
  padding: 1.5em 1.5em 1.5em 3.5em;
  text-decoration: none;
  width: 220px -1.5em;
}
#ozprog-forum:hover {
  text-decoration: underline;
}
#twitter {
  background: #74C1C5 url(../../images/icon_twitter.png) no-repeat 1.5em 1.67em;
  color: #FFF;
  display: block;
  padding: 1.5em 1.5em 1.5em 3.5em;
  text-decoration: none;
  width: 220px -1.5em;
}
#twitter:hover {
  text-decoration: underline;
}
#footer {
  background: #FFF url(../../images/footer_brad.png) no-repeat 1.5em 1.25em;
  padding: 1.5em;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
#footer p {
  margin: 0;
  padding: 0 0 0 3em;
}


/* forms and form fields */



/* text styles */

p, ul, blockquote, pre, td, th, label, #tooltip {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  color: #1B1B19;
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2em; /* 24px */
  line-height: 0.75em;
  margin-bottom: 0.75em;
}
h2 {
	font-size: 1.67em; /* 20px */
	line-height: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em; /* 18px */
	line-height: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.333em; /* 16px */
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
h5 {
	font-size: 1.167em; /* 14px */
	line-height: 1.286em;
	margin-bottom: 1.286em;
}
h6 {
	font-size: 1em; /* 12px */
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
p.small {
	font-size: 0.83em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
a {
  color: #5E7E11;
}
a:hover {
  color: #7F9F33;
}