@charset "utf-8";
/* Basics*/
body{
	margin: 0;
	padding: 0;
	background: url(/static/img/bg_baked.jpg) no-repeat top center #000000;
	font: 0.850em Verdana, Geneva, sans-serif;
	color: #96a7b0;
	line-height: 19px;
}
body, html{height: 100%;}

A {
    color: #fff;
    text-decoration: underline;
	outline:none;
}

A:hover {
    color: #c4c9dd;
    text-decoration: none;
}

A:active {
    color: #737D87;
    text-decoration: underline;
}
a img {border: 0; /*for IE*/}

p {	
	line-height: 19px;
	margin-top: 12px;
	margin-bottom: 12px;	
}

hr {
	height:1px;
	border:0px;
	background:#666666;
	margin:0px;
}

.clear{clear: both;}

/* Spinner*/
.sprite-spinner {
  overflow: hidden;
  position: relative;
  display:inline-block;
  text-align:left;
  opacity:0.5; filter:alpha(opacity=50);
}

.spinner-wrap {
	position: absolute;
	float: left;
	width: 943px;
	z-index: 102;
	margin-top: 5px;
	margin-right: 5px;
	text-align:right;
}

/*font embed*/
@font-face {
    font-family: 'LatinModernRomanDunhill10Rg';
    src: url('/static/lmromandunh10-regular-webfont.eot');
    src: url('/static/lmromandunh10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/lmromandunh10-regular-webfont.woff') format('woff'),
         url('/static/lmromandunh10-regular-webfont.ttf') format('truetype'),
         url('/static/lmromandunh10-regular-webfont.svg#LatinModernRomanDunhill10Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*header style en top menu*/
.logo a{
	display:block;
	height:60px;
	width:210px;
	margin:-70px 0px 10px -120px;
}
.header{
	height: 21px;
	margin: 0 auto;
	width: 848px;
	padding: 120px 0px 23px 80px;
}	
.footer{
	display: block;
	float:left;
	width: 748px;
	padding-left:200px;
	background-repeat: repeat-y;
    border: solid rgb(240, 248, 255);
    border: solid rgba(240,	248, 255, .5);
	line-height:10px;
	border-width: 0px 1px 0px 1px;
	background-image: url(/static/img/collumnrepeat.gif);
	text-align:center;
	color: #666666;
	font-size: 10px;
}
.botnavi-right, .botnavi-left{
	float:left;
	margin-top:10px;
	text-align: center;
}
.botnavi-left{
	background-image:url(/static/img/linebreak.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
	height:65px;
	background-position:top left;
	width: 508px;
	margin-left:20px;
}
.botnavi-left a{
	display:inline-block;
	color: #ccd5d9;
	line-height:30px;
	font-size:11px;
}
.botnavi-right{
	width:200px;
	height:70px;
	border-top:solid #43609c 1px;
}

#nav{
    list-style:none;
	margin:0px;
	padding:0px;
    float:left;
    z-index:105;
}
#nav li{
    float:left;
    position:relative;
	z-index:105;
   } 
#nav a{
    display:block;
	height:31px;
    color:#a1b3bc;
	text-decoration:none;
	background-repeat:no-repeat;
}
ul li.menu1 a { background:url(/static/img/m-comic-off.png); width:72px;}
ul li.menu1 a:hover {background-position: -82px 0;}
ul li.menu2 a { background:url(/static/img/m-archive-off.png); width:85px;}
ul li.menu2 a:hover {background-position: -95px 0;}
ul li.menu3 a { background:url(/static/img/m-blog-off.png); width:62px;}
ul li.menu3 a:hover {background-position: -72px 0;}
ul li.menu4 a { background:url(/static/img/m-about-off.png); width:71px;}
ul li.menu4 a:hover {background-position: -82px 0;}
ul li.menu5 a { background:url(/static/img/m-cast-off.png); width:59px;}
ul li.menu5 a:hover {background-position: -69px 0;}
ul li.menu6 a { background:url(/static/img/m-extra-off.png); width:73px;}
ul li.menu6 a:hover {background-position: -83px 0;}

/*--- DROPDOWN ---*/
#nav ul{
    background:#08100e; /* Adding a background makes the dropdown work properly in IE7+*/
    background:rgba(255,255,255,0);  /*hides unwanted bg color*/
  	margin-top: -3px;
	padding: 0px;
	border:dotted #a1b3bc thin;
    list-style: none;
	width:89px;
    position: absolute;
    left: -9999px;
}
#nav ul li{
	margin-left:0px;
	padding:0px 0px 0px 0px;
    float:none;
	background-color:#08100e;
	-moz-transition:background-color 0.5s;
    -webkit-transition:background-color 0.5s,;
    -o-transition:background-color 0.5s;
    transition:background-color 0.5s;
}
#nav ul li.menusub a{
	padding: 0px 5px 0px 5px;
	background: none; 
	height:25px;
	text-align:center;
}
#nav ul a{
    white-space:nowrap;  Stop text wrapping and creating multi-line dropdown items */
	text-decoration:none;
	line-height: 25px;
}

#nav li:hover ul{left:0px;}/* Display the dropdown on hover */

#nav li:hover.menu6 a{background-position: -83px 0;} /* makes last tab look like hover state when submenu is open */

#nav li:hover {background:url(/static/img/main-hover.png);}/*sets bg ing for all hover*/	
#nav ul li:hover {background:none;} /*clears hover image from submenu*/
#nav ul li:hover {background-color: #214e4a;}
#nav ul li a:hover{color: #fff;}

ul#nav li { width:89px }
li.menu1 { margin-left: -20px }
li.menu2 { margin-left: -15px }
li.menu3 { margin-left: -2px }
li.menu4 { margin-left: -25px }
li.menu5 { margin-left: -15px }
li.menu6 { margin-left: -28px }

/*einde menu begin social icons*/
.icons{
	position: absolute;
	margin: 0 auto;
	margin-top: -8px;
	padding: 0px 0px 0px 20px;
	height: 32px;
	width: 907px;
}
.icons a {
	display: block;
    float: left;
    height: 32px;
    width: 32px;
}
.icons .fb a {background: url("/static/img/icon_fb.png") no-repeat scroll 0 0 transparent; }
.icons .fb a:hover {background-position: -32px 0; }
.icons .tw a {background: url("/static/img/icon_tw.png") no-repeat scroll 0 0 transparent; }
.icons .tw a:hover {background-position: -32px 0; }
.icons .rs a {background: url("/static/img/icon_rs.png") no-repeat scroll 0 0 transparent; }
.icons .rs a:hover {background-position: -32px 0;}
.icons .tu a {background: url("/static/img/icon_tu.png") no-repeat scroll 0 0 transparent; }
.icons .tu a:hover {background-position: -32px 0;}
.icons .da a {background: url("/static/img/icon_da.png") no-repeat scroll 0 0 transparent; }
.icons .da a:hover {background-position: -32px 0; }

/*content buildup*/
.wrap{
	height: 100%;
	width: 948px;
	margin: 0 auto;
}

.container {
	float:left;
	width: 948px;
	min-height: 100%;
	margin: 0 auto;
	background-image: url(/static/img/collumnrepeat.gif);
	background-repeat: repeat-y;
    border: solid rgb(240, 248, 255);
    border: solid rgba(240,	248, 255, .5);
	border-width: 1px 1px 0px 1px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.container-overlay {
	position: absolute;
	float: left;
	width: 948px;
	min-height: 100%;
	z-index: 100;
	margin: 0 auto;
	background-image: url(/static/img/collumnrepeat.gif);
	background-repeat: repeat-y;
    border: solid rgb(240, 248, 255);
    border: solid rgba(240,	248, 255, .0);
	border-width: 1px 1px 0px 1px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.content{
	background-image:url(/static/img/contentspiralbg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width: 688px;
	padding: 20px 40px 20px 20px;
	float:left;
	position: relative;
}

.comments {
	width: 660px;
	float: left;
	display: block;
}

/*SIDEBAR*/
.sidebar{
	background-image:url(/static/img/updatesbiweekly.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-size: 0.870em;
	padding: 0px;
	margin: 0px;
	width: 200px;
	float: left;
	color: #829aa4;
}
.sidebar p{
	margin:0px;
	line-height: 16px;
	padding-top:10px;
}
.newreader a {
	width:180px;
	height:78px;
	margin:auto;
	display:block;
	margin-top: 79px;
	background-image:url(/static/img/newreader.jpg);
	background-repeat:no-repeat;
}
.newreader a:hover{
	background-image:url(/static/img/new-reader-hover.gif);
}
.patreon a {
	width:180px;
	height:97px;
	margin:auto;
	display:block;
	margin-top: 20px;
	background-image:url(/static/img/patreon.jpg);
	background-repeat:no-repeat;
}
.newreader a:hover{
	background-image:url(/static/img/new-reader-hover.gif);
}

.sidebox-tall, .sidebox-short{
	width:160px;
	margin:auto;
	margin-top:20px;
	padding:10px;
	background-image:url(/static/img/sidebarbox-tall.jpg);
	background-repeat:no-repeat;
}
.sidebox-short {
	background-image:url(/static/img/sidebarbox-short.jpg);
}
.side-title{
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.side-bot{
	width:160px;
	margin:auto;
	padding:0px;
	text-align:center;
}
.center {
	display: block;
	padding: 10px 0px 10px 0px;
	margin:auto;
}
/*content shit*/

/*COMIC NAVGCATIE*/
#c-nav{
height: 28px;
width: 700px;
}
.c-nav-bot{
margin-bottom:20px;
}

#c-nav ul{
padding: 0px;
margin: 0px;
}
#c-nav li{
	line-height:28px;
	font-size:0.850em;
	height:28px;
	overflow:hidden;
	text-align:center;
	list-style:none;
	float:left;
	display:block;
	background-color: #000;
}
#c-nav a{
	text-decoration:none;
    color:#a1b3bc;
	display:block;
	border: none;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s,;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.c-nav-1{ /*first*/
	width:60px;
	padding: 0px;
	margin:0px 1px 0px 0px;
}
.c-nav-2{ /*arch*/
	width:70px;
	margin:0px 1px 0px 0px;
}
.c-nav-3{ /*last*/
	width:70px;
}
.c-nav-4{ /*title*/
	font-family: Georgia, "Times New Roman", Times, serif;
	width:357px;
	font-style:italic;
}
.c-nav-5{ /*prev*/
	width:80px;
	margin:0px 1px 0px 0px;
}
.c-nav-6{ /*next*/
	width:60px;
	padding: 0px;
}
#c-nav a:hover {
	background-color: #214e4a;
}

#c-nav li.disabled a {color:#485054;}
#c-nav li.disabled a:hover {background-color:#000;}

#c-nav li.disabled a img {opacity:0.3; filter:alpha(opacity=30); }

.titel{
	display:block;
	margin: 0px 0px 15px 15px;
}

.kop {
	float: left;
	width: 100%;
	background-position: 0px 23px;
	background-image:url(/static/img/paragraph-bg.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;
}
.kop-lore {
	float: left;
	width: 100%;
	background-position: 0px 142px;
	background-image:url(/static/img/paragraph-bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.shead{
	font-family: 'LatinModernRomanDunhill10Rg';
	color: #fff;
	font-size: 18px;
	text-decoration:none;
	display:block;
	margin:0px 0px 5px 0px;
	line-height:28px;
	font-weight: normal;
}
.sblog{
	color: #fff;
	font-size: 15px;
	display:block;
	margin:0px 0px 5px 0px;
	line-height:28px;
}

/*in content image styles*/
.i-center, .i-standard, .ad-style{
	padding:5px;
	display:block;
	background-image:url(img/linebreak.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
	background-color: #121916;
	border:solid #363d3b thin;
	border-top:none;
}

.i-center, .ad-style{
	margin-left:auto;
	margin-right:auto;
}
.i-standard {margin:5px;}
.ad-style{width:468px;}

/*bulets and lists*/

ul.list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.list li{
	background-image: url(/static/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding:5px 0px 5px 20px;
}

#ad-float {
	float:left;
	width: 100%;
	padding-bottom: 10px;
}

#box1,#box2{
	font-family: 'LatinModernRomanDunhill10Rg';
	color:#ccd5d9;
	background: #363838;
	font-style: italic;
	margin: 10px 100px 10px 100px;
	padding:15px;
	text-align:center;
}
#box2{
	margin: 10px 30px 10px 30px;
	font: 13px/1.5 Arial,Verdana,sans-serif;
	font-style: italic;
	text-align:left;
}
.datum{
	/*font-family: 'LatinModernRomanDunhill10Rg';*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style:italic;
	display:block;
	float:right;
	margin-top:-23px;
}
.castsmall{
	float: left;
	width: 210px ;
	height: 380px ;
	margin: 5px 5px 10px 5px;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(18,25,22,0) 0%, rgba(18,25,22,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,25,22,0)), color-stop(100%,rgba(18,25,22,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(18,25,22,0) 0%,rgba(18,25,22,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(18,25,22,0) 0%,rgba(18,25,22,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(18,25,22,0) 0%,rgba(18,25,22,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(18,25,22,0) 0%,rgba(18,25,22,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121916', endColorstr='#121916',GradientType=0 ); /* IE6-9 */
}
.castsmall p {
	padding: 0 10px 10px 10px;
	margin: 0px;
}
.cast-details{
	padding: 10px;
	background: #121916;
	font-size: 12px;
	font-style: italic;
}
.convention-head{
	color:#fff;
	font-style:italic;
}

.cast {	background-image:url(/static/img/castbarbg.jpg);}

.cast p{
	height: 100px;
	padding:5px;
	margin-top:10px;
	cursor: pointer;
}
.cast-drop { 
	background: #1e2624;
	margin-top:-10px;
	padding:25px;
}
.cast .morwenna{background: url("img/cast-wenna.png");}
.cast .hayden{background: url("img/cast-hayden.png");}
.cast .ove{background: url("img/cast-ove.png");}
.cast .neva{background: url("img/cast-neva.png");}
.cast .cimos{background: url("img/cast-cimos.png");}
.cast .neburas{background: url("img/cast-neburas.png");}	
.cast .inez{background: url("img/cast-inez.png");}
.cast .alarina{background: url("img/cast-alarina.png");}
.cast .ildrus{background: url("img/cast-ildrus.png");}
.cast .crow{background: url("img/cast-crow.png");}
.cast .helmar{background: url("img/cast-helmar.png");}
.cast .alch{background: url("img/cast-alch.png");}	
.cast .javil{background: url("img/cast-javil.png");}

/* archive */

.archivehead{
	width:640px;
	padding:10px;
	float: left;
	display:block;
	background-image:url(/static/img/linebreak.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	line-height: 19px;
	background-color:#08100e;
}

.archive, .gallery, .blog{
    position:relative;
	float:left;
	width:640px;
	height:100%;
	padding:10px;
	display:block;
	background:#121916;
}
.archive, .gallery{
	background-image:url(/static/img/linebreak.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:20px;
}
.archive.closed {
	height:75px;
	overflow:hidden;
}

.blogbot{
    position:relative;
	float:left;
	width:640px;
	padding: 0px 10px 10px 10px;
	display:block;
	background:#121916;
	margin-bottom:20px;
	background-image:url(/static/img/linebreak.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.blogbot a{
	text-decoration:underline;
}

.archive-overlay {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:100;
	background-image:url(/static/img/archive-overlay.png);
	background-position: top left;
	/*background-color: #000;
	opacity:0.6;
	filter:alpha(opacity=60);*/
	text-align:right;
	cursor:pointer;
}

.archive-overlay-click-expand {
	padding-top:75px;
    color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
}

.pagenr{
	border-top-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	background-color:#201e1c;
	color:#99aab3;
}

.archive-comic {
	float: left;
	padding: 0px 0px 6px 0px;
}

.archive-comic img{
	border:solid #4d5c58 1px;
	margin: 0px 5px 0px 5px;
}

.archive-comic img:hover{ border-color:#FFFFFF;}

.archive-comic li{
	margin:0px;
	padding:0px;
    list-style: none;
    float:left;
}
.archive-comic ul{
	margin:0px;
	padding:0px 0px  0px 75px;
}
.archive-comic ul li{
	padding: 2px 5px 2px 10px;
	height:16px;
	width: 18px;
    float:none;
	text-align:center;
	line-height:17px;
	background-color:#214e4a;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	color:#99aab3;
	font-size: 11px;
}
.pcount{
	margin:0px;
	font-size: 11px;
}
#arch-sum p {
	line-height:10px;
	margin:0px;
	padding:0px;
}
.tnklein{
	margin: 3px 3px 3px 3px;
	outline: none;
}
.tngroot{
	margin: 3px 3px 4px 3px;
	outline: none;
}	
#wp-dropdown, #wp-dropdown2{
	width:204px;
	margin: 0px 3px 7px 3px;
	background-color:#201e1c;
	border:dotted #a1b3bc thin;
	color:#CCC;
}
.subscript{
	/*font-family: 'LatinModernRomanDunhill10Rg';*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style:italic;
	display:block;
	text-align:center;
}
.zoom{cursor: -webkit-zoom-in; cursor: -moz-zoom-in;}

.banner{
	padding:1px;
}
ul li.weaver, ul li.chan, ul li.seer, ul li.control {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 10px 30px;
	}
	
ul li.weaver {background-image: url(/static/img/li-shaper.jpg);}
ul li.chan {background-image: url(/static/img/li-channeller.jpg);}
ul li.seer {background-image:url(/static/img/li-seeer.jpg);}
ul li.control {background-image:url(/static/img/li-controller.jpg);}

	
/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */
