/*  
Theme Name: WordPress SeoTheme
Description: Modification based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Author: Lexy
Author URI: http://www.lexy.com.pl/blog/
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* Begin Layout */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: #E4DDD5 url('images/top-bg.gif') top repeat-x;
	color: #000;
	margin: 0 auto;
	padding: 0; 
	}

#page {
	background-image: url('images/main-bg.gif');
	margin: 0 auto;
	padding: 0;
	width: 776px;
	border: none;
	}
	
#header {
	background: url('images/header.jpg') left no-repeat;
	margin: 0; 
	padding: 0; 
	height: 153px; 
	width: 776px;
	}
	
#header img {
	width: 367px;
	height: 96px;
}

#content {
	font-size: 1.2em;
	width: 530px;
	float: left;
	padding: 15px;
	margin: 0;
	}
	
.post {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url('images/line.gif') center bottom no-repeat;
	width: 530px;
	}
	
* html .post {
	width: 527px;
}
	
.post p {
	text-align: justify;
	line-height: 1.6em;
	padding: 5px 10px;
	text-indent: 20px;
}

.post img.left {
	float: left;
	margin: 5px 5px 5px 0;
	border: 2px solid #B9AE98;
}

.post img.right {
	float: right;
	margin: 5px 0 5px 5px;
	border: 2px solid #B9AE98;
}

.post-ratings {
	display: block;
	padding: 15px 0 0 15px;
	height: 15px;
	width: 350px !important;
}

div#google {
	background-image: url('images/google.gif');
	width: 495px;
	height: 103px;
	padding: 15px;
	margin-top: -35px;
}

div#google p {
	padding: 5px;
	margin:  0 0 0 160px;
	line-height: 20px;
	}
	
div#books {
	margin: 10px 25px 10px 5px;
	text-align: center;
	padding: 5px 10px;
	font-size: 90%;
}

div#books img {
	width: 150px;
	margin: 6px;
}

.center {
	margin: 10px auto;
	display: block;
	text-align: center;
}

.navigation {
	display: block;
	clear: both;
	text-align: left;
	font-size: 80%;
	margin: 15px 10px 0px 10px;
	color: #666;
	}
	
.navigation a {
	color: #000;
}

.navigation a:hover {
	color: #666;
}

#footer {
	background-color:#412019;
	border-top: 1px solid #E9E6DD;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 53px;
	clear: both;
	}
	
#footer img {
	height: 15px;
}

#footer .foot {
	background: #412019 url('images/footer.gif') left top no-repeat; 
	display: block;
	margin: 0 auto;
	width: 766px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	text-align: left;
	}
	
* html #footer .foot {
	padding-top: 10px !important;
}

ul.small {
	font-size: 90%;
	padding-right: 14px !important;
}


/* End Layout */



/* Begin Headers */

h1 {
	margin: 20px 0 0 80px;
	padding: 0;
	font-size: 120%;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
}

h3 {
	font-size: 1.1em;
	border-bottom: 1px dotted;
	}

h2, h3, h4, h5, h6 {
	margin: auto 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #8A1E0C;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #8A1E0C;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.post h2 {
	margin: 15px 10px;
	font: 150% bold 'Trebuchet MS', Arial, Sans-serif;
	font-style: italic;
}

#sidebar ul li h2 {
	background-image: url('images/h2-bg.gif');
	height: 31px;
	width: 182px;
	color: #B9AE98;
	font: italic 150% 'Trebuchet MS', Arial, Sans-serif;
	text-align: right;
	padding-top: 5px;
	padding-right: 34px;
}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

/* End Headers */



/* Begin Listings */

#sidebar { /* prawa kolumna */
	float: right;
	font: 120% Arial, Sans-Serif;
	padding: 0;
	width: 216px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 5px 0 0 0;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 15px;
	}

#sidebar ul ul {
	margin: 5px 0 0 10px;
	}
	
#sidebar ul li.categories ul li {
	background: url('images/menu-icon.gif') left 3px no-repeat;
	margin: 10px 10px 10px 5px;
	padding: 0 0 0 0;
	}

#sidebar ul li.categories ul li a{
	/* background: url('images/li-bg.gif') 20px bottom no-repeat; */
	padding-left: 20px;
}

#sidebar ul li.categories ul li ul.children {
	margin-top: 10px;
}

#sidebar ul li.categories ul li ul.children li {
	margin: 0 10px 6px -8px;
	font-size: 90%;
}
	
#sidebar ul li.categories ul li ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}

#sidebar ul ul li {
	margin: 10px;
	padding: 0;
	}
	
#sidebar ul ul ul li {
	margin: 0 0 0 10px;
	list-style-type: none;
	}
	
ul.date {
	margin: 0 0 0 10px;
	padding: 0;
}

ul.date li {
	display: inline;
	font-size:80%;
	color: #8A1E0C;	
	margin: 0 50px 0 0;
}

li.calendar {
	background:	url('images/date-icon.gif') left 2px no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
}

li.category {
	background:	url('images/menu-icon.gif') left 2px no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
}

ul.mainmenu {
	width: 190px;

}

ul.mainmenu li {
	display: inline;
	font-size:80%;
	color: #8A1E0C;	
	margin: 0;
	padding: 0;
}
	
/* End Listings */


/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #8A1E0C;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	padding: 0 10px;
	}

.commentmetadata {
	font-weight: normal;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

p.postmetadata {
	background:	url('images/comment-icon.gif') left 4px no-repeat;
	padding: 0 0 20px 12px;
	margin: 0;
	width: 130px;
	float: right;
	clear: both;
	font-size: 80%;
	color: #8A1E0C;	
}

p.postmetadata a:link {
	font-weight: bold;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #8A1E0C;
	text-decoration: none;
	}

a:hover {
	color: #8A1E0C;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	} 
	
.entry ol {
	display: block;
}

.entry ol li, .entry ul li  {
	margin: 0;
	padding: 0;
	clear: both;
	}
	
.entry ol, .entry ul {
	padding: 0 0 0 35px;
	margin: 0 0 15px 0;
	}

.entry ol li {
	margin: 0 10px 7px 10px;
	padding: 0;
	text-align: justify;
	}

.entry ul li {
	margin: 5px auto;
	padding: 0 10px;
	list-style-type: square;
	text-align: justify;
	}
	
.entry ol li  p {
	margin: 0;
	padding: 5px 0;
}
	
.entry ol li ul {
	margin: 7px auto 0 auto;
}
	
.entry ol li ul li {
	margin: 5px 0;
}
	

.postmetadata ul, .postmetadata li {
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 auto;
	padding: 8px 3px 0 3px; 
	text-align: center;
	}
	
#searchform input {
	margin: 8px auto;
	font-size: 90%;
	border-color: #F1ECE8 #F1ECE8 #D6CFC5 #D6CFC5;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	}

#commentform textarea {
	width: 490px;
	padding: 2px;
	border-color: #F1ECE8 #F1ECE8 #D6CFC5 #D6CFC5;
	}

#commentform #submit {
	display: block;
	margin: 0 auto;
	}
	
textarea#comment {
	margin: 20px auto;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 8px;
	}

.commentlist {
	padding: 0 8px;
	margin: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 8px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height: 18px;
	}

#commentform p {
	margin: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #B09F85;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/

.linktext {
	font-size: 80%;
	margin: 0 auto;
}

.linktextarea {
	font-size: 100%;
	width: 350px;
	margin: 0 auto;
	padding: 2px;
	border-color: #F1ECE8 #F1ECE8 #D6CFC5 #D6CFC5;

}
