/* ***************** */
/* Standard Elements */
/* ***************** */
html {
  background-color: #a8a9ad;
  color: #eeeeee;
  font-family: Helvetica, arial, serif;
  font-size: 13px; 
  letter-spacing: .04em;
}
ul li {
  display: block;
  float: left; }

a:link, a:visited, span.gc-cs-link, span.gc-cs-link {
  color: #00aeff;
  text-decoration: none; }

a:hover, span.gc-cs-link:hover {
  color: #30aeff; }

span.highlight {
  color: #30aeff;
  font-weight: bold; }

span.error {
  color: #ff9999;
  font-size: 0.75em; }

input.button {
  padding: 10px 30px;
  background-color: #00aeff;
  color: black;
  font-weight: bold;
  border: none;
  cursor: pointer;
  height: 40px; }
  input.button:hover {
    background-color: #30aeff; }

fieldset label, fieldset input[type="text"], fieldset textarea, fieldset select {
  display: block;
  width: 240px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.618; }

fieldset select {
  width: 258px; }

fieldset textarea {
  width: 270px;
  height: 208px; }

fieldset input[type="text"], textarea, fieldset select {
  /*@ transition-rule @ */
  font-size: 14px;
  padding: 7px;
  background-color: #c1c3c5;
  color: #101010;
  font-weight: bold;
  border: solid 2px #c1c3c5;
  box-shadow: 3px 3px 3px #212121;
  -webkit-box-shadow: 3px 3px 3px #212121;
  -moz-box-shadow: 3px 3px 3px #212121; }
  fieldset input[type="text"]:focus, textarea:focus, fieldset select:focus {
    background-color: white;
    border: solid 2px #00aeff; }

/* ************* */
/* Base Elements */
/* ************* */
#contact_form {
  position: relative; }

#ajaxlink {
  padding: 10px;
  margin: 50px;
  border: solid 2px #00aeff;
  background-color: #101010;
  position: absolute;
  width: 270px;
  text-align: center;
  top: 50px;
  display: none;
  z-index: 1000;
  box-shadow: 0px 0px 8px #101010;
  -webkit-box-shadow: 0px 0px 8px #101010;
  -moz-box-shadow: 0px 0px 8px #101010; }

*.disabled {
  background-color: #8d8f93 !important; }

*.left {
  float: left; }

*.right {
  float: right; }

*.clear {
  clear: both; }
  *.clear:after {
    clear: both; }

*.autowidth {
  width: auto;
}

*.base-clear {
    display: block;
    clear: both; 
    height: 60px !important; }

#trans {
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  position: fixed;
  z-index: 995;
  display: none;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75); }

#trans-arrows {
  width: 100%;
  position: fixed;
  z-index: 998;
  display: block; }
  #trans-arrows a {
    background: url("http://threefoldstudio.com/images//next_arrows.png") 0px 0px no-repeat;
    width: 152px;
    height: 67px;
    margin-top: 25%;
    font-size: 1.5em;
    font-weight: bold;    color: white;
    display: none; }
    #trans-arrows a.prev_card {
      float: left;
      background-position: 0px 1px;
      text-align: right; }
      #trans-arrows a.prev_card span {
        padding-right: 10px; }
    #trans-arrows a.next_card {
      float: right;
      background-position: 0px -69px; }
      #trans-arrows a.next_card span {
        padding-left: 10px; }
    #trans-arrows a span {
      padding-top: 17px;
      display: block; }

#close {
  background: url("http://threefoldstudio.com/images//close_x.png") no-repeat;
  width: 33px;
  height: 32px;
  float: right;
  right: -30px;
  top: -55px;
  position: relative;
  cursor: pointer;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }

/* **************** */
/* Contact Elements */
/* **************** */
#contact {
  background: #1e1e1e;
  border-bottom: solid 12px #c2dbe4;
  display: none; }

div.col1, div.col2 {
  margin: 40px 0px; }
  div.col1 h2, div.col2 h2 {
    color: #00aeff;
    font-size: 24px;
    padding-bottom: 20px; }
  div.col1 ul li, div.col2 ul li {
    float: none; }
  div.col1 address label, div.col2 address label {
    font-style: normal;
    font-weight: normal;
    display: block;
    line-height: 1.618; }

div.col1 {
  width: 300px;
  float: left; }
  div.col1 p.description {
    text-align: justify; }
  div.col1 ul.sales {
    padding-bottom: 20px; }

div.col2 {
  float: right;
  width: 600px;
  margin-bottom: 0px; }

#contact-fieldset {
  position: relative; margin-right: 50px; }
#contact-fieldset input[type="text"] {
  margin: 0px 40px 20px 0px;
  height: 14px; }

div.text {
  position: absolute; z-index: 5; height: 208px; }
div.entry {
  position: absolute;
  bottom: -5px;
  right: -30px;
  float: right;
  width: 86px;
  height: 39px; }

#send-contact {
  float: right;
  background: #c2dbe4 url("http://threefoldstudio.com/images//submit_button.png") bottom center no-repeat;
  position: absolute;
  height: 39px;
  width: 86px;
  text-indent: -9999px;
  overflow: hidden; }

fieldset.search-fieldset {
  position: relative; margin-bottom: 80px; }
#search-button {
  float: right;
  background: #c2dbe4 url("http://threefoldstudio.com/images//search_button.png") bottom center no-repeat;
  height: 39px;
  position: absolute;
  width: 80px;
  right: 8px;
  top: 55px;
  text-indent: -9999px;
  overflow: hidden; }
input.keyword-input {
  position: absolute; z-index: 5; height: 20px; }


/* **************** */
/* Social Links    */
/* **************** */
.social-links, .social-links-bottom {
  clear: both; }
  .social-links a.close {
    display: block;
    margin-top: 30px;
    margin-right: 20px;
    padding-right: 20px;
    padding-top: 1px;
    background: url("http://threefoldstudio.com/images//arrow.png") center right no-repeat; }


  .social-links li, .social-links-bottom li {
    margin-right: 10px; }
  .social-links li a { position: relative; }

    a.email {
      background-position: -1px 0px !important; }
    a.email div.top {
      background-position: -9px 0px; }
    a.email span {
      background-position: -1px -59px; }

    a.linked-in {
      background-position: -355px 0px !important; }
    a.linked-in div.top {
      background-position: -363px 0px;}
    a.linked-in span {
      background-position: -355px -59px; }

    a.youtube {
      background-position: -414px 0px !important; }
    a.youtube div.top {
      background-position: -422px 0px;}
    a.youtube span {
      background-position: -414px -59px; }

    a.skype {
      background-position: -473px 0px !important; }
    a.skype div.top {
      background-position: -481px 0px;}
    a.skype span {
        background-position: -473px -59px; }

    a.facebook {
      background-position: -60px 0px !important; }
    a.facebook div.top {
      background-position: -68px 0px; } 
    a.facebook span {
      background-position: -60px -59px; }

    a.twitter {
      background-position: -119px 0px !important; }
    a.twitter div.top {
      background-position: -127px 0px;}
    a.twitter span {
        background-position: -119px -59px; }

    a.delicious {
      background-position: -178px 0px !important; }
    a.delicious div.top {
      background-position: -186px 0px; }
    a.delicious span {
      background-position: -178px -59px; }
    
    a.stumbleupon {
      background-position: -237px 0px !important; }
    a.stumbleupon div.top {
      background-position: -245px 0px; }
    a.stumbleupon span {
      background-position: -237px -59px; }

    a.buzz {
      background-position: -296px 0px !important; }
    a.buzz div.top {
      background-position: -304px 0px; }
    a.buzz span {
      background-position: -296px -59px; }

    .social-links li a, .social-links-bottom li a, 
    .social-links li a span, .social-links-bottom li a span, 
    .social-links li a div.top, .social-links-bottom li a div.top {
      width: 58px;
      background-image: url("http://threefoldstudio.com/images//social_buttons.png");
      background-repeat: no-repeat;
      height: 59px;
      text-indent: -9999px;
      padding-bottom: solid 0px #04affe;
      display: block; }
    .social-links li a, .social-links li a div.top, .social-links li a span {
      background-image: url("http://threefoldstudio.com/images//social_buttons2.png");}
    .social-links li a div.top, .social-links-bottom li a div.top {
      position: relative;
      top: -1px;
      width: 50px;
      left: 8px;}
    .social-links li a div.top, .social-links li a span {
      height: 57px; }

    .social-links li a span, .social-links-bottom li a span {
      display: block;
      position: absolute;
      top: 3px;
      text-indent: -9999px;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);}

/* *************** */
/* Header Elements */
/* *************** */
#header {
  display: block;
  background: url("http://threefoldstudio.com/images//bar-repeat.png") repeat-x 0 0;
  height: 125px; }
  #header div {
    /* Navigation ul elements */ }
    #header div h1 {
      width: 326px;
      height: 47px;
      display: inline;
      float: left;
      margin-top: 52px;
      margin-left: -8px; }
    #header div ul {
      display: inline;
      float: right;
      margin-right: -5px; }
      #header div ul li:hover > a, #header div ul li a:hover, #header div ul li.selected > a {
        color: white; 
        cursor: pointer; }
      #header div ul li.selected > a > div.top {
        top: 0px;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }
      #header div ul li.selected > a > span {
        top: 74px; }
      #header div ul li a {
        color: #bbbbbb;
        height: 101px;
        min-width: 55px;
        padding-left: 12px;
        padding-right: 10px;
        display: block;
        position: relative;
        margin-right: 8px;
        text-align: center; }
        #header div ul li a div.top {
          height: 101px;
          width: 100%;
          left: 0px;
          top: -6px;
          position: absolute;
          background: #30aeff url("http://threefoldstudio.com/images//overlay-repeat.png") repeat-x 0 0;
          opacity: 0;
          -moz-opacity: 0;
          filter: alpha(opacity=0); }
        #header div ul li a span {
          top: 70px;
          z-index: 20;
          left: 0px;
          width: 100%;
          position: absolute;
          display: block;
          font-weight: bold; }

#header > div, #content > div.layer > div, #footer > div, #contact > div {
  width: 980px;
  margin: 0px auto 0px auto; }

#content > div.layer {
  min-height: 1050px;}

/* **************** */
/* Content Elements */
/* **************** */
#content {
  clear: both;
  display: block;
  background: url("http://threefoldstudio.com/images//background1.jpg") no-repeat top center; }
  #content img.adjusted {
    margin-top: 50px; }
  #content h2 {
    font-size: 2.2em;
    color: white;
    font-weight: normal;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify; }

#content.home {
  background: url("/images/background1.jpg") no-repeat top center; }

#content.about {
  background: url("/images/background2.jpg") no-repeat top center; }

#content.services {
  background: url("/images/background3.jpg") no-repeat top center; }

#content.work {
  background: url("/images/background4.jpg") no-repeat top center; }

#content.fun {
  background: url("/images/background5.jpg") no-repeat top center; }

#content.blog {
  background: url("/images/background6.jpg") no-repeat top center; }

#content.process {
  background: url("/images/background7.jpg") no-repeat top center; }

/* **************** */
/* Project Elements */
/* **************** */
ul#projects {
  display: block;
  margin-top: 20px;
  margin-left: 10px; }
  ul#projects > li {
    float: left;
    width: 300px;
    height: 300px;
    margin: 0px 10px 20px; }
  ul#projects > li.base-clear {
    height: 60px;
  }
  ul#projects div.modal {
    cursor: default !important; }
  ul#projects div.card {
    /*@ transition-rule @ */
    width: 300px;
    height: 300px;
    border: solid 2px #111111;
    display: block;
    cursor: pointer;
    background-color: #1A1A1A;
    overflow: visible;
    opacity: 0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);
    box-shadow: 0px 0px 2px #121212;
    -webkit-box-shadow: 0px 0px 2px #121212;
    -moz-box-shadow: 0px 0px 2px #121212; }
    ul#projects div.card div.back {
      display: none; }
    ul#projects div.card div.front {
      padding: 25px;
      display: block; }
      ul#projects div.card div.front h3 {
        font-size: 1.5em;
        padding: 15px 0px 10px 0px; }
      ul#projects div.card div.front p {
        color: white;
        font-weight: bold;
        font-size: 0.9em;
        padding: 0px; }
      ul#projects div.card div.front > div.read-more a {
        text-transform: normal;
        font-size: 13px;
        float: right;
        font-weight: bold; }
      ul#projects div.card div.front > div.insert {
        display: block;
        height: 250px }
      ul#projects div.card div.front > div.read-more {
        display: block;
        width: 250px; 
        text-align: right; 
        margin-top: -5px; }

/* *************** */
/* Footer Elements */
/* *************** */
#footer {
  margin-top: -20px;
  clear: both;
  background: #131313 url("http://threefoldstudio.com/images//footer.png") repeat-x;
  height: 510px; }
  #footer div.col1 {
    width: 260px;
    padding-right: 60px; }
  #footer div.col2 {
    width: 340px;
    float: left; }
  #footer div.col3 {
    width: 280px;
    float: right; }
  #footer h3 {
    font-size: 1.618em;
    padding-top: -10px;
    padding-bottom: 5px; }
  #footer ul.col1 {
    float: left; }
  #footer ul.col2 {
    float: right; }

#social-links-bottom {
  margin-top: -49px;
  margin-bottom: 85px;
  position: relative; }
  #social-links-bottom ul {
    position: absolute; }
  #social-links-bottom ul li {
    float: left; }
    #social-links-bottom ul li span.top {
      /*@ transition-rule @ */
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition-property: background-color, color, padding-top; }
    #social-links-bottom ul li:hover {
      margin-top: 0px !important;
      margin-bottom: 5px; }
    #social-links-bottom ul li:hover > span.top {
      height: 20px; }
    #social-links-bottom ul li:hover > span.bottom {
      height: 0px !important; }

#notes {
  text-align: center;
  margin-bottom: 40px; }

div.browsers {
  color: #a3a3a3;
  text-align: center;
  margin: -60px 90px 0px;
  padding-top: -30px; }
  div.browsers p {
    padding-top: 60px;
    height: 60px;
    margin-bottom: 0px;
    background: url("http://threefoldstudio.com/images//noie6.png") center top no-repeat; }

div.twitter {
  background: url("http://threefoldstudio.com/images//twitterbird.png") top center no-repeat;
  padding-top: 20px;
  margin-top: 25px;
  margin-left: 20px; }

#twitter_update_list {
  padding: 40px 5px 0px;
  list-style: none; }
  #twitter_update_list li {
    border: solid 1px #00aeff;
    padding: 10px;
    background-color: #292929; }
	
#blurb {
	display: block;
	width: 0px;
	height: 0px;
	position: relative;
	top: 16px;
	left: 170px;
	z-index: 333;
}

div.copyright {
    padding-top: 65px;
}

/** Downloads Styles **/
p.download_body {
    display: none;
}
div.back div.left_column > ul > li {
    display: block;
    float: none;
}
div.back > ul.images h5 {
    font-size: 1.2em;
    margin: 20px;
} 
ul.download-group {
    margin: 30px;
    display: block;
}
ul.download-group li a img {
    position: relative;
    top: 10px;
    margin-right: 10px;
}
ul.download-group li p {
    display: block;
    margin: 10px 50px 30px 70px;
}
a.download-icon {
    display: block;
    float: left;
}
a.download-name {
    position: relative;
    top: 10px;
}
div.expanded {
    width: auto !important;
    float: none !important;
}
ul.expanded {
    margin-left: 15px !important;
    margin-top: 24px !important;
    margin-right: 0px !important;
}
div.expanded p.card_body {
    overflow-x: visible !important;
    overflow-y: visible !important;
}


div.work ul#projects div.card, div.work ul#projects div.card div.front img, div.fun ul#projects div.card, div.fun ul#projects div.card div.front img {
    display: block;
}
div.work ul#projects > li, div.work ul#projects div.card, div.fun ul#projects > li, div.fun ul#projects div.card {
  height: 200px;
}
div.work ul#projects div.card div.front, div.fun ul#projects div.card div.front {
    padding: 0px;
}


/* *************** */
/* Blog Elements */
/* *************** */

div#blog_container {
	padding: 60px 0 30px;
}
ul#nav_categories {
-webkit-box-shadow: black 0px 0px 6px;
background: rgba(17, 17, 17, 0.949219);
margin: 0px 0px 25px;
padding: 5px 0px;
width: 100%;
        float: right;
	clear: both;
}
ul#nav_categories li {
	font-size: 14px;
	font-weight: bold;
padding: 0px 1em;
	float: right;
}
ul#nav_categories li a {
	color: #00aeff;
}
ul#nav_categories li a:hover {
	color: #30aeff !important;
}
div#left_column {
	width: 645px;
	float: left;
}
div.post_summary_card {
  /*@ transition-rule @ */
  width: 591px;
  padding: 25px;
  border: solid 2px rgba(17, 17, 17, 0.75);
  display: block;
  background: #111111;
  background: rgba(17, 17, 17, 0.95);
  box-shadow: 0px 0px 6px black;
  -webkit-box-shadow: 0px 0px 6px black;
  -moz-box-shadow: 0px 0px 6px black;
  margin: 0 0 25px 0;
}
div.post { min-height: 260px; }
div.post_summary_card label {
    width: 150px;
}
div.post_card h3 { font-size: 1.618em; }
div.share_articles {
  height: 40px;
}
div.post_card pre.code { background: #323232; }
div.comments_box {
  height: auto !important;
}
div.share_articles h3, div.comments_box h3 {
  font-size: 1.5em;
  padding-bottom: 5px;
}
div.comments_box h3 {
  padding-bottom: 15px;
}
div.share_articles h4 {
  font-size: 1.1em;
}
div.share_articles h4 a {
  background: url('http://threefoldstudio.com/images//arrow-down.png') center right no-repeat;
  padding-right: 18px;
}
div.share_articles div.social-links-bottom {
  float: right;
  margin-top: -80px;
  position: relative;
}
div.post_card {
  /*@ transition-rule @ */
  width: 591px;
  height: auto;
  padding: 25px;
  border: solid 2px rgba(17, 17, 17, 0.75);
  display: block;
  background: #111111;
  background: rgba(17, 17, 17, 0.95);
  box-shadow: 0px 0px 6px black;
  -webkit-box-shadow: 0px 0px 6px black;
  -moz-box-shadow: 0px 0px 6px black;
  margin: 0 0 25px 0;
}
div.story_image_group {
	width: 280px;
	height: auto;
	margin: 0 20px 0 0;
	float: left;
}
div.story_image_group ul {
	margin-left: 0;
	padding-left: 0;
}
.story_image {
	width: 280px;
	height: 210px;
	margin: 0 25px 0 0;
}
div.sm_summary_tabs {
	width: 100%;
	height: 35px;
	clear: both;
}
div.sm_summary_tabs ul{
	width: 200px;
	height: 35px;
	margin: -10px 0 0 0;
	float: right;
}
div.sm_summary_tabs ul li {
	width: 26px;
	height: 31px;
	margin: 0px 7px 0 0;
}
div.sm_summary_tabs p {
	margin-top: .2em;
	font-size: 14px;
	font-weight: bold;
	float: left;
	}
div.comment_counters1 {
	width: 100%
	height: 35px;
	clear: both;
	margin-top: -30px;
}
div.comment_counters1 p, .comment_count {
	margin-top: -7px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
.comment_count {
	margin-top: -3px;
}
div.comment_counters1 ul {
	margin-top: -5px;
	width: 200px;
	height: 20px;
	float: right;
}
div.comment_counters1 ul li {
	margin-right: 1px; /*IE doesn't render 1px properly*/
}
h3.post_title {
	font-size: 1.5em;
	margin-bottom: .3em;
}
p.post_date {
	margin: 0px;
	font-weight: bold;
}
p.post_author {
	font-weight: bold;
}
p.readmore {
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: -65px 0 44px 20px;
}
.post_body img {
	max-width: 585px;
	max-height: 439px;
	margin: 0 0 25px 0;
}
.post_body object {
	max-width: 585px;
	max-height: 357px;
	margin: 0 0 25px 0;
}
div#right_column {
	width: 310px;
	float: right;
}
div#right_column:after {
        clear: both;
}
div.sidebar_content {
	width: 256px;
	height: auto;
	padding: 25px;
    border: solid 2px rgba(17, 17, 17, 0.75);
    display: block;
    background: #111111;
    background: rgba(17, 17, 17, 0.95);
    box-shadow: 0px 0px 6px black;
    -webkit-box-shadow: 0px 0px 6px black;
    -moz-box-shadow: 0px 0px 6px black;
	margin: 0 0 25px 0;
}
div.sidebar_content h3 {
	font-size: 1.5em;
	margin-bottom: .8em;	
}
div.sidebar_content a {
    display: block;
}
#signup_button {
	display: block;
	margin: 0 auto;
}
div#most_commented div {
	width: 100%
	clear: both;
}
.comment_count2 {
	font-size: 14px;
	font-weight: bold;
	float: left;
	clear: left;
}
div#most_commented h4 {
	font-size: 14px;
	display: block;
    line-height: 1.618;
	width: 220px;
	float: right;
}
div#most_commented h4.adjusted {
    float: none !important;
    padding-top: 5px !important;
}
div#most_commented ul {
	width: 100%;
	clear: both;
	margin: 0 0 15px;
}
div#most_commented ul li {
	margin: 0 1px -6px 0;
        display: inline;
        float: none;
        padding: 0px;
}
table.calendarBG {
	width: 100%;
}
div#like_box {
	width: 310px;
	padding: 0;
	background: #fff;
}
div#post_comment {
  height: auto;
}

.post_card > ul {
  list-style: circle !important;
  padding-left: 20px;
}
.post_card > ul li {
  padding: .5em 0 .5em 1em;
  display: list-item;
  float: none;
}
