/*  
Theme Name: Electronic House
Theme URI: http://www.botherer.org
Description: Light and readable wordpress theme
Author: chris@playblack.net
Author URI: http://playblack.net
Version: 1.0.0

Heavily modified Pixel Theme, released under the GPL. Original theme from Sam @ 85ideas.com - http://85ideas.com/
*/

/*FONTS ETC*/
@font-face { font-family: bignoodle; font-weight: normal; src: url('fonts/big_noodle_titling.ttf'); }
@font-face { font-family: everythingsfine; font-weight: normal; src: url('fonts/everythingsfine.otf'); } 



/* Defaults */

* {
  margin: 0;
  padding: 0;
  }
:focus {
  outline:0;
  }
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1 {
  font-family: everythingsfine;
}

h2 {
  font-family: bignoodle;
}

h1 {
    font-size: 50px;
}
h2 {
    font-size:25pt;
}

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #b85454;
  text-decoration: none;
  }

a:hover {
  color: #ea7373;
  }

a img {
  border: none;  
  }

blockquote {
  background: #dfdfdf;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  }

code {
  font-style: italic;
  }

strong {
    font-size: 110%;
}

/*Addition to make the fonts smoother*/
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
  text-align: center;
  font-size: 10pt;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #000 url(images/pix_bg.png) top center repeat;
  color: #3a3a3a;
  line-height: 16pt;
  }


/* Header and wrapper */
#wrapper {
    margin: 0 auto;
    width: 960px;
    text-align: left;
    padding: 0 10px;
    background-color: #EFEFEF;
    border: 1px solid #CDCDCD;
    border-radius: 5px; 
    box-shadow: 0 0 10px #B85454;
    margin-top: -5px;
    padding-top: 5px;
}

#header {
    padding: 5px;
    margin: 0;
    height: 80px;
    width: 970px;
}

#header #topright {
  text-align: right;
  float: right;
  width: 930px;
  margin: 3px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  text-decoration: none;
  }

#header #logo {
  margin: 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 26px 0 0 0;
  text-shadow: 0px 0px 10px #daa7a7; /*ffc4c4*/
  }
#header h1 a {
  text-decoration: none;
  }
#header h1 a:hover {
  text-decoration: none;
  color: #b85454;
  }
#header span {
  padding: 0;
  font-size: 10pt;
  }


/* Menu */

#catnav {
  margin: 0 0 0 -11px;
  padding: 0;
  clear: both;
  height: 35px;
  width: 982px;
  background: url(images/catnav.png) repeat-x;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }

#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #333333;
    border-left: 1px solid #565656;
    height: 35px;
    line-height: 37px;
    font-weight: bold;
}

#nav a {
    display: block;
    margin: 0;
    padding: 0 20px 0 15px;
    font-size: 10pt;
    text-shadow: 0px -1px 0px #302424;
    color: #ea7373;
}

#nav li a:hover {
  text-decoration: none;
  display: block;
  color: #e7a7a7;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
    float: right;
    margin: 10px 15px 0 0;
    display: inline;
    width: 65px;
    line-height: 41px;
}

#toprss img {
    margin-top: -3px;
}

#contentwrapper .topTitle a{
    color: #676767; /*dimGray*/
}

#contentwrapper h2.topTitle {
    padding:0;
    margin: 10px 0;
    line-height:26pt;
}

#contentwrapper .topMeta {
    padding: 0;
}
#contentwrapper .pageTitle {
    display:none;
}
/* Top Content */

#main {
  margin: 5px 15px 0 5px;
  clear: both;
  width: 930px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 675px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 990px;  margin: 0 0 15px 0;
  padding: 0;
  }

#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }

/*Give me some backgrounds for the side bar*/
#sidebars #welcome {
    background-color: #EFEFEF;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-radius: 4px;
    border: 1px solid #CDCDCD;
}

#sidebars .sidebaritem { /*This is li*/
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #CDCDCD;
}

/*Background overrides*/
#sidebars .sidebarbox { /*This is div*/
    background-image: none !important;
    border:none;
    padding: 8px 15px;
}

/* Welcome section */

#main #welcome h2 {
  font-weight: normal;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  line-height: 20pt;
  }
#main #welcome p {
  font-size: 9pt;
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  }
#main #welcome a:hover {
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: url(images/button.png);
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  }
.submitbutton:hover {
  cursor: pointer;
  border: 1px solid #927979;
  background: url(images/button_hover.png);
  color: #605050;
  }


/* Sidebars */
#sidebars {
  margin: 15px 0 0 0;
  float: right;
  width: 250px; /*340*/
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 125px;
  }

#sidebar_right {
  float: right;
  width: 125px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 22pt;
  color: #676767;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  background: url(images/bullet.png) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  }
#sidebars a:hover {
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  padding: 5px 15px 5px 15px;
  margin: 0 0 -1px -11px;
  width: 950px;
  background-color: #333333;
  border-radius: 0 0 5px 5px;
  border: 1px solid #787878;
  border-top: none;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  }
#morefoot a:hover {
  text-decoration: underline;
  }
#morefoot h3 {
    font-size: 12pt;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 0;
    padding: 0 20px 0 15px;
    text-shadow: 0px -1px 0px #302424;
    color: #3a3a3a;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.png) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  border: 1px solid #070707;
  padding: 15px 15px 10px 15px;
  }
#footer p {
  font-size: 9pt;
  padding: 0;
  }
#footer a {
  text-decoration:none;
  }
#footer a:hover {
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 10px 15px 5px 0;
  }
.alignright {
  float: right;
  margin: 10px 0 5px 15px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 10px 15px 5px 0;
  }
img.alignright {
  float: right;
  margin: 10px 0 5px 15px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 4px;

  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

.copyright-notice {
    width: 100%;
    color: #101010;
}

.playblack {
    color: #111;
    text-shadow: 0 -1px 0 #4a4a4a;
    float:left;
    margin-top: -10px;
}

.playblack a {
    color: #111;
    text-shadow: 0 -1px 0 #4a4a4a;
    text-decoration:none !important;
}

/* Comments */

#comments {
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0px 15px 10px 15px;
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #CDCDCD;
    width: 530px;
}
#comments h3 {
    font-size: 10pt;
    font-weight: bold;
    margin: 15px 0;
    padding: 0;
}

#comments p {
    padding:0;
    margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
    list-style-type: none;
    margin: 10px 0;
    font-size: 9pt;
}
.commentlist li, .trackback li {
    margin: 10px 0 15px 0;
    padding: 10px;
    background: #e8e8e8;
    border-radius: 3px;
    border: 1px solid #CDCDCD;
    list-style-type: none;
}
.commentlist li.alt {
    background: #dcdcdc;
    border: 1px solid #CDCDCD !important;
    border-radius: 3px;
    border: none;
    margin-top:10px;
}
.commentlist li.cleared {
    background: transparent;
    border: none;
}
.commentlist a.gravatar {
    float: left;
    margin: 0 15px 10px 0;
    width: 60px;
}
.commentlist .commentbody {
    margin: 0;
    padding: 0;
}
.commentlist cite {
    font-size: 10pt;
    font-style: normal;
}
.commentlist small.commentmetadata a {
}
.commentlist p {
}
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#999; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}

.topPost span.topComments a {
  background: url(images/comments.png) left no-repeat;
  padding-left: 20px;
  }
  
.topPost span.topMore ,
.topPost span.topTags {
    margin-left: 16px;
}
  
.topPost span.topMore a {
  background: url(images/more.png) left no-repeat;
  padding-left: 16px;
  }
.topPost span.topTags em {
  background: url(images/tags.png) left no-repeat;
  padding-left: 20px;
  }