/* Font by FontFabric.com - Webfonts Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'SocialicoRegular';
    src: url('../fonts/socialico-webfont.eot');
    src: url('../fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socialico-webfont.woff') format('woff'),
         url('../fonts/socialico-webfont.ttf') format('truetype'),
         url('../fonts/socialico-webfont.svg#SocialicoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#header {
	margin-bottom: 15px;
}
#menu {
	display: block;
	float: none;
	width: auto;
}
#menu ul {
	border-bottom: 1px solid #333;
	display: table;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
#menu ul li {
	display: table-cell;
	width: auto;
}
#menu ul a,
#menu ul a:link,
#menu ul a:visited,
#menu ul a:hover,
#menu ul a:active {
	text-decoration: none;
}
#menu a em {
	color: inherit;
	display: block;
	font-family: "SocialicoRegular", sans-serif;
	font-size: 150px;
	font-weight: normal;
	line-height: .75em;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
}
#menu ul a:hover em {
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transform: translate(0,-6px);
	-moz-transform: translate(0,-6px);
	-webkit-transform: translate(0,-6px);
	-o-transform: translate(0,-6px);
	-ms-transform: translate(0,-6px);
}
#menu a span {
	display: none;
}
#content {
	width: auto;
}