/*
Theme Name: EZ 3000
Theme URI: http://ephramzerb.com/
Description: The new new.
Version: 0.1
Author: Ivan Kanevksi
Author URI: http://ephramzerb.com/
Tags: 
*/

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background: #fff url('i/back4.gif') 0 -21px repeat;
}

a, a:link, a:visited {
  color: #369;
}

a:hover {
  color: #c00;
}

#header-wrapper {   
  border-bottom: 2px solid #666;
}

#header {
  position: relative;
  background-color: transparent;
  padding: 0 20px 28px 52px;
  width: 900px;
}

#header h1 {
  position: absolute;
  width: 304px;
  height: 60px;
  bottom: -21px;
}

#header h1 a {
  background: transparent url('i/ephramzerb.gif') 0 0 no-repeat;
  display: block;
  width: 304px;
  height: 60px;
}

#navigation {
  font-size: 1.1em;
  font-family: "Lucida Grande",Verdana,Arial,Helvetica;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-left: -51px;
  width: 900px;
}

#navigation ul {
  float: left;
}

#navigation li {
  float: left;
  margin-right: 20px;
}

#navigation li a {
  text-indent: -9999px;
  display: block;
  width: 158px;
  height: 38px;
  color: #333;
  float: left;
  letter-spacing: 2px;
}

#navigation li a:link {
  outline: none;
}

#navigation li.about {
 background: transparent url('i/nav-about.gif') 0 0 no-repeat; 
}

#navigation li.contact {
  margin-left: -38px; 
  background: transparent url('i/nav-contact.gif') 0 0 no-repeat;  
}

#navigation li.news-feed {
  position: relative;
  top: 58px;
  margin-left: 403px;
  background: transparent url('i/nav-news-feed.gif') 0 0 no-repeat;  
}


#navigation #navigation-news-feed a {
  color: #E3762D;
}

#content-wrapper {
  background: #fff url('i/content-wrapper-back.gif') 0 0 repeat-y;
  width: 100%;
}

#content {
  float: left;
  padding-top: 10px;
  width: 740px;
  background-color: #fff;
  border-right: 1px solid #ccc;
}

/* Posts */

/* EZ specific */

.post,
.page {
  padding: 20px 20px 10px 60px;
  width: 480px;
  font-family: Helvetica,Arial,sans-serif;
  line-height: 1.5;
  background: #fff url('i/icon-star.gif') 20px 21px no-repeat;
  border-bottom: 1px solid #f0ece3;
  float: left;
}

.date {
  width: 160px;
  text-align: right;
  float: left;
  padding-top: 10px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
}

.date .month {
  color: #333;
  letter-spacing: 0;
  font-family: "Trebuchet MS", Verdana,Helvetica,Arial,sans-serif;
  font-size: 28px;
}

.post h2 {
  margin-bottom: 20px;
  font-size: 16px;
}

.post p,
.page p
 {
  color: #444;
  margin: 28px 0;
  font-size: 1.4em;
}

.post blockquote {
  padding-left: 20px;
  border-left: 1px solid #e0e0e0;
}

.post-meta-single {
  clear: both;
  padding-left: 60px;
  background-color: #fff;
  position: relative;
  top: -1px;
  border-bottom: 2px solid #e0e0e0;
  width: 680px;
}

.post .comments,
.page .comments,
.post-meta-single .comments {
  width: 140px;
  float: left;
  font-size: 12px;
}

.post-meta-single .comments {
  width: 160px;
}

.post .comments a,
.page .comments a,
.post-meta-single .comments a {
  text-decoration: none;
  color: #666;
}

.post-meta-single .comments a {
 position: relative;
 left: -20px;
 bottom: -2px;
 display: block;
 padding: 5px 20px 10px 20px;
 border-top: 1px solid #ccc; 
 border-right: 1px solid #ccc; 
 border-left: 1px solid #ccc; 
 border-bottom: 2px solid #fff;
}

.post .comments a .underline,
.page .comments a .underline,
.post-meta-single .comments a .underline   {
  text-decoration: underline;
}

.post .comments a .num,
.page .comments a .num,
.post-meta-single .comments a .num  {
  font-size: 28px;
  color: #999;
  font-family: "Trebuchet MS", Verdana,Arial,sans-serif;
}

.post-meta-single .comments a .num  {
  color: #333;
}

.post .comments a .add-comment,
.page .comments a .add-comment,
.post-meta-single .comments a .add-comment {
  background: #fff url('i/icon-add.gif') 0 10px no-repeat;
  padding-left: 30px;
  display: block;
  padding-top: 10px;
}

.post .tags,
.page .tags,
.post-meta-single .tags {
  float: left;
  width: 290px;
  font-size: 1.2em;
  text-align: right;
}

.post .tags,
.page .tags,
.post-meta-single .tags {
  padding-top: 18px;
  color: #666;
}

.post .tags a,
.page .tags a,
.post-meta-single .tags a {
  color: #666;
  text-decoration: none;
}


.post .comments a:hover,
.post .tags a:hover,
.post .permalink a:hover,
.post-meta-single a:hover{ 
  color: #000;
}

.post .permalink,
.page .permalink,
.post-meta-single .permalink {
  width: 40px;
  padding-top: 12px;
  text-align: right;
  float: right;
  font-size: 19px;
  font-family: "Trebuchet MS", Verdana,Helvetica,Arial,sans-serif;
}

.post-meta-single .permalink {
  width: 190px;
  text-align: left;
}

.post .permalink a,
.page .permalink a,
.post-meta-single .permalink a {
  color: #999;
  text-decoration: none;
}

.post h3,
.page h3 {
  font-size: 16px;
  color: #9C6114;
  padding-top: 10px;
  margin: 20px 0;
}

.post h4,
.page h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.post ul,
.page ul {
  margin: 28px 0;
  list-style: square;
}

.post li,
.page li {
  color: #444;
  font-size: 1.4em;
  line-height: 1.5;
  margin: 21px 0;
  list-style: square;
}

.entry .graphic img.left {
  float: left;
  margin-right: 10px;
  }

.entry .graphic .caption {
  font-size: 92%;
  line-height: 1.1;
  }


.entry .caption-bottom {
   display: block;
   border-bottom: 1px dotted #ccc;
   margin: .5em 0;
   padding-bottom: 1em;
  }

.entry .graphic img.left {
  float: left;
  margin-right: 10px;
  }

.entry .graphic .caption {
  font-size: 1.2em;
  line-height: 1.1;
  }

.entry .graphic {
  margin: 20px 0;
  }

.entry .caption-bottom {
   display: block;
   border-bottom: 1px dotted #ccc;
   margin: .5em 0;
   padding-bottom: 1em;
  }


/* Post category: endemic */

.category-endemic  h2 {
  font-size: 18px;
}

h2 a {
  text-decoration: none;
}

h2 a span {
  text-decoration: underline;
}

h2 a .arrow {
  color: #666;
  text-decoration: none !important;
}

.category-endemic h2 a {
  color: #000;
}

.category-endemic h2 a span {
  color: #000;
  text-decoration: none;
}

/* Post category: link */

.category-link {
  background: #fff url('i/icon-link3.gif') 20px 24px no-repeat;
}

/* Post category: quote */

.category-quote {
  background: #fff url('i/icon-quote.gif') 20px 21px no-repeat;
}

.category-quote h2 {
  display: none;
}

.category-quote blockquote {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.category-quote cite {
  display: block;
  text-align: right;
}

.category-quote blockquote p {
  font-size: 1em;
  margin-top: 0;
  color: #666;
  font-style: italic;
}

/* Post category: video */

.category-video {
  
}

/* Comments */

#comments {
  font-family: Helvetica,Verdana,sans-serif;
  padding-top: 28px;
  padding-left: 20px;
  clear: both;
}

.comment {
  margin: 28px 0;
  padding-left: 40px;
  position: relative;
  background: #fff url('i/comment-back.gif') 100px 7px no-repeat;
  width: 680px;
}

.comment .avatar {
  position: absolute;
  left: -20px;
  top: -4px;
}

.comment .says {
  display: none;
}

.comment-author {
  width: 480px;
  float: left;
}

.comment-author cite {
  color: #333;
  font-weight: bold;
  font-size: 1.4em;
  padding-right: 20px;
  background-color: #fff;
}

.comment-author  cite span {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  padding-left: 20px;
}  

.comment-author a {
  color: #333;
  text-decoration: none;
}

.comment-author-admin cite a {
  margin-left: -5px;
  padding: 3px 0 3px 5px;
  background-color: #ff0;
  text-transform:uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.comment-author-admin a span {
  padding: 3px 0 3px 20px;
  background-color: #fff;
  text-transform: none;
}

.comment-author a:hover {
  color: #000;
}

.comment-author a:hover span {
  text-decoration: underline;
  color: #000;
}

.comment-meta {
  float: right;
  font-size: 1.1em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  padding-right: 20px;
}

.comment-meta a {
  color: #666;
  text-decoration: none;
  background-color: #fff;
  padding-left: 20px;
}

.comment-meta a:hover {
  color: #000;
  text-decoration: underline;
}

.comment-text {
  padding-top: 1px;
  clear: both;
  font-size: 1.3em;
  line-height: 1.5;
  color: #555;
  width: 480px;
}

.comment-text p {
  margin: 20px 0;
}

.comment .awaiting-approval {
  margin: 20px 0;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#respond {
  padding-top: 40px;
  padding-left: 60px;
  font-family: Helvetica,Verdana,sans-serif;
}

#respond p {
  color: #333;
  font-size: 1.4em;
  margin: 20px 0;
}

#respond label, .contactform label {
  font-weight: normal;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  display: block;
  padding-bottom: 5px;
}

#respond label .lighten {
  color: #666;
}

.input-text {
  display: block;
  width: 480px;
  border: 1px solid #ccc;
  padding: 8px 5px;
  font-family:Helvetica,Arial,sans-serif;
  color: #444;
}

#respond textarea, .input-textarea {
  width: 480px;
  border: 1px solid #ccc;
  padding: 8px 5px;
  font-family:Helvetica,Arial,sans-serif;
  line-height: 1.5;
}

#submit, .input-submit {
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  font-family: Verdana,Arial,Helvetica;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #999;
  background-color: #666;
}

/* contact form specific */

.contactform {
  margin-top: 28px;
}

.contactright {
  margin-bottom: 21px;
}

/* Post Navigation */

.post-navigation {
  clear:both;
  margin-top: 28px;
  width: 740px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.post-navigation-top {
  margin-top: -10px;
  margin-bottom: 28px;
}

.post-navigation-archive-bottom {
  position: relative;
  top: -1px;
  border-bottom: none;
  border-top: 0;
}

.post-navigation-archive-bottom .newer-post a,
.post-navigation-archive-bottom .older-post a,
.post-navigation-archive-bottom .when
{
  border-top: 1px solid #ccc;
}


.post-navigation .you-are-here {
  float: left;
  padding: 28px 0 0 60px;
  font-size: 1.8em;
  color: #777;
}

.post-navigation strong {
  color: #000;
  background-color: #ff0;
  padding: 2px 5px;
  font-style: normal;
}

.older-post, .newer-post {
  float: right;
  width: 90px;
  border-left: 1px solid #ccc;
}

.older-post a, .newer-post a, .when {
  width: 90px;
  display: block;
  padding: 10px 0 50px 0;
  text-decoration: none;
  color: #666;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
}

.when {
  background: #fff url('i/latest-first.gif') 35px 28px no-repeat;
}

.older-post a {
  background: #fff url('i/left-arrow.gif') 35px 35px no-repeat;
}

.newer-post a {
  background: #fff url('i/right-arrow.gif') 35px 35px no-repeat;
}


/* Linear Navigation */

.linear-navigation {
  clear: both;
  margin-bottom: 20px;
}

.linear-navigation a {;
  color: #666;
}

.linear-navigation-older {
  width: 220px;
  border-right: 1px solid #e0e0e0;
  margin: 0;
  padding: 20px 20px 20px 40px;
  font-size: 1.8em;
  background: #fff url('i/icon-glyph.gif') 0 20px no-repeat;
}


/* Sidebar */

#sidebar {
  width: 200px;
  padding: 0 0 20px 20px;
  float: left;
}

#sidebar h3 {
  margin: 28px 0 28px 0;
  color: #333;
  font-size: 1.8em;
}

#sidebar h3 .lighten {
  color: #777;
  width: 35px;
  float: left;
  font-style: italic;
  letter-spacing: 2px;
}

#sidebar ul {
  margin-top: 10px;
}

#sidebar ul li {
  font-size: 1.4em;
  clear: both;
  margin: 0;
}

#sidebar ul li span.lighten {
  width: 50px;
  color: #666;
}

#sidebar ul li span.selected {
  background-color: #ff0;
  padding: 2px 5px 0 5px;
  position: relative;
  left: -5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#sidebar ul li.selected span {
  background-color: #ff0;
  padding: 2px 5px 0 5px;
  position: relative;
  left: -5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#sidebar ul li a {
  display: block;
  color: #369;
  width: 160px;
  padding: 10px 0 10px 35px;
}

#sidebar a:hover {
  color: #000;
}


#sidebar li.cat-item-endemic {
  background: #fff url('i/icon-star-lighten.gif') 2px 9px no-repeat;
}

#sidebar li.cat-item-quote {
  background: #fff url('i/icon-quote-lighten.gif') 2px 9px no-repeat;
}

#sidebar li.cat-item-link {
  background: #fff url('i/icon-link3-lighten.gif') 0 12px no-repeat;
}

#sidebar li.current-cat-endemic {
  background: #fff url('i/icon-star.gif') 2px 9px no-repeat;
}

#sidebar li.current-cat-quote {
  background: #fff url('i/icon-quote.gif') 2px 9px no-repeat;
}

#sidebar li.current-cat-link {
  background: #fff url('i/icon-link3.gif') 2px 12px no-repeat;
}

#sidebar li.wordpress {
  background: #fff url('i/icon-wordpress.gif') 0 10px no-repeat;
}

#sidebar li.measy {
  background: #fff url('i/icon-measy.gif') 0 10px no-repeat;
}

#sidebar li.spawnlist {
  background: #fff url('i/icon-spawnlist.gif') 2px 10px no-repeat;
}

#sidebar li.hmbrgr {
  background: #fff url('i/icon-hmbrgr.gif') 2px 10px no-repeat;
}


#sidebar li.current-cat a,
#sidebar li.selected a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#sidebar ul.tag-list li {
  background: #fff url('i/icon-bullet-lighten.gif') 0 10px no-repeat;
}

/* FOOTER */

#footer {
  padding: 56px 0;
  border-top: 2px solid #666;
  margin-top: -1px;
  position: relative;
}


/* Utility */

.bordered {
  border: 1px solid #e0e0e0;
  padding: 5px;
}

.alignright {
  margin-left: 10px;
  float: right;
}

.alignleft {
  float: left;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
