/* WINNING BLIMP */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html {
	background: url(../gfx/Stratolith-background.jpg) no-repeat center bottom fixed;
	background-size: cover;
}
body {
	font-family: 'Abel', sans-serif;
}
#container {
	max-width: 1050px;
	margin: 0 auto;
	padding: 20px;
}
p, a, h1, h2, h3, h4 {
	color: rgba(255,245,255,0.4);
	text-shadow: 0px 0px 14px rgba(255,220,255,0.7);
	line-height: 1em;
}
a:hover, a:active {
   color: #FFF;
}
#titleblock {
	text-align: center;
	margin: 5% auto;
}
img.titlelogo {
	max-width: 100%;
	margin-bottom: 2%;
}
h1 {
	display: none;
}
h2 {
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: 4px;
	margin-bottom: 2%;
}
h3 {
	text-transform: uppercase;
	font-size: 80px;
	letter-spacing: 4px;
	margin-bottom: 0.5%;
}
h4 {
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 2%;
}
#images {
   text-align: center;
}
img.grab {
	max-width: 100%;
	padding: 14px;
	background-color: rgba(66,60,66,0.4);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	border-radius: 8px;
	margin: 1% 0px;
}
#vidcontent {
	padding: 14px;
	background-color: rgba(66,60,66,0.4);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	border-radius: 8px;
	margin: 1% 0px 5% 0px;
}
div.video-wrapper { /* FIX FOR RESPONSIVE YOUTUBE BOTTOM MARGIN */
   margin-bottom: 0;
}

div#twitter {
  text-align: center;
  padding: 3em 0;
}

div#newsletter {
   margin-top: 5%;
   text-align: center;
}
div#newsletter p {
   font-size: 36px;
   margin-bottom: 40px;
}

div#newsletter a.subscribe, div#newsletter a.subscribe:visited {
   border-radius: 8px;
   border: 2px solid rgba(255,245,255,0.4);
   box-shadow: 0px 0px 8px rgba(255,220,255,0.7), inset 0px 0px 8px rgba(255,220,255,0.5);
   padding: 16px 20px;
   font-size: 22px;
   background-color: rgba(255,220,255,0.2);
   text-decoration: none;
   margin: 50px 0px;
}   
div#newsletter a.subscribe:hover, div#newsletter a.subscribe:active {
   background-color: rgba(255,220,255,0.4);
   color: #FFF;
}

div.snslist {
   margin: 80px auto 10px auto;
}
div#newsletter div.snslist p {
   font-size: 26px;
   margin-bottom: 12px;
}
div.snslist ul li {
	display: inline;
	padding: none;
	text-align: center;
}

/* ==== SUB FOOTER ================================ */
#subfooter {
  text-align: center;
}
#subfooter a {
  text-decoration: none;
  border: none;
}
#subfooter img.blimplogo {
  width: 320px;
}


/* ==== SNS ====================================== */
div.share-widgets a {
  text-decoration: none;
  border: none;
}
div.share-widgets div.fb-like {
   margin-bottom: 4px;
}

/* ==== FOOTER =================================== */

#footer {
  margin: 0 auto;
  padding-top: 0.4em;
}
#footer ul {
  text-align: center;
}
#footer ul li {
  display: inline;
  font-size: 1em;
  margin-right: 1em;
  line-height: 2em;
  white-space: nowrap;
}
#footer p {
  font-size: 0.6em;
  margin-top: 0.8em;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
}
