/*   
Theme Name: Clockpunk Studios Base Theme
Theme URI: http://www.clockpunkstudios.com
Description: A style-free theme to get you started on an HTML5-based Wordpress theme of your own.
Author: Clockpunk Studios
Author URI: http://www.clockpunkstudios.com/
Version: 2.0
*/
/* Common Mixins */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* Grid Settings */
/* @total-width: 100%; // Switch from pixels to percentages  */
/* Color Variables */
/* Normalize CSS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  /* 1 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Main CSS
-------------------------------------------------------------------------------*/
body {
  background: #0e220f url(../images/background.png) repeat;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #50e11e;
}
body {
  font: 14px;
}
a {
  color: #50e11e;
}
a:hover {
  color: #328614;
}
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) 
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 
*/
a:link {
  -webkit-tap-highlight-color: #fcd700;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Layout */
.login_wrapper,
.excerpt_wrapper {
  width: 960px;
  margin: 0 auto;
}
.excerpt_wrapper {
  display: none;
}
.content {
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  margin-left: 170px;
}
.book_info {
  display: block;
  width: 660px;
  margin: 0 -10px;
  *zoom: 1;
}
.book_info:before,
.book_info:after {
  content: "";
  display: table;
}
.book_info:after {
  clear: both;
}
.book_info .book_details {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px;
}
.book_info .book_details h5 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 4px;
  color: #FFF;
  text-transform: uppercase;
}
.book_info .book_details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.book_info .book_details ul li {
  margin: 0 0 4px 8px;
  padding: 0;
  font-size: 18px;
}
.book_info .book_copy {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
}
header {
  margin-bottom: 20px;
  width: 620px;
  text-indent: -9999em;
  margin-top: 20px;
}
#warning {
  background: url(../images/warning-header.png) no-repeat;
  height: 101px;
}
#welcome {
  background: url(../images/welcome-header.png) no-repeat;
  height: 102px;
}
#login {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  margin-left: 90px;
}
#login input {
  font-size: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.25);
  border: 0;
  outline: 0;
  margin-bottom: 10px;
  float: left;
  width: 330px;
  height: 40px;
  padding: 0 10px;
  color: #FFF;
}
#login label {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-indent: -9999em;
  opacity: .75;
}
#login label.empty {
  background-color: #626161;
}
#login label.correct {
  background-color: #10be21;
}
#login label.wrong {
  background: #c90606;
}
#login #submit {
  background-color: #2e3f2f;
  color: #FFF;
  border: 0;
  outline: 0;
  width: 120px;
  text-transform: uppercase;
  float: right;
  margin-right: 60px;
}
/* Post Styles */
.copy {
  /* Add other content types here.   */

}
.copy p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 18px;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
}
.copy p.error {
  font-weight: bold;
  color: #be170d;
  display: none;
}
.copy pre {
  width: 100%;
  overflow: auto;
  margin: 15px 0;
  display: block;
  background: #f5f3ee;
}
.copy code {
  padding: 5px 18px;
  display: block;
  font-size: 1.2em;
}
.copy ul,
.copy ol {
  margin: 15px 0;
}
.copy ul {
  list-style-type: circle;
  margin-bottom: 12px;
}
.copy ul li {
  margin: 0 0 8px 10px;
  line-height: 1.4;
  font-size: 14px;
  padding-left: 42px;
}
.copy ol {
  list-style-type: decimal;
  margin-bottom: 12px;
}
.copy ol li {
  margin: 0 0 8px 32px;
  padding-left: 20px;
}
.copy blockquote {
  font-style: italic;
  font-size: 18px;
  margin: 0 40px 14px;
  line-height: 1.5;
  padding: 10px 10px 1px;
}
.copy blockquote p {
  font-size: 18px;
}
.copy .call_to_action {
  font-style: italic;
}
.copy h2 {
  padding: 0 0 10px;
  border-bottom: 2px solid rgba(80, 225, 30, 0.7);
}
.copy h2.excerpt {
  background: url(../images/excerpt.png) no-repeat;
  height: 28px;
  text-indent: -9999em;
}
.copy hr {
  outline: none;
  border: none;
  border-bottom: 2px solid rgba(80, 225, 30, 0.7);
  margin: 20px auto;
  width: 50%;
}
.copy .attr {
  margin-left: 50px;
}
/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
  #header h1 {
    background: none;
    text-indent: 0em;
  }
  #sidebar,
  nav,
  #searchform,
  #social_links,
  #crest,
  #respond,
  #sidebar,
  .commentlist,
  #comments {
    display: none;
  }
  .featured_image {
    float: left;
    margin-right: 5em;
  }
  div {
    clear: both;
    width: 100%;
    float: none;
  }
  #primary_column {
    width: 100%;
  }
}
/* Media queries!
-------------------------------------------------------------------------------*/
@media only screen and (min-width: 460px) {
  
}
@media only screen and (min-width: 522px) {
  
}
@media only screen and (min-width: 577px) {
  
}
@media only screen and (min-width: 768px) {
  
}
@media only screen and (max-device-width: 480px) {
  
}
