/* FONT */

body,
input#searchbox {
    font-family: 'Trebuchet MS', sans-serif;
}
body,
h1 span {
    font-size:  80%;
}
h3, h4 {
    font-size:  133%;
}
h2 {
    font-size:  166%;
}
a#redirection {
    font-size:  200%;
}
h1 {
    font-size:  233%;
}

h1,
q,
span#subtitle,
input#searchbox,
div#navigation,
div.iconbox,
a#redirection,
a#sprocket {
    font-style:  italic;
}
a {
    font-weight: bold;
}
div.iconbox a {
    font-weight: normal;
}

h1 a, h2, h2 a, h3, h3 a, h4, h4 a,
a#redirection, a#sprocket,
span#breadcrumb, span#breadcrumb a {
    font-family: 'Candara', 'Trebuchet MS', sans-serif;
    font-weight: normal;
}
code, tt {
    font-family: 'Consolas', 'Lucida Console', 'Courier New', monospace;
}

/* TEXT */

h1 a,
h1 a:hover,
div#iconset a:hover,
a.section_switch:hover {
    text-decoration:    none;
}
span.news7 {
    text-decoration:    underline;
}
p.important,
h2#motto {
    text-align: center;
}

/* BACKGROUND */

html,
body {
    background-color:  #1b1b1b;
    background-image:  url('../img/corner1.gif');
    background-repeat: no-repeat;
}
div.download {
    border-top:        1px solid #1b1b1b;
}
code,
input,
form#search,
div#shadow {
    background: black;
}
div.feature {
    background-color:  #2c2c2c;
}
div.download {}

/* FOREGROUND */

a,
h1,
h2,
h3,
code,
input {
    color:  white;
}
span#breadcrumb a,
span#subtitle {
    color:  #ccc;
}
body,
h2#motto,
h3.category,
code i,
ul#menu ul.submenu li a {
    color:  #999;
}
h1 span,
div#footnote p,
div#footnote a,
input#searchbox {
    color:  #666;
}
div#interresting {
    color:  #333;
}
div#foot,
div#foot a {
    color:  black;
}

/* SHADOW */

h1 {
    text-shadow: #000 2px 1px 2px, #000 3px 2px 3px, #000 4px 3px 6px;
}
h2, h2#title, h3 {
    text-shadow: #000 2px 1px 2px, #000 2px 1px 2px;
}
span#subtitle {
    text-shadow: #000 1px 1px 1px;
}
a:active {
    text-shadow: #fff 0 0 16px;
}

/* BORDER */

input#searchbox {
    border:         none;
}
hr {
    border-top:     1px solid black;
    border-bottom:  1px solid #333;
    border-left:    0;
    border-right:   0;
}
form#search {
    border-left:    16px solid #1b1b1b;
}
form#search div {
    border:         1px solid #ccc;
}
div#navigation {
    border-top:     1px solid black;
}
ul#menu {
    border-top:     1px solid #333;
}
code {
    border:         1px dashed #888;
}

/* IMAGES */

div#foot {
    background-image:   url('../img/foot.gif');
}

/* LISTS */

ul {
    list-style-image:   url('../img/li.gif');
}
ul#menu li.top {
    list-style-type:    none;
}
ol.letters {
    list-style-type:    lower-alpha;
    list-style-image:   none;
}

/* COMPLETE */

p.rationale {
    color:      #99B;
    font-style: italic;
}
p#mmlang {
    border:     1px dashed #bbb;
    background: black;
}
input.searchbox_active {
    color:      white  !important;
    font-style: normal !important;
}
input#searchbtn {
    cursor:     pointer;
}
span#language {
    vertical-align: top;
    font-size:      9pt;
    text-align:     center;
}
img#icq {
    width:          18px;
    height:         18px;
    vertical-align: middle;
}
div#navrcholu {
    display: inline;
}
div#navrcholu a img {
    vertical-align: middle;
}
div.section_closed {
    display: none;
}
