/* -------------------------------------------------------------- 

Theme Name: Prosthesis v1
Theme URI: http://www.mark-eijsermans.com
Description: Prothesis the anti-robot theme.
Author: Mark Eijsermans
Author URI: http://www.mark-eijsermans.com
Version: 0.2

-------------------------------------------------------------- */
/*-------------------------------------------------------------- */
/* mixins */
/*
-moz-box-shadow:0 0 4px #999999;
*/
/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/*-------------------------------------------------------------- */
/* variables */
/*-------------------------------------------------------------- */
/* css reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/*-------------------------------------------------------------- */
/* layout */
html {
  background: #333333;
}
body {
  background: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#header,
#nav,
#content,
#footer {
  width: 960px;
  margin: 0 auto;
}
#headerWrapper, #contentWrapper {
  background: #efefef;
}
#header {
  position: relative;
  height: 120px;
}
#header h1 a {
  background: transparent url('./images/logo.png') no-repeat;
  position: absolute;
  display: block;
  top: 30px;
  left: 0px;
  height: 56px;
  width: 302px;
  border: none;
}
#header h1 a span {
  display: none;
}
#navWrapper {
  height: 56px;
}
#nav {
  height: 56px;
}
#nav ul {
  border-right: 1px solid #444444;
  float: left;
  height: 56px;
}
#nav ul li {
  border-left: 1px solid #444444;
  float: left;
}
#nav ul li a {
  display: block;
  height: 56px;
  float: left;
  color: #fff;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 45px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px;
}
#nav ul li a:hover, #nav ul li a.active {
  background: #000;
  color: #fff;
}
#nav ul li a:hover small, #nav ul li a.active small {
  color: #fff;
}
#nav ul li a small {
  display: block;
  line-height: 0;
  margin-top: -7px;
  color: #666;
  font-size: .85em;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
#contentWrapper {
  padding: 40px 0;
}
#content {
  min-height: 600px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 40px 60px;
  width: 840px;
  line-height: 1.8em;
  color: #666666;
}
#content p {
  margin-bottom: 1em;
}
#content .alignright {
  float: right;
}
#content .alignleft {
  float: left;
}
#content a {
  color: #f00;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content strong {
  font-weight: bold;
}
#content em {
  font-style: italic;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin: 1em 0;
  letter-spacing: 0.1em;
}
#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a {
  color: #000;
}
#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover {
  text-decoration: underline;
}
#content h1.pageTitle, #content h2.pageTitle {
  font-size: 26px;
  margin-top: 0;
}
#content h2.entry-title {
  font-size: 26px;
  margin-bottom: 0;
}
#content div.post.first h2.entry-title {
  margin-top: 0;
}
#content div.post h2.pageTitle {
  margin-bottom: 0;
}
#content h4 {
  color: #666666;
  font-size: 16px;
}
#content h4 a {
  color: #666666;
}
#content .entry-meta {
  margin: 0.5em 0 1em 0;
  color: #aaa;
  font-size: 11px;
}
#content .entry-meta span.wrapper {
  display: inline-block;
  background: #efefef;
  padding: 3px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
#content .entry-meta a {
  color: #666;
}
#content .entry-content {
  margin-bottom: 2em;
}
input[type=text], textarea {
  border: 1px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
}
input[type=submit], input[type=button], button {
  color: #fff;
  border: 0;
  background: #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px;
  cursor: pointer;
  cursor: hand;
}
input[type=submit]:hover, input[type=button]:hover, button:hover {
  background: #333;
}
img.framed {
  margin: 0 15px 15px;
  padding: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #efefef;
  border: 1px solid #bcbcbc;
}
img.framed.alignright {
  margin-right: 0;
}
img.framed.alignleft {
  margin-left: 0;
}
#footer {
  min-height: 200px;
  color: #666666;
  padding: 20px 0;
}
#footer a {
  color: #ccc;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
}
#footer p {
  margin: 1em 0;
}
#footer .rss img {
  vertical-align: bottom;
}
#footer #footNav {
  float: left;
  margin: 1em 0;
  font-size: 90%;
}
#footer #footNav ul {
  float: left;
  list-style: none;
  margin: 0px 10px 10px 0;
  width: 170px;
}
#footer #footNav ul li {
  padding: 5px 0;
}
#footer #footNav ul li a {
  color: #999;
  text-transform: uppercase;
}
#footer #footNav ul li a:hover {
  color: #fff;
}
#footer #footNav ul li.active a {
  color: #fff;
}
#footer #socialMediaLinks a {
  padding-right: 5px;
}
#footer #newsletter {
  margin-left: 40px;
  padding: 5px 20px 10px 20px;
  float: right;
  width: 300px;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0px 1px 0px #444444, 0px 1px 0px #444444;
  -webkit-box-shadow: inset 0px 1px 0px #444444, 0px 1px 0px #444444;
  box-shadow: inset 0px 1px 0px #444444, 0px 1px 0px #444444;
  border: 1px solid #222222;
}
#footer #newsletter input[type=submit] {
  background: #000;
  color: #fff;
}
#footer #newsletter input[type=submit]:hover {
  background: #000;
  color: #fff;
}
#footer #newsletter input[type=text] {
  border: 0;
  padding: 4px 6px;
  width: 150px;
}
.edit-link, .edit-link a {
  background: #f00;
  color: #fff !important;
  padding: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.prettyphoto div.thumb {
  display: block;
  float: left;
  padding: 5px;
  margin: 0 10px 10px 0;
  width: 180px;
  height: 130px;
  background: #efefef;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.prettyphoto div.thumb img {
  width: 180px;
  height: 130px;
}
.commentlist .comment {
  display: block;
  background: #efefef;
  padding: 3px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-top: 10px;
}
.commentlist .comment-meta {
  height: 25px;
}
.commentlist .comment-meta h4 {
  float: left;
  margin: 0 !important;
}
.commentlist .comment-meta .comment-date {
  float: right;
  font-size: 90%;
}
body.home #content {
  padding: 0 0 0 0;
  width: 960px;
}
body.home #content a {
  color: #000;
}
body.home #content a:hover {
  color: #f00;
}
body.home #content .readmore, body.home #content .highlight {
  color: #f00;
}
body.home #content #homeIntro a {
  color: #fff;
}
#homeIntroImage {
  height: 300px;
}
#homeIntro {
  background: #333333 url(images/home-intro-accent.png) 760px 30px no-repeat;
  color: #fff;
  padding: 30px 40px 30px 40px;
}
#homeIntro h1 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 10px;
}
#homeIntro p {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0;
}
#homeCols .col1, #homeCols .col2, #homeCols .col3 {
  float: left;
  padding: 20px;
  width: 280px;
}
#homeCols .col1 {
  padding-left: 40px;
  width: 260px;
}
#homeCols .col1 .newItem {
  margin-bottom: 20px;
}
#homeCols .col1 .title {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#homeCols .col1 .title a {
  text-decoration: none;
}
#homeCols .col1 .title a:hover {
  text-decoration: underline;
}
#homeCols .col3 {
  padding-right: 40px;
  width: 260px;
}
#sponsorLogos {
  margin: 20px 0;
}
#sponsorLogos .sponsor1 {
  margin-right: 18px;
}
#sponsorLogos .sponsor2 {
  margin-right: 18px;
}
div.wpcf7-mail-sent-ok {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none !important;
  background: #333333;
  color: #fff;
  margin: 10px 0px !important;
  padding: 10px !important;
}

