@import url('reset.css');

@font-face {
  font-family: 'Akagi Bold';
  src: local('Akagi Bold'), local('Akagi'), 
         url('../f/bold.otf') format('opentype');
}

@font-face {
  font-family: 'Akagi Bold Italic';
  src: local('Akagi Bold Italic'), local('Akagi'), 
         url('../f/bold_italic.otf') format('opentype');
}

@font-face {
  font-family: 'Akagi Light';
  src: local('Akagi Light'), local('Akagi'), 
         url('../f/light.otf') format('opentype');
}

body {
	background-color: #F7F6F3;
}

section#message {
	display: block;
	margin: 50px;
	width: 800px;
}
h1 {
	font: bold 200px/1 'Akagi Bold', 'Helvetica Neue', helvetica, sans-serif;
	color: #DF442B;
	letter-spacing: -0.04em;
	margin: 0 0 40px;	
}

h2 {
	font: bold 60px/1 'Akagi Bold', 'Helvetica Neue', helvetica, sans-serif;
	letter-spacing: -0.03em;
	margin: 0 0 65px;
	color: #2C3839;
}

h2 em {
	font-family: "Akagi Bold Italic";
	font-style: normal;
}

p {
	color: #2C3839;
	line-height: 1.4;
}

p.closing {
	font: 300 32px/1 'Akagi Light', 'Helvetica Neue', helvetica, sans-serif;
	letter-spacing: -0.03em;
}

p.signed {
	font: bold 36px/1.5 'Akagi Bold Italic', 'Helvetica Neue', helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: -0.04em;
}

ul#social {
	margin-top: 10px;
}
ul#social li a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	text-indent: -3000px;
	margin-right: 3px;
}
ul#social li a:hover {
	top: 1px;
}
ul#social li a.twitter {
	background: url('../i/twitter_32.png') left top no-repeat;	
}
ul#social li a.skype {
	background: url('../i/skype_32.png') left top no-repeat;	
}
ul#social li a.gtalk {
	background: url('../i/googletalk_32.png') left top no-repeat;	
}

footer {
	padding: 50px 0 0 0;
	clear: both;
	display: block;
	margin: 50px;
	font-family: "Helvetica Neue", helvetica;
	font-weight: 300;
	color: #bbb;
}
footer div {
	display: inline;
}

footer a:link, footer a:visited {
	background: #bbb;
	color: #fff;
	padding: 2px 5px;
	text-decoration: none;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;	
}

footer a:hover {
	background: #DF442B;
}
