

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

iframe { border:0 }

body {
    margin: 10px 0 0 0;     padding: 0;
    font: normal 13px/1.6em  verdana, tahoma, sans-serif;
    text-align: center;
    background: #090807 url(../images/bg.jpg) repeat-x;
    color: #8F8F8E;
}

/* links */
a {
    color: #fff;
    background-color: inherit;
    text-decoration: none;
}
a:hover {
    color: #99CC33;
    background-color: inherit;
}

/* headers */
h1, h2, h3, h4 {
    font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    color: #eee;
}
h1 { font-size: 3em; color: #84A5DA; letter-spacing: -2px;  }
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 10px 15px;
}

ul, ol {
    margin: 10px 30px;
    padding: 0 15px;
}

/* images */
img {
    background: transparent;
   border: 3px solid #383735;
}
img.float-right {
   margin: .5em 0 1em 1em;
}
img.float-left {
   margin: .5em 1em 1em 0;
}

code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: transparent;
  border: 1px solid #211E20;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
blockquote {
    margin: 10px 15px;
    padding: 10px 0 10px 30px;
   background: transparent;
    border: 1px solid #211E20;
    font: normal 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
}

/* start - table */
table {
    margin: 10px 15px;
    border-collapse: collapse;
}
th strong {
    color: #fff;
}
th {
    background: #090807;
    color: #fff;
    height: 3em;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    border-left: 1px solid #211E20;
    border-right: 1px solid #211E20;
    border-bottom: 1px solid #211E20;
    border-top: 2px solid #8EB200;
}
tr {
    color: #707070;
    height: 2.5em;
}
td {
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #211E20;
}
/* end - table */

/* form elements */
form {
    margin: 10px 15px;
    padding: 10px;
    background: transparent;
    border: 1px solid #211E20;
}
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
label {
    display:block;
    font-weight:bold;
    margin: .4em 0;
}
input {
    padding: .3em;
    border: 1px solid #eee;
    font: normal 1em Verdana, sans-serif;
    color:#777;
}
textarea {
    width: 55%;
    padding: .3em;
    font: normal 1em/1.5em Verdana, sans-serif;
    border: 1px solid #eee;
    height: 10em;
    display:block;
    color:#777;
}
input.button {
    font: bold 1em Arial, Tahoma, Sans-serif;
    margin: 0;
    padding: .25em .3em;
    color: #fff;
    background: #000;
    border: 2px solid #211E20;
}

/* search form */
.searchform {
    background-color: transparent;
    border: none;
    margin: 0 0 0 10px; padding: 0 0 1.5em 0;
    width: 20em;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
    width: 11em;
    color: #777;
    padding: .4em;
    border: 1px solid #E5E5E5;
    vertical-align: top;
}
.searchform input.button {
    width: 80px;
    vertical-align: top;
}

/***********************
      LAYOUT
************************/

#header, #nav, #content, #footer-wrap {
    width: 910px;
}

/* header */
#header {
    clear: both;
    position: relative;
    margin: 0 auto; padding: 0;
    background: transparent url(../images/maciek.png) no-repeat 0px 29px;
    height: 291px;
    text-align: left;
}
#header #clouds {
    position: absolute;
    background: transparent url(../images/clouds.png) no-repeat;
    top: 15px;
    right:-20px;
    width: 309px;
    height: 163px;
}

#header h1#logo-text a {
    position: absolute;
    margin: 0; padding: 0;
    font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    letter-spacing: -3px;
    color: #0a1e53;
    text-decoration: none;
    z-index: 9998;
    background: transparent;
    top: 33px; left: 280px;
}
#header p#slogan {
    position: absolute;
    font: normal 19px 'Trebuchet Ms', Sans-serif;
    text-transform: none;
    color: #fff;
    margin: 0; padding: 0;
    z-index: 9999;
    top: 100px; left: 330px;
}

/* Navigation */
#nav {
    clear: both;
    margin: 0 auto;
    padding: 0;
    height: 56px
}
#nav ul {
    float: left;
    list-style: none;
    text-transform: uppercase;
    margin: 0;  padding: 0;
    height: 56px;
}
#nav ul li {
    float: left;
    margin: 0; padding: 0;
    height: 56px;
}
#nav ul li a {
    display: block;
    float: left;
    width: auto;
    margin: 0;
    padding: 0 20px;
    color: #a5a5a5;
    font: bold 16px/54px "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
}
#nav ul li a:hover,
#nav ul li a:active {
    color: #fff;
}
#nav ul li#current a {
    color: #FF8B04;
}

/* content */
#content-wrap {
    clear: both;
    float: left;
    width: 100%;
    background: #12120f url(../images/footer-top.jpg) repeat-x left bottom;
}
#content {
    text-align: left;
    padding: 0;
    margin: 0 auto;
}

/* sidebar */
#sidebar {
    float: right;
    width: 14em;
    margin: 10px 0 10px -21em;
    padding: 0;
}
#sidebar h3 {
    font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    padding: .3em 0 .5em 10px;
    color: #99CC33;
    text-transform: none;
    letter-spacing: -1px;
}

#sidebar ul.sidemenu {
    margin: 0 0 0 10px;
    padding: .1em 0 1em 0;
    font-family: 'Trebuchet MS', Tahoma, Sans-serif;
    border-top: 1px solid #211E20;
}
#sidebar ul.sidemenu li {
    padding: 0;
    background: url(../images/bullet.jpg) no-repeat .5em .6em;
    border-bottom: 1px solid #211E20;
    list-style:none;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
    display: block;
    font-weight: bold;
    color: #d3d0cc;
    text-decoration: none;
    padding: .2em 0 .2em 30px;
    line-height: 1.5em;
    font-size: 1.25em;
}
#sidebar ul.sidemenu li a:hover {
    color: #FF8B04;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 15px; }
#sidebar ul.sidemenu ul li { border: none; }

/* main */
#main, #main2 {
    margin: 10px 26em 10px 0;
    padding: 0;
    float:left;
    width:660px;
}
#main2 {
    margin: 10px 10px 10px 0;
    width:900px;

}

#main h2, #main2 .title {
    font: normal 2.9em 'Trebuchet MS', Arial, Sans-serif;
    color: #84A5DA;
    letter-spacing: -2px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #211E20;
}
#main h2 a {
    color: #84A5DA;
    text-decoration: none;
}

#footer-wrap {
    clear: both;
    padding: 0; margin: 0 auto;
    position: relative;
}

/* columns */
#columns {
    clear: both;
    text-align: left;
    color: #5B9CFF;
    margin: 0 auto;
    padding: 1.6em 0 .5em 0;
    width: 95%;
}
#columns h3 {
    color: #99CC33;
    margin: 0;
    padding: 0 10px;
    font: normal 1.4em "Trebuchet MS", Arial, Tahoma, Sans-serif;
    text-transform: uppercase;
}

#columns ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    border-top: 1px solid #111;
}
#columns li {
    border-bottom: 1px solid #111;
}
#columns li a {
    display: block;
    padding: .5em 0 .5em 1em;
    color: #8F8F8E;
}
#columns li a:hover {
    color: #fff;
}

#columns .col3, .col3-center {
    float: left;
    width: 31%;
}
#columns .col3-center {
    margin: 0 15px;
}

/* footer */
#footer-bottom {
    clear: both;
    margin: 0 auto;
    padding: 1em 0 1.5em 0;
    text-align: center;
    font-size: .85em
}

#cytat {
    position:absolute;
    top:190px;
    right:-20px;
    color:#ddd;
    width:300px;
        font-style: italic;
}

#cytat p {padding:0px 0px 5px;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {  text-align: left; }
.align-right {  text-align: right; }

/* additional classes */
.clear { clear: both; }
.grey { color: #8F8F8E; }

.post-by {
    font-size: .9em;
    padding-top: 0;
}

.post-footer {
    text-align: right;
    background: transparent;
    border: 1px solid #211E20;
    padding: 5px 10px;
    margin: 20px 15px 10px 15px;
}
.post-footer .date,
.post-footer .comments,
.post-footer .readmore {
    padding-left: 20px; margin: 0 3px 0 3px;
}

.container {
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
    font: 10px normal Arial, Helvetica, sans-serif;
    border: 1px solid #333;
    padding: 10px;
}

.container img {border:none;}

a.go {
    background: url(../images/go.png) no-repeat 0 center;
    padding: 0 0 0 20px;
}

/*--Main Image Preview--*/
.main_image {
    width: 598px; height: 456px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    padding: 10px;  margin: 0;
    line-height: 1.6em;
}
.block small {
    display:block;
    padding: 2px 0 2px 20px;
    background: url(../images/desc.png) no-repeat 0 center;
    font-size: 1em;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;  left: 0;
    width: 100%;
    display: none;
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse {
    background: url(../images/btn_collapse.gif) no-repeat left top;
    height: 27px; width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px; right: 20px;
}
.main_image a.show {background-position: left bottom;}


.image_thumb {
    float: right;
    overflow: hidden;
    width: 290px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #777;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 3px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0; padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0; padding: 12px 10px;
    background: #fff url(../images/nav_a.gif) repeat-x;
    width: 279px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
    background: #eee;
    cursor: pointer;
}
.image_thumb ul li.active {
    background: #ddd;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 15px;
    margin: 7px 0;
    padding: 0;
    color:#111;
    font-weight: bold;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}

.html5 {
    position: absolute;
    background: transparent url(../images/html5.png) no-repeat;
    top: 2px;
    right:0px;
    width: 24px;
    height: 40px;
}




