/*
   Theme Name: ikari modern theme
   Theme URI: http://www.ilemoned.com/wordpress/wptheme-dark/
   Description: Designed by <a href="http://www.bartelme.at">Bartelme Wolfgang</a>, severly modded by ikari.
   Version: 3.00
   Author: LEMONed and ikari
   Author URI: http://www.ilemoned.com
   */


@import url(http://fonts.googleapis.com/css?family=Play&subset=latin,latin-ext,greek-ext);

@font-face {
    font-family: 'Teen';
    font-style: normal;
    font-weight: normal;
    src: local('Teen'), url('/wp-content/themes/modern/teen.ttf') format('ttf');
}


/***********************
   *	Basics             *
   ***********************/
body {
    margin: 0;
    padding: 0;
    background: #202023 url(images/bg.gif) repeat-y 0 0;
    font-size: 160%;
    font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
    color: #cccccc;
}

p, ul, ol {
    /*	line-height: 21px;
       */
    line-height: 1.45em;
}
.post-entry p {
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
    padding: 0;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;
    color: #fff;
}

h1 {font-size: 160%;}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}

a:link,
a:visited {
    color: #ffd060;
    text-decoration: none;
}
a:hover,
a:active {
    color: #ffe000;
    text-decoration: underline;
}

.left {
    float: left;
}
.right {
    float: right;
}
.center {
    clear: both;
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin: 0 10px 0 0;
}
.alignright {
    float: right;
    margin: 0 0 0 10px;
}
.clear {
    clear: both;
}

.alert {
    font-weight: bold;
    color: #fff;
}

textarea,
input {
    border: 1px solid #051236;
    background: #fdfdff url(images/input_bg.gif) repeat-x 0 0;
    color: #000;
}
textarea:focus,
input:focus {
    border: 1px solid #ffc000;
}
label {
    display: block;
    font-size: 110%;
    font-weight: bold;
}

blockquote {
    background: #303030 url(images/blockquote.gif) no-repeat 16px 8px;
    border: 1px solid #202020;
    margin: 0;
    padding: 0 25px 0 64px;
    color: #e0e0ef;
}
code {
    font-family: Consolas,"Lucida Console","Courier New", Courier, Fixed;
    background: #2a2a2a url(images/code.gif) no-repeat 0 0;
    border: 1px solid #181818;
    margin: 0;
    padding: 8px 25px 8px 64px;
    color: #cddddd;
    display:block;
}



/***********************
   *	Wrapper            *
   ***********************/

#wrapper {
    float: left;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
}


/***********************
   *	Header             *
   ***********************/
#header {
    width: auto;
    height: 220px;
    margin: 0 0 0 150px;
    padding: 0;
    background: #222 url(images/header.gif) repeat-x 0 0;
    border-bottom: 6px solid #f1b100;
    position: relative;
}


/* Search */
#header .search {
    position: absolute;
    top: 13px;
    right: 0;
}
#header .search p {
    margin: 0;
}
input#s {
    width: 255px;
    height: 18px;
    line-height: 100%;
    margin: 0 32px 0 0;
    padding: 2px 2px 0;
}

/* Navmenu */
#header ul.navmenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#header ul.navmenu li {
    float: left; /* Stupid IE */
    margin: 0 0 0 25px;
}
#header ul.navmenu li a {
    float: left;
    line-height: 38px;
    border-top: 5px solid #212121;
    color: #5b9cff;
}
#header ul.navmenu li a:hover {
    text-decoration: none;
    border-top: 5px solid #4a7fd1;
    color: #fff
}
#header ul.navmenu li.current_page_item a {
    border-top: 5px solid #b1e100;
    color: #fff;
}
#header ul.navmenu li.current_page_item a:hover {
    border-top: 5px solid #b1e100;
    text-decoration: none;
}

#header h1,
#header img.logo {
    position: absolute;
    left: 10px;
    top: 40px;
    border: none;
}
#header h1 {
    font-size: 400%;
}
#header h1 a {
    color: #fff;
}

/**********************
   RSS Feeds
   **********************/

#header .rssinheader {
    float:right;
    padding: 0;

    position:absolute;
    right:20px;
    top:60px;
}

#header .rssinheader h2 {
    margin: 2px;
    display: none;
}

#header .rssfeeds {
    width: 250px;
    height: 144px;
    background: #2a4387 url(images/rss_bg.gif) repeat-x 0 0;
    color: #666;
    position: relative;
}

img.rss-logo {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
}
p.rss-entries {
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent url(images/rss.png) no-repeat left center;
    padding: 0 0 0 48px;
    margin: 0;
    cursor: pointer;
}
p.rss-comments {
    position: absolute;
    top: 80px;
    left: 20px;
    background: transparent url(images/rss.png) no-repeat left center;
    padding: 0 0 0 48px;
    margin: 0;
    cursor: pointer;
}
p.rss-entries a,
p.rss-comments a {
    font-weight: bold;
}


/***********************
   *	Content            *
   ***********************/

#content {
    float: left;
    width: 70%;
    min-width: 600px;
    height: 100%;
    overflow: hidden;
}

.post {
    clear: both;
}

.post-meta {
    float: left;
    width: 150px;
    height: 100%;
    background: transparent url(images/separator_meta.gif) no-repeat left top;
}
.post-meta a:link,
.post-meta a:visited,
.post-meta a:hover,
.post-meta a:active {
    color: #fff;
}

.post-date {
    display: block;
    margin: 25px 0 0 0;
    padding: 0 0 0 15px;
    background: transparent url(images/indicator_date.gif) no-repeat right 2px;
    color: #f0f0ff;
}

.post-cmts {
    display: block;
    padding: 8px 15px 0;
}
.post-cmts img.popup {
    vertical-align: baseline;
    padding:2px;
    border: 0;
}

.post-meta strong {
    color: #df0;
    display:block;
    margin: 10px 0 0px 4px;
}
p.post-tags,
ul.post-tags, ul.post-categs {
    margin: 5px 0;
    padding: 0 15px;
    list-style-type: none;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis; /* for internet explorer */
    max-width: 107px;
}
.post-tags img {
    border: 0;
    vertical-align:middle;
}
p.post-tags a,
ul.post-tags {
    font-size: 11px;
    line-height: 1.2em;
}
ul.post-categs li {
    background: transparent url(images/icon_tag.gif) no-repeat left center;
    padding: 0 0 0 20px;
}
ul.post-tags li a:link,
ul.post-tags li a:visited,
ul.post-tags li a:hover,
ul.post-tags li a:active,
p.post-tags a:link,
p.post-tags a:visited,
p.post-tags a:hover,
p.post-tags a:active,
ul.post-categs li a,
ul.post-categs li a:link,
ul.post-categs li a:visited,
ul.post-categs li a:hover
ul.post-categs li a:active {
    color: #6fa2e5;
}

.post-edit {
    padding: 0 15px;
}

.post-main {
    margin: 0 0 0 150px;
}

h2.post-title {
    margin: 0;
    padding: 20px 25px 0;
    background: transparent url(images/separator_title.gif) no-repeat left top;
    color: #f1b100;
    font-family: Play,sans-serif;
    /* font-family: Teen,Verdana; */
    font-size: 14pt;
    font-style: italic;
}
.post-title a:link,
.post-title a:visited {
    color: #F1B100;
}
.post-title a:hover,
.post-title a:active {
    color: #fea;
}

.post-title img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align:top;
}
xdiv.replacement {
    display: block;
    float:left;
}

.post-entry {
    padding: 0 0 0 25px;
    text-align: justify;
    line-height: 1.6em;
}
.post-entry a {
    color: #ffc800;
    padding: 1px 2px;
    border: 1px solid #202020;
}
.post-entry a:hover,
.post-entry a:active {
    text-decoration: none;
    color: #fd7;
    background: #201000;
    border: 1px solid #403010;
}

.post-entry img {
    border: 1px solid black; /* jesli juz, kurwa */
}
.post-entry img.wp-smiley {
    border: none;
}
.pullquote, .pullquote2 {
    padding: 10px;
    width: 200px;
    font-size:13pt;
    text-align: center;
    line-height: 14pt;
    font-family: 'Century Schoolbook L','Bitstream Vera Serif',georgia,'Times New Roman',Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
}
.pullquote {
    float: right;
    margin:10px 0 10px 10px;
    border-top:2px solid #ffc300;
    border-bottom:2px solid #ffc300;
    color:#ddc;
}
.pullquote2 {
    float: left;
    margin:10px 10px 0 10px;
    border-top:2px solid #c3ff00;
    border-bottom:2px solid #c3ff00;
    color:#cda;
}
.post-alike {
    margin: 5px 10px 10px 20px;
    padding: 5px;
    background: #111 url(images/separator_title.gif) repeat-x left top;
    border: 1px solid black;
}
.post-alike li {
    line-height: 1.3em;
    list-style: url(images/icon_link.gif);
}

.pagenavi,
.pages {
    margin: 0 0 0 150px;
    padding: 25px;
    line-height: 220%;
    font-size: 90%;
}
.pagenavi span,
.pagenavi a {
    border: 1px solid #00103a;
    background: #071c50;
    padding: 3px 10px;
}
.pagenavi a:hover {
    background: #0f2b6f;
    text-decoration: none;
    color: #fff;
}

.pages {
    margin: 0 0 25px 150px;
}
.pages .older {
    float: left;
}
.pages .newer{
    float: right;
}
.pages .older a,
.pages .newer a,
.post-main .more-link {
    border: 1px solid #00103a;
    background: #071c50;
    padding: 3px 10px;
    text-align:center;
    max-width:300px;
    display:block;
}

.pages .older a:hover,
.pages .newer a:hover,
.post-main .more-link:hover {
    background: #0f2b6f;
    text-decoration: none;
    color: #fff;
}


/***********************
   *	Sidebar            *
   ***********************/

#sidebar {
    float: left;
    width: 25%;
    min-width: 300px;
    height: 100%;
    padding: 0 0 30px 0;
}

#sidebar h2 {
    margin: 20px 0 10px;
}

#about {
    margin: 8px 20px 5px 30px;
    padding: 10px;
    background: #0d0d0d url(images/rss_bg.gif) repeat-x 0 0;
    font: 10px Verdana;
}
#about .geekcode {
    font: 10px 'Schumacher Clean',Verdana;
    text-align: justify;
}
#about #av {
    width:90px;
    overflow:hidden;
    margin-right: 5px;
    padding: 0;
    float: left;
}
#about #av img {
    margin: 0;
    display:block;
}
#about:hover #av img {
    margin-left: -90px;
}

#about p {
    margin: 1px 0 1px 0;
    line-height: 1.1em;
}

#sidebar ul,
#sidebar ol {
    margin: auto 0;
    padding: 0;
    list-style-type: none;
}

/* Left Sidebar */
#sidebar1 {
    float: left;
    width: 90%;
    height: 100%;
    overflow: hidden;
}

#sidebar1 .sb1 {
    width: 80%;
    margin: 0 auto;
}
#sidebar1 .sb1 a {
    color: #fff;
}


li.recent-cmts, .zboczek {
    clear: both;
    padding: 5px 3%;
    background: transparent url(images/separator_rct-cmt.gif) repeat-x left bottom;
    /* line-height: 140%; to powinno byc karalne */
}
li.recent-cmts img {
    float: left;
    margin-right: 5px;
    max-width:32px;
    max-height:32px;
}
li.recent-cmts {
    line-height: 1.01em;
}
li.recent-cmts span {
    font-size: 8pt;
}
li.recent-cmts:hover {
    background-color: #202838;
}

.zboczek, .recent-cmts div {
    cursor: pointer;
}
.zboczek span, .recent-cmts span[class~="MyAvatars"] {
    background: transparent url(images/link_icon.gif) no-repeat 100% 0;
}
.zboczek:hover {
    background-color: #282F28;
}
#sidebar1 .sb1 .zboczek a,
#sidebar1 .sb1 .recent-cmts a {
    color: #be0;
}
.zboczek small, .recent-cmts small {
    color: #999;
    font-size: 10px;
    font-family:'Schumacher Clean',Verdana,'Sans Serif'
}

/* Right Sidebar */
#sidebar2 {
    float: left;
    width: 90%;
    height: 100%;
    overflow: hidden;
}
#sidebar2 .sb2 {
    width: 80%;
    margin: 0 auto 0;
}
#sidebar2 .sb2 a {
    color: #5b9cff;
}

#sidebar2 .sb2 ul ul li {
    background: transparent url(images/icon_list.gif) no-repeat 0 6px;
    padding: 0 0 0 20px;
}
#sidebar2 ul li div {
    margin: auto;
}
#sidebar2 ul ul {
    width: 80%;
    margin: auto;
}

/* Blok z linkami do archiwum */
#archiwum {
    text-align: center;
    line-height: 18px;
    background: #111;
    height: 220px;
    width:180px;
    overflow: visible;
    padding: 1px;
}
div.a_yr {
    color:silver;
}
div.a_rok {
    background-image: url('images/invbar.gif');
    background-repeat: repeat-x;
    background-position: top;
    vertical-align: top;
}
span.a_m {
    float:left;
    width:55px;
    height: 22px;
    margin:auto;
    vertical-align:middle;
}
a.a_yh {
    font-family:'MS Reference Sans Serif',Verdana,Arial,'Sans-serif';
    font-weight: bold;
    cursor: pointer;
    color: white;
}
.a_m b { color: white; }


/***********************
   *	Comments           *
   ***********************/

h2#comments,
h2#postcomment {
    color: #fff;
}
h2#comments span,
h2#postcomment span {
    color: #5b9cff;
}
h2#postcomment {
    padding: 20px 0 0 0 !important;
    padding: 0;
}

ol#commentlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ol#commentlist li {
    clear: both;
    width: 100%;
    float: left;
}
ol#commentlist li.alt {
    background: transparent url(images/separator_cmt.gif) repeat-y 0 0;
}


.cmt-meta {
    float: left;
    width: 150px;
    padding: 20px 0;
    background: transparent url(images/separator_meta.gif) no-repeat 0 0;
}
.cmt-author {
    display: block;
    background: transparent url(images/indicator_date.gif) no-repeat right center;
    padding: 0 15px;
    font-weight: bold;
}
.cmt-author a:link,
.cmt-author a:visited,
.cmt-author a:hover,
.cmt-author a:active {
    color: #fff;
}
.cmt-date,
.cmt-time {
    display: block;
    padding: 0 15px;
}

.cmt-main {
    margin: 0 0 0 150px;
    background: transparent url(images/separator_title.gif) no-repeat 0 0;
    position: relative;
}

img.cmt-gravatar, .cmt-main .MyAvatars {
    border: 1px solid #333;
    background: #111;
    padding: 3px;
    position: absolute;
    left: 18px;
    top: 22px;
}

.cmt-text {
    margin: 0 0 0 80px;
    padding: 8px 25px 8px 0;;
}


.cmt-form {
    margin: 0 0 0 150px;
    padding: 0 0 0 25px;
    clear: both;
}
.cmt-form p {
    font-size: 90%;
}
.cmt-form p a {
    color: #cce0ff;
}
.cmt-form textarea {
    color: black !important;
}

.cmt-info {
    background: #071c50 url(images/icon_info.gif) no-repeat 16px center;
    padding: 5px 0 5px 48px;
    border: 1px solid #00103a;
    color: #5fa0ff;
}
.cmt-info a:hover {
    color: #fff;
    text-decoration: none;
}
.cmt-allowed {
    font: 10px 'Schumacher Clean',Verdana,sans-serif;
}

input#author,
input#email,
input#url {
    width: 98% !important;
    width: 420px;
    height: 20px;
    padding: 2px 2px 0 2px; /* Hey LEMONed, what for? */
}
textarea#comment {
    width: 98% !important;
    width: 420px;
    height: 220px;
    padding: 2px;
}
input#submit {
    width: auto;
    height: 24px;
    background: #071843 url(images/button.gif) repeat-x 0 0;
    border: 1px solid #051236;
    color: #fff;
}
input#submit:focus {
    border: 1px solid #ffc000;
}









/***********************
   *	Bottom             *
   ***********************/

#bottom {
    clear: both;
    margin: 0 0 0 150px;
}

#bottom h2 {
    padding: 0 5px;
}

#bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#bottom ul li {
    line-height: 28px;
    border-top: 1px solid #31343d;
    border-bottom: 1px solid black;
}
#bottom ul li a {
    display: block;
    width: auto !important;
    width: 100%; /* Stupid IE */
    background: transparent url(images/icon_link.gif) no-repeat 9px 9px;
    padding: 0 28px;
    color: #69abfc;
}
#bottom ul li a:hover {
    text-decoration: none;
    background: #010716 url(images/icon_link.gif) no-repeat 9px 9px;
    color: #fff;
}

#bottom .bottom {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 25px 25px;
    background: #181818;
}

#bottom .bottom-left,
#bottom .bottom-mid {
    float: left;
    width: 25% !important;
    width: 20%; /* Stupid IE */
    height: 100%;
    margin: 0 25px 0 0;
    background: #151518;
}

#bottom .bottom-right {
    float: left;
    width: 30%;
    max-width: 300px;
}

.flickr {
}

.flickr img {
    display: block;
    border: 1px solid #adcbf0;
}
.flickr a {
    float: left;
    background: #081b43;
    padding: 4px;
    border: 1px solid #051236;
    margin: 5px;
}
.flickr a:hover {
    background: #0b245b;
}


/***********************
   *	Footer             *
   ***********************/

#footer {
    clear: both;
    width: 100%;
    height: 100%;
    margin: 0 0 0 150px;
    padding: 20px;
    background: #000;
}

#footer a {
    color: #fff;
}

#footer p {
    margin: 0;
    line-height: 180%;
    color: #fff;
}

#footer p a.w3c {
    background: transparent url(images/icon_valid.gif) no-repeat left center;
    padding: 0 0 0 20px;
    margin: 0 10px 0 0;
    color: #538ee8;
}
#footer p a.credit {
    background: transparent url(images/icon_copy.gif) no-repeat left center;
    padding: 0 0 0 20px;
    margin: 0 10px 0 0;
    color: #538ee8;
}



/***********************
   *	Archives           *
   ***********************/

#archives {
    width: 100%;
}

#archives ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-top: 1px solid #28282a;
    border-bottom: 1px solid #404040;
}
#archives ul li {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #28282a;
    line-height: 250%;
}
#archives ul li a {
    display: block;
    width: 100%; /* Stupid IE */
    background: transparent url(images/icon_link.gif) no-repeat 10px center;
    padding: 0 0 0 30px;
    color: #5188db;
    border: none;
}
#archives ul li a:hover {
    background: #051236 url(images/icon_link.gif) no-repeat 10px center;
    text-decoration: none;
    color: #fff;
}



/***********************
   *	Links              *
   ***********************/

#links {
    width: 100%;
    margin: 0 0 25px 0;
}

#links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#links ul ul li {
    float: left;
    line-height: 250%;
    width: 24%;
    margin: 0 1% 1% 0;
}
#links ul ul li a {
    border: 1px solid #282828;
    background: #071c50;
    padding: 2px;
    display: block;
    text-align: center;
    color: #5188db;
}
#links ul ul li a:hover {
    text-decoration: none;
    background: #0f2b6f;
    color: #fff;
}
#links ul ul li > a[rel="friend"]:hover {
    font-weight: bold;
}

/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #444;
    text-align: center;
    background-color: #181818;
    padding-top: 4px;
    margin: 10px;
    moz-border-radius: 3px;
    khtml-border-radius: 3px;
    webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */



/* HOME PAGE */
#menu {
    float: left;
    width: 150px;
    height: 100%;
    background: transparent url(images/separator_meta.gif) no-repeat left top;
}
#menu ul li a,
#menu ul li a:visited,
#menu ul li a:active {
    color: #cf0;
}
#menu ul  { border: 0; padding: 0; }
#menu ul li {
    display: block;
    width: 100%; /* Stupid IE */
    background: transparent url(images/icon_link.gif) no-repeat 10px center;
    padding: 0 0 0 30px;
    color: #5188db;
    border: none;
}
.home-main {
    margin: 0 0 0 150px;
    padding: 10px 0 0 25px;
    text-align: justify;
    width:80%;
}
.home-subtitle {
    font-size: 9pt;
    position:absolute;
    top:120px;
}

div.zboczki {
    overflow: hidden;
}

