* { margin: 0; padding: 0; }
body {
	background: #dfedf2;
	font: 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	}
br {
	clear: both;
	}
a {
	color: #404d55;
	}
	a:hover {
	border-bottom: 1px solid #404d55;
	}
span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
	}
#card {
	width: 340px;
	margin: 50px auto 10px;
	border: 5px solid #404d55;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	background: #fff;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	}
#card h1 {
	margin: 3px;
	padding: 10px 0;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	background: #404d55;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .15)));
	background-image: -moz-linear-gradient(0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .15)));
	font-size: 30px;
	line-height: 30px;
	color: #292323;
	color: #8aa0ae;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .15);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	-webkit-text-stroke: 1px transparent;
	text-align: center;
	}
#card section {
	display: block;
	padding: 10px 20px;
	}
	#card section h2 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	}
#card section#tweets ul {
	list-style: none;
	margin-bottom: 10px;
	}
	#card section#tweets ul li {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #fcf8ef;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, .05)));
	background-image: -moz-linear-gradient(0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, .05)));
	}
	#card section#tweets ul li:last-child {
	margin-bottom: 0;
	}
	#card section#tweets ul li .created_at {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	text-align: right;
	}
	#card section#tweets ul li .created_at:hover {
	border-bottom: none;
	}

#card section.big_boxes {
	padding: 10px 0 0;
	}
#card section.big_boxes ul {
	list-style: none;
	width: 320px;
	margin: 0 auto;
	}
#card section.big_boxes ul li {
	float: left;
	width: 148px;
	margin: 0 5px 10px;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #fcf8ef;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, .05)));
	background-image: -moz-linear-gradient(0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, .05)));
	-webkit-transition: background .35s ease-in, -webkit-box-shadow .35s;
	}
	#card section.big_boxes ul li:hover {
	background-color: #85c5ec;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, .3)));
	background-image: -moz-linear-gradient(0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, .3)));
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	}
	#card section.big_boxes ul li a {
	display: block;
	padding: 5px 0 5px 42px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #111;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	}
	#card section.big_boxes ul li a:hover {
	border-bottom: none;
	}
	#card section.big_boxes ul li#contact_email a {
	background-image: url(../images/contact_email.png);
	}
	#card section.big_boxes ul li#contact_aim a {
	background-image: url(../images/contact_aim.png);
	}
	#card section.big_boxes ul li#social_facebook a {
	background-image: url(../images/social_facebook.png);
	}
	#card section.big_boxes ul li#social_twitter a {
	background-image: url(../images/social_twitter.png);
	}
	#card section.big_boxes ul li#social_linkedin a {
	background-image: url(../images/social_linkedin.png);
	}
	#card section.big_boxes ul li#social_google a {
	background-image: url(../images/social_google.png);
	}
	#card section.big_boxes ul li#social_ember a {
	background-image: url(../images/social_ember.png);
	}
	#card section.big_boxes ul li#social_lastfm a {
	background-image: url(../images/social_lastfm.png);
	}