/*
-------------------------------------------------------------------------------------------
Template: Fork Ltd. Website
Version: 0.1
Author: Tomas Pollak
-------------------------------------------------------------------------------------------
*/

/* shall we?
---------------*/

* { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	background: #fff url(/i/bg-top-cropped.png) top no-repeat;
	color: #333;
}

html,body,div,p,input,select,textarea {
/*	font-family: "ff-enzo-web-1", "ff-enzo-web-2", Helvetica, Tahoma, Arial, sans-serif; */
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}

img 	{ border-width: 0; }
li		{ list-style:none; padding-left: .5em; font-size: 1.7em; }
p		{ line-height: 1.5em; font-size: 1.7em; margin-bottom: 1em; font-weight: 300; }
small	{ margin-bottom: 1em; display:block; }

a { outline: 0; text-decoration: none;}
a:link 		{ color: #a00; }
a:visited 	{ color: #a00; }
a:active 		{ color: #fff; }
a:hover 		{ color: #ed4331; text-decoration: underline; }

/* layout
-----------*/

#box{
	position: relative;
	width: 960px;
	margin: 100px auto 0;
	background: url(/i/fade-vertical.png) 256px 140px no-repeat;
}

#home #box{
	background: none;
}

#content{
	margin-top: 147px;
	margin-bottom: 100px;
	width: 600px;
	float: right;
	text-align: left;
}

/* helpers
--------------------------------------------------------------*/

.hidden{
	display: none;
}
.invisible{
	visibility: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}
.notext{
	text-indent: -9999px;
}
.grey{
	background: #e4eaec;
}
.round{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.column{
	width: 48%;
	margin-left: 2%;
}

.first.column{
	margin-left: 0;
}

/* headings
--------------------------------------------------------------*/

h1,h2,h3{
	letter-spacing: -0.05em;
	font-weight: 600;
}

h1 { font-size: 5em; }
h2 { font-size: 4em;  }
h3 { font-size: 2.2em; }
h4 { font-size: 1.35em; }

/*
h3 strong{
	font-weight: 600;
	color: #a00;
}
*/

h3 em{
	color: #888;
	padding: 0 2px;
}

/* header, menu
--------------------------------------------------------------*/

#header{
	width: 280px;
	margin-top: 69px;
	float: left;
}

#home #menu{
	position: absolute;
	top: 163px;
	right: 0;
	width: auto;
}

#menu li{
	text-align: right;
	margin: 5px 0;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#home #menu li{
	display: inline;
	text-align: left;
}

#menu li a{
	color: #999;
}

#menu li a:hover{
	color: #000;
}

#menu .current a{
	color: #ed4331;
}


/* home
--------------------------------------------------------------*/

#home h2{
	margin-top: 20px;
	text-align: center;
	clear: both;
}

#home h2 strong{
	font-weight: 600;
	background: url(/i/underline.png) bottom no-repeat;
	padding: 0 5px 13px;
}

#home .description{
	margin-top: 30px;
	font-size: 2.5em;
	letter-spacing: -0.05em;
	color: #666;
	line-height: 125%;
}

#home .description strong{
	font-weight: normal;
}


/* projects
--------------------------------------------------------------*/

#projects{
	margin-top: 50px;
	background: url(/i/fade-vertical.png) 256px top no-repeat;
	min-height: 700px;
}

li.project{
	font-size: 1em;
	min-height: 100px;
	padding: 25px 0 15px;
	background: url(/i/line-horizontal.png) top no-repeat;
}

li.first.project{
	background: none;
}

li.project .left{
	width: 260px;
}

li.project .right{
	width: 600px;
}

#projects li p{
	font-size: 1.7em;
	margin-bottom: 10px;
}

#projects li p strong{
	font-weight: 600;
}

#projects li h3{
/*	background: url(i/line.png) top no-repeat;*/
	margin-bottom: 10px;
}

#projects li ul{
	display: none;
}


/* content, pages
--------------------------------------------------------------*/

#content h2{
	font-weight: normal;
	margin-bottom: 20px;
}

.entry{
	padding-top: 21px;
}

.entry h2{
	clear: both;
	margin-top: 30px;
}

#content h3{
	margin-bottom: 15px;
}

#content .column h3{
	margin-bottom: 0;
}


h3#description{
	margin-bottom: 25px;
}

.profiles{
	font-size: 1.3em;
	margin-bottom: 15px;
}

.profiles a{
	color: #ED4331;
}

.entry p strong{
	font-weight: 600;
	color: #333;
}

.entry ul{
	margin-bottom: 20px;
}

.entry ul li{
	list-style: disc inside;
	padding: 3px 0;
}

ul.inline li{
	width: 190px;
	float: left;
	margin-right: 10px;
}

.entry p img, .entry p object{
	max-width: 500px;
	margin: 0 auto 10px;
	position: relative;
	display: block;
}
.entry img[align="right"]{
	margin-left: 10px;
}
.entry img[align="left"]{
	margin-right: 10px;
}

.entry img.border{
	border: 1px solid #ccc;
	padding: 2px;
	background: #eee;
}

.entry hr{
	border:none;
	border-top:1px #CCCCCC solid;
	height: 1px;
	margin: 20px 0 25px;
}

.entry a.more{
	font-size: 1.7em;
}

/* forms
--------------------------------------------------------------*/

fieldset{
	border: none;
	margin-bottom: 20px;
}

form p{
	margin: 0 0 5px;
	position: relative;
}

input[type=text],
input[type=password],
textarea{
	margin: 3px 0 5px;
	font-size: 1.5em;
	padding: .25em .4em;
	color: #444;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: .2em;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	-khtml-border-radius: .2em;
	width: 300px;
}

select{
	font-size: 1.4em;
	margin-top: 6px;
	color: #555;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus{
	color: #222;
/*	background: #fff;*/
	border-color: #666;
}

form p.submit{
	position: relative;
	padding: 6px 0;
	margin: 20px 0 0;
/*	border-top: 1px solid #708189;*/

/*	background: #595959 url(i/bg-black.png) bottom repeat-x;*/
	background: url(i/bg-white-gradient.png) bottom repeat-x;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	-khtml-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

input[type=submit]{
	background: #999;
	font-size: 1.15em;
	margin: 0;
	padding: 3px 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.02em;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.9);
	border-radius: .8em;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=submit]{
		padding: 5px 12px;
		font-size: 1.1em;
	}
}

input[type=submit]:hover{
	cursor: pointer;
	color: #fff;
	background-color: #666;
}


/* footer
--------------------------------------------------------------*/

.typekit-badge{
	right: -100px !important; /* remove when going live! */
}

#footer{
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
	width: 960px;
	margin: 30px auto -10px;
	background: url(/i/world.png) 0px 0px no-repeat;
}

#footer p{
	width: 600px;
	margin-left: 360px;
	font-size: 1.4em;
	color: #888;
	margin-bottom: 0;
}

#footer a{
	color: #666;
	border-bottom: dotted 1px;
}

#footer a:hover{
	text-decoration: none;
	color: #ccc;
}

.address{

}

/* clearfix
--------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* wherewhere \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* done. */
