/*=General */
/* @import url("fonts/stylesheet.css"); */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono);

body {
  background: #000000;
  text-align: center;
}

html, body { height: 100%; }
#wrap      { min-height: 100%; }
#page { overflow: auto; padding-bottom: 100px; }

.clearing { clear: both; padding-bottom: 15px; }


/*=Layout */
#wrap  { width: 100%; text-align:center; }
#page,
#footer  { width: 960px; }
#content { width: 640px; }
#sidebar { width: 280px; }
#projectdetails dt,
#ContactForm dl dt,
.jot-form dl dt { width: 130px; }
#projectdetails dd,
#ContactForm dl dd,
.jot-form dl dd { width: 450px; }


/*=Typography */
html, body, textarea, input {
  font-family: "Droid Sans", sans-serif;
}

html, body {
  /* font-size: 16px; */
  font-size: 15px;
  line-height: 1.5em;
}


h1, h2, h3 {
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 18px;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; margin-top: 1.5em; }
h3 { font-size: 18px; }
small { font-size: 0.7em; }

#sidebar,
#breadcrumbs,
#pagination,
.searchPaging,
.searchBreadcrumbs { font-size: 0.9em; }

#sidebar h3 { font-size: 16px; line-height: 1.2em; }

strong { font-weight: bold; }
em { font-style: italic; }

#content pre {
  font-family: "Droid Sans Mono", fixed;
}

.jot-content
{
    font-size: 0.9em;
    /*text-align: left;*/
}

#content blockquote
{
    margin:1.5em;
    border-left:1px solid #6699cc;
    padding:0px 10px;
    text-align: left;
}

#content blockquote p
{
    text-align: left;
}

/*=Colors */
body               { color: #f8f8f8; }
h1, h2, h3,
.ajaxSearch_highlight,
#projectdetails dt,
#pagination p      { color: #6699cc; }
#ContactForm    dt,
.jot-form dt       { color: #6699cc; }
a                  { color: #ffcc00; text-decoration: none; }
a:hover            { text-decoration: underline; }
#pagination .ditto_off,
#breadcrumbs,
dd.searchBreadcrumbs       { color: #565456; }

a.external {
    padding-left: 16px;
    background: url(/assets/images/external_link_icon.png) no-repeat left center;
}

/*=Page */
#page {
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
  text-align: left;
}


/*=Header */

#header {
  background: black url(../images/header-background.png) no-repeat top center;
  color: #eeeeee;
  height: 100px;
}

#header .logo-left, #header .logo-right {
  border: none;
  position: relative;
}

#header .logo-left {
  float: left;
  top: 35px;
}

#header .logo-right {
  float: right;
  top: 21px;
}


/*=Navigation */

#main-navigation {
  height: 35px;
  text-align: center;
  width: 100%;
  background: black url(../images/header-background.png) no-repeat center -99px;
}


#main-navigation ul li {
  display:inline;
}

#main-navigation ul li a {
  display: inline;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 32px;
  line-height: 32px;
  margin: 0 20px 0 5px;
  text-decoration: none;
  text-transform: uppercase;
/*  width: 100px;*/
  border-radius: 0 0 5px 5px;
  /*border: 1px solid transparent;*/
  padding: 1px 16px;
}

#main-navigation ul li a:hover {
  background: #ffcc00;
  color: #000000;
  border: 1px solid #ffcc00;
  border-top-color: #c8950d;
  padding:0 15px;
}

/*=Sitesearch */

#sitesearch {
  float: right;
  line-height: 32px;
  position: relative;
}

#sitesearch input {
  background-color: #21201c;
  border: solid #565456 1px;
  color: #cccccc;
  padding: 2px;
}

input#ajaxSearch_submit {
  background: transparent url(../images/search-button.png) no-repeat scroll center center;
  border: none;
  color: #000000;
  padding: 2px 8px;
}

input#ajaxSearch_submit:hover {
  background: transparent url(../images/search-button-hover.png) no-repeat scroll center center;
}

/*=Teaser */

#teaser,
#slidingTeaser {
    background-attachment: scroll;
    background-position: top center;
  /*background: transparent url(../images/teaser.jpg) no-repeat scroll top center;*/
  height: 200px;

    margin: 0;
  overflow:hidden;
  position: relative;
}

#teaser a,
#slidingTeaser a {
  display: block;
  height: 100%;
  width: 100%;
}

#teaser em,
#slidingTeaser em {
  background: transparent url(../images/overlay-background.png);
  color: #ffcc00;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  line-height: 1.2em;
  padding:5px 2px;
  position: absolute;
  text-align: center;
  top: 200px;
  width: 100%;
  left: 0;
}

/*=Breadcrumbs */

#breadcrumbs {
    line-height: 1.2em;
    height: 1.2em;
    padding: 10px 0 0 0;
    float: left;
    position: relative;
}

#breadcrumbs a,
a.invert {
    padding: 0 3px;
}

#breadcrumbs a:hover,
a.invert:hover {
    text-decoration: none;
    background-color: #ffcc00;
    color: #000000;
}

/*=Content */

#content {
  float: left;
  position: relative;
  padding-bottom:30px;
  position: relative;
  top: 15px;
}


#content p {
  padding-bottom: 1.2em;
}

#content pre {
  background-color: #21201c;
  border: 1px solid #565456;
  padding: 2px 5px;
  margin: 1em 0;
}

#content .tweet-button {
  float:right;
}

#content .like-button {
  float:right;
}

#content .googleplusbutton {
  float:right;
}

.alignright {
    float: right;
    margin: 1em 0 1em 2em;
}

.alignleft {
    float: left;
    margin: 1em 2em 1em 0;
}

.aligncenter {
    display: block;
    margin: 1em auto 1.5em;
}

/*=Portfolio Projects list*/

#sidebar .portfolio li,
#portfolio li {
  background: #21201c url(../images/box-background.jpg) no-repeat scroll center center;
  float: left;
  height: 100px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 190px;
}

#sidebar .portfolio {
    padding: 3px 0 1.5em 0;
}

#sidebar .portfolio li {
    border: none !important;
    padding:0 !important;
    width: 280px;
    float: none;
}

#sidebar .portfolio li a,
#portfolio li a {
  background-position: center 0;
  display: block;
  height: 100%;
  width: 100%;
}

.projectthumb em,
#sidebar .portfolio li em,
#portfolio li em {
  background: transparent url(../images/overlay-background.png);
  color: #ffcc00;
  font-family: inherit;
  font-size: 0.8em;
  font-style: normal;
  line-height: 1.2em;
  padding:5px 2px;
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
}


/*=Projectdetails */
.projectthumb {
  float: right;
  width: 280px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.projectthumb a {
  background: #21201c url(../images/box-background.jpg) no-repeat scroll center center;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}

.projectthumb em {
  top: 200px;
}

#projectdetails dt,
#ContactForm dl dt,
.jot-form dl dt
{
  clear: left;
  float: left;
  text-align: right;
  padding-bottom: 0.5em;
}

#projectdetails dd,
#ContactForm dl dd,
.jot-form dl dd
{
  float: left;
  left: 20px;
  position: relative;
  padding-bottom: 0.5em;
}

/*=ContactForm */

#ContactForm dl dd,
#ContactForm dl dt { padding-bottom: 1em; }
#ContactForm dl dd { text-align: center; }

#ContactForm dl dd input,
#ContactForm dl dd textarea
{
  font-size:0.8em;
  background-color: #21201c;
  border: solid #565456 1px;
  color: #cccccc;
  padding: 2px;
  width: 100%;
}

#ContactForm .button  {
  background: transparent url(../images/search-button.png) no-repeat scroll center center;
  border: none;
  color: #000000;
  padding: 2px 8px;
  width: auto;
}

#ContactForm .button:hover {
  background: transparent url(../images/search-button-hover.png) no-repeat scroll center center;
}

#ContactForm .freifeld { display: none; visibility: hidden; }

/*=Imprint */

#imprint span { color: #808080; }


/*=Sidebar */

#sidebar {
  float: right;
  position: relative;
  top: 15px;
  margin-bottom:2em;
}

#sidebar h3 {
  border-bottom: solid #6699cc 1px;
  clear: both;
  padding-bottom: 2px;
}

#sidebar ul, #sidebar dl { padding-bottom: 1.5em; }
#sidebar ul li, #sidebar dl dd { border-bottom: solid #555555 1px; padding: 2px 0; }
#sidebar ul li:last-child { border-bottom: none; }

#sidebar ul.archive li { float: left; width: 20%}
#sidebar ul.archive li:last-child { border-bottom: solid #555555 1px;}

#sidebar dl { line-height: 1.2em; }
#sidebar dl dt { padding-top: 5px; }
#sidebar dl dd { padding-bottom: 5px; }
#sidebar dl dd:last-child { border-bottom: none; }

#sidebar p {
  line-height: 1.25em;
  padding: 2px 0 1em 0;
}


#sidebar .cc-badge {
  padding: 4px 0 4px 4px;
  float: right;
}

/*=Pagination */

#pagination,
.searchPaging {
    clear:both;
    text-align: center;
    position: relative;
    top: 1.5em;
}

#pagination p span {
    padding: 0 10px;
}

#pagination span,
#pagination a,
.searchPaging a {
    padding: 0 3px;
}

#pagination a:hover,
.searchPaging a:hover {
    text-decoration: none;
    background-color: #ffcc00;
    color: #000000;
}


/*=SearchResults*/

dl.searchResult {
    padding: 1.5em 0 1em 0;
}

/*=followMe*/

#followme li {
  float:left;
  line-height: 30px;
  /*height: 50px;*/
  width: 140px;
}

#followme a {
  padding-left: 30px;
  display: block;
}

#followme a.twitter,
#followme a.delicious,
#followme a.facebook,
#followme a.googleplus,
#followme a.misterwong,
#followme a.feed {
  background-repeat: no-repeat;
  background-position: 0 4px;
}

#followme a.twitter {
  background-image: url(../images/twitter-icon.png);
}

#followme a.delicious {
  background-image: url(../images/delicious-icon.png);
}

#followme a.facebook {
  background-image: url(../images/facebook-icon.png);
}

#followme a.googleplus {
  background-image: url(../images/googleplus-icon.png);
}

#followme a.misterwong {
  background-image: url(../images/mister-wong-icon.png);
}

#followme a.feed {
  background-image: url(../images/feed-icon.png);
}


/*=Blog*/

.blog-list-entry {
    margin: 2em 0 0.5em 0;
    /*border-bottom:1px solid #555555;*/
    padding-bottom: 1.5em;
}

.blog-preview {
    float: left;
    margin: 10px 10px 0px 0;
    padding-right: 5px;
}

.blog-date-small {
    color: #6699cc;
    font-size: 0.7em;
}

.blog-date {
  text-align: right;
  float: left;
  padding-right: 5px;
  border-right: 1px solid #565456;
  margin: 0 10px 10px 0;
  color: #6699cc;
  line-height: 1.1em;
}

.date-day {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
}

.date-month {
  display: block;
  font-size: 0.9em;
  font-weight:bold;
}

.date-year {
  display: block;
  font-size: 0.8em;
}

.blog-entry {
  /*padding: 0 0 0 50px;*/
  padding: 0;
}

.blog-tags {
    font-size: 13px;
    margin-top: 1em;    
}

.blog-tags a {
    font-weight: bold;
}


/*=Footer */

#footer {
  background: #000000 url(../images/footer-background.png) no-repeat top;
  clear: both;
  color: #808080;
  font-size: 0.8em;
  height: 100px;
  margin: -100px auto 0 auto;
  position: relative;
  text-align: center;
}

#footer .navigation, #footer .logo, #footer .copyright { padding-top: 7px; }

#footer .navigation ul { text-align: center; width: 100%; }
#footer .navigation li { display: inline; }

#footer .navigation ul li a {
  color: #808080;
  margin: 0 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#footer .navigation ul li a:hover { color: #ffcc00; text-decoration: underline; }

#footer .copyright a,
#footer .copyright a:hover {
  color: #808080;
}


#footer .logo { clear: both; }

/* CLEAR FIX*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*=Rounded Border */
#sitesearch input,
#teaser,
#teaser .overlay,
#slidingTeaser,
#sidebar .portfolio li,
#sidebar .portfolio li a,
#portfolio li,
#portfolio li a,
.projectthumb,
.projectthumb a,
#content pre,
#ContactForm dl dd input,
#ContactForm dl dd textarea,
.blog-preview img
{
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#teaser .overlay span {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#breadcrumbs a:hover,
a.invert:hover,
#pagination a:hover,
.searchPaging a:hover
{
    border-radius: 3px;
}

#main-navigation ul li a:hover {
  border-radius: 0 0 5px 5px;
  -moz-box-shadow:0px 0px 15px #986601;
  -webkit-box-shadow: 0px 0px 15px #986601;
  
  background: -moz-linear-gradient(top,  #c8950d 0%, #fecb1b 21%, #fed438 55%, #fee976 93%, #fef2b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8950d), color-stop(21%,#fecb1b), color-stop(55%,#fed438), color-stop(93%,#fee976), color-stop(100%,#fef2b2));
  background: -webkit-linear-gradient(top,  #c8950d 0%,#fecb1b 21%,#fed438 55%,#fee976 93%,#fef2b2 100%);
  background: -o-linear-gradient(top,  #c8950d 0%,#fecb1b 21%,#fed438 55%,#fee976 93%,#fef2b2 100%);
  background: -ms-linear-gradient(top,  #c8950d 0%,#fecb1b 21%,#fed438 55%,#fee976 93%,#fef2b2 100%);
  background: linear-gradient(top,  #c8950d 0%,#fecb1b 21%,#fed438 55%,#fee976 93%,#fef2b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8950d', endColorstr='#fef2b2',GradientType=0 );  
}


/* Sliding Teaser */

#slidingTeaser ul,
#slidingTeaser li
{
    margin:0;
    padding:0;
    list-style:none;
}

#slidingTeaser li {
    height:200px;
    width: 960px;
    overflow: hidden;
    float:left;
    border-radius: 5px;
}

#sliderControls {
    position: relative;
    /*margin:0 20px;*/
    display:none;
}

#slidingTeaserPrevBtn,
#slidingTeaserNextBtn
{
    margin:0;
    padding:0;
    overflow:hidden;
    text-indent:-8000px;
    display: block;
    width: 40px;
    height: 47px;
    position: absolute;
    left: 0;
    top: -120px;
    z-index: 1000;
}

#slidingTeaserNextBtn {
    left:920px;
}

#slidingTeaserPrevBtn a,
#slidingTeaserNextBtn a
{
    display: block;
    width: 40px;
    height: 45px;
    position: relative;
}

#slidingTeaserPrevBtn a
{
    background:url(../images/slider-arrows.png) no-repeat -42px -1px;
}

#slidingTeaserPrevBtn a:hover
{
    background:url(../images/slider-arrows.png) no-repeat -42px -47px;
}

#slidingTeaserNextBtn a
{
    background:url(../images/slider-arrows.png) no-repeat -1px -1px;
}

#slidingTeaserNextBtn a:hover
{
    background:url(../images/slider-arrows.png) no-repeat -1px -47px;
}

/*
 * EYE CANDY
 */

.bullet {
    width: 4em;
    line-height: 4em;
    text-align: center;
    border-radius: 8px;
    float: left;
    margin: 0 1em 0.5em 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;

    text-shadow: 0.1em 0.1em 0.2em #036;
    background: #6699cc;
    background: -moz-linear-gradient(top, #6699cc 0%, #336699 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699cc), color-stop(100%,#336699));
    background: -webkit-linear-gradient(top, #6699cc 0%,#336699 100%);
    background: -o-linear-gradient(top, #6699cc 0%,#336699 100%);
    background: -ms-linear-gradient(top, #6699cc 0%,#336699 100%);
    background: linear-gradient(top, #6699cc 0%,#336699 100%);
}


