/* (c) KEVIN WITTEVRONGEL */
/* www.kwitt.be */

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	text-decoration: none;

	-webkit-font-smoothing: antialiased
	}

body {
	background: url(img/bg.png) repeat;
	font: 13px/16px 'Helvetica Neue','Helvetica','Arial',sans-serif;;
	text-shadow: #fff 0 1px 0;
	color: #303436
	}

h1{
	margin: 5px 0 8px 0;
	font-size: 20px;
	font-weight: 500;
}

a{
	color: #303436
}

a:hover{
	color: #000
}

#bio{
	font-size: 15px;
	font-weight: lighter;
	color: #82858c;
}

#wrapper{
	background: url(img/light.png) no-repeat center;
	height: 233px
}

#card{
	margin: 0 auto;
	padding: 100px 0 0 0;
	width: 506px
}

#header{
	background: url(img/header.png) no-repeat;
	padding: 63px 43px 0 43px;
	height: 74px
}

#mugshot{
	background: url(img/mugshot.jpg) center no-repeat #fff;
	margin: 0 20px 0 0;
	padding: 4px;
	height: 40px;
	width: 40px;
	float: left;
	border: solid #dadada 1px
}

#mugshot:hover{
	background: url(img/mugshot_normal.jpg) center no-repeat #fff;
}

#gotoblog{
	background: url(img/blogb.png);
	margin: 18px 0 0 0;
	height: 32px;
	width: 32px;
	float: right;
	clear: both;
}

#social{
	background: url(img/card_bg.png);
	height: 261px;
	padding: 15px 0 0 43px;
}

#social li{
	margin: 0 30px 0 0;
	float: left;
	width: 195px;
	height: 35px;
	line-height: 35px;
}

#social li a{
	float: left;
	width: 160px;
	padding: 0 0 0 35px;
	border-top: solid #dadada 1px;
	border-bottom: solid #fff 1px;
}

.bordert{
	border-top: solid #f9f9f9 1px !important;
}

.borderb{
	border-bottom: solid #f9f9f9 1px !important;
}

#twitter{
	background: url(img/twitter.png) no-repeat left;
}

#twitter:hover{
	background: url(img/twitter_a.png) no-repeat left;
}

#behance{
	background: url(img/behance.png) no-repeat left;
}

#behance:hover{
	background: url(img/behance_a.png) no-repeat left;
}

#facebook{
	background: url(img/facebook.png) no-repeat left;
}

#facebook:hover{
	background: url(img/facebook_a.png) no-repeat left;
}

#dribbble{
	background: url(img/dribbble.png) no-repeat left;
}

#dribbble:hover{
	background: url(img/dribbble_a.png) no-repeat left;
}

#linkedin{
	background: url(img/linkedin.png) no-repeat left;
}

#linkedin:hover{
	background: url(img/linkedin_a.png) no-repeat left;
}

#digg{
	background: url(img/digg.png) no-repeat left;
}

#digg:hover{
	background: url(img/digg_a.png) no-repeat left;
}

#ping{
	background: url(img/ping.png) no-repeat left;
}

#ping:hover{
	background: url(img/ping_a.png) no-repeat left;
}

#lastfm{
	background: url(img/lastfm.png) no-repeat left;
}

#lastfm:hover{
	background: url(img/lastfm_a.png) no-repeat left;
}

#flickr{
	background: url(img/flickr.png) no-repeat left;
}

#flickr:hover{
	background: url(img/flickr_a.png) no-repeat left;
}

#gowalla{
	background: url(img/gowalla.png) no-repeat left;
}

#gowalla:hover{
	background: url(img/gowalla_a.png) no-repeat left;
}

#delicious{
	background: url(img/delicious.png) no-repeat left;
}

#delicious:hover{
	background: url(img/delicious_a.png) no-repeat left;
}

#google{
	background: url(img/google.png) no-repeat left;
}

#google:hover{
	background: url(img/google_a.png) no-repeat left;
}

#blog{
	background: url(img/blog.png) no-repeat left;
}

#blog:hover{
	background: url(img/blog_a.png) no-repeat left;
}

#email{
	background: url(img/email.png) no-repeat left;
}

#email:hover{
	background: url(img/email_a.png) no-repeat left;
}

#footer{
	background: url(img/footer.png);
	height: 57px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	color: #82858c
}