@font-face {
    font-family: 'VAG-Light'; 
    src: url('https://dl.dropboxusercontent.com/u/6511301/VAG-Light.otf'); 
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; 
  margin: 10px 0;
  }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 15px 0 15px 30px;}
li {
  margin-bottom: 10px;
  color: #394860;
}
*{
    margin: 0 auto;
    padding: 0;
}
html, body{
	background: #fff;
	font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing:antialiased;
	text-align: left;
	color: #272E3B;
}
div#wrapper{
    max-width: 850px;
}
a{
	color: #00d669;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: VAG-Light, 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}



p{
	margin-top: 0; 
	line-height: 1.5;
	font-size: 20px;
	color: #394860;
}

p img{
	width: 100%;
	margin: 10px 0 20px 0;
}
section#header{
	height: 135px;
}
section#header div.logo{
    width: 253px;
    height: 59px;
    float: left;
    margin-top: 35px;
}
section#header div.logo a{
    width: 253px;
    height: 59px;
	display: block;
	text-decoration: none;
}
section#content{
	width: 100%;
	float: left;
}
nav.header_nav{
	margin-right: 1px;
	margin-top: 53px;
	float: right;
}

nav.header_nav ul{
	margin: 0;
}
nav.header_nav ul li{
	-webkit-mask-box-image: url(http://static.tumblr.com/apwthyp/NsAm8p4y2/button_mask.png);
	-o-mask-image: url(http://static.tumblr.com/apwthyp/NsAm8p4y2/button_mask.png);
	-moz-mask-image: url(http://static.tumblr.com/apwthyp/NsAm8p4y2/button_mask.png);
	mask-image: url(http://static.tumblr.com/apwthyp/NsAm8p4y2/button_mask.png);
	list-style: none;
	width: 90px;
	height: 40px;
	margin-right: 5px;
	background: #eee;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	float: left;
	font-family: VAG-Light, 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
nav.header_nav ul li a{
	width: 90px;
	height: 27px;
	padding-top: 13px;
	display: block;
	color: #000;
	text-decoration: none;
}
nav.header_nav ul li:last-child:after {
    margin-right: 0;
}
nav.header_nav ul li:hover{
	background: #000 !important;
}
nav.header_nav ul li a:hover{
	color: #fff;
}
nav.header_nav ul li.app{
	background: #ff0066;
}
nav.header_nav ul li.app a, nav.header_nav ul li.blog a, nav.header_nav ul li.jobs a, nav.header_nav ul li.press a, nav.header_nav ul li.imprint a{
	color: #fff;
}
nav.header_nav ul li.blog{
	background: #01cb65;
}
nav.header_nav ul li.jobs, nav.header_nav ul li.press, nav.header_nav ul li.imprint{
	background: #00d669;
}
nav.navigation ul li{
	list-style: none;
	width: 227px;
	height: 60px;
	margin-right: 4px;
	background: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 20px;
    font-weight: 300;
	color: rgb(255, 255, 255);
	text-align: center;
	float: left;
}
nav.navigation ul li:last-child:after {
    margin-right: 0;
}
nav.navigation ul li:hover{
    background: #00d669;
}
nav.navigation ul li a{
    width: 227px;
	height: 42px;
	padding-top: 19px;
	display: block;
	color: #fff;
	text-decoration: none;
}
article header ul.tags{
	margin: 0;
	float: left;
}
article header ul.tags li {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    list-style-type:none;
    display: block;
     float: left;
}
article header ul.tags li:after { 
    content: '\002C\00a0';
}  
article header ul.tags li:first-child:after {
    content: '\00a0'; 
}
article header ul.tags li:last-child:after {
    content: ' '; 
}
article header ul.tags li a{
    color: #000;
}
article header ul.tags li a:hover{
    color: #00d669;
}
p.date, article footer div.sharing{
	margin: 0;
	float: right;
}
p.date{
	font-size: 15px;
    font-weight: 300;
}
article header, section#sidebar header{
	height: 26px;
    font-size: 16px;
    font-weight: normal;
	border-bottom: 1px solid #999;
}
article{
	clear: both;
	margin-top: 120px;
	
}

.s1 strong{
	padding-bottom: 10px;
	display: inline-block;
}

article:first-child{
	margin-top: 60px;
}
article h1{	
    font-size: 40px;
    font-weight: 300;
	margin: 0;

	clear: both;
}
article h1 a{
    color: #272E3B;
}
article h1 a:hover{
    color: #00d669;
}
article p{
	margin-top: 15px;
}
article footer{
	margin-top: 30px;
}
article footer div{
	margin: 0;
}
div.read_more{
	background: #00d669;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 25px;
	display: inline;
	color: #fff;
	text-align: center;
}
div.read_more a{
	color: #fff;
	text-decoration: none;
}

.date-posted{
	float: right;
}

div.navigation{
    clear: both;
    margin-top: 120px;
}



p.previous, p.next{   
	background: #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 25px;
	display: inline;
	color: #fff;
	text-align: center;	
}

p.previous{
	float: left;
}

p.next{
    float: right;
}
.facebook{
    margin-left: 31px;
    margin-right: 25px;
}
section#sidebar{
    width: 186px;
	float: left;
	margin-left: 34px;
    margin-top: 55px;
}
div.sidebar_element{
	margin-bottom: 55px;
}
section#sidebar p{
	margin-top: 15px;
	font-size: 15px;
}
section#sidebar p.flickr li{
	list-style: none;
	float: left;
}
section#sidebar p.flickr li img{
	width: 90px;
	height: 90px;
	margin-right: 3px;
	margin-top: -3px;
}
p.view_more{
    height: 40px;
	background: #00d669;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-align: center;
}
p.apply_now{
    height: 40px;
	background: #00d669;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-align: center;
}
div.read_more:hover, p.view_more:hover, p.apply_now:hover, p.next:hover, p.previous:hover{
    background: #000;    
}

p.view_more a, p.apply_now a, p.next a, p.previous a{
	color: #fff;
	font-size: 16px;
	display: block;
}

footer#bottom{
	clear: both;
    padding: 10px;
    font-size: 13px;
    color: #999;
    border-top: 1px solid #ccc;
}
ol.notes {
    padding: 0px;
    margin: 100px 0px;
    list-style-type: none;
    border-bottom: solid 1px #ccc;
}
ol.notes li.note {
    border-top: solid 1px #ccc;
    padding: 10px;
}
ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
ol.notes li.note span.action {
    font-weight: 300;
}
ol.notes li.note span.action a{
    font-weight: normal;
}
ol.notes li.note .answer_content {
    font-weight: normal;
}
ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;
}
ol.notes li.note blockquote a {
    text-decoration: none;
}

.footer{
	text-align: center;
	padding: 10px 0;
}

.footer a{
	margin: 5px;
	
}

a.imprint{
	float: right;
	text-align: right;
	margin: 0;
	margin-top: -1px;
	font-size: 16px;
	color: #848484;
}


.separator{
	border-top: 1px solid #E2E4E7;
	width: 100%;
	height: 1px;
	float: left;
	padding-bottom: 10px;
}










