/*	Fonts	*/

@font-face {
	font-family: 'BergamoStdRegular';
	src: url('../fonts/BergamoStd-Regular-webfont.eot');
	src: local('☺'), url('../fonts/BergamoStd-Regular-webfont.woff') format('woff'), url('../fonts/BergamoStd-Regular-webfont.ttf') format('truetype'), url('../fonts/BergamoStd-Regular-webfont.svg#webfont79PJXJVj') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CantarellRegular';
	src: url('../fonts/Cantarell-Regular-webfont.eot');
	src: local('☺'), url('../fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../fonts/Cantarell-Regular-webfont.svg#webfontaI1yI6ue') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html {
	height:  100%;
}
body {
	font: 1.25em/1.5em "CantarellRegular", Verdana, Arial;
	color:  #000;
	padding: 0;
	margin: 0;
}

/* Headlines */
h2 {
	font-size:  1.5em;
	padding:  0 0 0.5em 0;
	margin: 0.3em 0;
	font-weight:  normal;
	font-family: "CantarellRegular";
}
h4 {
	font-size: 1em;
	padding: 0.2em 0 0.2em;
	margin: 0;
	font-weight: 200;
}
.separator {
	clear:  both;
	margin: 0 0 1em 0;
	height: 1px;
	overflow: hidden;
	background-color: #d9d9d9;
}

/* Paragraphs */
p {
	padding: 0 0 1em 0;
	margin: 0;
}

/* Links */
a {
	color:  #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
a:hover,
a:focus {
	border: none;
	background: #ccc;
	box-shadow: 0 0 4px #222;
	outline: none;
}

/* Positioning */
.float-right {
	float: right;
}
.float-left {
	float: left;
}

.clear {
	clear:  both;
	float:  none;
}

/* #container */
#container {
	width: 48%;
	margin: 0 auto;
	position: relative;
}

#header {
	padding: 0;
	font-family: "BergamoStdRegular", Arial, sans-serif;
	overflow: hidden;
	margin: 0 0 1em;
}
	#header span {
		font-size: 2em;
		margin: 0.7em 1em 0 0;
		float: left;
	}

/*	.navi	*/
.navi {
	float: left;
	padding: 0;
	margin: 0.8em 1em 0 1px;
}
	#cv {
		float: right;
		width: auto;
		margin: 0.8em 0 0 1px;
		vertical-align: middle;
	}	
		#cv img {
			border: none;
			float: left;
			vertical-align: middle;
			padding: 0.2em 0 0.2em 0;
			margin: 0 0.3em 0 -0.5em;
		}

	.navi li {
		float: left;
		list-style:  none;
		margin: 0 0 0 -1px;
	}
		.navi li a {
			display:  block;
			padding: 0 1em;
			border: 1px solid #797979;
		
			font-weight:  normal;
			text-align: center;
			font: 1em/2em "BergamoStdRegular";
			
			text-shadow: 1px 1px 0 #ffffff;
		
			background: #f6f6f6;
			background: -moz-linear-gradient(top, #f6f6f6 0%, #e3e3e3 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #f6f6f6 0%,#e3e3e3 100%); 
			background: -o-linear-gradient(top, #f6f6f6 0%,#e3e3e3 100%);
			background: -ms-linear-gradient(top, #f6f6f6 0%,#e3e3e3 100%);
			
			background: linear-gradient(top, #f6f6f6 0%,#e3e3e3 100%);
			
			outline: none;
			box-shadow: none;
		}
		
		.navi li:first-child a {
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
		}
		.navi li:last-child a {
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
		}
		
	.navi li a:active,
	.navi li a:focus {
		box-shadow: inset 0 0 4px #404040;
	}
	body#index .navi .about-me a,
	body#projects .navi .projects a,
	body#work-experience .navi .work-experience a,
	body#contact-me .navi .contact-me a,
	body#links .navi .links a {
		text-shadow: 2px 2px 0 #000;
		color: #fff;
		
		background: #555555; /* Old browsers */
		background: -moz-linear-gradient(top, #555555 0%, #424242 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#424242)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #555555 0%,#424242 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #555555 0%,#424242 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #555555 0%,#424242 100%); /* IE10+ */
		background: linear-gradient(top, #555555 0%,#424242 100%); /* W3C */
	}
	
/*	Content gradient	*/
#gradient-border {
	padding: 0.5%;
	margin: 0 auto;
	border-radius: 5px;
	
	background: -moz-linear-gradient(top, rgba(135,135,135,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,135,135,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(135,135,135,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(135,135,135,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(135,135,135,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(top, rgba(135,135,135,1) 0%,rgba(255,255,255,0) 100%);
}

#content {
	padding: 4%;
	border-radius: 5px;
	overflow:  hidden;
	
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
	background: linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
}

/*	index/about-me	*/
img.image {
	float: left;
	max-width: 25%;
	height: auto;
	margin: 0 1em 1em 0;
	border-radius: 5px;
	box-shadow: 0 0 3px #888;
}

/*	work-experience	*/
.text {
	width: 750px;
	padding: 0 24px 0 0;
	float:  left;
}
.logo {
	width: 300px;
	float:  left;
}
.logo img {
	border:  1px solid #afafaf;
	border-radius: 2px;
}

/*	contact-me	*/
dt {
	width: 29%;
	padding: 0 1% 30px 0;
	margin: 0;
	float: left;
	clear:  both;
}
dd {
	width: 70%;
	float: left;
	margin: 0;
	padding: 0;
}


/*	footer	*/
#pusher {
	clear:  both;
	height: 80px;
}
#footer {
	height:  80px;
	width:  123px;
	margin:  0 auto;
	display: none;
}
#index #footer {
	display: block;
}



/* Media queries */

/* MEDIUM LAYOUT */

@media (max-width: 480px) {
	#container {
		width: 80%;
	}
	#header span {
		font-size: 1.4em;
		margin-right: 0.1em;
	}
	
	.navi {
		float: left;
		width: 100%;
	}
	.navi li {
		width: 33%;
	}

	.navi li a {
		padding: 0;
		white-space: nowrap;
	}
	
	#navi li:first-child a {
		text-indent: 9999px;
	}
	#navi li:first-child a:before {
		content: "Me";
		text-indent: 0 !important;
		float: left;
		white-space: nowrap;
		text-align: center;
		width: 100%;
	}
	
	#navi li:last-child {
		width: 34%;
	}

	#navi li:last-child a {
		text-indent: 9999px;
	}
	#navi li:last-child a:before {
		content: "Work";
		text-indent: 0 !important;
		float: left;
		white-space: nowrap;
		text-align: center;
		width: 100%;
	}
	#cv {

	}
	#cv li {
		width: 100%;
		
	}
	#cv li a {
		padding: 0 0.5em;
		
	}
	#cv img {
		margin: 0 0.3em 0 -0.5em;
	}
}

/* MEDIUM LAYOUT */

@media (max-width: 865px) and (min-width: 600px) {
	#container {
		width: 80%;
	}

	#header span {
		font-size: 1.6em;
	}

	.navi li a {
		padding: 0 0.5em;
	}

	#cv img {
		margin: 0 0.3em 0 -0.5em;
	}
}

/* MEDIUM + LARGE SHARED  */

@media (min-width: 481px) {

}

/* LARGE LAYOUT */

@media (min-width: 866px) {

}

/* LIL' WAYNE */

@media (max-width: 2011px) and (min-width: 2006px) {


}

