﻿/*
Theme Name: m4c blog
Theme URI: http://m4c.pl/blog
Description: My WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Marcin Szewczyk
Author URI: http://m4c.pl/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Marcin Szewczyk,
	whose blog you will find at http://m4c.pl/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	background: url(img/bg02.jpg) repeat-x center top;	
	font-size: 12px; 
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
	margin: 0; 	
	padding: 0; 
	text-align:center;
}

#content {
	width:940px;
	text-align:left;
	margin:0 auto;
	height:auto;
}
	


h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 22px;
	margin: 0px 0 0;
}



/* ------------------ HEADER ------------------ */

#header {
	font-size:14px;
	font-family:Georgia, serif;
	width:940px;
	height:125px;
	padding: 0;
}

.header_left {
	float:left;
	width:300px;
	margin-right: 20px;
}

.header_left_logo h1 a {
	margin-top:35px; /* 20px tutaj */
	display:block;
	width:265px;
	height:60px;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	
}

.header_right {
	float:right;
	width:620px;
	
}

.header_right_menu {
	font-weight:normal;
	font-weight: normal;
	font-style:italic;
	font-size:18px;
	width:620px;
	height:30px;
	margin-top:65px;
	text-align:right;
}

.header_right_menu li {
	display: inline;
	height: auto;
}

.header_right_menu li.active {
	margin-left: 8px;
	padding: 3px 9px 3px 9px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	background: #ff0000;
	border: 1px solid #fff;
}

.header_right_menu li a {
	margin-left: 8px;
	padding: 3px 9px 3px 9px;
	line-height: 30px;
	text-decoration: none;
	font-weight:normal;
	border: 1px solid #eee;
	color: #000;
}

.header_right_menu li a:hover {
	color: #fff;
	background: #012641;
	border: 1px solid #012641;
}


/* ------------------ UNDER_HEADER ------------------ */

#under_header {
	font-size:14px;
	font-family:Georgia, serif;
	width:940px;
	height:50px;
	padding-top:20px;
}

#under_header h2 {
	font-size:26px;
	font-family:Georgia, serif;
	color: #fff;
	font-style: italic;
	font-weight: bold;
}

#under_header h2 a{
	color: #ff0000;
	text-decoration: none;
}

#under_header h2 a:hover{
	color: #fff;
}




.light {
	font-weight: normal;
}



/* ------------------ SIDEBAR ------------------ */

#sidebar {
	padding: 0;
	width: 280px;
	margin-right: 80px;

}
	
#sidebar h2 {
	margin: 30px 0 15px 0;
	font-size: 20px;
	font-weight: normal;
}
	
#sidebar a {
	font-size: 14px;
	color: #012643;
	line-height: 24px;
	text-decoration: none;
}

#sidebar a:hover {
	font-size: 14px;
	color: #ff0000;
	line-height: 24px;
}

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

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


#sidebar ul ul li {
	margin: 3px 0 0;
	padding: 0;
}


#sidebar .aboutme {
	margin-bottom: 10px;
	border-bottom: 5px solid #aaa;
	width: 100%;
	height: 150px;
	padding-top: 5px;
}


#sidebar .aboutme p {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
}


#sidebar .aboutme img {
	float: left;
	width: 90px;
	height: 119px;
	padding: 3px;
	border: 1px solid #eee;
}



/* ------------------ NARROWCOLUMN ------------------ */


.narrowcolumn {
	float: right;
	padding: 0;
	margin: 0;
	width: 580px;
}

.narrowcolumn p {
	font-size: 13px;
	line-height: 20px;
}

.narrowcolumn h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px #000 dotted;
	margin-bottom: 14px;
	margin-top: 30px;
}

.narrowcolumn .entry a {
	color: #012643;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

.narrowcolumn .entry a:hover {
	color: #ff0000;
	text-decoration: none;
}

.narrowcolumn h2 a {
	color: #000;
	text-decoration: none;
}

.narrowcolumn h2 a:hover {
	color: #ff0000;
	text-decoration: none;
}

.narrowcolumn .entry a.more-link {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
}

.narrowcolumn .entry a.more-link:hover {
	color: #000;
	text-decoration: underline;
}

strong {
	color: #000;
	font-weight: bold;
}

/* ------------------ POST ------------------ */

.postmetadata {
	font-size: 14px;
	clear: both;
	padding-bottom: 20px;
}

.postmetadata a {
	color: #ff0000;
	text-decoration: none;
	font-size: 14px;
	clear: both;
	padding-bottom: 20px;
}

.postmetadata a:hover {
	color: #000;
	text-decoration: underline;
}



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

.post {
	margin: 0 0 40px;
}

.red {
	color: #ff0000;
}

.blue {
	color: #012643;
}

	
/* ------------------ WIDECOLUMN ------------------ */
	
.widecolumn {
	margin: 0;
	width: 580px;
	float: right;
}


.widecolumn .post {
	margin: 0;
}

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

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

.clear {
	clear: both;
}


.line_littleblue {
	margin-top: 20px;
	border-bottom: 8px solid #dbe3eb;
	height: 1px;
	clear: both;
}



/* ------------------ COMMENTFORM ------------------ */

#respond {
	margin: 20px 0 30px 0;
	padding: 20px;
	background: #dbe3eb;
}

#respond h3 {
	font-size: 28px;
	font-weight: normal;
	border-bottom: 3px solid #ff0000;
	margin-top: 0px;
}

#commentform {
	margin: 0px 0 0 0;
}

#commentform input {
	width: 170px;
	padding: 5px;
	margin: 0 5px 5px 0;
	background: #fff;
	border: 0;
	font-size: 14px;
}

#commentform small {
	font-size: 14px;
	color: #012643;
}

#commentform p {
	color: #000;
	font-size: 14px;
}

#commentform textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	width: 100%;
	padding: 3px;
	background: #fff;
	border: 0px;
}

#commentform #submit {
	background:#ff0000;
	font-size:18px;
	font-family: Arial, Helvetica, Sans-Serif;
	border:0px;
	color:#fff;
	padding:3px;
	width: 100px;
	margin-bottom: 0px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ------------------ COMMENTS ------------------ */

#comments h3 {
	font-size: 28px;
	font-weight: normal;
}

.postcomment {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 30px;
}

.postcomment_moderate {
	padding: 10px;
	background: #fff0f0;
}

.postcomment .comments_author {
	color: #012643;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.postcomment .comments_author a {
	color: #012643;
	text-decoration: none;
	font-weight: bold;
}

.postcomment .comments_author a:hover {
	color: #ff0000;
}

.postcomment .comments_text {
	margin-top: 0px;
	font-style: italic;
}

.postcomment .comments_date {
	color: #012643;
	text-decoration: none;
	font-weight: normal;
}

.postcomment .comments_moderatetxt {
	color: #777;
	font-style: italic;
}

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

/* ------------------ FOOTER ------------------ */

#footer {
	clear: both;
	width: 940px;
	margin: 15px 0 50px 0;
	border-top: 1px #000 solid;
	padding-top: 15px;
}

#footer p {
	font-size:14px;
	font-family:Georgia, serif;
	color: #000; 	
	float: right;
}

#footer a {
	color:#ff0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}	

#footer a:hover {
	color:#000;
}	



/* ------------------ IMAGES ------------------ */

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	}

img.alignright {
	margin: 0 0 20px 20px;
	display: inline;
	border: 1px solid #ddd;
	}

img.alignleft {
	margin: 0 20px 20px 0px;
	display: inline;
	border: 1px solid #ddd;
	}

.alignright {
	float: right;
	}

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





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

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

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

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




/* Begin Lists

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

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

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

	/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

select {
	width: 130px;
	}

	
	
	
	
#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 #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

