/* General information.
 *
 * File name:   main.css
 * Last update: Wed Dec  7 10:17:49 2005
 *
 */

/* Bugreports and License disclaimer.
 *
 * For bugreports and other improvements contact The Irssi Project <staff@irssi.org>
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this script; if not, write to the Free Software
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 */

body {
    margin : 0px;
    padding : 0px;
}

html {
    font-family : Verdana, sans-serif;
    font-size : 0.7em;
    background-color : rgb(255,255,255);
    color : rgb(0,0,0);
    margin : 0px;
    line-height: 1.5em;
    text-align : justify;
    padding : 0px;
}

#header {
    background-color: rgb(240,240,240);
}

#navigation li a {
    background-color : rgb(255,255,255);
    color : rgb(0,0,0);
    display : block;
    float : left;
    padding : 7px 10px 7px 10px;
    margin: 0px;
    text-transform : uppercase;
}

#navigation li.lastnav a {
    padding : 7px 12px 7px 12px;
}

#navigation li a.selected {
    background-color : rgb(240,240,240);
}

#navigation li a:hover {
    text-transform : uppercase;
    text-decoration : none;
    background-color : rgb(240,240,240);
}

#navigation li a:active {
    text-transform : uppercase;
}

#navigation li a:visited {
    text-transform : uppercase;
}

#navigation ul {
    margin : 0px;
    padding : 0px;
}

a,a:active,a:visited {
    color : rgb(90,110,150);
    text-decoration : none;
}

a:hover {
    text-decoration : underline;
}

a.img,a:visited.img {
    border : none;
    text-decoration : none;
}

a img {
    border : none;
}

#sidebar a img {
    border : 1px solid rgb(120,120,120);
    display : block;
    margin : 0px auto;
}

blockquote {
    margin : 10px 20px 10px 20px;
    background-color : rgb(250,250,250);
    color : inherit;
    border : 2px solid rgb(240,240,240);
    padding : 10px;
}

blockquote p {
    margin : 0px;
    padding : 0px;
}

h1 {
    margin-top : 0px;
    font-size : 1.7em;
    font-family : Arial, sans-serif;
    clear : left;
}

h2 {
    font-family : Arial, sans-serif;
    font-size : 1.3em;
    border-bottom : 1px dotted rgb(240,240,240);
    clear : left;
}

h3 {
    font-family : Arial, sans-serif;
    font-size : 1.1em;
    clear : left;
}

img {
    border : 0;
}

img.header {
    margin: 0;
    border : 0;
}

img.cast {
    margin-right : 10px;
    margin-top : 4px;
}

input {
    color : inherit;
    background-color : rgb(255,255,255);
    margin : 3px auto;
    border : solid 2px rgb(230,230,230);
    font-family : verdana, serif, sans-serif;
    font-size : 1em;
}

input[type=text],input[type=password] {
    color : inherit;
    background-color : rgb(255,255,255);
    margin : 3px auto;
    border : solid 2px rgb(230,230,230);
    font-family : verdana, serif, sans-serif;
    font-size : 1em;
}

input[type=submit],input[type=checkbox] {
    color : inherit;
    background-color : rgb(230,230,230);
    margin : 3px auto;
    border : solid 1px rgb(230,230,230);
    padding : 1px;
    font-family : verdana, serif, sans-serif;
    font-size : 1em;
}

textarea {
    color : inherit;
    background-color : rgb(255,255,255);
    margin : 3px auto;
    border : solid 2px rgb(230,230,230);
    font-family : verdana, serif, sans-serif;
    font-size : 1em;
}

li.nav {
    display : inline;
}

li.firstnav{
    display : inline;
}

li.lastnav {
    display : inline;
}

ul {
    list-style: url("/images/pijl.gif");
}

pre {
    color : inherit;
    background-color : inherit;
    font-family : "courier new", courier, monospace;
    font-size : 1em;
}

#container {
    position: relative;
    margin : 0px auto;
    width : 780px;
}

#contentbox {
    border-top : 1px solid rgb(220,220,220);
    clear: both;
    background-color : inherit;
    color : inherit;
}

#content {
    background-color : rgb(255,255,255);
    color : inherit;
    padding : 15px;
    margin : 0px;
    width : 548px;
    border-right: 1px solid silver;
}

#navigation {
    border-top : 10px solid rgb(240,240,240);
}

#sidebar {
    text-align : left;
    width : 177px;
    float : right;
    margin : 0px 0px 0px 0px;
    padding : 7px 7px 7px 14px;
    color : rgb(100,100,100);
}

#sidebar h1 {
    font-size : 1.2em;
    font-weight : normal;
    border-bottom : 1px dashed rgb(100,100,100);
    margin-bottom : -10px;
}

#sidebar a {
    color : rgb(90,110,150);
}

form.search {
    margin: 0;
    padding: 0;
}

#info {
    border-top : 1px solid rgb(220,220,220);
    background-color : rgb(240,240,240);
    color : inherit;
    padding :15px 25px 15px 25px;
    margin : 0px 0px 0px 0px;
    clear : both;
    font-size : 10px;
    text-align: center;
}

a.oneliner {
    color : rgb(0,0,0);
    background-color : inherit;
    text-decoration : none;
}

.centerimg {
    display : block;
    margin : 0px auto;
}

.comment h2 {
    font-size : 1em;
    color : rgb(30,30,30);
}

.entrytop
{
     margin-top: -1em;
}

.entrynav {
     text-align : center;
}

.inactive {
    color : rgb(100,100,100);
    background-color : inherit;
}

.notification {
    border : 1px solid rgb(200,200,200);
    background-color : rgb(240,240,240);
    color : black;
    font-weight : normal;
    padding : 5px;
    margin : 0px 0px 20px 0px;
}

.s {
    text-decoration : line-through;
}

.blogentry h1 {
    clear : left;
    margin-top : 0px;
    text-transform : none;
}

.leftfloat {
    display : block;
    float : left;
    margin-top : 3px;
    margin-right : 1em;
}

table#albums th {
    font-weight : bold;
}

table#albums td {
    text-align : center;
}

div.centerbox {
    display : block;
    text-align : center;
}

.footnote {
    background-color: transparent;
    color: rgb(100,100,100);
}

#container {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    background-color: white;
}

body {
    background-color: silver;
}

tt {
    font-size: 1.4em;
}

#content h1,#content h2 {
    text-align: left;
}

hr {
    border: 0;
    border-bottom: 1px solid gray;
}

blockquote.changelog,blockquote.setting,blockquote.appendix {
    background-color: inherit;
    border: 0;
    padding: 0;
}

blockquote pre {
    font-size: 1em;
    padding: 0;
    margin: 0;
}

blockquote.example {
    background-color: #fefefe;
    border: 2px solid #dedcda;
}

blockquote.explanation {
    margin-bottom: 3em;
}

p.todo {
    color: #FFA500;
}

select {
    width: 177px;
    color : rgb(90,110,150);
    font-size: inherit;
}

select * {
    text-align: left;
}

option {
    text-align: left;
}

select option {
    text-align: left;
}

select .header {
    text-align: center;
}

.top {
    float: right;
    text-align: right;
}

.coders {
    margin-left: 5px;
}
.coders .name {
    float: left;
    width: 150px;
}

.coders .nick {
    float: left;
    width: 100px;
}

.clearme {
    clear: both;
}

.top a {
    display : block;
    width: 5em;
}

blockquote.setting,blockquote.changelog {
    background-color: white;
}

dt {
    font-weight: bold;
}