
@import url("reset.css");

body {
	background-color: #111;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	color: #FFF;
	font-family: Trebuchet MS, 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: -1px;
	line-height: 1.5;
}

h1 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 40px 0 0 10px;
	text-align: center;
	letter-spacing: -3px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	margin: 10px 0 20px 10px;
	text-align: center;
}

br {
	clear: none;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	border: none;
	color: #99261D;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-decoration: none;
}

.container {
	margin: 0 auto;
	width: 320px;
}

.social-networks {
	margin: 0 auto;
	margin-right: 0px;
	padding: 25px 0 25px 40px;
	width: 300px;
	overflow: hidden;
}

.social-networks li {
	margin-right: 20px;
	margin-bottom: 25px;
	float: left;
	font-size: 120%;
	width: 300px;
}

.social-networks li a:link,
.social-networks li a:visited,
.social-networks li a:hover,
.social-networks li a:focus,
.social-networks li a:active {
	background-position: 5px 6px;
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	font-weight: normal;
	font-size: 18px;
	padding: 17px 5px 15px 70px;
	width: 145px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.social-networks li a:hover,
.social-networks li a:focus,
.social-networks li a:active {
	background-color: #171717;
	background-position: 4px 5px;
	border: 1px solid #111;
	padding: 11px 4px 9px 50px;
	-webkit-transition: background-color 1s linear;
}

.facebook a:link,
.facebook a:visited,
.facebook a:hover,
.facebook a:focus, 
.facebook a:active {
	background-image: url(../img/icons/iPhone/facebook.png);
}

.cv a:link,
.cv a:visited,
.cv a:hover,
.cv a:focus, 
.cv a:active {
	background-image: url(../img/icons/iPhone/cv.png);
}

.email a:link,
.email a:visited,
.email a:hover,
.email a:focus, 
.email a:active {
	background-image: url(../img/icons/iPhone/email.png);
}

.twitter a:link,
.twitter a:visited,
.twitter a:hover,
.twitter a:focus, 
.twitter a:active {
	background-image: url(../img/icons/iPhone/twitter.png);
}

#twitters {
	background-color: #111;
	background-image: url(../img/tw.png);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 1.25px;
	min-height: 22px;
	opacity: 1;
	padding: 5px 5px 5px 35px;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 40px;
	text-align: left;
	width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#twitters:hover {
	opacity: 1;
	-webkit-transition: opacity 1s linear;
}


/* END [23:05] */