html {
	overflow: auto;
}
body {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	left: 0;
	top: 0;
	bottom: 0;
	background: #eee url(img/background.png);
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 16px;
	font-family: "liberation-serif-1", "liberation-serif-2";
}
.clearfix {
	clear: both;
	display: block;
}
a {
	color: #87AACE;
	outline: none;
}
#job_banner {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	display: none;
}
#job_banner a img {
	border: none;
	
}
/*______________ WEBKIT SCROLBAR STYLES ___________*/

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 30px;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: #CDCDCD; 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6x;
    background: #999; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #AAA;
}

/*____________________ SLIDER _____________________*/
#slider {
	width: 100%;
	height: 100%;
	display: block;
}
#slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 400px;
	height: 540px;
	list-style: none;
}
#slider ul li {
	display: block;
	clear: both;
	margin-right: 50px;	
}
#slider ul li:last-child {
	padding-bottom: 50px;
}
#slider ul li img {
	max-width: 690px;
	margin: 0;
	padding: 7px;
	background: #FFF;
	border: 1px solid #CCC;
	-moz-box-shadow: #ccc 0 0 5px;
	box-shadow: #ccc 0 0 5px;
	-webkit-box-shadow: #ccc 0 0 5px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=135, Strength=3);
	
}
#slider ul li.vimeo object {
	width: 600px;
	height: 409px;
	display: block;
	padding: 7px;
	background: #fff;
	border: 1px solid #CCC;
	-moz-box-shadow: #ccc 0 0 5px;
	box-shadow: #ccc 0 0 5px;
	-webkit-box-shadow: #ccc 0 0 5px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=135, Strength=3);
	
}
#slider ul li.nobg img {
	background: #EEE url(img/background.png);
	border: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#FFFFFF', Direction=0, Strength=0);
}
#slider ul li.info {
	width: 690px;
	height: auto;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
#slider ul li .postnr {
	position: relative;
	top: 30px;
	margin-left: -70px;
	width: 50px;
	text-align: right;
	height: 30px;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #ccc;
	text-transform: uppercase;
}
/*____________________ CONTENT _____________________*/
#content {
	position: relative;
	margin-left: 400px;
	margin-right: 100px;
}
#content h1 {
	margin: 0;
	font-size: 32px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	color: #666;
	font-family: "kaffeesatz-1","kaffeesatz-2";
	letter-spacing: 5px;
	text-transform: uppercase;
	text-shadow: #FFF 0 1px 0px;
	-moz-text-shadow: #FFF 0 1px 0px;
	-webkit-text-shadow: #FFF 0 1px 0px;
}
#content h3 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
	color: #666;
	text-transform: uppercase;
	text-shadow: #FFF 0 1px 0px;
	-moz-text-shadow: #FFF 0 1px 0px;
	-webkit-text-shadow: #FFF 0 1px 0px;
}
#content p {
	color: #666;
	font-size: 14px;
}
#content a {
	color: #87AACE;
}
#content small {
	color: #999;
	font-size: 10px;
}
#content .text {
	max-width: 600px;
	font-size: 14px;
	color: #666;
}
/*____________________ COLUMNS _____________________*/
#content .col {
	float: left;
	color: #666;
	width: 200px;
	margin-right: 30px;
	font-size: 14px;
	margin-top: 30px;
}
#content .col ul.links {
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
#content .col ul.links li {
	width: 190px;
	float: left;
}
#content .col ul.social {
	list-style: none;
	padding: 0;
	margin: 0;
}
#content .col ul.social li {
	float: left;
}
#content .col ul.social li img {
	border: 0;
	margin-right: 10px;
}
/*____________________ CONTACT FORM _____________________*/
#contactform form {
	margin: 0;
	padding: 0;
}
#contactform input,
#contactform textarea {
	display: block;
	background-color: #FFF;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0 5px 0;
	-moz-box-shadow: inset #CCC 0px 1px 1px;
	-webkit-box-shadow: inset #CCC 0px 1px 1px;  
	padding: 3px;
	font-size: 14px;
	color: #333;
	font-weight: 100;
}
#contactform .submit {
	background-color: #CCC;
	border: 1px solid #999;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	color: #333;
	-moz-box-shadow: inset #fff 0px 1px 1px;
	-webkit-box-shadow: inset #fff 0px 1px 1px;
}
#content .new ul {
	margin: 0;
	padding: 0;
}
#content .new ul li {
	list-style: none;
	float: left;
	width: 120px;
	height: 120px;
	display: block;
	border: 1px solid #999;
	background: #fff;
	margin-right: 10px;
	margin-top: 10px;
	background-position: center center;
	-moz-box-shadow: #CCC 0px 0px 3px;
	-webkit-box-shadow: #CCC 0px 0px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .new ul li a {
	width: 120px;
	height: 120px;
	display: block;
	background-color: rgba(255,255,255,0.1);
	text-decoration: none;
}
#content .new ul li a:hover {
	background-color: none;
}
#content .new ul li span {
	position: relative;
	top: 80px;
	background-color: #FFF;
	color: #000;
	width: 110px;
	height: 30px;
	padding: 5px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	z-index: 10;
	
}
/*____________________ MENU _____________________*/
#menu {
	background: #333; 
	position: fixed;
	left: 50px;
	z-index: 10;
	display: block;
	width: 200px;
	padding: 25px;
	height: 100%;
}
#menu img.logo {
	margin-top: -35px;
	margin-left: -25px;
	border: 0;
}
#menu a img.logo {
	border: none;
	margin-bottom: 10px;
}
#menu .menuheader {
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	font-style: normal;
	color: #ccc;
	font-family: "kaffeesatz-1","kaffeesatz-2";
	letter-spacing: 5px;
	text-transform: uppercase;
	width: 200px;
	display: block;
	text-align: center;
}
#menu ul {
	padding: 0;
	margin: 0;
	width: 150px;
	margin-left: 25px;
	list-style: none;
	font-weight: 300;
	color: #ccc;
	text-transform: uppercase;
	text-align: right;
}
#menu ul a {
	color: #ccc;
	text-decoration: none;
	display: block;
	
}
#menu ul li {
	display: block;
	clear: both;
	padding: 3px;
	font-size: 12px;
	margin: 0;
}
#menu ul li span {
	font-size: 10px;
	color: #999;
	display: block;
	font-weight: 100;
	
}

#menu ul.sub {
	font-weight: 300;
	margin-bottom: 3px;
	margin-left: 0px;
	}
#menu ul.sub li {
	margin-bottom: 0px;
	padding: 2px;
	font-size: 10px;
}
#menu ul li:hover,
#menu ul li:active,
#menu ul.sub li.selected {
	background-color: #eee;
	color: #666;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
#menu ul#contact {
	position: absolute;
	text-transform: none;
	text-align: right;
	width: 150px;
	
	
}
#menu ul#contact li {
	margin-bottom: 0;
	font-size: 11px;
	line-height: 1.5em;
	color: #999;
	padding: 0;
	margin-left: 0;
	
}
#menu ul#contact li:hover {
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#menu li.devider,
#menu ul.sub li.devider,
#menu ul#contact li.devider,
#menu li.devider:hover {
	width: 35px;
	border-top: 1px solid #98C0E8;
	margin-top: 8px;
	padding-bottom: 4px;
	height: 1px;
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	float: right;
	
}

/*_____________________ TUMBLR BLOG __________________*/
#blog {
	width: 700px;
	height: 100%;
	display: block;
}

#blog ol.tumblr_posts {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 400px;
	list-style: none;
	margin-bottom: 50px;
	padding-top: 150px;
}

#blog ol.tumblr_posts li.tumblr_post {
	position: relative;
	display: block;
	width: 500px;
	padding: 10px;
	margin-right: 25px;
	margin-bottom: 50px;
	font-size: 14px;
	color: #666;
}
#blog ol.tumblr_posts li.tumblr_post .caption {
	margin-top: 8px;
}
#blog ol.tumblr_posts li.tumblr_post .textbody {
	padding: 10px;
	height: 300px;
	background-color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
}
#blog ol.tumblr_posts li.tumblr_post .textbody h3 {
	margin: 0;
	padding: 0;
}

#blog ol.tumblr_posts li.tumblr_post ul.tags {
	list-style: none;
	padding: 0;
	margin: 0;
}
#blog ol.tumblr_posts li.tumblr_post ul.tags li {
	display: inline;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
	padding: 3px;
	margin-right: 3px;
	background-color: #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#blog ol.tumblr_posts li.tumblr_post .date {
	position: absolute;
	top: 10px;
	left: -65px;
	width: 65px;
	height: 36px;
	color: #999;
}
#blog ol.tumblr_posts li.tumblr_post .date .day {
	font-size: 28px;
	line-height: 28px;
	width: 20px;
	font-weight: 700;
	color: #87AACE;
}
#blog ol.tumblr_posts li.tumblr_post .date .month,
#blog ol.tumblr_posts li.tumblr_post .date .year {
	font-size: 11px;
	width: 30px;
	display: block;
	text-align: center;
	float: right;
	font-weight: 700;
	text-transform: uppercase;
}
#blog ol.tumblr_posts li.tumblr_post .date .year {
	margin-top: -15px;
}
#blog ol.tumblr_posts li.tumblr_post .date .month {
	margin-top: 2px;
}
#blog ol.tumblr_posts li.pagenavi {
	width: 500px;
	height: 150px;
	text-align: center;
}
#blog ol.tumblr_posts li.pagenavi .pageof {
	font-size: 24px;
	font-weight: 700;
	color: #999;
	display: block;
}
#blog ol.tumblr_posts li.pagenavi a {
	padding: 10px;
}
/* FOOTER */
#footer {
	position: fixed;
	bottom: 0px;
	right: 75px;
	font-size: 11px;
	line-height: 25px;
	color: #999;
}

