/* imports */
@import url("reset.css");

/* Font declarations =========================================================== */

@font-face {
	font-family: 'Lobster1.1Regular';
	src: url('../fonts/Lobster_1.1_-webfont.eot');
	src: local('☺'), url('../fonts/Lobster_1.1_-webfont.woff') format('woff'), url('../fonts/Lobster_1.1_-webfont.ttf') format('truetype'), url('../fonts/Lobster_1.1_-webfont.svg#webfont30G9S4nm') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RalewayThin';
	src: url('../fonts/raleway_thin-webfont.eot');
	src: local('☺'), url('../fonts/raleway_thin-webfont.woff') format('woff'), url('../fonts/raleway_thin-webfont.ttf') format('truetype'), url('../fonts/raleway_thin-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Site-wide properties ======================================================== */

body{
    font: normal normal 13px/13px Helvetica, Tahoma, Arial, Verdana, sans-serif;
	line-height: 18px; }
    
    /* Fibonacci based heading scale ratio */
    h1{ font-size: 4.4em; font-weight: normal; }
    h2{ font-size: 2.8em; font-weight: bold; }
    h3{ font-size: 1.6em; font-weight: bold; }
    h4{ font-size: 1.2em; font-weight: bold; }

/* Reusable classes ============================================================ */

/* Left & Right alignment */
.left{ float: left; }
.right{ float: right; }

/* The inside class provides consistent padding. To be used often! */
.inside{ margin: 20px; }

/* The fraction classes are useful for column lists */
.half, .third, .quarter, .fifth, .sixth{ width: 100%; }
.half li, .third li, .quarter li, .fifth li, .sixth li{ float: left; }
.half li{  padding-right: 5%; width: 45% }
.third li{  padding-right: 5%; width: 28.3% }
.quarter li{  padding-right: 5%; width: 20% }
.fifth li{  padding-right: 5%; width: 15% }

/* For when a <br /> just ain't enough */
.separator {
    clear: both;
    float: left;
    height: 1px;
    width: 100%; }

/* Basic Structure ============================================================= */

#wrap {
    margin: 0 auto;
    position: relative;
    width: 960px; }

    /* Header */
    .header {
        float: left;
        width: 100%; }
    
    /* Content */
    .article {
        float: left;
        width: 75%; }
    
    /* Sidebar */
    .aside {
        float: left;
        width: 25%; }
        
    /* Footer */
    .footer {
        float: left;
        width: 100%;
		position: absolute;
		top: 580px; }
    
/* Project specifics =========================================================== */

a, a:active, a:visited {
	text-decoration: none;
	color: #000;
}

.article a, .article a:active, .article a:visited {
	text-decoration: underline;
}

#work .article a, #work .article a:active, #work .article a:visited {
	text-decoration: none;
}

h1 {
	font: 88px 'Lobster1.1Regular', Arial, sans-serif;
}

h2 {
	font: 66px 'RalewayThin', Arial, sans-serif;
	letter-spacing: -4px;
	margin-top: -10px;
}

p {
	margin-bottom: 10px;
}

.title {
	font-size: 4.4em; font-weight: normal;
	font: 88px 'Lobster1.1Regular', Arial, sans-serif;
}

.symbol {
	font-size: 4.4em; font-weight: normal;
	font: 88px 'Lobster1.1Regular', Arial, sans-serif;	
}

#about .aside .symbol {
  font-size: 260px;
  margin-top: -15px;
	
}

#contact .aside .symbol {
  font-size: 260px;
  margin-top: 0px;
	
}

.subheader {
	font-size: 2.8em; font-weight: bold;
	font: 64px 'RalewayThin', Arial, sans-serif;
	letter-spacing: -4px;
	margin: 30px 0px;
}

#contact .article table {
	margin-top: 20px;
}

table tr td {
	margin-bottom: 0px;
	padding-right: 5px;
}

span.slogan {
	font: 36px 'Lobster1.1Regular', Arial, sans-serif;
}

/*
/* .header */

.header .title, .header .subheader {
	display: inline;
	margin-right: 20px;
}

.header .inside {
	margin-bottom: 0px;
}

.header .subheader {
	display: none;
}

/*
/* .nav */

.nav {
	padding: 20px 0px 0px 0px;
	border-bottom: 1px dotted #000;
	letter-spacing: 1px;
}

.nav ul {
	list-style: none;
	display: inline;
}

.nav ul li {
	display: inline;
	padding-right: 40px;
}

.nav a.active {
	
}

/*
/* .aside */

.aside .inside {
	text-align: right;
}

/*
/* home */

#index .aside .symbol {
	margin-top: -80px;
}

#index .article {
	width: 100%;
}

#index .subheader {
	text-shadow: 1px 1px #11FF99, 2px 2px #11FF99, 3px 3px #11FF99;
	color: #fff;
	overflow: hidden;
	margin-top: 100px;
}

#index .article .inside {
	padding: 60px 50px 50px 50px;
}

#index img.me {
	float: left;
	width: 400px;
	margin-right: 50px;
}

#index span.homeslogan {
	font: 56px 'RalewayThin', Arial, sans-serif;
}

#index span.big {
	text-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000;
	color: #fff;
}

/*
/* about */

/*
/* cv */

/*
/* work */

#work .workbox {
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline;
}

/*
#work .workbox img {
	border: 1px solid #000;
}
*/

#work .worktitle {
	font: 24px 'Lobster1.1Regular', Arial, sans-serif;
	margin-bottom: 0px;
}

#work .workbox .infobox {
	width: 225px;
	display: none;
}

/*
/* tweets */

#tweets .article ul {
	width: auto;
	text-transform: lowercase;
}

#tweets .article ul li {
	margin-bottom: 10px;
}

#tweets .article ul li a {
	font-size: 100% !important;
	display: block;
}

#tweets .aside .symbol {
	margin-top: -100px;
}

#tweets #tweetsinfo {
	margin-top: 25px;
}

/*
/* contact */

/*
/* error */

/*
/* footer */

.footer {
	letter-spacing: 1px;
}

.footer .inside {
	text-align: right;
	margin-top: 0px;
}

.footer table {
	width: 100%;
}

.footer table tr td.right {
	text-align: right;
}

.footer table tr td.center {
	text-align: center;
}

.footer span.symbol {
	font: 36px 'Lobster1.1Regular', Arial, sans-serif;
	margin: 0px 5px 0px 50px;
}

.footer .symbol.mobile {
	display: none;
}

/*
/* qtip */

.qtip {
	background: #ffffff;
	border: 1px dotted #000;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}

.qtip-contentWrapper {
	border: 0px none !important;
}

.qtip-content {
	padding: 0px 0px 0px 10px !important;
	width: 220px !important;
}

/* media specific styles ======================================================= */

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	
	#work .workbox {
		display: block;
		float: left;
		height: 225px;
	}
	
	#work .workbox .infobox {
		display: block;
	}
	
	#work .footer {
		margin-top: 40px;
	}
	
	.aside .symbol {
		margin-top: 0px;
	}
	
	.footer {
		position: relative;
		top: 0px;
	}
	
	.footer .symbol.mobile {
		font: 36px 'Lobster1.1Regular', Arial, sans-serif;
		float: left;
		margin: 5px 0px 0px 0px;
		display: block;
	}
	
}
