/*
Theme Name: The Seikens Theme
Theme URI: http://www.seikens.com/
Description: The Seikens Theme.
Version: 1.0
Author: Wai Wong
Author URI: http://www.seikens.com/

*/

/* Global reset
--------------------- */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* Skip to content */
.skip {
    display: none;
}

/************************/
/*   Global formating   */
/************************/
a {
    color:#2A93C5;
    text-decoration:none;
}

a:hover {
    color:#00638F;
}

a:visited {
    text-decoration: none;
}

pre {
    font-size: 12px;
}

/************************/
/*   Layout formating   */
/************************/

body {
    font-family: Tahoma, Verdana, sans-serif;
    background: #6FA2C8 url(graphics/baddiebg.png);
}

#container {
    width: 850px;
    margin: auto;
	background-color: #fff;
	border-left: 5px solid #AAC8DE;
	border-right: 5px solid #AAC8DE;
    padding-top: 1px;
}

#header {
    height: 75px;
    margin: 1px;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 20px;
    background: #D9EFB3 url(graphics/background-k1.png) repeat-x bottom;
    position: relative;
}

#navigation {
    margin: 1px;
    margin-bottom: 5px;
    padding: 3px;
    border: 1px solid #2A93C5;
	background: #9FD0EA url(graphics/topbar.png) repeat-x top;
    height: 21px;
    font: 14px Verdana, Arial, sans-serif;
    line-height: 22px;
}

#sidebar {
    float: right;
    margin-right: 1px;
    width: 200px;
}

#content {
    float: left;
    width: 620px;
    padding-left: 10px;
    margin-left: 1px;
}

#footer {
    clear: both;
    border-top: 1px dotted #638200;
    margin: 10px 0 0 0;
    padding: 0px 5px;
    background: #D9EFB3 url(graphics/background3.png) no-repeat;
    min-height: 100px;
}

/************************/
/*    Game coverage     */
/************************/

.story {
    text-align: center;
    font-size: 12px;
}

#content > p {
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 5px;
}

#content > div p {
   	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
}

#content h1 {
    font-size: 20px;
    color: #2A93C5;
}

#content .page h2 {
    margin-bottom: 5px;
    font-size: 28px;
    color: #2A93C5;
    font-weight: normal;
    font-family: Ferti, Arial, sans-serif;;
}

#content .page h3 {
    font-size: 13px;
    margin-top: 5px;
    color: #2A93C5;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

#content .page h3 a img {
	padding-right: 5px;
}

/*
Theme Name: The Seikens Theme
Theme URI: http://www.seikens.com/
Description: The Seikens Theme.
Version: 1.0
Author: Wai Wong
Author URI: http://www.seikens.com/

*/

/* Global reset
--------------------- */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* Skip to content */
.skip {
    display: none;
}

/************************/
/*   Global formating   */
/************************/
a {
    color:#2A93C5;
    text-decoration:none;
}

a:hover {
    color:#00638F;
}

a:visited {
    text-decoration: none;
}

pre {
    font-size: 12px;
}

/************************/
/*   Layout formating   */
/************************/

body {
    font-family: Tahoma, Verdana, sans-serif;
    background: #6FA2C8 url(graphics/baddiebg.png);
}

#container {
    width: 850px;
    margin: auto;
	background-color: #fff;
	border-left: 5px solid #AAC8DE;
	border-right: 5px solid #AAC8DE;
    padding-top: 1px;
}

#header {
    height: 75px;
    margin: 1px;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 20px;
    background: #D9EFB3 url(graphics/background-k1.png) repeat-x bottom;
    position: relative;
}

#navigation {
    margin: 1px;
    margin-bottom: 5px;
    padding: 3px;
    border: 1px solid #2A93C5;
	background: #9FD0EA url(graphics/topbar.png) repeat-x top;
    height: 21px;
    font: 14px Verdana, Arial, sans-serif;
    line-height: 22px;
}

#sidebar {
    float: right;
    margin-right: 1px;
    width: 200px;
}

#content {
    float: left;
    width: 620px;
    padding-left: 10px;
    margin-left: 1px;
}

#footer {
    clear: both;
    border-top: 1px dotted #638200;
    margin: 10px 0 0 0;
    padding: 0px 5px;
    background: #D9EFB3 url(graphics/background3.png) no-repeat;
    min-height: 100px;
}

/************************/
/*    Game coverage     */
/************************/

.story {
    text-align: center;
    font-size: 12px;
}

#content > p {
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 5px;
}

#content > div p {
   	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
}

#content h1 {
    font-size: 20px;
    color: #2A93C5;
}

#content .page .entry h2 {
	color: #000;
}
#content hr {
    border: none;
	border-top: 1px dotted #4B6365;
	margin: 5px 0 5px 0;
}

#content img.right_image {
    float: right;
}

/* Table formatting */

table {
    font-size: 12px;
	margin-bottom: 10px;
}

th {
    text-align: left;
    color: #2A93C5;
    padding: 2px;
}

td {
    padding: 2px;
}

th .table_header {

}

/* for the sd3 classes */
.class_info {
    width: 250px;
	font-size:14px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.class_info ul {
	list-style-type: none;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
.class_info ul li {
	margin: 0 0 1px 0;
	padding: 2px;
}

.class_info ul ul {
	margin-bottom: 8px;
	padding: 0px;
}

.class_info ul ul li {
	padding:0px;
	border: none;
	margin: 0;
}

.class_info ul ul ul li {
	padding:0px;
	border: none;
	margin: 0;
}

.class_info a {
	padding-left: 15px;
	text-decoration: none;
	color: #000;
}
.class_info a:visited {
    color: #2A93C5;
}

.class_info a:hover {
	background: transparent url(graphics/0050_pfeil.png) left center no-repeat;
    color: #2A93C5;
}

.bestiary {
    border-top: 1px dotted #638200;
    border-bottom: 1px dotted #638200;
    background-color: #bdd56f;
    padding: 3px;
    margin-bottom: 3px;
	margion-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #638200;
}

#content h2.line {
    border-top: 1px dotted #638200;
    border-bottom: 1px dotted #638200;
    background-color: #bdd56f;
    padding: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #638200;
}

/* Text speeches */
.bubble {
	margin-bottom: 24px;
}


.speech {
    border: 1px solid #C9C2C1;
    padding: 2px;
    font-size: 12px;
}

.arrow {
    position: relative;
    top: 3px;
    left: 10px;
    padding-top: 10px;
	background: transparent url(graphics/tip.gif) no-repeat ;
}
/************************/
/* Kass Custom Content  */
/************************/
.factoid {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 256px;
	border: 1px solid #638200;
}

.factoid h2 {
	text-align: center;
	border-top: 1px dotted #638200;
	border-bottom: 1px dotted #638200;
	background-color: #bdd56f;
	padding: 3px;
	margin-bottom: 3px;
	color: #638200 ! important;
}

.moti {
	margin: 5px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	border: 1px solid #FF6500;
	background-image: url(http://www.seikens.com/som/walkgfx/motibg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	clear:both;
}

.moti h2 {
	text-align: center;
	border-top: 1px dotted #FF6500;
	border-bottom: 1px dotted #FF6500;
	background-color: #FFAA77;
	padding: 3px;
	margin-bottom: 3px;
	color: #FF6500 ! important;
}

.kassboss {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #2A93C5;
}

.kassboss th {
	text-align: center;
	background-color: #DCEEF9;
}

.kassboss td {
	background-color: #ffffff;
}

.kassboss img {
	margin: 5px;
}

.neko {
	margin: 5px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	border: 1px solid #FF6500;
	background-image: url(http://www.seikens.com/som/walkgfx/nekobg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	clear:both;
}

.neko h2 {
	text-align: center;
	border-top: 1px dotted #FF6500;
	border-bottom: 1px dotted #FF6500;
	background-color: #FFAA77;
	padding: 3px;
	margin-bottom: 3px;
	color: #FF6500 ! important;
}

.gamespec {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 150px;
	border: 1px solid #2A93C5;
}

.gamespec h2 {
	text-align: center;
	border-top: 1px dotted #2A93C5;
	border-bottom: 1px dotted #2A93C5;
	background-color: #DCEEF9;
	padding: 3px;
	margin-bottom: 3px;
	color: #2A93C5 ! important;
}
.gamespec th {
        text-align:right;
        font-weight:bold;
        font-size:0.8em;
	background-color: #ffffff;
}
.gamespec td {
        text-align:left;
        font-size:0.8em;
	background-color: #ffffff;
}

/************************/
/*      Navigation      */
/************************/

#searchbar {
    position: absolute;
    bottom: 10px;
    right: 0;
	display: none;
}

/************************/
/*      Navigation      */
/************************/

#navigation ul {
    white-space: nowrap;
}

#navigation ul li {
    display: inline;
}

#navigation ul li a {
    padding: 3px 10px;
    color: #000;
    font-family: Ferti;
    font-size: 13px;
}

#navigation ul li a:hover {
    background-color: #fff;
    color: #ff7a00;
}

/************************/
/*        Content       */
/************************/

#content #introtext {
    background: url(graphics/rabite-watermark.png) no-repeat bottom !important;
    background: url(graphics/rabite-watermark-ie.png) no-repeat bottom;
    border: 1px dotted #2A93C5;
    margin-bottom: 5px;
}

#content #introtext p {
    font-size: 11px;
    line-height: 15px;
    color: #00638F;
    font-style: italic;
    margin: 3px;
}

#content .post {
    font-size: 12px;
    margin-bottom: 10px;
}

#content .post h2 {
    font-size: 28px; /* Increased from 25 */
    margin-bottom: 0;
    font-family: Ferti, "Century Gothic", Tahoma, sans-serif;
    font-weight: normal;
}

#content .post span {
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 14px;
    display: block;
    color: #FF6600;
}

#content .post blockquote {
    padding: 5px;
    font-style: italic;
}

#content .post p {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 5px;
}

#content .post p.postmetadata {
    border-top: 1px dotted #638200;
    border-bottom: 1px dotted #638200;
    background-color: #bdd56f;
    padding: 3px;
    font-size: 14px;
    color: #638200;
}

#content .post a[href*="mp3"], #content .post a[href*="rar"], #content .post a[href*="zip"] {
    background: url(graphics/bullet_disk.png) no-repeat left;
    padding-left: 20px;
}

#content .post .comments {
    background: url(graphics/comments.png) no-repeat left;
    padding-left: 20px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
}

#content .navigation {
    padding-bottom: 25px;
    font-size: 14px;
}

#content .navigation .alignleft{
    clear: left;
    float: left;
}

#content .navigation .alignright{
    clear: right;
    float: right;
}

#content #comments, #content h3#respond {
    color: #2A93C5;
    margin: 5px 0;
    font-size: 18px;
    font-family: "Century Gothic", Arial, sans-serif;
}

#content ol.commentlist {
    font-size: 12px;
}

#content ol.commentlist li {
    padding: 5px;
    border-top: 1px dotted #2A93C5;
}

#content ol.commentlist .alt {
    background: #cee7ff;
}

#content ol.commentlist cite {
    font-weight: bold;
    font-style: normal;
    color: #00638F;
    font-size: 14px;
}

#content ol.commentlist li p {
    font-size: 12px;
    line-height: 18px;
}

#content ol.commentlist .post-number{
    float: right;
    width: 30px;
    color: #00638F;
    font-size: 35px;
    font-style: italic;
    font-family: "Century Gothic", Arial, sans-serif;
}

#content ol.commentlist cite {
    color: #00638F;
}

#commentform p {
    font-size: 12px;
    margin: 3px 0;
}


#content #commentform #comment {
    width: 95%;
    padding: 4px;
}

ul.listing {
    font-size: 12px;
    list-style-type: square;
    padding-left: 30px;
}

ul.listing li {
    margin-bottom: 5px;
}

/************************/
/*        Sidebar       */
/************************/

#sidebar .clear {
    clear: both;
}

#sidebar> div{
    margin-bottom: 3px !important;
    padding: 4px !important;
    color: #000 !important;
    list-style-type: none;
    font-family: Arial, sans-serif;
    line-height: 18px;
    font-size: 14px;
}

/* IE6 BUG */
#sidebar div * {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-size: 12px;
}

#sidebar #side_menu ul li {
    margin-bottom: 10px;
}

#sidebar #side_menu ul li h2, #sidebar #shoutbox h2{
    font-size: 13px;
    border-bottom: 1px dotted #2A93C5;
    color: #2A93C5;
    font-family: Ferti;
}

#sidebar #side_menu ul li li{
    margin-bottom: 0;
    text-indent: 10px;
    font-size: 12px;
}

#sidebar #side_menu ul li li a {
    display: block;
    color: #000;
    text-decoration: none;
}

/* IE6 BUG */
* html body #sidebar #side_menu ul li li a {
    background: url(graphics/rabite-menu.png) no-repeat right top;
    width:100%;
}
/* IE6 BUG */

#sidebar #side_menu ul li li a:visited {
    background: url(graphics/rabite-menu.png) no-repeat right center;
}

#sidebar #side_menu ul li li a:hover {
    text-decoration: underline;
    color: #ff7a00;
    background: url(graphics/rabite-menu.png) no-repeat right bottom;
}

#sidebar #side_menu ul li li a:active {
}

#sidebar #poll {
    padding: 5px;
}

#sidebar #poll .pollquestion {
    color: #3899C8;
    font-weight: bold;
}

#sidebar #poll .pollresult {
    width: 80%;
    font-size: 10px;
}

#sidebar #poll input.buttons {
    border:1px solid #CBD7DC;
    background-color: #fff;
    margin-bottom:1px;
    padding:1px;
    text-align:center;
}

#sidebar #poll input.buttons:hover {
    border: 1px solid #506478
}

#sidebar #buttons li {
    margin: 0;
}

#sidebar #buttons li a img {
    border: 1px solid #2A93C5;
}

/************************/
/*        Footer        */
/************************/
#footer ul {
    font-size: 12px;
    padding: 5px;
}

#footer ul a {

}

#footer ul li {
    float: left;
    width: 20%;
}


#footer p {
    font-size: 12px;
    clear: both;
}

.avatar {
	float: right;
	margin-left: 5px;
}

p.navi-best {
	text-align: center;
	margin: 10px 0;
}



/************************/
/*       Font-Face      */
/************************/
/* Kassidy added 26-04-12 to test headers */
/* Add font-family: 'Ferti'; to whatever it is you want to put in this font. */
/* Added to #content .post h2 (line 640-ish) */

@font-face {
font-family: 'Ferti';
font-style: normal;
font-weight: normal;
src: url('ferti.ttf') format('truetype');
} 