/*
Theme Name: Elsword V3
Author: KOG Games Inc.
Author URI: http://elsword.koggames.com
Description: Elysion Dungeons 6 and 7 20170104
Tags: custom
Text Domain: elsword

*/

/* =Reset
-------------------------------------------------------------- */

html, body, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, dl, dt, dd, fieldset, form, label, legend, caption, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	color:#000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	line-height:normal;
}

body {	
	background-image: url('images/bg.jpg');
	background-color: #000;
	background-repeat:no-repeat;
	background-size:container;
	background-position:top center;
}

#container {
	width:auto;
	max-width:2000px;
	margin-left:auto;
	margin-right:auto;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	min-height:4900px;
	display:block;
}

#masthead {
	height:1370px;
}
/* spacers start */
#spacer1 {
	height:540px;
}
#spacer2  {
	height:103px;
}
#spacer3  {
	height:161px;
}
#spacer4  {
	height:150px;
}
#section-title {
	padding-top:30px;
	padding-bottom:10px;
}
/* spacers end */

/* misc start */
#mimg {
	border:none;
	position:relative;
	z-index:2;
	padding-left:2px;
	padding-right:2px;
}
#tblbdr {
	width:502px;
	-moz-box-shadow: 0 0 5px 5px #61050a;
	-webkit-box-shadow: 0 0 5px 5px#61050a;
	box-shadow: 0 0 5px 5px #61050a;
	padding:7px;
}
/* misc end */

/* sections start */
#bg-video {
	background:url('images/bg-video.png');
	background-position:top center;
	background-repeat:no-repeat;
	width:777px;
	height:439px;
}

#section-1 {
	height:1008px
}

#section-2 {
	height:1292px;
}

#section-3 {
	height:1288px;
}
/* sections end */

/* table start */
.cbg01 {
	background-color:#330909;
}
.cbg02 {
	background-color:#761717;
}
.cbg03 {
	background-color:#4d0000;
}
/* table end */

/* fonts and layout start */
.ff1 {
	font-size:20px;
}
.ff2 {
	font-size:17px;
	color:#feb924;
}
.ff3 {
	color:#ff0000;
}
.ff4 {
	font-size:14px;
}
/* fonts and layout end */

/* btt start */
/* btt end */

/* generic footer start */
footer[role="contentinfo"] {
  padding-top: 15px;
  background-color: #000;
}

footer {
  background-image: url(/wp-content/themes/elsword3/images/bg-footer.jpg);
  font-size: 12px;
  font-size: 0.857142857rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  min-width: 1024px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-position: top;
  height: 144px;
}

.footernormal {
	font-size:12px;
	color:#4679ba;
	text-align:left;
	font-weight:normal;
}

a.footerlinks:link {color: #4679ba; text-decoration:none; line-height:16px; }
a.footerlinks:active {color: #4679ba; }
a.footerlinks:visited {color: #4679ba; }
a.footerlinks:hover {color: #4679ba; }

.footersections {
	font-size:12px;
	color:#FFF;
	font-weight: bold;
}

.footercopyright {
	font-size:12px;
	color:#FFF;
}
/* generic footer end */