 /* 
 * Cascading Style Sheet(CSS), Stworzony dla  Invisionize.eu
 * Author: Dawid "Spanner" Baruch, biuro@spannerdev.pl, http://www.spannerdev.pl
 * Copyright (c) 2008 SpannerDEV.pl, all rights reserved 
 *
 * $Id: CSS File  Dawid Baruch $
 */
 
 
body {
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
    font-size: 11px;
    color: #8cacbb;
    text-align: center;
}


a:link,
a:visited,
a:active {
    background: transparent;
    color: #8cacbb;
    text-decoration: none;
}

a:hover {
    background: transparent;
    color: #8cacbb;
    text-decoration: underline;
}

img {
    border: 0;
}

#logo {
    background: transparent;
    margin: 20px 0 20px 20px;
    height: 71px;
    text-align: left;
}

#navstrip {
    background: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    padding: 8px;
    text-align: left;
}

#menu {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}

#menu li {
    display: inline;
}

#menu li a:link,
#menu li a:visited,
#menu li a:active {
    text-decoration: none;   
    border: 1px solid #8cacbb;
    border-bottom: 0;
    color: #8cacbb;
    padding: 2px 5px 2px 5px;
    margin: 2px 5px 0 5px;
}

#menu li a:hover {
    text-decoration: none;  
    background: #dee7ec;
    border: 1px solid #808080;
    border-bottom: 0;
    color: #808080;
    padding: 2px 5px 2px 5px;
    margin: 2px 5px 0 5px;
}

#copyright {
    background: transparent;
    border-top: 1px solid #8cacbb;
    padding: 10px;
    margin: 20px 0 10px 0;
}

.naglowek {
    font-size: 13px;
    color: #000;
    padding-bottom: 2px;
    border-bottom: 1px solid #8cacbb;
}

.naglowek a:link,
.naglowek a:visited,
.naglowek a:active {
    background: transparent;
    color: #000;
    text-decoration: none;
}

.naglowek a:hover {
    background: transparent;
    color: #000;
    text-decoration: underline;
}

.content {
    background: transparent;
    color: #000;
    padding: 0 8px 0 8px;
}

.sourcesLink {
    background: transparent;
    color: #000;
    padding: 8px;
    margin: 20px auto 10px auto;
    text-align: center;
    border: 1px solid #8cacbb;
    width: 60%;
}

.readMore {
    background: transparent;
    float: left;
    padding-left: 20px;
}

.time {
    background: transparent;
    float: right;
    padding-right: 20px;
}

.invisionize_content {
    border-bottom: 1px solid #8cacbb;
    margin: 20px;
    padding: 0 0 15px 0;
    color: #000;
}

.archive {
    text-align: center;
    margin: 20px;
}

#feed {
    position: absolute;
    top: 10px;
    right: 50px;
}

#rss,
#atom {
    float: right;
    padding: 0 5px 0 5px;
}

#errorWrap {
    background: #dee7ec url(/img/error.png) no-repeat;
    border: 1px solid #8cacbb; 
    padding: 8px;
    height: 128px;  
    margin: 30px 20px 20px 20px;
    width: 70%;
}

#errorWrap h1 {
    font-size: 20px;
    color: #fd0000;
    font-weight: bold;
    padding: 8px;
}

#errorWrap h2 {
    font-size: 16px;
    color: #fd0000;
    font-weight: bold;
    padding: 8px;
}

#errorMessageLink {
    background: transparent;
    padding: 8px;
    text-align: center;
    width: 50%;
    color: #fd0000;
}

.cls {
    clear: both;
}

.errorMessageLinkLeft {
    float: left;
}

.errorMessageLinkRight {
    float: right;
    padding: 2px;
}

#errorMessageLink a:link,
#errorMessageLink a:visited,
#errorMessageLink a:active {
    color: #ff5100;
    text-decoration: none;
}

#errorMessageLink a:hover {
    color: #ff5100;
    text-decoration: underline;
}

#errorLinks {
    font-size: 13px;
    padding: 8px;
}

.menuLeft {
    background: transparent;
    float: left;
    width: 300px;
    margin: 20px 5px 10px 5px;
    text-align: left;
}

.menuLeftContent {
    border: 1px solid #8cacbb;
    padding: 8px;
}

#tresc {
    float: left;
    width: 68%;
}

.menuLeftHead {
    border: 1px solid #8cacbb;
    border-bottom: 0;
    width: 80px;
    text-align: center;
    color: #000;
    margin-left: 10px;
    padding: 3px;
}

.menuLeftContent ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.menuLeftContent li {
    margin: 2px 0 2px 0;
}

.menuLeftContent li a:link,
.menuLeftContent li a:visited,
.menuLeftContent li a:active {
    text-decoration: none;   
    color: #8cacbb;
    padding: 2px;
}

.menuLeftContent li a:hover {
    text-decoration: none;  
    background: #dee7ec;
    color: #808080;
    padding: 2px 10px 2px 2px;
}

.advertTitle {
    color: #ff5100;
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px solid #8cacbb;
}

.changelog {
    text-align: left;
    color: #000;
}

.userSiteMap {
    font-size: 13px;
    color: #000;
}

.userSiteMap a:link,
.userSiteMap a:visited,
.userSiteMap a:active {
    background: transparent;
    color: #000;
    text-decoration: none;
}

.userSiteMap a:hover {
    background: transparent;
    color: #000;
    text-decoration: underline;
}

.pagelink,
.pagecurrent {
    background: #dee7ec;
    border: 1px solid #8cacbb;
    padding: 1px 3px 1px 3px;
    color: #000;
    line-height: 200%;
}

.pagecurrent{
    background: #FFC9A5;
    color: #000;
}

.pagelink a:link,
.pagelink a:active,
.pagelink a:visited {
    background: transparent;
    text-decoration: none;
    color: #222;
}

.pagelink a:hover {
    background: transparent;
    text-decoration: none;
    color: #34498B;
}

.siteMapList {
    font-size: 12px;
    color: #000;
    padding-bottom: 2px;
}

.siteMapContent {
    text-align: left;
}
    
.popupmenu,
.popupmenu-new
{
   background: #F0F5FA;
   border: 1px solid #3A4F6C;
   text-align:left;
   font-size:10px;
   white-space:nowrap;
}

.popupmenu-item
{
    padding: 5px;
    white-space: nowrap;
    border-bottom: 1px solid #C2CFDF;
    color:  #000000;
    font-weight: normal;
}

.popupmenu-item-last
{
    padding: 5px;
    white-space: nowrap;
    color:  #000000;
    font-weight: normal;
}
    
.searchResult {
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    color: #808080;
    margin: 0 0 20px 20px;
}

#errorsComment {
    background: #F2DDDD;
    border: 1px solid #992A2A;
    color: #992A2A; 
    font-size: 12px;
    font-weight: bold; 
    width: 60%;
    margin: 5px auto 5px auto;
}

#response {
    background: #ddf2e4;
    color: #2a9937;
    border: 1px solid #2a9937;
    font-size: 12px;
    font-weight: bold; 
    width: 60%;
    margin: 5px auto 5px auto;
    padding: 8px;
}
    
.buttonSend {
    text-align: center;
}

#send,
#sendComment {
    background: #dee7ec;
    border: 1px solid #8cacbb;
    color: #222;
}

#bbCode {
    margin: 10px auto 10px auto;
}

.bbCodeButton {
    background: #dee7ec;
    border: 1px solid #8cacbb;
    color: #000;
}

input,
textarea {
    border: 1px solid #8cacbb;
}

textarea {
    overflow-y: auto;
    overflow-x: none;
}

#redirectwrap {
    background: #dee7ec;
    border: 1px solid #8cacbb;
    margin: 200px auto 0 auto;
    text-align: left;
    width: 500px;
}

#redirectwrap h4 {
    background: #dee7ec;
    border-bottom: 1px solid #8cacbb;
    color: #222;
    font-size: 14px;
    margin: 0;
    padding: 5px;
}

#redirectwrap p {
    margin: 0;
    padding: 5px;
}

#redirectwrap p.redirectfoot {
    background: #dee7ec;
    border-top: 1px solid #8cacbb;
    text-align: center;
}

#noComments {
    color: #8cacbb;
    font-size: 12px;
    font-weight: normal;
}

.comment {
    width: 500px;
    text-align: left;
    margin: 10px auto 20px auto;
    padding: 0 5px 0 5px;
    border-bottom: 2px solid #000;
}

.commentsCounter {
    text-align: right;
    color: #8cacbb;
}

.commentsCounter a:link,
.commentsCounter a:visited,
.commentsCounter a:active {
    background: transparent;
    color: #8cacbb;
    text-decoration: underline;
}

.commentsCounter a:hover {
    background: transparent;
    color: #8cacbb;
    text-decoration: none;
}

.commentsAuthor {
    text-align: left;
    margin: 5px 0 5px 0;
    color: #8cacbb;
}

.commentsAuthor a:link,
.commentsAuthor a:visited,
.commentsAuthor a:active {
    background: transparent;
    color: #8cacbb;
    text-decoration: underline;
    font-style: italic;
}

.commentsAuthor a:hover {
    background: transparent;
    color: #8cacbb;
    text-decoration: none;
}

.quotetop {
    background: #E4EAF2 url(/img/css_img_quote.gif) no-repeat right;
    border: 1px dotted #000;
    border-bottom: 0;
    border-left: 4px solid #8394B2;
    color: #000;
    font-weight: bold;
    font-size: 10px;
    margin: 2px auto 0 auto;
    padding: 3px;
}

.quotemain {
    background: #FAFCFE;
    border: 1px dotted #000;
    border-left: 4px solid #8394B2;
    border-top: 0;
    color: #465584;
    padding: 4px;
    margin: 0 auto 0 auto;
}

.codetop,
.sqltop,
.htmltop {
    background: #FDDBCC url(/img/css_img_code.gif) no-repeat right;
    color: #000;
    font-weight: bold;
    margin: 0 auto 0 auto;
    padding: 3px;
}

.codemain,
.sqlmain,
.htmlmain {
    background: #FAFCFE;
    border: 1px dotted #000;
    color: #465584;
    font-family: Courier, "Courier New", Verdana, Arial;
    margin: 0 auto 0 auto;
    padding: 2px;
}

.linked-image,
.bbc_img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.resized-linked-image {
    margin: 1px 0px 0px 0px;
    padding: 0px;
    background: #000;
    border: 0;
    color: #FFF;
    font-size: 10px;
    width: auto;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
}

.resized-linked-image-zoom {
    width: 200px;
    height: 30px;
    filter:alpha(opacity=85);
    opacity:.85;
    background-color: #FFF;
    padding-top: 6px;
    padding-left: 5px;
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
}

#commentSite {
    text-align: left;
    margin: 20px;
    padding: 0 5px 0 5px;
}

.commentsContent {
    margin: 5px 0 5px 0;
    color: #000;
}

#commentsSiteContent {
    margin: 20px 0 30px 0;
    color: #000;
}

#print {
    margin: 20px auto 20px auto;
    padding: 0;
    text-align: left;
    width: 85%;
}

#print h1,
#print h2,
#print h3,
#print h4,
#print p {
    color: #036;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 8px;
}

#print h2,
#print h3,
#print p {
    border-bottom: 1px solid #8cacbb;
    font-size: 11px;
    font-weight: normal;
}

#print h3 {
    background: #dee7ec;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#print h4 {
    background: #dee7ec;
    font-size: 11px;
}

#print p {
    margin: 0 0 5px 0;
    padding: 10px;
}

#print p.printcopy {
    border: 0;
    color: #000;
    text-align: center;
}

#print a:link,
#print a:visited,
#print a:active {
    background: transparent;
    color: #222;
    text-decoration: underline;
}

#print a:hover {
    background: transparent;
    color: #34498B;
}

#printOptions {
    text-align: right;
}

#category {
    text-align: right;
}
