/*
Theme Name: WordPress KSCC
Theme URI: http://wordpress.org/
Description: Na potrzeby KS CC.
Version: 0.9
Author: Opiekun.
Author URI: 
Tags: KSCC
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
    background-color: #8EA376;
    overflow: scroll;
	}

.biale a {
    font-size: 1em;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

h1 {
    font-size: 1.7em;
    font-weight: lighter;
    color: #7C9D49;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7C9D49;
    margin-top: 24px;
    margin-left: 18px;
    margin-right: 18px;
    padding-bottom: 6px;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.strony p{
    letter-spacing: normal;
    line-height: 1.7em;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 1.2em;
    text-align: justify;
}

.post h2 {
    border-bottom: black solid 1px;
    border-top: black solid 1px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 12px;
}

.post .data {
    float:left;
}

.post .kto {
    float:right;
}

.post span {
    color: #7C9D49;
}

.post span a {
    text-decoration: none;
    color: #7C9D49;
}

.post span a:hover {
    text-decoration: none;
    color: #00ff00;
}

.post p {
    text-align: justify;
    line-height: 1.7em;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 1.2em;
}

a {
    color: red;
}

#page {
    background-image: url('/wp-content/themes/kscc/images/background.png');
    background-position: top;
    background-repeat: repeat-y;
    background-color: #8EA376;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

#header {
    height: 163px;
    margin-left: 10px;
    margin-right: 10px;
}

#header p {
    height: 19px;
    background-image: url('/wp-content/themes/kscc/images/header_menu_footer_background.png');
    background-position: top left;
    background-repeat: repeat-x;
    text-align: right;
    padding-top: 7px;
    padding-right: 21px;
    color: white;
}

#header p a:hover {
    text-decoration: underline;
}

#header div {
    background-image: url('/wp-content/themes/kscc/images/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 880px;
    height: 111px;
    text-align: left;    
}

#header div img {
    position:relative;
    left: 5px;
    top: 15px;
}

#header ul {
    height: 19px;
    background-image: url('/wp-content/themes/kscc/images/header_menu_footer_background.png');
    background-position: top left;
    background-repeat: repeat-x;
    text-align: left;
    padding-top: 7px;
    color: white;
    list-style-type: none;
}

#header ul li {
    margin-left: 5px;
    padding: 0px 6px;
    display: inline;
    font-size: 1.1em;
}

#header ul li a:hover {
    background-image: url('/wp-content/themes/kscc/images/header_menu_hover.png');
    color: #67705a;
}

#content {
    min-height: 500px;
    height:auto;
    margin-left: 10px;
    margin-right: 10px;
    width: 880px;
}

#index {
    width: 670px;
    height:auto;
    float: left;
}

#sidebar {
    padding-top: 14px;
    width: 207px;
    height: 234px;
    float: right;
    text-align: center;
    color: #67705A;
}

#sidebar h2 {
    margin-top: 10px;
    font-size: 1.1em;
    padding-top: 6px;
    width: 207px;
    height: 24px;
    background-image: url('/wp-content/themes/kscc/images/sidebar_background.png');
    background-repeat: repeat-x;
    text-transform: uppercase;
}

#sidebar h3 {
    margin-bottom: 10px;
}

#sidebar a img {
    display: block;
    margin: 4px auto;
}

#footer {
    float: none;
    clear: both;
    text-align: center;
    background-image: url('/wp-content/themes/kscc/images/header_menu_footer_background.png');
    background-position: top left;
    background-repeat: repeat-x;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 10px;
    width: 880px;
    margin-left: 10px;
    margin-right: 10px;
}

#footer a{
    color: white;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}