/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ */
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}

/* HTML5 Boilerplates */
article,aside,canvas,details,figcaption,figure,footer,header,main,nav,section,video{display:block}

a{text-decoration:none}

body{
	background:#5079fc;
	background:radial-gradient(#5079fc,#002084);
	background-attachment:fixed;
	color:white;
	font:1.1em/1.6 'Times New Roman',georgia,Helvetica,Verdana,sans-serif;
	margin:0 auto;
	padding:0;
	position:relative;
	text-shadow:1px 1px 1px black;
}


cite{
	display:block;
	font-style:normal;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:5px;
	margin-left:72px;
	position:relative;
	left:30px;
}

blockquote p{
	line-height:1.3;
	font-style:italic;
	margin-left:72px;
	max-width:12em;
}
blockquote p.no-format{max-width:100%}

strike{
	color:rgba(255,255,255,.5);
	display:block;
}

.no-format blockquote p{max-width:100%}


.gold{color:#ffbf4d}
.green{color:#00ff2a}
.red{color:red}


#navigation{padding:0 50px;}
#navigation ul {
	/*
	background:#002084;
	background:linear-gradient(#1d4ad8,#002084);
	background-attachment:fixed;
	border:3px solid #634100;
	border-radius:3px;
	box-shadow:0 0 0 2px white,0 0 0 4px #e8a342,0 0 0 8px #634100,0 0 0 9px #000,0 6px 6px 5px rgba(0, 0, 0, .4);
	box-sizing:border-box;
	*/
	margin:30px auto;
	overflow:hidden;
	overflow-x:hidden;
	padding:20px 0;
	position:relative;
	text-align:center;
	z-index:3;
}
#navigation li{
	display:inline-block;
}
#navigation a{
	display:inline-block;
	background:#634100;
	background:linear-gradient(#8c5f0a,#634100);
	border:1px solid #422000;
	border-radius:3px;
	box-shadow:0 0 0 2px #e8a342,0 0 0 3px black,0 6px 6px -2px rgba(0, 0, 0, .4);
	box-sizing:border-box;
	color:white;
	display:inline-block;
	font-family:'VT323';
	line-height:1.3;
	font-size:1.6em;
	font-weight:normal;
	line-height:1;
	margin:0 15px;
	padding:5px 15px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
}
#navigation a:active{bottom:-1px}


.wrapper#script{
	margin:0 auto;
	position:relative;
	width:714px;
}

.wrapper section {

	margin:30px auto;
	padding:20px 0;
	position:relative;
	text-align:left;
	z-index:3;
}

#hoverBar{
	background:#634100;
	background:linear-gradient(#8c5f0a,#634100);
	border-bottom:1px solid #e8a342;
	color:#f3ede4;
	font-family:arial;
	font-size:.7em;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:10px 0;
	position:fixed;
	text-transform:uppercase;
	top:0;
	width:100%;
	z-index:9;
}

#hoverBar a{color:white}

#hoverBar ul{
	list-style-type:none;
}

#hoverBar li{
	background:#e8a342;
	border:1px solid black;
	border-radius:5px;
	box-sizing:border-box;
	display:inline-block;
	left:196px;
	padding:0 10px;
	position:absolute;
}
#hoverBar li:nth-child(2){
	left:590px;
}
#hoverBar li:nth-child(3){
	left:910px;
}
#hoverBar li:nth-child(4){
	left:1200px;
}



/* --------------------------------------------------
SCRIPTS
-------------------------------------------------- */

time {
	background:#634100;
	background:linear-gradient(#775005, #634100);
	border:1px solid #422000;
	border-radius:3px;
	box-shadow:0 0 0 2px #e8a342,0 0 0 3px rgba(0, 0, 0, .5),0 6px 6px -2px rgba(0, 0, 0, .4);
	box-sizing:border-box;
	color:#e8a342;
	cursor:pointer;
	display:block;
	font-size:.8em;
	font-style:normal;
	padding:2px 5px;
	position:absolute;
	right:18px;
	top:15px;
	z-index:99999;
}

time:active{top:16px}

.reply1{border-top:0;padding-left:80px}


article {
	border-bottom:1px solid rgba(255, 255, 255, .1);
	clear:both;
	padding:15px 0 20px 20px;
	position:relative;
	background:#002084;
	background:linear-gradient(#1d4ad8,#002084);
	background-attachment:fixed;
	border:3px solid #634100;
	border-radius:3px;
	box-shadow:0 0 0 2px white,0 0 0 4px #e8a342,0 0 0 8px #634100,0 0 0 9px #000,0 6px 6px 5px rgba(0, 0, 0, .4);
	box-sizing:border-box;
	margin:0 0 30px;
	width:400px;
}



blockquote{
	display:block;
	min-height:60px;
	position:relative;
	padding-right:90px;
}


blockquote.s2{
	background:#153fc2;
	background:linear-gradient(#1d4ad8,#002084);
	background-attachment:fixed;
	border:1px solid #634100;
	border-radius:3px;
	box-shadow:0 0 0 1px white,0 0 0 2px #e8a342,0 0 0 3px #634100,0 0 0 4px #000,0 6px 6px 1px rgba(0, 0, 0, .4);
	box-sizing:border-box;
	font-size:.9em;
	margin:30px auto;
	overflow:hidden;
	overflow-x:hidden;
	padding:10px 20px;
	position:absolute;
	right:-304px;
	text-align:left;
	top:-38px;
	width:268px;
	z-index:3;
}
blockquote.s2:hover{
	background:linear-gradient(#2854db,#0b2e9c);
	background-attachment:fixed;
}




blockquote:hover{
	z-index:9999;
}

blockquote.s2 cite,blockquote.s3 cite,blockquote.s2 p,blockquote.s3 p{margin-left:0}

.heading {
	background:#634100;
	background:linear-gradient(#8c5f0a,#634100);
	border:1px solid #422000;
	border-radius:3px;
	box-shadow:0 0 0 2px #e8a342,0 0 0 3px black,0 6px 6px -2px rgba(0, 0, 0, .4);
	box-sizing:border-box;
	color:#f3ede4;
	display:block;
	font-weight:normal;
	margin:0 auto 30px;
	max-width:84%;
	padding:5px 15px;
	position:relative;
	text-align:center;
}
.heading:hover{z-index:999}
.heading h1,
.heading h2{
	font-family:'VT323';
	line-height:1.3;
	font-size:1.4em;
	font-weight:normal;
	line-height:1;
	text-transform:uppercase;
}
.heading p{
	font-size:1.1em;
	font-style:italic;
}

h4.heading,h5.heading,h6.heading{
	background-color:rgb(214,204,161);
	border:1px solid #c9be91;
	border-radius:5px;
	box-shadow:0 6px 6px -5px #a68d72;
	box-sizing:border-box;
	display:block;
	margin:0 auto 10px;
	padding:5px;
	position:relative;
	text-align:center;
}

.notice{
	background:#e8a342;
	background:linear-gradient(#f4b152, #c9811c);
	border-right:0px solid #a60000;
	border-radius:2px;
	box-shadow:0 0 0 1px rgba(0, 0, 0, .4),0 0 0 3px white,0 0 0 4px black,0 6px 6px -2px rgba(0, 0, 0, .4);
	box-sizing:border-box;
	clear:both;
	display:block;
	font-family:'VT323';
	font-size:1.2em;
	left:-293px;
	line-height:1.2;
	margin:0 auto 30px;
	padding:3px 10px 5px;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
	width:260px;
	z-index:9;
}

.show-s2 #show-s2{
	background:#006121;
	box-shadow:0 6px 6px -4px rgba(0, 0, 0, .5);
	font-weight:bold;
}

.show-content{cursor:pointer}





/* --------------------------------------------------
SIDEBARS
-------------------------------------------------- */


.sidebar{
	font-size:0.9em;
	right:30px;
	position:fixed;
	text-align:left;
	top:30px;
	width:200px;
	z-index:9999;
}

.sidebar section{
	background-color:#002084;
	background:linear-gradient(#1d4ad8, #002084);
	border:3px solid #634100;
	border-radius:3px;
	box-shadow:0 0 0 2px white,0 0 0 4px #e8a342,0 0 0 8px #634100,0 0 0 9px #000,0 6px 6px 5px rgba(0, 0, 0, .4);
	box-sizing:border-box;
	color:white;
	font-size:.85em;
	margin:0 0 40px;
	padding:20px 10px;
}

.sidebar .heading{margin-bottom:5px}

.sidebar cite{
	background:none;
	font-weight:normal;
	margin:0;
	padding:0 30px 0 0;
}

.sidebar li{
	border-bottom:1px solid rgba(255, 255, 255, .1);
	display:block;
	position:relative;
}
.sidebar li a,.sidebar li span{
	color:white;
	display:block;
	padding:8px 0;
	position:relative;
}
.sidebar li a:active,.sidebar li span:active{
	bottom:-1px;
}
.sidebar li a:hover,.sidebar li span:hover{
	text-decoration:none;
}

.sidebar li:hover{
	background:#634100;
	background:linear-gradient(to right,transparent, rgba(255, 255, 255, .4));
}
.sidebar li:last-child{
	border-bottom:0;
}
.sidebar li li a{padding:0px 10px;}

.sidebar li li{border:0;margin:0;padding:5px 10px}
.sidebar li li:hover{
	background:#001450;
	background:linear-gradient(to right,transparent, #001145);
	box-shadow:none;
}

.sidebar ul {
	cursor:pointer;
	display:block;
	padding:5px 0;
	position:relative;
}
.sidebar ul ul{
	background:#002084;
	background:linear-gradient(to right,rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
	border:0px solid #c5bd9d;
	box-shadow:0 6px 6px -5px black;
	box-sizing:border-box;
	display:none;
	font-size:1em;
	padding:0;
	position:absolute;
	right:-100%;
	top:0;
	width:100%;
}
.sidebar li:hover ul{display:none}

.sidebar .sprite-balbazak{
	background:url(../images/shining-force/sprites/sprite-balbazak.gif) left center no-repeat;
	background-size:auto 24px;
}
.sidebar .sprite-chaos{
	background:url(../images/shining-force/sprites/sprite-chaos.gif) left center no-repeat;
	background-size:auto 24px;
}
.sidebar .sprite-darksol{
	background:url(../images/shining-force/sprites/sprite-darksol.gif) left center no-repeat;
	background-size:auto 24px;
}
.sidebar .sprite-kane{
	background:url(../images/shining-force/sprites/sprite-kane.gif) left center no-repeat;
	background-size:auto 24px;
}
.sidebar .sprite-laser-eye{
	background:url(../images/shining-force/sprites/sprite-laser-eye.gif) left center no-repeat;
	background-size:auto 24px;
}
.sidebar .sprite-marionette{
	background:url(../images/shining-force/sprites/sprite-marionette.gif) left center no-repeat;
	background-size:auto 24px;
}
.sidebar .sprite-max{
	background:url(../images/shining-force/sprites/sprite-max.gif) left center no-repeat;
	background-size:auto 24px;
}
.sidebar .sprite-max-promoted{
	background:url(../images/shining-force/sprites/sprite-max-promoted.gif) left center no-repeat;
	background-size:auto 24px;
}
.sidebar .sprite-master-mage{
	background:url(../images/shining-force/sprites/sprite-master-mage.gif) left center no-repeat;
	background-size:auto 24px;
}
.sidebar .sprite-rune-knight{
	background:url(../images/shining-force/sprites/sprite-rune-knight.gif) left center no-repeat;
	background-size:auto 24px;
}
.sidebar .sprite-simone{
	background:url(../images/shining-force/sprites/sprite-simone.png) left center no-repeat;
	background-size:auto 24px;
}

.scripts span:active {
	bottom:-1px;
}

.scripts-red {
	color:red;
}

#script .fade
{
	opacity:.2;
}


/* --------------------------------------------------
PORTRAITS
-------------------------------------------------- */

#script .s1.adam{background:url(../images/shining-force/portraits/adam.gif) no-repeat left top;background-size:48px 60px}
#script .s1.alef{background:url(../images/shining-force/portraits/alef.gif) no-repeat left top;background-size:48px 60px}
#script .s1.amon{background:url(../images/shining-force/portraits/amon.gif) no-repeat left top;background-size:48px 60px}
#script .s1.anri{background:url(../images/shining-force/portraits/anri.gif) no-repeat left top;background-size:48px 60px}
#script .s1.armed-skeleton{background:url(../images/shining-force/portraits/armed-skeleton.gif) no-repeat left top;background-size:48px 60px}
#script .s1.arthur{background:url(../images/shining-force/portraits/arthur.gif) no-repeat left top;background-size:48px 60px}
#script .s1.balbaroy{background:url(../images/shining-force/portraits/balbaroy.gif) no-repeat left top;background-size:48px 60px}
#script .s1.balbazak{background:url(../images/shining-force/portraits/balbazak.gif) no-repeat left top;background-size:48px 60px}
#script .s1.blank{background:url(../images/shining-force/portraits/blank.gif) no-repeat left top;background-size:48px 60px}
#script .s1.bleu{background:url(../images/shining-force/portraits/bleu.gif) no-repeat left top;background-size:48px 60px}
#script .s1.boken1{background:url(../images/shining-force/portraits/boken.gif) no-repeat left top;background-size:48px 60px}
#script .s1.centurion{background:url(../images/shining-force/portraits/centurion.gif) no-repeat left top;background-size:48px 60px}
#script .s1.chaos{background:url(../images/shining-force/portraits/chaos.gif) no-repeat left top;background-size:48px 60px}
#script .s1.colossus{background:url(../images/shining-force/portraits/colossus.gif) no-repeat left top;background-size:48px 60px}
#script .s1.dark-dragon{background:url(../images/shining-force/portraits/dark-dragon.gif) no-repeat left top;background-size:48px 60px}
#script .s1.darksol{background:url(../images/shining-force/portraits/darksol.gif) no-repeat left top;background-size:48px 60px}
#script .s1.diane{background:url(../images/shining-force/portraits/diane.gif) no-repeat left top;background-size:48px 60px}
#script .s1.domingo{background:url(../images/shining-force/portraits/domingo.gif) no-repeat left top;background-size:48px 60px}
#script .s1.earnest{background:url(../images/shining-force/portraits/earnest.gif) no-repeat left top;background-size:48px 60px}
#script .s1.elliot{background:url(../images/shining-force/portraits/elliot.gif) no-repeat left top;background-size:48px 60px}
#script .s1.evil-max{background:url(../images/shining-force/portraits/evil-max.gif) no-repeat left top;background-size:48px 60px}
#script .s1.farmer{background:url(../images/shining-force/portraits/farmer.gif) no-repeat left top;background-size:48px 60px}
#script .s1.gong{background:url(../images/shining-force/portraits/gong.gif) no-repeat left top;background-size:48px 60px}
#script .s1.gort{background:url(../images/shining-force/portraits/gort.gif) no-repeat left top;background-size:48px 60px}
#script .s1.guntz{background:url(../images/shining-force/portraits/guntz.gif) no-repeat left top;background-size:48px 60px}
#script .s1.hans{background:url(../images/shining-force/portraits/hans.gif) no-repeat left top;background-size:48px 60px}
#script .s1.hanzou{background:url(../images/shining-force/portraits/hanzou.gif) no-repeat left top;background-size:48px 60px}
#script .s1.jogurt{background:url(../images/shining-force/portraits/jogurt.gif) no-repeat left top;background-size:48px 60px}
#script .s1.kane{background:url(../images/shining-force/portraits/kane.gif) no-repeat left top;background-size:48px 60px}
#script .s1.ken{background:url(../images/shining-force/portraits/ken.gif) no-repeat left top;background-size:48px 60px}
#script .s1.khris{background:url(../images/shining-force/portraits/khris.gif) no-repeat left top;background-size:48px 60px}
#script .s1.king-alterone{background:url(../images/shining-force/portraits/king-alterone.gif) no-repeat left top;background-size:48px 60px}
#script .s1.king-guardiana{background:url(../images/shining-force/portraits/king-of-guardiana.gif) no-repeat left top;background-size:48px 60px}
#script .s1.ramladu{background:url(../images/shining-force/portraits/ramladu.gif) no-repeat left top;background-size:48px 60px}
#script .s1.kokichi{background:url(../images/shining-force/portraits/kokichi.gif) no-repeat left top;background-size:48px 60px}
#script .s1.lizardman{background:url(../images/shining-force/portraits/lizardman.gif) no-repeat left top;background-size:48px 60px}
#script .s1.lord-kane{background:url(../images/shining-force/portraits/lord-kane.gif) no-repeat left top;background-size:48px 60px}
#script .s1.lord-varios{background:url(../images/shining-force/portraits/lord-varios.gif) no-repeat left top;background-size:48px 60px}
#script .s1.lowe{background:url(../images/shining-force/portraits/lowe.gif) no-repeat left top;background-size:48px 60px}
#script .s1.luke{background:url(../images/shining-force/portraits/luke.gif) no-repeat left top;background-size:48px 60px}
#script .s1.lyle{background:url(../images/shining-force/portraits/lyle.gif) no-repeat left top;background-size:48px 60px}
#script .s1.mae{background:url(../images/shining-force/portraits/mae.gif) no-repeat left top;background-size:48px 60px}
#script .s1.masked-varios{background:url(../images/shining-force/portraits/masked-varios.gif) no-repeat left top;background-size:48px 60px}
#script .s1.max{background:url(../images/shining-force/portraits/max.gif) no-repeat left top;background-size:48px 60px}
#script .s1.max-promoted{background:url(../images/shining-force/portraits/max-promoted.gif) no-repeat left top;background-size:48px 60px}
#script .s1.mishaela{background:url(../images/shining-force/portraits/mishaela.gif) no-repeat left top;background-size:48px 60px}
#script .s1.musashi{background:url(../images/shining-force/portraits/musashi.gif) no-repeat left top;background-size:48px 60px}
#script .s1.narsha{background:url(../images/shining-force/portraits/narsha.gif) no-repeat left top;background-size:48px 60px}
#script .s1.nova{background:url(../images/shining-force/portraits/nova.gif) no-repeat left top;background-size:48px 60px}
#script .s1.otrant{background:url(../images/shining-force/portraits/otrant.gif) no-repeat left top;background-size:48px 60px}
#script .s1.pelle{background:url(../images/shining-force/portraits/pelle.gif) no-repeat left top;background-size:48px 60px}
#script .s1.priest{background:url(../images/shining-force/portraits/priest.gif) no-repeat left top;background-size:48px 60px}
#script .s1.shell{background:url(../images/shining-force/portraits/shell.gif) no-repeat left top;background-size:48px 60px}
#script .s1.simone{background:url(../images/shining-force/portraits/simone.gif) no-repeat left top;background-size:48px 60px}
#script .s1.tao{background:url(../images/shining-force/portraits/tao.gif) no-repeat left top;background-size:48px 60px}
#script .s1.torasu{background:url(../images/shining-force/portraits/torasu.gif) no-repeat left top;background-size:48px 60px}
#script .s1.vankar{background:url(../images/shining-force/portraits/vankar.gif) no-repeat left top;background-size:48px 60px}
#script .s1.zylo{background:url(../images/shining-force/portraits/zylo.gif) no-repeat left top;background-size:48px 60px}

/* --------------------------------------------------
SPRITES
-------------------------------------------------- */
cite:before{
	background-attachment:no-repeat;
	content:'';
	height:24px;
	left:-30px;
	overflow:hidden;
	position:absolute;
	top:-3px;
	width:24px;
	animation: play .8s steps(1) infinite;
}
.adam cite:before{background:url(../images/shining-force/sprites/adam.gif)}
.alef cite:before{background:url(../images/shining-force/sprites/alef.gif)}
.armed-skeleton cite:before{background:url(../images/shining-force/sprites/armed-skeleton.gif)}
.lizardman cite:before{background:url(../images/shining-force/sprites/lizardman.gif)}
.torasu cite:before{background:url(../images/shining-force/sprites/torasu.gif)}
.bleu cite:before{background:url(../images/shining-force/sprites/bleu.gif)}
.cat cite:before{background:url(../images/shining-force/sprites/cat.gif)}
.chaos cite:before{background:url(../images/shining-force/sprites/chaos.gif)}
.colossus cite:before{background:url(../images/shining-force/sprites/colossus.gif)}
.centurion cite:before{background:url(../images/shining-force/sprites/centurion.gif)}
.dark-dragon cite:before{background:url(../images/shining-force/sprites/dark-dragon.gif)}
.dark-dwarf cite:before{background:url(../images/shining-force/sprites/dark-dwarf.gif)}
.dark-priest cite:before{background:url(../images/shining-force/sprites/dark-priest.gif)}
.diane cite:before{background:url(../images/shining-force/sprites/diane.gif)}
.dog cite:before{background:url(../images/shining-force/sprites/dog.gif)}
.elliot cite:before{background:url(../images/shining-force/sprites/elliot.gif)}
.gong cite:before{background:url(../images/shining-force/sprites/gong.gif)}
.jogurt cite:before{background:url(../images/shining-force/sprites/jogurt.gif)}
.lyle cite:before{background:url(../images/shining-force/sprites/lyle.gif)}
.pelle cite:before{background:url(../images/shining-force/sprites/pelle.gif)}
.kokichi cite:before{background:url(../images/shining-force/sprites/kokichi.gif)}
.ramladu cite:before{background:url(../images/shining-force/sprites/ramladu.gif)}
.silver-knight cite:before{background:url(../images/shining-force/sprites/silver-knight.gif)}
.injured-soldier cite:before{background:url(../images/shining-force/sprites/injured-soldier.gif)}
.soldier cite:before{background:url(../images/shining-force/sprites/soldier.gif)}
.woman cite:before{background:url(../images/shining-force/sprites/woman.gif)}
.zylo cite:before{background:url(../images/shining-force/sprites/zylo.gif)}
.master-mage cite:before{background:url(../images/shining-force/sprites/master-mage.gif)}
.old-man cite:before{background:url(../images/shining-force/sprites/old-man.gif)}
.old-woman cite:before{background:url(../images/shining-force/sprites/old-woman.gif)}
.maid cite:before{background:url(../images/shining-force/sprites/maid.gif)}
.mage cite:before{background:url(../images/shining-force/sprites/mage.gif)}
.merchant cite:before{background:url(../images/shining-force/sprites/merchant.gif)}
.vankar cite:before{background:url(../images/shining-force/sprites/vankar.gif)}
.karin cite:before,
.krin cite:before,
.queen-koron cite:before
	{background:url(../images/shining-force/sprites/karin.gif)}
.max cite:before,
.actor-max cite:before
	{background:url(../images/shining-force/sprites/max.gif)}
.max-promoted cite:before{background:url(../images/shining-force/sprites/max-promoted.gif)}
.shell cite:before,
.mermaid cite:before
	{background:url(../images/shining-force/sprites/shell.gif)}

.darksol cite:before{background:url(../images/shining-force/sprites/darksol.gif)}
.balbazak cite:before{background:url(../images/shining-force/sprites/balbazak.gif)}
.domingo cite:before{background:url(../images/shining-force/sprites/domingo.gif)}
.brit cite:before,
.cerberus cite:before
	{background:url(../images/shining-force/sprites/cerberus.gif)}
.demon-master cite:before{background:url(../images/shining-force/sprites/demon-master.gif)}
.hanzou cite:before{background:url(../images/shining-force/sprites/hanzou.gif)}
.musashi cite:before{background:url(../images/shining-force/sprites/musashi.gif)}
.pig cite:before{background:url(../images/shining-force/sprites/pig.gif)}
.earnest cite:before{background:url(../images/shining-force/sprites/earnest.gif)}
.laser-eye cite:before{background:url(../images/shining-force/sprites/laser-eye.gif)}
.zombie cite:before{background:url(../images/shining-force/sprites/zombie.gif)}
.amon cite:before{background:url(../images/shining-force/sprites/amon.gif)}
.balbaroy cite:before{background:url(../images/shining-force/sprites/balbaroy.gif)}
.marionette cite:before{background:url(../images/shining-force/sprites/marionette.gif)}
.masked-varios cite:before{background:url(../images/shining-force/sprites/masked-varios.gif)}
.spirit cite:before{background:url(../images/shining-force/sprites/spirit.gif)}
.skeleton cite:before{background:url(../images/shining-force/sprites/skeleton.gif)}
.sign-post cite:before{background:url(../images/shining-force/sprites/sign-post.gif)}
.mahato cite:before,
.otrant cite:before,
.vip-mage cite:before
	{background:url(../images/shining-force/sprites/otrant.gif)}
.anri cite:before{background:url(../images/shining-force/sprites/anri.gif)}
.paladin cite:before{background:url(../images/shining-force/sprites/arthur-promoted.gif)}
.arthur cite:before,
.knight cite:before
	{background:url(../images/shining-force/sprites/arthur.gif)}
.elder cite:before,
.mayor cite:before
	{background:url(../images/shining-force/sprites/elder.gif)}
.guntz cite:before{background:url(../images/shining-force/sprites/guntz.gif)}
.boken cite:before{background:url(../images/shining-force/sprites/boken.gif)}
.rune-knight cite:before,
.actor-rune-knight cite:before
	{background:url(../images/shining-force/sprites/rune-knight.gif)}
.priest cite:before{background:url(../images/shining-force/sprites/priest.gif)}
.fisherman cite:before{background:url(../images/shining-force/sprites/fisherman.gif)}
.khris cite:before{background:url(../images/shining-force/sprites/khris.gif)}
.mishaela cite:before{background:url(../images/shining-force/sprites/mishaela.gif)}
.gort cite:before{background:url(../images/shining-force/sprites/gort.gif)}
.kane cite:before,
.lord-kane cite:before
	{background:url(../images/shining-force/sprites/kane.gif)}
.narrator cite:before,
.simone cite:before
	{background:url(../images/shining-force/sprites/simone.gif)}
.chicken cite:before,
.hen cite:before
	{background:url(../images/shining-force/sprites/chicken.gif)}
.old-gert cite:before,
.wizardess cite:before
	{background:url(../images/shining-force/sprites/wizardess.gif)}
.evil-max cite:before{background:url(../images/shining-force/sprites/max-promoted.gif)}
.mae cite:before{background:url(../images/shining-force/sprites/mae.gif)}
.lowe cite:before{background:url(../images/shining-force/sprites/lowe.gif)}
.hans cite:before{background:url(../images/shining-force/sprites/hans.gif)}
.tao cite:before{background:url(../images/shining-force/sprites/tao.gif)}
.ken cite:before{background:url(../images/shining-force/sprites/ken.gif)}
.luke cite:before{background:url(../images/shining-force/sprites/luke.gif)}
.minister cite:before{background:url(../images/shining-force/sprites/minister.gif)}
.farmer cite:before{background:url(../images/shining-force/sprites/farmer.gif)}
.king cite:before,
.king-alterone cite:before,
.king-guardiana cite:before,
.king-kusuko cite:before,
.king-waral cite:before
	{background:url(../images/shining-force/sprites/king.gif)}
.nova cite:before{background:url(../images/shining-force/sprites/nova.gif)}
.lady cite:before{background:url(../images/shining-force/sprites/lady.gif)}
.lord-varios cite:before{background:url(../images/shining-force/sprites/varios.gif)}
.man cite:before{background:url(../images/shining-force/sprites/man.gif)}
.young-man cite:before{background:url(../images/shining-force/sprites/young-man.gif)}
.boy cite:before{background:url(../images/shining-force/sprites/boy.gif)}
.girl cite:before{background:url(../images/shining-force/sprites/girl.gif)}
.princess cite:before{background:url(../images/shining-force/sprites/princess.gif)}
.audience cite:before{background:url(../images/shining-force/sprites/audience.gif)}
.durahan cite:before{background:url(../images/shining-force/sprites/durahan.gif)}
.nun cite:before{background:url(../images/shining-force/sprites/nun.gif)}
.dragonia-shrine cite:before{background:url(../images/shining-force/sprites/dragonia-shrine.gif)}
.statue cite:before{background:url(../images/shining-force/sprites/statue.gif);height:34px;}
.prompt-man cite:before,
.waral-man cite:before
	{background:url(../images/shining-force/sprites/waral-man.gif)}

@keyframes play {
	0%   {background-position:0 0}
    50%  {background-position:-24px 0}
    100%   {background-position:0 0}
}
