@charset "utf-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

/*
Theme Name: Hyperdyne
Theme URI: http://www.hyperdyne.se
Author: Staffan Hesselbom
Author URI: http://hyperdyne.se
Description: Theme for Hyperdyne.se
Version: 0.5
*/

/* Reset default browser CSS. 
   Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
----------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
:focus { outline: 0; }
body { background: #fff; line-height: 1; }
ol, ul { list-style: none; }
table {/* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: 0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
/* End reset */

/* Hyperdyne css */
body { background: #fff; color: #333; font: 16px Arial, sans-serif; line-height: 1.625; }

/* Head */
.mainTitleWrapper { background-color:#359de5; }
#mainTitle { padding:2em 0; clear:both; letter-spacing:-0.025em; text-transform:uppercase; width:980x; font:100 64px/64px 'Lato', sans-serif; color:#fff; }
#mainTitle h1 span { font-weight:900; letter-spacing:normal; }
#siteHeadline { float:right; text-transform:uppercase; }

.widthArea { margin:auto; width:980px; }

#contactInfo { padding:8em 0; }
#contactInfo p { text-align:center; font:100 64px/96px 'Lato', sans-serif;  color:#359de5; }

#socialIcons { padding:4em 0; background-color:#f8f8f8; border-top:2px solid #eee; /* FF5E5E */ }
#socialIcons ul { text-align: center; }
#socialIcons ul li { display:inline; margin:0 3em; padding:4em 0; vertical-align:middle; opacity:0.85; }
#socialIcons ul li:hover { opacity:1; }

