/*  
Theme Name: GnomeLand
Theme URI: http://ephramzerb.com/
Description:  
Version: 0.2
Author: Ivan Kanevski
Author URI: http://ephramzerb.com/
Tags: fixed width, two columns, minimalist, modern
*/

html,body {
 background-color: #e7e7de;
}

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

a:hover {
  color: #000;
}

/* Tags */

.tag a,
.tag a:link
 {
  font-family: Helvetica,Arial,sans-serif;
  color: #333;
  font-size: 12px;
  background-color: #FAFAF5;
  border-radius: 15px;
  border: 1px solid #e7e7de;
  text-decoration: none;
  padding: 5px 15px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.tag a:hover {
  background-color: #cc3300;
  color: #fff;
  border: 1px solid #cc3300;
}

/* Layout */

.header-wrapper, .content-wrapper {
  background-color: #e7e7de;
  width: 960px;
  margin: 0 auto;
}

/* Header */

.navigation {
  width: 710px;
  padding: 10px 5px 20px 0;
  letter-spacing: 1px;
  float: left;
  text-align: center;
}

.navigation li {
  display: inline-block;
}

.navigation a {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: Georgia,"Times New Roman",serif;
  padding: 20px 20px 30px 20px;
  text-decoration: none;
}

.navigation a .text {
  border-bottom: 1px solid #ccc;
}

.navigation a .bullet {
  color: #CC3300;
  margin-right: 5px;
}


.header {
  width: 720px;
  float: left;
}

.header h1 {
  clear: both;
  margin: 30px 10px 0;
}

.header h1 a {
  margin: 0 auto;
  width: 408px;
  height: 39px;
  display: block;
  position: relative;
}

.header h1 a span {
  position: absolute;
  background: #e7e7de url('images/creepy-animals.gif') 0 0 no-repeat;
  width: 408px;
  height: 39px;
}

.header h2 {
  margin: 10px 0 30px 0;
  text-align: center;
  color: #666;
  font-size: 13px;
  font-family: Georgia,"Times New Roman",serif;
  font-style: italic;
}

.header .navigation a {
  color: #666;
}


.header-extras {
  float: left;
  padding-top: 25px;
}

.header-extras a {
  color: #333;
}

.header-extras .social-link a {
  display: block;
  text-decoration: none;  
  padding: 5px 0 5px 35px;
  margin-bottom: 8px;
  margin-left: 30px;
}

.header-extras .twitter a {
  background: transparent url('images/twitter.png') 0 0 no-repeat;
}

.header-extras .facebook a {
  background: transparent url('images/facebook.png') 0 0 no-repeat;
}

.header-extras .rss a {
  background: transparent url('images/rss.png') 0 0 no-repeat;
}

.header-extras .news-feed-link a {
  position: relative;
  left: -12px;
  text-decoration: none;
  padding: 3px 0 3px 43px;
  display: block;
  margin-bottom: 7px;
  background: transparent url('images/icon-news-feed.gif') 0 0 no-repeat;
}

.header-extras .twitter-link a {
  position: relative;
  left: -35px;
  text-decoration: none;
  padding: 10px 0 10px 65px;
  display: block;
  background: transparent url('images/icon-twitter-link.gif') 0 3px no-repeat;
}

.header-extras .facebook-link a {
  position: relative;
  top: 3px;
  left: -12px;
  text-decoration: none;
  padding: 10px 0 10px 43px;
  position: relative;
  display:  block;
  background: transparent url('images/icon-facebook-link.png') 0 7px no-repeat;
}

.header-extras a span {
  color: #666;
}
 
.header-extras a:hover {
  color: #000;
}

/* Content */

.content {
  float: left;
  width: 720px;
}

.hentry {
  text-align: center;
  padding:  0 15px 0 15px;
  margin: 20px 30px 10px 0;
  width: 665px;
  font-family: Helvetica,Arial,sans-serif;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;

  float: left;
  background-color: #fff;
}

.hentry .entry {
  font-size: 14px;
  text-align: left;
}

.hentry .entry img {
  margin: 0 auto;
}

.hentry .entry .alignleft {
  float: left;
  margin-right: 20px;
}

.hentry .entry .alignright {
  float: right;
  margin-left: 20px;
}

.hentry .entry .aligncenter {
  margin: 0 auto;
}

.hentry .entry .wp-caption {
  text-align: center;
  background-color: #fafaf5;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.hentry .entry .wp-caption-text {
  padding: 10px 0 5px 0;
  margin: 0;
  font-size: 14px;
}

.date {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  position: relative;
  margin: 0 auto;
  top: -8px;
  background-color: #fff;
  padding: 5px 20px;
  font-size: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 2px;
}

.star {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  position: relative;
  margin: 0 auto;
  top: -12px;
  background-color: #fff;
  padding: 5px 20px;
  font-size: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 2px;
}

.hentry h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: 'Roboto Condensed', 'Helvetica','Arial', sans-serif;
}

.hentry h2 a {
  color: #cc3300;
  text-decoration: none;
}

.hentry .entry p,
.hentry .entry li {
  color: #444;
  margin: 30px 0;
}

.hentry .hentry-meta {
  margin-top: 20px;
  clear: both;
  text-align: left;
}

.hentry .post-meta {
  float: left;
  width: 645px;
  padding: 15px 10px;
}

.hentry .comments {
  font-family: Helvetica,Arial,sans-serif;
  width: 180px;
  float: left;
}

.hentry .comments a {
  text-decoration: none;
  color: #999;
}

.hentry .comments a .num {
  float: left;
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #c00;
  display: block;
}

.hentry .comments a:hover .num {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  border-color: #c00;
  color: #555;
}

.hentry .comments a:hover  {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  color: #555;
}

.hentry .comments a .num-none {
  text-indent: 1px;
  line-height 28px;
  font-size: 20px;
  font-weight: bold;
}

.hentry .comments a .num-double {
  font-size: 12px;
}

.hentry .comments a .label {
  margin-left: 8px;
  padding-top: 8px;
  float: left;
  font-size: 14px;
  font-weight: bold;
}

.hentry .comments a .add-comment {
  background: transparent url('images/icon-add.gif') 0 10px no-repeat;
  display: block;
  padding-top: 10px;
}

.hentry .tags {
  float: left;
  width: 440px;
  font-size: 12px;
  text-align: right;
  float: right;
  margin-top: 10px;
}

.hentry .tags li {
  display: inline-block;
  margin-right: 10px;
}

.hentry .permalink {
  width: 20px;
  padding-top: 5px;
  text-align: right;
  float: right;
  font-size: 19px;
  font-family: "Trebuchet MS", Verdana,Helvetica,Arial,sans-serif;
}

.hentry .permalink a {
  color: #c00;
  text-decoration: none;
}

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

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

.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('images/icon-glyph.gif') 0 20px no-repeat;
}

.content .ad-break {
  padding: 20px 10px 30px 10px;
  clear: both;
  display: block;
  text-align: center;
}

.content .ad-break .leaderboard {
  width: 728px;
  height: 90px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #e0e0e0;
}

.content .ad-break .medium-rectangle {
  display: inline-block;
  width: 300px;
  height: 250px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #e0e0e0;
}

/* Comments */

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

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

.comment .avatar {
  background-color: #fff;
  padding: 3px;
  border: 1px solid #ccc;
  position: absolute;
  left: -20px;
  top: -4px;
}

.comment .says {
  display: none;
}

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

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

.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;
  text-transform: none;
}

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

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

.comment-meta {
  background-color: #e7e7de;
  float: right;
  font-size: 11px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  padding-right: 20px;
}

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

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

.comment-text {
  padding-top: 1px;
  clear: both;
  font-size: 13px;
  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: 40px;
  font-family: Helvetica,Verdana,sans-serif;
}

#respond p {
  color: #333;
  font-size: 14px;
  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;
}


/* Sidebar */
.sidebar {
  width: 200px;
  padding: 0 0 20px 30px;
  float: left;
}

.sidebar .block {
  margin-bottom: 30px;
}

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

.sidebar h3 .lighten {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #777;
  letter-spacing: 2px;
}

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

.sidebar ul li {
  font-size: 14px;
  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 li.current-cat a,
.sidebar li.selected a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.sidebar ul.tag-list .tag {
  margin: 20px 0;
}

/* Post Navigation */

.post-navigation {
  clear: both;
  padding-top: 30px;
  width: 720px;
  text-align: center;
}

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

.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 {
  display: inline-block;
  width: 90px;
}

.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('images/latest-first.gif') 35px 28px no-repeat;
}

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

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

/* Footer */

.footer {
  clear: both;
  padding: 20px 0;
}


/* Utilties */

.clear {
  clear: both;
}
