/* Ginger Intro Stylesheet. Swiper, no swiping */

@font-face {
	font-family: 'Daniel Regular';
	src: url('../fonts/daniel.eot');
	src: local('Daniel Regular'), local('Daniel'), url('../fonts/daniel.woff') format('woff'), url('../fonts/daniel.svg#Daniel') format('svg'), url('../fonts/daniel.ttf') format('truetype');
}

@font-face {
	font-family: 'Daniel Bold';
	src: url('../fonts/danielbd.eot');
	src: local('Daniel Bold'), local('DanielBold'), url('../fonts/danielbd.woff') format('woff'), url('../fonts/danielbd.svg#DanielBold') format('svg'), url('../fonts/danielbd.ttf') format('truetype');
}

@font-face {
	font-family: 'Daniel Black Regular';
	src: url('../fonts/danielbk.eot');
	src: local('Daniel Black Regular'), local('DanielBlack'), url('../fonts/danielbk.woff') format('woff'), url('../fonts/danielbk.svg#DanielBlack') format('svg'), url('../fonts/danielbk.ttf') format('truetype');
}

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body{ line-height: 1; }
ol, ul{ list-style: none; }
blockquote, q{ quotes: none; }
blockquote: before, blockquote: after,
q: before, q: after{ content: ''; content: none; }
table{ border-collapse: collapse; border-spacing: 0; }

body{ background: #130101; color: #777; font: 12px/1.5em "Century Gothic", centurygothic, futura, verdana, sans-serif; }

#container{ width: 1000px; margin: 1% auto; }

#logo{ float: right; }
#social{ float: left; padding-top: 64px; }
#social img{ border: none; height: 32px; }

#navigation{ clear: both; }
#navigation img{ border: none; display: block; margin: 0 auto 15px; }
#navigation ul{ text-align: center; font: 30px "Daniel Regular"; }
#navigation ul li{ padding: 15px; display: inline; }

a:link{ color: #999; text-decoration: none; }
a:visited{ color: #999; text-decoration: none; }
a:hover{ color: #fff; }

#page_body{ clear: both; }
#content{ text-align: center; padding-top: 25px; }

#footer{ clear: both; text-align: center; padding-top: 25px; }
.vcard div{ display: inline; padding-right: 10px; }
