/*
Theme Name: Grafblog
Theme URI: http://www.grafdesign.pl/
Description: Widget ready and tested on WP 2.3.1
Version: 2.0
Author: Grafdesign.pl
Author URI: http://www.grafdesign.pl/
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffd648;
	background-repeat: repeat-x;
	background-position: left top;
        background-image: url(images/tlo.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
	font-size: 11px;
}

ul, ol { }

blockquote { }

a { color: #FFFFFF; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
margin-top:3px;

}

/* Header */

#header-wrapper {
}

#header {
	width: 900px;
	height: 57px;
	margin: 0px auto;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 57px;
}

#menu ul {
	margin: 0;
	padding: 18px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 5px 7px 5px 7px;
	text-decoration: none;
        font-size: 12px
	color: #FFFFFF;
}

#menu a:hover { 
        text-decoration: underline;
        color: #f6c100; 
}

#menu .current_page_item a {
	color: #888888;
}

#menu .current_page_item a:hover {
	color: #f6c100;
}

/* Search */

#search {
	float: right;
	width: 255px;
	height: 76px;
}

#search form {
	float: right;
	margin: 0;
	padding: 18px 15px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
        font-size: 11px;
        font-weight: bold;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #555555;
	color: #FFFFFF;
}

#search-submit {
	height: 21px;
	margin-left: 12px;
	color: #000000;
        background: #555555;
}

#search-submit:hover {
        color: #000000;
        background: #f6c100;
}

/* Page */

#page {
	width: 900px;
	margin: 20px auto;
	padding: 5px 0px 0px 0px;

}

#page a { color: #000000; }

/** LOGO */

#logo {
	width: 900px;
	height: 210px;
	margin: 0px auto;
	background: url(images/img03.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0 0 0 170px;
	line-height: normal;
}

#logo h1 { 	float: left;
padding-top: 70px; }

#logo h1 a {
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 a:hover { text-decoration: underline; }

#logo p {
	padding: 130px 0 0 170px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo p a:hover { text-decoration: underline; }

/* Content */

#content {
	float: right;
	width: 600px;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 40px;
	background: url(images/img05.jpg) no-repeat left top;
	color: #FFFFFF;
}

.post .title a {
	text-decoration: none;
	color: #FFFFFF !important;
}

.post .title a:hover {
	text-decoration: underline;
	color: #f6c100 !important;
}

.post .date {
	float: right;
	margin-top: -45px;
	padding-right: 20px;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
}

.post .meta a { color: #82b10b; }

.post .entry {
	padding: 25px 20px 0px 20px;
        color: #222222;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar p {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	height: 33px;
	margin: 0 0 20px 0px;
	padding: 8px 0 2px 40px;
	background: url(images/img04.jpg) no-repeat left top;
	font-size: 20px;
	color: #FFFFFF;
}


#sidebar p {
	line-height: 200%;
        
}

/* Calendar */

#calendar {

}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #82b10b;

}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #82b10b;
	border-left: 1px solid #82b10b;
        background-image: url(images/img04.jpg);
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #82b10b;
	border-left: 1px solid #82b10b;
        color: #e5460e;
}

#calendar tbody td a {
        font-weight: bold;
        color: #e5460e;
}

#calendar tbody td a:hover {
        color: #FFFFFF;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #e5460e;
        color: #FFFFFF !important;
        font-weight: bold;
}

#calendar #today a {
        color: #FFFFFF !important;
        font-weight: bold;
}


/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img07.jpg) no-repeat left top;
	height: 61px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #f6c100;
}

.credit {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
}

#comment {
	margin: 0;
	width: 500px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-left: 20px;
	padding-top: 50px;
        text-size: 11px;
        color: #333333;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}

#tag_cloud h2 {
	margin: 0 -20px;
}

.pagetitle {
	padding: 10px 20px;
	font-size: 24px;
	color: #FFFFFF;
}

.commentlist {
}

#comments {
	padding-left: 20px;
        color: #333333;
}

#comments h2 {

        color: #333333;
}

#comments p {
        line-height: 13px;
}

#respond h2 {

        color: #333333;
}

#page input {
        background-color: #f6c100;
        border: 1px solid #CB6B01;

}

#page input:hover {
        background-color: #ffd648;

}

#page textarea:focus {
        background-color: #ffd648;

}

#page textarea {
        background-color: #f6c100;
        border: 1px solid #CB6B01;

}

.textwidget {
        color: #000000;
        text-align: center;
}