@charset "utf-8";
/*
Theme Name: Edda
Theme URI: http://zantetsuken.net
Description: Hiatus layout for Zantetsuken
Version: 1.0
Author: Orophen
Author URI: http://zantetsuken.net
*/

/* --------------------------------------------------------------
   Fonts
-------------------------------------------------------------- */

@import url('http://fonts.googleapis.com/css?family=Droid+Sans|Open+Sans');

/* --------------------------------------------------------------
   RESET START
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background:transparent;
	font-family: inherit;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, time { display:block;}

/*    RESET END   */



/* --------------------------------------------------------------
   TYPOGRAPHY
-------------------------------------------------------------- */

body { font-size: 14px; line-height:100%; -webkit-font-smoothing: antialiased;  text-align: center; background: #333;}

body,p,ul,ol,dl,input,textarea { font-family: 'Open Sans', Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: 'Droid Sans', Helvetica, sans-serif; }


strong {
	font-family: Arial;
}


/* --------------------------------------------------------------
   WRAPPER/BASICS START
-------------------------------------------------------------- */

#page {
	width:1200px;
	margin:0 auto;
	position:relative;
	display: inline-block;
	text-align: left;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px#000;
	box-shadow: 0 0 10px #000;
	background:#4a85aa;
}

#page p {
	margin-bottom: 15px;
}
a {
	color:#d6effe;
	text-decoration: none;
}

a:hover {
	color: #194660;
}
.aligncenter { margin:0 auto; display:block;}
.alignleft { float:left; margin-right:15px; margin-bottom:15px;}
.alignright { float:right; margin-left:15px; margin-bottom:15px;}
.bottommargin { padding-bottom:15px;}
.topmargin { padding-top:15px;}
.leftmargin { padding-left:15px;}
.rightmargin { padding-right:15px;}
.superscript {vertical-align: super;}
.footnote { color:#c45f4e;}

/* WRAPPER/BASICS START END */

.hiatus-header-main {
	width: 360px;
	position: absolute;
	left: 346px;
	top: 35px;
	z-index: 10;
	text-align: right;
}

.hiatus-header-main h1 {
	font-size: 55px;
	line-height: 46px;
	letter-spacing: -4px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	text-shadow: 0 0 8px #3b6a86,
			0 0 8px #3b6a86,
			0 0 8px #3b6a86;
}

.hiatus-image {
	width: 100%;
	height: 490px;
	background: url('images/hiatus.jpg') top left no-repeat;
	border-bottom: 1px solid #fff;
	position: relative;
}

.hiatus-message {
	width: 480px;
	height: 450px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: 22px;
	right: 0;
 	background: rgba(0, 0, 0, .2);
}

.hiatus-text, .hiatus-social {
	margin: 20px;
}

.hiatus-text a {
	text-decoration: underline;
}

.hiatus-social-icons li {
	font-size: 30px;
	width: 30px;
	height: 30px;
	padding: 5px 8px;
	display: inline-block;
}

.hiatus-social-icons a {
	width: 30px;
	height: 30px;
	color: #fff;
}

.hiatus-social-icons a:hover {
	color: #d68717;
	background: none;

}

.hiatus-social-icons span {
	display: none;
}

.hiatus-column {
	width: 265px;
	min-height: 380px;
	color: #fff;
	float:left;
	margin-left: 30px;
	margin-top: 30px;
}

.hiatus-heading {
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
}

.hiatus-subheading {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 0;
}

.hiatus-list h2 {
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.hiatus-list h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.hiatus-list {
	margin: 15px 0 0 0;
	padding-bottom: 10px;

}

.hiatus-list ul {
	list-style: none;
}

.hiatus-list li {
	margin: 0 0 15px 0;
}

ul.compact li {
	margin: 0 0 5px 0;
}

.hiatus-search form {
	position: relative;
	margin-top: 15px;
	margin-bottom: 30px;
}

.hiatus-search input {
	background: #fff;
	border: 2px #3d7599 solid;
	border-radius: 5px;
	width: 200px;
	height: 30px;
	padding:0 5px 0 30px;
}

.hiatus-search button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-o-transform: scale(1);
	text-rendering: optimizeLegibility;
	text-shadow: none;
	font: normal 28px 'dashicons';
	line-height: 36px;
	text-decoration: none;
	content: "\f179";
	color: #3d7599;
}

.hiatus-search button {
	background: none;
	vertical-align: top;
	text-align: center;
	border: 0;
	position:absolute;
	left:0;
	top:0;
	z-index: 10;
	width:30px;
	height:30px;
	padding:0 ;
	margin:0;
}

.hiatus-footer-main {
	width: 100%;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	clear:both;
}

.copyright {
	margin: 0 30px 30px 30px;
}