/*
Theme Name: WordPress Minima Theme
Theme URI: http://sher.pl
Description: SkÃ³rka Minima wykonana dla MichaÅa KuropatwiÅskiego
Version: 1.0
Author: Adam Stankiewicz
Author URI: http://sher.pl
Tags: simple, white, minimalistic, elegant, business
*/
* {
	margin: 0;
	padding: 0;

}

body {
	background:#fefefe;
	margin:0;
	padding: 0;
	color:#333;
	font:x-small Georgia Serif;
	font-size: small;
	text-align: center;
}

a:link {
	color:#58a;
	text-decoration:none;
}

a:visited {
	color:#999;
	text-decoration:none;
}

a:hover {
	color:#c60;
	text-decoration:underline;
}

a img {
	border-width:0;
}

/* layout */

#content {
	width: 710px;
	margin:0 auto;
	padding: 0px;
	text-align:left;
	font: normal normal 100% Georgia, Serif;
}

#main {
	width: 480px;
	float: left;
	word-wrap: break-word;
	overflow: hidden;
	margin: 0px;
}

#sidebar {
	width: 210px;
	float: right;
	word-wrap: break-word;
	overflow: hidden;
}

#header {
	width: 710px;
	border: 1px solid #ccc;
	text-align: left;
	line-height: 25px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#header .box {
	height: 101px;
  	margin: 5px;
  	border: 1px solid #eee;
  	text-align: left;
}

#header h1 {
	line-height: 20px;
	margin-left: 220px;
	width: 480px;
	padding-top: 0px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font: normal normal 250% Georgia, Serif;
}

#header h2 {
    margin-top: 7px;
	margin-left: 222px;
    font: normal normal 11px Georgia, Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#header a, #header a:hover {
	color:#666;
	text-decoration:none;
}

h2 {
	margin: 10px 0 0em;
	font: bold normal 16px 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	line-height: 1.4em;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;

}

h2.date-header {
	font-size: 11px;
	margin:1.5em 0 .5em;
}

.post {
	margin:.5em 0 0em;
	border-bottom:1px dotted #ccc;
	padding-bottom:1.5em;
	width: 480px;
}

.post h3 {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size: 19px;
	font-weight:normal;
	line-height:1.4em;
	color:#c60;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
	display:block;
	text-decoration:none;
	color:#c60;
	font-weight:normal;
}

.post h3 strong, .post h3 a:hover {
	color:#333;
}

.post-body {
	margin:0 0 0em;
	line-height:1.6em;
	width: 480px;
}

.post-body p {
	line-height: 19px;
	margin-bottom: 0px;
}


.post-body blockquote {
	line-height:1.3em;
}

.post-footer {
	margin-top: 5px;
	color:#999999;
	text-transform:uppercase;
	letter-spacing:.1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	line-height: 1.4em;
}

p .more-link {
	display: block;
	float: right;
	margin-top: 0px;
	letter-spacing:.1em;
	font: normal normal 100% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	line-height: 1.4em;
	text-transform:uppercase;
}


.post img {
	padding: 4px;
	border: 1px solid #ddd;

	margin-bottom: 5px;
}

#sidebar ul {
	list-style:none;
	margin:0 0 0;
	padding:0 0 0;
}

#sidebar li {
	margin:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:.25em;
	padding-left:15px;
	text-indent:-15px;
	line-height:1.5em;
}

#sidebar .gallery img {
	padding: 4px; border: 1px solid #eee;
}

#sidebar .widget {
	border-bottom:1px dotted #cccccc;
	margin:0 0 0 0;
	padding:0 0 10px 0;
}
#footer {
	width:760px;
	clear:both;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	line-height: 2em;
	text-transform:uppercase;
	letter-spacing:.1em;
	text-align: center;
	font-size: 0.8em;
}



#comments h4 {
margin:1em 0;
font-weight: bold;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color: #999999;
}
#comments-block {
margin:1em 0 1.5em;
line-height:1.6em;
width: 430px;
}
#comments-block .comment-author {
margin:.5em 0;
}
#comments-block .comment-body {
margin:.25em 0 0;

}
#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.1em;
}
#comments-block .comment-body p {
margin:0 0 .75em;
}
.deleted-comment {
font-style:italic;
color:gray;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
.feed-links {
clear: both;
line-height: 2.5em;
}

input[type=text], textarea {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0px;
}

button, input[type=button], input[type=submit] {
	margin: 0px;
	padding: 0px;
}

.vcard, .avatar, .fn, .says {
	vertical-align: top;
}


.commentmetadata {
	display: none;
}

#comments-block p {
	position: relative;
	left: 52px;
	top: -38px;
}

.galleria li+li {
    margin-top: 3px;
    border-top: 1px solid #eee;
}#submit1 {	background-image: url(images/subskrybuj.jpg);	width: 150px;	height: 39px;	border: 0px;	display: block;	margin-top: 10px;	margin-left: 15px;}.wp-caption-text {	position: absolute;	font-size: 10px;	margin-top: -20px;	float: left;}

.description {
	background: url(images/caption_background.png) repeat;
	color: #ffffff;
	font-style: italic;
	position: absolute;
	margin: -40px 0px 0px 6px;
}

.description p {
	padding: 3px 6px;
}

