/*
The main SCSS file for everything, yep
*/
* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

body {
  width: 100%;
  min-width: 764px;
  background-color: #C9A156;
}

#doc {
  width: 100%;
  margin-left: auto;
  min-height: 607px;
  /* clear the branding */
  background: #C9A156 url(/assets/images/v03/body_bg.gif) repeat top right;
}

#branding {
  width: 61px;
  float: right;
  display: inline;
}

#jumpnav {
  display: none;
}

#page {
  float: right;
  display: inline;
  width: 470px;
  margin-right: 8px;
  padding-top: 65px;
  /*	padding-bottom:65px;*/
}

#sidebar {
  min-width: 145px;
  max-width: 205px;
  margin-right: 605px;
  margin-left: auto;
  padding-top: 65px;
  padding-bottom: 1em;
  padding-left: 8px;
}

#footer {
  clear: both;
  width: 460px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 3em;
  padding-top: 30px;
  padding-right: 80px;
  padding-bottom: 65px;
  padding-left: 0px;
  background: transparent url(/assets/images/v03/theend.gif) no-repeat top right;
}

.readmore {
  border-bottom: 1px #C9A156 solid;
  margin-bottom: 1em;
  text-align: right;
  padding-bottom: 6px;
}

.readmore a {
  text-decoration: none;
  text-transform: uppercase;
}

.readmore a:after {
  content: " >> ";
  font-size: 0.75em;
}

.adhorz {
  padding-top: 9px;
  padding-bottom: 8px;
  margin-bottom: 1em;
  border-top: 1px #C9A156 solid;
  border-bottom: 1px #C9A156 solid;
}

.admini {
  padding-top: 9px;
  padding-bottom: 8px;
  margin-bottom: 1em;
  border-top: 1px #C9A156 solid;
  border-bottom: 1px #C9A156 solid;
}

.shufflenav {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px #C9A156 solid;
  text-transform: uppercase;
  text-align: right;
}

.shufflenav .pageback {
  text-align: left;
  float: left;
  white-space: nowrap;
}

.shufflenav .pagenext {
  white-space: nowrap;
}

.shufflenav a {
  text-decoration: none;
}

.shufflenav .pageback a:before {
  content: " << ";
  font-size: 0.75em;
}

.shufflenav .pagenext a:after {
  content: " >> ";
  font-size: 0.75em;
}

#links,
#comment,
#txpCommentInputForm {
  margin-top: 3em;
}

/*
.adhorz div {
	background-color:#C9A156;
	width:468px;
	height:60px;
}
*/
body {
  font-size: 14px;
  font-family: "Trebuchet MS", Helvetica, "Helvetica Neue", Tahoma, sans-serif;
}

#page {
  color: #C9A156;
  background-color: #5F2715;
}

#footer {
  color: #C9A156;
  background-color: transparent;
}

#sidebar {
  color: #5F2715;
  background-color: #D8BB78;
}

h1 {
  font-size: 2.2em;
  font-weight: normal;
  text-transform: uppercase;
}

h1 a {
  text-decoration: none;
}

h2 {
  font-size: 2.2em;
  font-weight: normal;
  text-transform: uppercase;
}

h3 {
  font-size: 1.8em;
  font-weight: normal;
  text-transform: uppercase;
}

h4 {
  font-size: 1.4em;
  font-weight: normal;
  text-transform: uppercase;
}

caption,
legend,
h5 {
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}

h6 {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}

#page h2 {
  margin-top: 0.5em;
}

#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
  color: #D8BB78;
}

#page p,
#page li,
#page address,
#page pre,
#page dl,
#page ol,
#page ul,
#page blockquote,
#page form,
#page table,
#footer p {
  line-height: 1.4em;
  margin-bottom: 1em;
}

#page li {
  margin-bottom: 0.5em;
}

#page blockquote,
#page dd,
#page li li {
  margin-left: 3em;
}

#page blockquote {
  font-style: italic;
  color: #000;
}

#page pre {
  font-family: "Courier New", Courier, monospace;
  max-width: 100%;
  overflow: auto;
  padding: 2px;
  background-color: #673221;
}

#page code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  background-color: #673221;
}

#page img {
  display: block;
  max-width: 95%;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  padding: 1px;
}

#page a img {
  border: 1px #C9A156 solid;
}

#page img.objectdiagram {
  float: right;
  margin: 3px;
  padding: 0;
}

#page h2 img,
#page h3 img {
  display: inline;
  margin: 0;
  padding: 0;
}

#page h2 a img,
#page h3 a img {
  border: none;
}

#page strong,
#page caption,
#page dt {
  font-weight: bold;
  color: #D8BB78;
}

#page p.footnote,
#page p.note {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

#page p.note:before {
  content: "NOTE: ";
}

#page table {
  width: 100%;
}

#page td,
#page th {
  text-align: left;
  vertical-align: top;
}

address {
  font-style: normal;
}

#sidebar p,
#sidebar address,
#sidebar ul {
  margin-bottom: 1em;
}

#sidebar li {
  list-style-type: none;
  margin-bottom: 0.5em;
}

#sidebar input {
  width: 90%;
}

#sidebar a {
  color: #5F2715;
}

#page .new {
  color: #D8D8D8;
}

.commentmeta,
.post-info,
#page a,
#footer a {
  color: #D8BB78;
}

#page input[type=text],
#page input[type=submit],
#page textarea {
  margin-bottom: 0.25em;
  color: #5F2715;
  background-color: #D8BB78;
}

#txpCommentInputForm table {
  width: 95%;
}

#page textarea {
  width: 100%;
  height: 240px;
}

#page label {
  color: #D8BB78;
  text-transform: uppercase;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

#page .cosmos_list {
  width: 100%;
  list-style-type: none;
  overflow: hidden;
}

#page ol.comments > li {
  list-style-type: none;
  color: #000;
  /*	border-bottom:1px #C9A156 solid; */
  margin-top: 1em;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 22px;
  margin-bottom: 1em;
  background: #673221 url(/assets/images/v03/quoteopen.gif) no-repeat top left;
}

#page p#txpCommentInputForm {
  /* thank you message */
  font-size: 1.6em;
  color: #47BB33;
  text-transform: uppercase;
}

#page div.comments_error {
  font-size: 1.6em;
  color: #D83E28;
  margin-bottom: 1em;
  text-transform: uppercase;
}

#page textarea.comments_error,
#page input[type=text].comments_error {
  color: #000;
  background-color: #D83E28;
}

/* microformaty stuff */
abbr.published,
abbr.updated,
abbr.dtstart,
abbr.dtend,
abbr.posted {
  border-bottom: none;
}

#page .hreview,
#page .vcard,
#page .vevent,
#page .adr {
  background: url("/assets/images/v03/micro-bullet.gif") no-repeat top left;
  padding-left: 20px;
  margin-bottom: 1em;
  clear: left;
}

#page .vcard .adr {
  background: none;
  margin-top: 0.5em;
}

#page .vcard img.photo {
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  padding: 0;
  width: auto;
  border: 2px black solid;
}

#page .adr .type {
  text-transform: capitalize;
}

#content .hreview * {
  padding-left: 0;
  font-size: 12px;
}

#content .hreview p.summary {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */
