@charset 'UTF-8';
/*
Theme Name: Trance Shift 6 "THE CHROME"
Version: 1.0
Author: Lix
Author URI: http://www.levolution.info/
Description: Official Theme of Trance Shift 6 (Levo Lution rev.19)
Tags: black, blue, white, fixed width, lightweight, three columns

Version 1.0 2009/01 First Release.
*/

/*
121214 (black)
373c3f (gray)
525759 (middle gray)
bfbfb8 (light gray)
f2f2f2 (white)
*/

/* --------------------------------------------------------
                           Basic
-------------------------------------------------------- */
body{
    background: url(./img/bg.png) repeat top left;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    }

.indent{
    margin: 1em 1em;
    }

.spacer{
    clear: both;
    height: 5px;
    }

/* --------------------------------------------------------
                 Layout (BluePrint Override)
-------------------------------------------------------- */
div.header{
    height: 100px;
    color: #fff;
    background: #575c5f url(./img/ts6_title.jpg) no-repeat;
    }

div.menu{
    background: transparent;
    }

div.content{
    color: #888;
    background: #fff;
    }

div.sidebar{
    color: #888;
    background: #fff;
    }

div.footer{
    color: #888;
    background: #575c5f;
    }

div.footer li{
    color: #ddd;
    background-color: transparent;
    background-image: url(./icon/bullet_white.png);
    }

div.footer a{
    color: #ddd;
    background-color: transparent;
    }

div.footer a:hover{
    color: #222;
    background-color: #fff;
    }

div.section{
    margin: 1px 8px 1px 12px;
    }

/* --------------------------------------------------------
             Header, Footer, Sidebar Elements
-------------------------------------------------------- */
div.widget li{
    }

div.widget_tag_cloud .section{
    font-size: 50%;
    margin: 1px 8px 1px 12px;
    }

div.footer li{
    display: inline;
    }

/* --------------------------------------------------------
                          Headers
-------------------------------------------------------- */
h1  {
    height: 100px;
    line-height: 100px;
    padding-left: 10px;
    text-align: left;
    font-style: normal;
    font-size: 230%;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    background-color: transparent;
    margin: 0;
    }

h1 a{
    font-style: bold;
    color: #f2f2f2;
    background-color: transparent;
    text-decoration: none;
    }

h2  {
    font-style: normal;
    font-size: 130%;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    color: #373c3f;
    background-color: transparent;
    text-align: left;
    margin: 0.5em 0.5em 0 8px;
    padding: 0.2em;
    border-color: #373c3f;
    border-width: 0 0 0 2px;
    border-style: solid;
    }

h3  {
    font-style: normal;
    font-size: 90%;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    color: #373c3f;
    background-color: transparent;
    text-align: left;
    margin: 1em 0em 1em 0.5em;
    padding: 0.1em 0.1em 0.1em 0.3em;
    border-color: #373c3f;
    border-width: 0 0 0 2px;
    border-style: solid;
    }

h4,h5,h6{
    }

/* --------------------------------------------------------
                           Text
-------------------------------------------------------- */
p   {
    color: #525759;
    background-color: transparent;
    margin: 1em 1em;
    }

em  {
    font-weight: bold;
    color: #301010;
    background-color: transparent;
    }

strong{
    font-weight: bold;
    font-size: 150%;
    }

/* --------------------------------------------------------
                           List
-------------------------------------------------------- */
ul  {
    margin: 0em;
    padding: 0.2em 0em;
    }

ol  {
    margin: 0em;
    padding: 0.2em 0em;
    }

li  {
    font-size: 90%;
    list-style-type: none;
    background-image: url(./icon/bullet_orange.png);
    background-repeat: no-repeat;
    padding-left: 1.5em;
    margin: 0.3em 1em 0.3em 0.5em;
    }

dl  {
    font-size: 90%;
    background-color: transparent;
    line-height: 110%;
    margin: 1em 1.4em;
    padding: 0;
    }

dt  {
    font-weight: lighter;
    background-color: transparent;
    margin: 0.5em 0 0 0;
    padding: 0;
    border-color: #525759;
    border-width: thin;
    border-style: none none solid none;
    }

dd  {
    margin: 0.2em 0 1em 0.8em;
    }

/* --------------------------------------------------------
                          Anchor
-------------------------------------------------------- */
a   {
    color: #475c7f;
    background-color: transparent;
    }

a:hover {
    color: #f2f2f2;
    background-color: #373c3f;
    }

/* --------------------------------------------------------
                        Navigation
-------------------------------------------------------- */
div#navigationheader{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 16px;
    border-color: #9f9f9f;
    border-width: 1px 0;
    border-style: solid;
    }

div#navigationheader ul{
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    position: relative;
    }

div#navigationheader ul li{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100px;
    height: 16px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    background: transparent;
    }

div#navigationheader ul li a{
    display: block;
    width: 100px;
    height: 16px;
    float: left;
    font-size: 90%;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    color: #8095a8;
    text-decoration: none;
    text-align: center;
}

div#navigationheader ul li a:hover{
    color: #fff;
    background-color: #444;
    }

div#clearboth{
    clear: both;
    }

/* --------------------------------------------------------
                          Form
-------------------------------------------------------- */
#respond{
    margin: 0 auto;
    width: 400px;
    padding: 0 10px;
    border: 1px solid #dde;
    background: #eee;
}

#respond label{
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
}

#respond .small{
    display: block;
    font-size: 70%;
    font-weight: normal;
    text-align: right;
    width: 140px;
}

#respond input, textarea{
    float:left;
    font-size: 100%;
    padding: 4px 2px;
    border: solid 1px #dde;
    width: 200px;
    margin: 2px 0 30px 10px;
}

#respond button#submit{
    clear: both;
    margin-left: 150px;
    color: #fff;
    background: #888;
    border: solid 1px #666;
    font-size: 100%;
    font-weight: bold;
    padding: 4px 6px;
}

/* --------------------------------------------------------
                        Article
-------------------------------------------------------- */
ul.article{
    text-align: left;
    margin: 0;
    padding: 0;
}

ul.article li{
    background-image: none;
    display: inline;
    border-left: 1px solid #ccc;
    margin: 0 0 0 6px;
    padding-left: 7px;
}

ul.article li.first{
    border-left: 0;
}

ul.article_navi{
    background: #f9f9f9;
    text-align: left;
    margin: 10px 0;
    padding: 5px 0;
}

ul.article_navi li {
    background-image: none;
    display: inline;
    border-left: 1px solid #ccc;
    margin: 0 0 0 6px;
    padding-left: 7px;
}

ul.article_navi li.first{
    border-left: 0;
}

/* --------------------------------------------------------
                           Icon
-------------------------------------------------------- */
span.icon{
    display: inline;
    height: 16px;
    line-height: 16px;
    padding-left: 18px;
    }

span.icon.allow{
    background: transparent url(./icon/bullet_go.png) no-repeat;
    }

span.icon.time{
    background: transparent url(./icon/page_white_edit.png) no-repeat;
    }

span.icon.category{
    background: transparent url(./icon/folder.png) no-repeat;
    }

span.icon.tag{
    background: transparent url(./icon/tag_blue.png) no-repeat;
    }

span.icon.comment{
    background: transparent url(./icon/comment.png) no-repeat;
    }

span.icon.edit{
    background: transparent url(./icon/bullet_wrench.png) no-repeat;
    }

span.icon.prev{
    background: transparent url(./icon/resultset_previous.png) no-repeat;
    }

span.icon.next{
    background: transparent url(./icon/resultset_next.png) no-repeat;
    }

span.icon.new{
    background: transparent url(./icon/newspaper_add.png) no-repeat;
    }

span.icon.allow_down{
    background: transparent url(./icon/bullet_arrow_down.png) no-repeat;
    }

span.icon.allow_top{
    background: transparent url(./icon/bullet_arrow_top.png) no-repeat;
    }

span.icon.key{
    background: transparent url(./icon/bullet_key.png) no-repeat;
    }