@font-face {
    font-family: 'SignGothicBoldCondensed';
    src: url('../fonts/signgbc_-webfont.eot');
    src: url('../fonts/signgbc_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/signgbc_-webfont.woff') format('woff'),
         url('../fonts/signgbc_-webfont.ttf') format('truetype'),
         url('../fonts/signgbc_-webfont.svg#SignGothicBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
	background: #fafafa;	
	color: #63c8d5;
	font-weight: 400;
	font-family: 'SignGothicBoldCondensed', arial, serif;
	text-shadow: rgba(255, 255, 255, 0.4) 0 1px 2px;
}


div.wrapper{
	width: 960px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fbfbfb;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
h1,h3,h4, dt{
	font-family: 'SignGothicBoldCondensed', arial, serif;	
}

h3{
	color: #63c8d5;
	font-size: 50px;
	padding: 0 10px;
	font-weight: normal;
}

dt{
	font-size: 40px;
}

h1{
	font-size: 75px;
	text-align: center;
	font-weight: normal;
}

h2{
	font-size: 13px;
	padding: 0px 20px 0 10px;
}

div.slideshow{
	width: 700px;
	height: 350px;
	float: right;
	margin: 20px 0;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	display: none;
}

a.short_link, div.item span{
	background: #e5007d;
	padding: 5px 20px;
	color: #fbfbfb;
	font-size: 2.1em;
	text-decoration: none;
	font-weight: 400;
	text-shadow: rgba(0,0,0, 0.2) 0 1px 2px;	
	float: left;
}
div.desc{
	position: relative;
	margin: 0px 0 0 0px;
	width: 450px;
	top: -120px;
	
}

div.item span{
	background: #63c8d5;
}

a.evidence, strong, div#about_ivan a, span.evidence, div.foot_item a{
	color: #e5007d;
	text-decoration: none;
}

#loading{
	font-size: 2em;
	text-align: center;
	vertical-align: middle;
}

div#about_ivan{
	float: right;
	width: 700px;
	padding: 10px 0;
	font-family: 'Helvetica Neue', arial, serif;
	color: #111;
}
div#about_ivan p, div#about_ivan ul{
	padding: 0 20px 0 10px ;
	margin: 5px 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2em;
}

div#about_ivan ul li{
	color:#378bbe;
	list-style-type: square;
	margin-left: 30px;
}

#banner_apulia_design{
	margin: 10px 0 10px;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	float: right;
}

div.separator{
	width: 700px;
	height: 20px;
	background: url(../img/separator.png) center no-repeat;
	margin: 10px 0;
	float: right;
}

div#foot{
	display: block;
	clear: right;
	width: 700px;
	margin: 20px auto 10px;
	padding: 10px;
	height: auto;
	overflow: hidden;
	background: url(../img/separator.png) top center no-repeat;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 13px;
	font-weight: 500;
}

div.foot_item{
	padding: 10px;
	float: left;
	margin: 0 10px 0 30px;
}
div.foot_item dl dd{
	margin: 2px 5px;
	
}
#about_the_page{
	width: 220px;
}
ul#social{
	position: fixed;
	margin: 27px 0 0 190px;
	width: auto;
	height: auto;
}
ul#social li{
width: 50px;
height: 50px;
margin: 10px 0;	
}
ul#social li a{
width: 50px;
height: 50px;
padding: 15px 25px;
}
a#dribbble{background:url(../img/dribbble.jpg) 0 0 no-repeat;}
a#twitter{background:url(../img/twitter.jpg) 0 0 no-repeat;}
a#facebook{background:url(../img/facebook.jpg) 0 0 no-repeat;}
a#linkedin{background:url(../img/linkedin.jpg) 0 0 no-repeat;}

ul#social li a:hover{
	-webkit-transition-property: background-position;
	background-position: 0 -50px;
	-webkit-transition-duration: 1s;
}

div#hero{
	position: fixed;
	background: url(../img/hero.png) center no-repeat;
	width: 200px;
	height: 600px;
}
