/*
Theme Name: Kozika
Theme URI: http://www.kozik.net.pl
Description:  A lightweight, simple and pleasant design.
Author: Krzysztof Kozlowski
Author URI: http://www.kozik.net.pl

*/


/*#############################################################
Name: Indigo
Date: 2006-07-27
Description: A lightweight, simple and pleasant design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	color: #466;
	margin: 0; font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	color: #555;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 3px 1px 3px;
}
p, ul, ol {
	font-size: 12px;
	padding-bottom: 1.2em;
}
ul li, ol li {
	padding-bottom: 0.2em;
}
h1 {
	font-size: 15px;
	margin-bottom: 4px;
}
code {
	border-left:6px solid #39F;
	border-right:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	background:url('img/bgcode.gif');
	color: #555;
	display: block;
	margin-bottom: 12px;
	white-space: pre;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	padding-left:10px; padding-right:10px;
	padding-top:8px; padding-bottom:8px;
	line-height: 70%;
}
cite {
	background: url('img/quote.gif') no-repeat;
	color: #666;
	display: block;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal;
	font-size:11px;
}
h1, h2, h3 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.clear, .clearer {
	clear: both;
}

/* structure */
.container {
/*	background: url('img/topleft.png') no-repeat;
 */
	background: #0094D6 url('img/bg.gif') repeat-x;
	min-width: 600px;
}

.header {
	background: url('img/topleft.png') no-repeat;
	height: 92px;
}

/* title */
.title {
/*	float: left;
 */
	padding: 5px 0 0 95px;
	height: 35px;
}
.title h1 {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.title h1 a{
	color: #FFF;
	text-decoration:none;
}
/* navigation */
.navigation {
	float: right;

	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 13px;
	font-weight: bold;
}
.navigation ul {
	margin: 18px 0 0 0;
	list-style: none;
	padding: 0;
}
.navigation li {
	list-style: none;
	float: left;
	padding: 0;
}
.navigation a{
	color: #FFF;
	float: left;
	padding: 8px 15px 8px 15px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
  background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url('img/bgmain.gif') no-repeat;
	clear: both;
	padding-left:52px; padding-right:12px; padding-top:12px; padding-bottom:0
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 12px;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 11px;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url('img/nav_li.gif') no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px; list-style-image:url('img/li.gif')
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url('img/bgfooter.gif') repeat-x;
	color: #C1DEF0;
	font-size: 9px;
	text-align: center;
	padding: 8px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


/*post styling*/
.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:9px;
color:#505050;
}
.post hr {
	display: block;
}





/*comment styling*/
/* Comments Styling */
#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 430px;
}
#commentform fieldset {
padding: 10px
}
#commentform fieldset legend {
color: #06C;
font-size:	14px;
font-weight: bold;
padding-left: 3px;
padding-right: 3px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 400px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 10px;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 400px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 10px;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 400px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 10px;
background: #ffffff;
border: 1px solid #939793;
width: 400px;
}
#commentform input{
margin-bottom: 3px;
}

.children { padding: 0; }
ul.children li
{
	background: url('img/nav_li_children.gif') no-repeat;
	margin-left:20px;
}

.line_separator
{
	padding:2px 3px 3px 8px;
	border:1px solid #e3e4e4;
	background-color:#f5f5f5;
}
a img
{
	border: 0;
}

/* From wordpress-2.6.0/wp-content/themes/default/style.css */
.hidden {
	display: none;
}
/* Captions */
.aligncenter,
div.aligncenter {
       display: block;
       margin-left: auto;
       margin-right: auto;
}

.wp-caption {
       border: 1px solid #ddd;
       text-align: center;
       background-color: #f3f3f3;
       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 */


/* Kozik: Dodatkowe modyfikacje */
.header .title h2 {
	font-size: 11px;
	font-style: italic;
	color: white;
	font-weight: bold;
}
.header .title h2 a {
	color: white;
	text-decoration: none;
}


/* Kozik: Elementy aktualizacyjne */
/* Wordpress 2.8 */
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}




