/*
Theme Name: Elsword V3
Author: KOG Games Inc.
Author URI: http://en.elswordonline.com
Description: NPC Voices Microsite
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, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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;
	vertical-align: baseline;
	line-height:normal;
}

body {	
	height: 100%;
	width: 100%;
	background-color: #000;	
	background-image: url('images/bg.jpg');
	background-repeat:no-repeat;
	background-size:container;
	background-position:top center;
}

#container {
	margin-left:55px;
	margin-right:55px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
}

/* spacers start */
#spacer1 {
	height:5px;
}
#spacer2 {
	height:10px;
}
#spacer3 {
	height:60px;
}
#spacer4 {
	height:130px;
}
#spacer5 {
	height:44px;
}
#spacer6 {
	height:40px;
}
#npcname {
	height:103px;
	width:286px;
	background-color:#312218;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}
/* spacers end */


/* menu start */
/* menu end */

/* frame start */
#frame {
	background-image: url(images/frame.png);
	width:977px;
	height:1417px;
	background-position:top center;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#FFF;
}
/* frame end */

/* table start */
#npcbox {
	width:294px;
	height:352px;
	background-color:#412f20;
	text-align:center;
}
#nimg {
	margin-top:4px;
}
#aplayer {
	width:286px;
	height:36px;
}
/* table end */

/* fonts and layout start */
/* fonts and layout 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 */