/*////////////////////////////////////////////////////////////////////////////////////////////////////////
2008-07-05 Defolos Exilius.
CSS for Glazheim Lykeion CMS.
////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*******************[ for all element ]****************************************/
*{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1em;
    font-family: arial, verdana, sans-serif;
}


/*******************[ for general elements ]***********************************/
body{
    color: #666;
    background-color: #FFF;
    font-size: 0.8em;
    background-image: url("./image/body-background.png");
    background-repeat: repeat-x;
    line-height: 150%;
}

pre{
    font-family: monospace;
    line-height: 120%;
    margin: 2em 3em;
    padding: 1em;
    border-left: #FF9933 dotted 1px;
}

h1{
    font-size: 1.4em;
    font-family: "Times New Roman", serif;
    letter-spacing: 0.3em;
    color: #FF6600;
    background-color: transparent;
}

h2{
    font-family: "Trebuchet MS", monospace;    font-size: 1.2em;    color: #404040;    background-color: transparent;    margin-bottom: 1em;
}

h3{
    margin: 1em 0em 0.5em 1em;    font-family: verdana, sans-serif;    color: #708192;    background-color: inherit;
}

ul{
    list-style-image: url("./image/point.png");
    padding-bottom: 2em;
    margin-left: 2.5em;
}
ol{
    padding-bottom: 2em;
    margin-left: 2.5em;
}

hr{
    border-style: none none solid none;
    border-color: #666666;
    border-width: 1px;
}

p{
    margin: 0.0em 0.0em 2em 1.5em;
    background-image: url("./image/note_line.png");
}

img{
    border-style: none;
}

a{
    color: #bab468;
    background-color: inherit;
    text-decoration:none;
    border-bottom: 1px #bab468 solid;
}

a:visited{
    color: #bab468;
    background-color: inherit;
    text-decoration:none;
    border-bottom: 1px #bab468 solid;
}

a:hover{
    color: #ff4500;
    background-color: inherit;
    text-decoration:none;
    border-bottom: none;
}

dl{
    margin: 0em 0em 2em 2em;
}
dt{
    color: #708192;
    background-color: inherit;
    font-weight: bold;
}
dd{
    padding-left: 3em;
}


/*******************[ for id elements ]******************************************/
#navi{
    width: auto;
    float: right;
}

#navi li{
    float: left;
    width: 76px;
    height: 43px;
    display: block;
}

#navi a{
    padding: 7px 0 0 13px;
    color: #FF6600;
    background-color: inherit;
    width: 76px;
    height: 43px;
    display: block;
    background-image: url("./image/menu_passive.png");
    background-repeat: no-repeat;
    text-decoration: none;
    border-bottom: none;
}
#navi a:hover{
    color: #FFFFFF;
    background-color: inherit;
    width: 76px;
    height: 43px;
    display: block;
    background-image: url("./image/menu_active.png");
    background-repeat: no-repeat;
    position: static;
}

#logo{
    float: left;
    background-image: url("./image/logo-background_top.png");
    background-repeat: no-repeat;
    margin-left: -1px;
    height: 53px;
    width: 252px;
}
#logo a{
    display: block;
    width: 252px;
    height: 53px;
    border-bottom: none;
}

#title{
    font-size: 1.8em;
    font-family: arial, verdana, sans-serif;
    letter-spacing: 0.4em;
    color: #666;
    background-color: transparent;
    padding-left: 300px;
    padding-top: 1em;
    clear: both;
    background-image: url("./image/logo-background_bottom.png");
    background-repeat: no-repeat;
    height: 130px;
}

#wrapper{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("./image/wrapper_background.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

#header{
    background-image: url("./image/background.png");
    background-repeat: repeat-x;
}

#left_columns{
    width: 70%;
    float: left;
}

#right_columns{
    float: right;
    width: 30%;
}

#footer{
    font-family: monospace;
    color: #FF6600;
    background-color: #CCC;
    background-image: url("./image/footer_background.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    font-size: 0.8em;
    padding: 1em;
}


/*******************[ for class elements ]***************************************/
.subtitle{
    padding: 1em 0 0 1em;
    font-family: "Trebuchet MS", sans-serif;
}

.clear{
    clear: both;
    visibility: hidden;
}

.eraser{
    visibility: hidden;
}

.contents_element, .toc_element, .section{
    padding: 1.5em;
}

.skip, .div_chapter{
    display: none;
}

.jmp_top a{
    color: #FF9933;
    background-color: transparent;
    font-size: 0.8em;
    text-decoration: none;
    border-bottom: none;
}
.jmp_top a:hover{
    color: #CCCCCC;
    background-color: transparent;
    border-bottom: 1px #CCCCCC solid;
}

.update_time{
    padding: 1em;
    font-size: 0.8em;
    text-align: right;
    color: #666666;
    background-color: transparent;
}
div.update_time{
    float: right;
}

.pass{
    padding: 1em;
    float: left;
    font-size: 0.8em;
    color: #666666;
    background-color: transparent;
}

.heading{
    clear: both;
    padding: 2em 1em 1em 1em;
    text-align: center;
}

.meta{
    margin: 1em;
    text-align: right;
}

.search_box{
    margin: 1.5em;
    padding: 0.5em;
    border: 1px #999999 solid;
    color: #534c3b;
    background-color: #E7e7e7;
    background-image: url("./image/search_background.png");
    background-repeat: repeat-x;
    background-position: bottom;
}
.search_box a{
    color: #454545;
    background-color: inherit;
}
.search_box a:hover{
    color: #FF6633;
    background-color: inherit;
}
.search_box input[type="text"]{
    width: 80%;
    border:1px #999999 solid;
    color: inherit;
   background-color: #EEEEEE;
}
.search_box input[type="text"]:focus {
    color: inherit;
   background-color: #FFFFCC;
   border: 1px #FF6600 solid;
}

