@font-face {
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 400;
    src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url('../fonts/YanoneKaffeesatz-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Museo';
    font-style: normal;
    font-weight: 300;
    src: local('Museo 300 Regular'), local('Museo-300'), url('../fonts/Museo300-Regular.otf') format('opentype');
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

html, body {
  text-align: left;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  background: url('../images/bg.gif');
}

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

a:hover {
  color: #6C3;
}

.clearL {
  clear: left;
}

.clearL {
  clear: left;
}

#container {
  margin: 20px 30px 50px 30px;
}

#header {
  height: 190px;
  color: #333;
}

#profile {
  margin: 0px auto;
  width: 900px;
}

#picture {
  float: left;
  width: 180px;
}

#picture img {
  width: 180px;
}

#whoiam {
  margin-left: 180px;
  padding-left: 20px;
  padding-top: 6px;
}

#whoiam h1 {
	font-size: 38px;
	text-shadow: 0 2px rgba(255, 255, 255, 1);
}

#whoiam h2 {
	font-size: 20px;
	text-shadow: 0 2px rgba(255, 255, 255, 1);
}

#whoiam p.quote {
	margin-top: 14px;
	font-style: italic;
	font-size: 16px;
	font-family: Georgia, 'Times New Roman', serif;
	text-shadow: 0 2px rgba(255, 255, 255, 1);
}

#contacts {
  margin-top: 13px;
  height: 43px;
}

#contacts ul {
  list-style: none;
  float: left;
}

#contacts li {
  float: left;
  padding-top: 7px;
  padding-right: 18px;
}

.rule {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 2px;
  background: #e2e2e2;
  -webkit-box-shadow: rgba(255, 255, 255, .5) 0 2px 0;
}

.box h2 {
	color: #888;
	font-family: 'Museo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-shadow: -1px 2px rgba(255, 255, 255, 1);
}

#projects {
	list-style: none;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

.project {
	margin-left: 30px;
	margin-top: 30px;
	opacity: .6;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	-webkit-box-shadow: #ddd 1px 1px 1px;
	width: 320px;
	float: left;
}

@-webkit-keyframes bounce { 0% { top: -20px; } 50% { top: -10px; } 100% { top: -20px; } }
@-moz-keyframes bounce { 0% { top: -20px; } 50% { top: -10px; } 100% { top: -20px; } }
.current-project {
	position: absolute;
	top:-20px !important;
	opacity: 1 !important;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-transition-timing-function: ease-in-out;
	
	/*
	doesn't perform very well...
	-moz-animation-name: bounce;
	-moz-animation-duration: 10s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-transition-timing-function: ease-in-out;
	*/
}

.project h3 {
	font-size: 25px;
	line-height: 27px;
	font-weight: bold;
}

.project h3 small {
	font-size: 18px;
	line-height: 27px;
	font-weight: normal;
}

.project p.notes {
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

.screenshot {
	width: 320px;
	height: 200px;
	margin-top: 10px;
	text-align: center;
}

.screenshot img.thumb {
	
}

ul.tags {
	list-style-type: none;
	margin-top: 8px;
}

ul.tags li {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 3px 8px;
  margin-right: 8px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: bold;
  background: #e5e5e5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

ul.tags .language {
	color: #fff;
	background-color: #468847;
}

ul.tags .database {
	color: #fff;
	background-color: #B94A48;
}

ul.tags .framework {
	color: #fff;
	background-color: #3A87AD;
}

ul.tags .platform {
	color: #fff;
	background-color: #F89406;
}

#about-me p {
	margin-top: 10px;
	color: #555;
}
