@import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica|Droid+Sans);

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

header, footer, aside, section, article, { display:block; }
body {
    behavior: url("/static/htc/ie6alert.htc");
    /* background: url("/static/img/leaves.png") 0% 100% no-repeat; */
    background-color: #181b1c;
    color: #dddddd;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 140%;
}

#main { margin: 75px auto; width:780px; }

header {
    background-color: #181b1c;
    clear:both;
    height: 100px;
}

.banner { float:left; padding: 0 10px 10px 10px; }

#microblogi { float:left; width: 550px; margin-bottom: 20px;}
#microblogi h1 {margin-bottom:8px;}
.content { float:left; width:550px;}
.cotent_title {
    clear:both;
    color: #fac506;
    width:550px;
}
.content_text {
    clear:both;
    font-size: 14px;
    text-align: left;
    width:550px;
}
.date {
    font-size: 0.75em;
    line-height: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    width:550px;
}

aside { clear:right; float:right; width: 200px; }
.menu_items {
    line-height: 140%;
    margin-bottom:5px;
    width:175px;
    text-transform: lowercase;
}
.menu_items a { font-size: 1.4em; }
.menu_items a:hover { font-size: 1.5em; }
aside h3 {
    color: #ffffff;
    width: 100%;
    margin-bottom:1px;
    text-transform: uppercase;
}

.banners_item {
    background: url("/static/img/cloud_banner.png") top left no-repeat;
    height: 150px;
    padding-left: 10px;
    padding-top: 40px;
}

#footer {
    width:550px;
    clear:both;
    color: #ffffff;
    font-size: 0.65em;
    line-height: 1.1em;
    text-align: center;
    padding: 25px 0 0 0
}

p { margin-bottom: 10px; }
ul { padding-left: 15px; }
img { border: 0; }
a { color: #fac506; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #ffffff; }
h1,h2,h3,h4,h5,h6 {
    font-family: 'Droid Sans:bold', arial, serif;
    color: #fac506;
    line-height: 130%;
    width:550px;
}

.tag_cloud {
    background:url(/static/img/cloud.png) top left no-repeat;
    font-family: 'Droid Sans', arial, serif;
    line-height: 130%;
    min-height: 110px;
    padding: 20px;
    width: 480px;
}
.tag_cloud a { color: #555555;}
.tag_cloud a:visited { color: #bbbbbb;}
.tag_cloud a:hover { position:relative; top:-3px; }

.to_focus a:hover { position:relative; top:-2px; }

.addto a:hover { position:relative; bottom:-2px; }

form label { vertical-align: top; }
form p { margin-bottom: 2px; }
form input[type=text], form textarea {
    border: 1px solid #5B788B;
    padding: 4px;
    width: 400px;
}

.tag1 { font-size: 1em; text-decoration: none;}
.tag2 { font-size: 1em; text-decoration: none;}
.tag3 { font-size: 1.2em; text-decoration: none;}
.tag4 { font-size: 1.4em; text-decoration: none;}
.tag5 { font-size: 1.6em; text-decoration: none;}
.tag6 { font-size: 1.8em text-decoration: none;}
.tag7 { font-size: 2em; text-decoration: none;}
.tag8 { font-size: 2.2em; text-decoration: none;}

.title a { color: #fac506; }
.title a:hover { color: #fbd757; }

.readmore { text-align:right; }

.codehilite {
/* The source code snippet box */
    background-color:#000000;
    color:#ffffff;
    margin-bottom: 10px;
    width: 555px;
    overflow-x:scroll;
}
.codehilitetable {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
}
.linenodiv { padding-right: 2px; }

.hll { background-color: #ffffcc }
.c { color: #408080; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { color: #008000; font-weight: bold } /* Keyword */
.o { color: #666666 } /* Operator */
.cm { color: #408080; font-style: italic } /* Comment.Multiline */
.cp { color: #BC7A00 } /* Comment.Preproc */
.c1 { color: #408080; font-style: italic } /* Comment.Single */
.cs { color: #408080; font-style: italic } /* Comment.Special */
.gd { color: #A00000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #FF0000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #00A000 } /* Generic.Inserted */
.go { color: #808080 } /* Generic.Output */
.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0040D0 } /* Generic.Traceback */
.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.kp { color: #008000 } /* Keyword.Pseudo */
.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #B00040 } /* Keyword.Type */
.m { color: #666666 } /* Literal.Number */
.s { color: #BA2121 } /* Literal.String */
.na { color: #7D9029 } /* Name.Attribute */
.nb { color: #008000 } /* Name.Builtin */
.nc { color: #0000FF; font-weight: bold } /* Name.Class */
.no { color: #880000 } /* Name.Constant */
.nd { color: #AA22FF } /* Name.Decorator */
.ni { color: #999999; font-weight: bold } /* Name.Entity */
.ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.nf { color: #0000FF } /* Name.Function */
.nl { color: #A0A000 } /* Name.Label */
.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.nt { color: #008000; font-weight: bold } /* Name.Tag */
.nv { color: #19177C } /* Name.Variable */
.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #666666 } /* Literal.Number.Float */
.mh { color: #666666 } /* Literal.Number.Hex */
.mi { color: #666666 } /* Literal.Number.Integer */
.mo { color: #666666 } /* Literal.Number.Oct */
.sb { color: #BA2121 } /* Literal.String.Backtick */
.sc { color: #BA2121 } /* Literal.String.Char */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.sh { color: #BA2121 } /* Literal.String.Heredoc */
.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.sx { color: #008000 } /* Literal.String.Other */
.sr { color: #BB6688 } /* Literal.String.Regex */
.s1 { color: #BA2121 } /* Literal.String.Single */
.ss { color: #19177C } /* Literal.String.Symbol */
.bp { color: #008000 } /* Name.Builtin.Pseudo */
.vc { color: #19177C } /* Name.Variable.Class */
.vg { color: #19177C } /* Name.Variable.Global */
.vi { color: #19177C } /* Name.Variable.Instance */
.il { color: #666666 } /* Literal.Number.Integer.Long */
/* self */
.codehilite .bp { color:#9df;font-weight:bold; }
/* keywords: def, return, if, while, for. */
.codehilite .k { color:#f99; font-weight:bold; }
/* Variables */
.codehilite .n { color:#ccc; }
/* Strings */
.codehilite .s { color:#7b7; }
/* Bools: not, in */
.codehilite .ow { color:#c66; }

#readerpublishermodule0 { margin:0 !important; line-height: 100% !important; width: 180px !important; }
#readerpublishermodule0 h3 { padding: 0 !important; }
#readerpublishermodule0 a:visited { color: #999999 !important; text-decoration: none !important; }
#readerpublishermodule0 a:hover { color: #ffffff !important; }
#readerpublishermodule0 a { color: #fac506 !important; text-decoration: none !important; }

#wymiana { font-size: 12;}
#wymiana h2 { font-family: 'Droid Sans:bold', arial, serif; color: #fac506; line-height: 130%; font-size: 1.3em;  }

blockquote { margin: 1.5em; font-size: 90%; line-height: 120%;}

