@font-face
{
	font-family: BPreplay;
	src: url('http://jurgenfranse.nl/fonts/BPreplay.otf');
}


body
{
  margin: 0;
  background-image: url(images/body-background.png);
  background-repeat: repeat-x;
}

header
{
  display: block;
  height: 350px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#card
{
  float: left;
  width: 460px;
  height: 240px;
  margin-top: 40px;
  margin-left: 60px;
  padding: 10px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 8px #333;
  -moz-box-shadow: 0px 0px 8px #333;
  -webkit-box-shadow: 0px 0px 8px #333;
}

#card #photo
{
  float: left;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 8px #666;
  -moz-box-shadow: 0px 0px 8px #666;
  -webkit-box-shadow: 0px 0px 8px #666;
}

#card h1
{
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: BPreplay,Calibri,sans-serif;
  font-size: 2.0em;
}

#card h2
{
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;;
  margin-bottom: 0;
  text-align: right;
  font-family: Calibri,sans-serif;
  font-size: 0.8em;
}

#card #socials
{
  margin-top: 20px;
  margin-left: 200px;

}

#card #socials .button
{
  width: 126px;
  height: 35px;
  margin-top: 16px;
  margin-bottom: 18px;
  padding-top: 15px;
  padding-left: 56px;
  background-color: rgba(0,0,0,0.05);
  background-position: 8px 5px;
  background-repeat: no-repeat;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 0px 8px #333;
  -moz-box-shadow: 0px 0px 8px #aaa;
  -webkit-box-shadow: 0px 0px 8px #aaa;
  font-family: calibri,sans-serif;
  font-size: 1.1em;
}

#card #socials .button a
{
  color: black;
  text-decoration: none;
}

#card #socials .button#followTwitter
{
  background-image: url(images/twitter.png);
  
}

#card #socials .button#followHyves
{
  background-image: url(images/hyves.png);
  
}

#card #socials .button#followTwitter:hover
{
  box-shadow: 0px 0px 8px #0CAECF;
  -moz-box-shadow: 0px 0px 8px #0CAECF;
  -webkit-box-shadow: 0px 0px 8px #0CAECF;  
}

#card #socials .button#followHyves:hover
{
  box-shadow: 0px 0px 8px #CF9A0C;
  -moz-box-shadow: 0px 0px 8px #CF9A0C;
  -webkit-box-shadow: 0px 0px 8px #CF9A0C;  
}

#blog
{
  float: right;
  width: 420px;
  margin-top: 80px;
  font-family: Calibri,sans-serif;
  font-size: 1.2em;
}

#blog #welcome
{
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;;
  margin-bottom: 0;
  
  font-size: 1.2em;  
}
