body {
	background: #005be2 url(../img/bg2.jpg) top center no-repeat fixed;
	text-align: center;
	font-family: "Lucida Sans", arial, tahoma;
	color: #fff;
	margin: 0;
	padding: 0;
}

.space img {
	margin-top: 100px;
	margin-bottom: 200px;
}

a img {
	border: none;
}

div.top {
	background: transparent url(../img/squares.png) top left repeat;
	text-align: left;
	padding: 4px;
	overflow: hidden;
}

div.top img {
	float: left;
}

div.top ul {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
	overflow: hidden;
}

div.top ul li {
	width: 120px;
	height: 52px;
	float: left;
	margin-right: 4px;
}

div.top ul li a {
	display: block;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	color: #005be2;
}

div.top ul li a:hover {
	background-color: #1da3e3;
}

div.wrapper {
	width: 960px;
	margin: 0 auto;
}

div.smallwrapper {
	width: 720px;
	margin: 0 auto;
}

h1 {
	font-weight: normal;
	font-size: 36px;
}

em {
	font-style: normal;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#nav ul li {
	float: left;
	width: 120px;
	margin-right: 16px;
}

#nav ul li a {
	display: block;
	background-color: #005be2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px 6px;
}

a {
	color: #fff;
}

div.buttons {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 200px;
	margin-top: 20px;
	width: 320px;
}

div.buttons a {
	display: block;
	border: 1px outset #005be2;
	padding: 12px;
}

div.buttons a:hover {
	border-style: inset;
	font-weight: bold;
	text-decoration: none;
	background-color: #0c63e7;
	border-color: #0c63e7;
}

.portfolio {
}

.portfolio img {
	margin-top: 300px;
}

/* footer */
/*

 body{
  margin:0;
  padding:0 0 60px 0;
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:60px;
 }
 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 */
 
 .portfolio img {
	padding: 8px;
	background-color: #005be2;
	/*
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	*/
	-moz-box-shadow: 2px 2px 5px #005be2;
	-webkit-box-shadow: 2px 2px 5px #005be2;
	box-shadow: 2px 2px 5px #005be2;
 }
 
 .portfolio img.none {
	background-color: transparent;
 }
 
a.link-linkedin {
	background: transparent url(../img/icon-linkedin.png) 5px 5px no-repeat;
}
 
a.link-cv {
	background: transparent url(../img/icon-pdf.png) 5px 5px no-repeat;
 }
