/*
Theme Name: Nebo
Theme URI: http://
Description: 
Author: Nebo
Version: 1.0
Tags: 
*/


@import url("../../../../css/screen2011.css");

hr {
  display: block;
  float: none;
  width: auto;
}
.subpage .header .site-title {
  float: left;
  margin: 31px 15px 0 0;
  width: 150px;
}
* html .subpage .header .site-title {
  overflow-x: hidden;
}
.subpage .header .site-title a {
  background: url('../../../../images/about-logo.png?1310414558') 10px 0 no-repeat;
  display: block;
  height: 67px;
  text-indent: -9999px;
  width: 150px;
}

.subpage em {
  font-size: 14px;
}
#subheader {
  line-height: 1;
  overflow: hidden;
  padding: 33px 0 28px;
}
#subheader h1 {
  float: left;
  font-family: "ff-clan-web-condensed", sans-serif;
  font-size: 74px;
  margin: 0 10px 0 7px;
  text-transform: uppercase;
  width: 620px;
}
#subheader h1 a, #subheader h1 a:hover {
  color: #35C1E3;
}
#subheader a {
  color: #A7E029;
}
#subheader a:hover {
  color: #B7FF17;
}
#subheader .rss-subscribe, #subheader .back-to-blog {
  float: left;
  font-family: "ff-clan-web-condensed", sans-serif;
  font-size: 24px;
  margin: 0 10px;
  padding: 23px 0;
  text-align: right;
  text-transform: uppercase;
  width: 303px;
}
#subheader .rss-subscribe a {
  background: url('images/rss.gif') right 3px no-repeat;
  float: right;
  padding: 0 28px 0 0;
}
#subheader .rss-subscribe a:hover {
  background: url('images/rss.gif') right -21px no-repeat;
}
#subheader .back-to-blog a {
  background: url('images/arrow-left.gif') left 3px no-repeat;
  float: right;
  padding: 0 0 0 28px;
}
#subheader .back-to-blog a:hover {
  background: url('images/arrow-left.gif') left -21px no-repeat;
}
#main {
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
}
#container {
  float: left;
  margin: 0 10px 0 0;
  width: 630px;
}
#content p {
  margin: 0 0 16px -1px;
}
#content a {
  color: #A7E029;
}
#content a:hover {
  color: #B7FF17;
}
#content img {
  display: block;
  padding: 0 0 0 1px;
}
#content .post-container {
  border-bottom: 1px solid #568A9B;
  margin: 0 0 40px;
  padding: 0 0 28px;
}
#content .post-container.last {
  margin: 0 0 18px;
}
.single #content .post-container {
  margin: 0 0 20px;
  padding: 0 0 14px;
}
#content .post {
  margin: 0 0 0 10px;
}
#content .entry-date {
  color: #86ACB8;
  font-family: "ff-clan-web", sans-serif;
  font-size: 14px;
  margin: 0 0 4px;
  text-transform: uppercase;
}
#content .entry-title {
  color: #A7E029;
  font-family: "ff-clan-web", sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 18px -1px;
  text-transform: none;
}
#content .entry-content, #content .entry-summary {
  line-height: 30px;
}
#content .entry-content a, #content .entry-summary a {
  border-bottom: 1px dotted #A7E029;
}
#content .entry-content h2 {
	color: #35c1e3;
	font-family: "ff-clan-web", sans-serif;
	font-size: 24px;
	line-height: 1.5;
	text-transform: none;
}
#content .entry-content blockquote {
/*	border-top: 1px solid #568a9b;
	border-bottom: 1px solid #568a9b;	
	margin: 0 0 28px;
	padding: 28px 0 9px;
*/
  color: #74aabb;
	font-size: 24px;
	line-height: 1.5;
	margin:0 0 0 2em;
	padding:0 0 9px;
}
.entry-content ul {
  margin-top:10px;
  margin-left:20px;
  padding-bottom:20px;
  padding-left:10px;
}
.entry-content ul li {
  line-height:2em;
  margin-top:10px;
  background: url(../../../../images/bullet.gif) no-repeat left 12px;
  margin-left: -0.6em;
  padding-left: .6em;
}
.entry-content ol {
  list-style: none outside none;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  list-style-type: decimal;
}
.entry-content ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
.entry-content ol > li {
  position:relative; /* Create a positioning context */
  margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
  padding: 0px 0px 4px 8px; /* Add some spacing around the content */
  list-style:none; /* Disable the normal item numbering */
  color: #fff;
}
.entry-content ol > li:before {
  content:counter(li); /* Use the counter as content */
  counter-increment:li; /* Increment the counter by 1 */
  /* Position and style the number */
  position:absolute;
  top:-2px;
  left:-2em;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width:30px;
  /* Some space between the number and the content in browsers that support
     generated content but not positioning it */
  margin-right:8px;
  border-top: 0px solid #666;
  color:#0a566e;
  background:#fff;
  border-radius: 20px;
  font-weight:bold;
  text-align:center;
}
.entry-content .share li {
  background: 0 none;
}
.entry-content .share li.plus1-btn{
  padding:2px 8px 0;
}
#content .entry-content a:hover, #content .entry-summary a:hover {
  border: none;
}
#content .read-more {
  line-height: 1;
  margin: 0 0 16px;
}
#nav-below {
  font-family: "ff-clan-web-condensed", sans-serif;
  font-size: 24px;
  margin: 0 0 36px 10px;
  overflow: hidden;
  text-transform: uppercase;
}
.nav-previous a, .prev.page-numbers {
  background: url('images/arrow-left.gif') left 2px no-repeat;
  float: left;
  padding: 0 0 0 26px;
}
.nav-previous a:hover, .prev.page-numbers:hover {
  background: url('images/arrow-left.gif') left -22px no-repeat;
}
.nav-next a, .next.page-numbers  {
  background: url('images/arrow-right.gif') right 2px no-repeat;
  float: right;
  padding: 0 26px 0 0;
}
.nav-next a:hover, .next.page-numbers:hover {
  background: url('images/arrow-right.gif') right -22px no-repeat;
}
.author-page {text-align:center;}
#comments {
  margin: 0 0 30px;
  padding: 20px 0 0;
  position: relative;
}
#comments h3 {
  color: #35C1E3;
  font-size: 40px;
  margin: 0 0 20px 10px;
  text-transform: uppercase;
}
#comments input.text, #comments textarea {
  background: #fff;
  border: none;
  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
  color: #A1A1A1;
  font-family: "ff-clan-web", sans-serif;
  font-size: 16px;
  width: 602px;
}
#comments input.text {
  height: 16px;
  margin: 0 0 20px;
  padding: 9px 9px 10px 9px;
}
#comments textarea {
  height: 150px;
  line-height: 30px;
  margin: 0 0 14px;
  padding: 3px 9px 8px 9px;
}
#comments #submit {
  background: url('images/submit-btn.gif') 0 0 no-repeat;
  border: none;
  height: 36px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 80px;
}
#comments #submit:hover {
  background: url('images/submit-btn.gif') 0 -36px no-repeat;
  cursor: pointer;
}
#comments .add-comment a {
  font-family: "ff-clan-web-condensed", sans-serif;
  font-size: 24px;
  margin: 0 2px 0 0;
  padding: 0 30px 0 0;
  position: absolute; right: 0; top: 33px;
  text-transform: uppercase;
}
#comments .toggle a {
  background: url('images/plus-minus.gif') right 2px no-repeat;
}
#comments .toggle a:hover {
  background: url('images/plus-minus.gif') right -22px no-repeat;
}
#comments .active a {
  background: url('images/plus-minus.gif') right -46px no-repeat;
}
#comments .active a:hover {
  background: url('images/plus-minus.gif') right -70px no-repeat;
}
#commentform {
  margin: 0 0 40px 10px;
}
#comments .commentlist li {
  border-top: 1px solid #568A9B;
  margin: 30px 0 0;
  padding: 40px 0 0px 10px;
}
#comments .comment-meta {
  color: #86ACB8;
  font-size: 14px;
  margin: 0 0 6px;
  text-transform: uppercase;
}
#comments .comment-author {
  color: #A7E029;
  font-size: 24px;
  margin: 0 0 22px;
}
#comments .comment-author span {
  color: #86ACB8;
}
#comments .comment-body {
  line-height: 30px;
}
.sidebar {
  float: left;
  margin: 1px 10px 0;
  width: 300px;
}
.sidebar ul li {
  background: #424243;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 17px 19px 18px;
}
.sidebar .multi-author h3{
  margin-bottom:0;
  color:#A1A1A1;
}
.sidebar a {
  color: #A7E029;
}
.sidebar a:hover {
  color: #B7FF17;
}
.sidebar h3 {
  color: #35C1E3;
  display: block;
  font-size: 24px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.sidebar .field {
  background: #fff;
  border: none;
  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
  color: #A1A1A1;
  float: left;
  font-family: "ff-clan-web", sans-serif;
  font-size: 16px;
  height: 16px;
  margin: 0;
  padding: 9px 9px 10px 9px;
  width: 192px;
}
.sidebar input.submit {
  border: none;
  float: left;
  height: 35px;
  margin: 0 0 0 10px;
  padding: 0;
  text-indent: -9999px;
  width: 40px;
}
.sidebar input:hover.submit {
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.sidebar .profile-picture {
  background: none;
  margin: 0;
  overflow: none;
  padding: 0;
}
.sidebar .profile-picture img {
  display: block;
  margin: -2px 0 0;
}
.sidebar .author .written-by {
  color: #A1A1A1;
  font-size: 24px;
  margin: 0 0 13px;
}
.sidebar .author .display-name, .sidebar .author .display-name a, .sidebar .author .display-name a:hover {
  color: #35C1E3;
  font-family: "ff-clan-web-condensed", sans-serif;
  font-size: 40px;
  margin: 0 0 2px 1px;
  text-transform: uppercase;
}
.sidebar .author .organization {display:none;}
.sidebar .author .job-title {
  font-size: 18px;
  margin: 0 0 0 1px;
}
.sidebar .search {
  background: #35B8D8;
  padding: 18px 19px 20px;
}
.sidebar .search h3 {
  color: #06576E;
  margin: 0 0 17px;
}
#search-field {
  margin: 0 0 0 1px;
}
.sidebar .search .submit {
  background: url('images/search.gif') no-repeat;
}
.sidebar .search input.submit {
  background: url('images/search.gif') no-repeat;
}
.sidebar .latest-tweets {
  position: relative;
}
.sidebar .latest-tweets .link-to-twitter {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 2px 0 0 1px;
  width: 20px;
}
.sidebar .latest-tweets .link-to-twitter a {
  background: url('images/twitter.gif') right 0 no-repeat;
  border: none;
  display: block;
  height: 20px;
  margin: 2px 0 10px;
  text-indent: -9999px;
  width: 20px;
}
.sidebar .latest-tweets .link-to-twitter a:hover {
  background: url('images/twitter.gif') right -24px no-repeat;
}
.sidebar .latest-tweets h3 {
  margin: 2px 0 8px;
  display: block;
}
.sidebar .latest-tweets {
  background-color: #424243;
  width: 260px;
  padding: 20px;
}
/* line 693, ../sass/_modules.scss */
.sidebar .latest-tweets h2 {
  font-size: 24px;
  color: #35c1e3;
  margin: 0;
}
/* line 699, ../sass/_modules.scss */
.sidebar .latest-tweets .tweet {
  display: block;
  margin: 10px 0 10px;
  font-size: 14px;
  line-height: 20px;
}
/* line 705, ../sass/_modules.scss */
.sidebar .latest-tweets .tweet a {
  color: #a7e029;
  border-bottom: 1px dotted #a7e029;
  text-decoration: none;
}
/* line 24, ../../../../.rvm/gems/ruby-1.9.2-p180/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.sidebar .latest-tweets .tweet a:hover {
  color: #b7ff17;
}
/* line 708, ../sass/_modules.scss */
.sidebar .latest-tweets .tweet a:hover {
  border-bottom: 1px dotted #b7ff17;
}
/* line 712, ../sass/_modules.scss */
.sidebar .latest-tweets .tweet .date {
  font-family: "ff-clan-web", Arial, sans-serif;
  color: #a1a1a1;
}
.sidebar li.subscribe {
  padding: 18px 20px 20px 20px;
}
.sidebar li.subscribe h3 {
  margin: 0 0 17px;
}
.sidebar .subscribe input.submit {
  background: url('images/subscribe.gif') no-repeat;
}
#footer {
  padding: 14px 0 52px;
}

/* Share Buttons
.share ul {
	height: 62px;
	margin: 0;
	padding: 10px 0 20px;
}
.share li {
	background: none;
	float: left;
	height: 62px;
	margin: 0;
	padding: 0 10px 0 0;
}
.share li.tweet-btn {
}
.share li.like-btn {
}
.share li.plus1-btn {
	padding: 2px 10px 0 0;
}
 */
.share li.pin-btn {
  padding-top: 29px;
  height:36px;
}
#content .share li.pin-btn a {
  border-bottom: none;
}
#content p#embedcta {margin:0; font-size:14px}
#embedme {border:1px solid #35C1E3; font-size:12px;padding: 8px;word-wrap: break-word;line-height: 1.2em; margin-bottom:16px; height:36px; overflow-y:scroll; width:600px; background:transparent; color:#fff;}
.entry-content em {font-style:italic;}
.sidebar ul li.author-social { background-color:#35C1E3; margin-bottom:17px;}
.sidebar ul li.author-social h3 {color:#06576E}
.author-social a {
    display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  width: 30px;
  height: 30px;
  margin: 0 7px 0 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.author-social a:hover {
  background-color: #06576e;
}
.author-social a#gplus {
  background-image: url('../../../../images/icons/gplus-small.png');
}
.author-social a#twitter {
  background-image: url('../../../../images/icons/twitter-small.png');
}
.author-social a#facebook {
  background-image: url('../../../../images/icons/facebook-small.png');
}
.author-social a#linkedin {
  background-image: url('../../../../images/icons/linkedin-small.png');
}
.authors.sidebar {width:100%}
.authors.sidebar ul {float:left; width:300px; margin-right:20px; margin-bottom:40px;}
.authors.sidebar ul li {min-height:78px;}
h4 {
  background: #424243 url(../../../images/nebo-ligature.gif) no-repeat 43px center;
  color:#A7E029;
  padding:40px 20px 40px 160px;
  font-weight: bold;
  font-size:1.8em;
}

@media only screen and (max-width: 480px) {
  #main,
  #subheader{
    overflow: initial;
  }
  #container{
    width:100%;
  }
  #subheader h1{
    width:100%;
  }
  #subheader .rss-subscribe{
    margin:0px;
    width:100%;
  }
  #content img{
    width:100%;
    height:auto;
  }
  body{
    min-width: 0px;
  }
  .sidebar{
    margin:0px;
    width:100%;
  }
  .sidebar .latest-tweets{
    width:100%;
    box-sizing:border-box;
  }
  #phone-number {
    font-size: 22px;
    right: 0;
  }
  #subheader h1{
    margin:0px;
  }
  #content .post{
    margin-left:0px;
  }
  #subheader .rss-subscribe, #subheader .back-to-blog{
    width:100%;
    margin:0px;
  }
  .sidebar .field{
    width:175px;
  }
}