/*  
Theme Name: vmario
Theme URI: http://blog.vmario.org/
Description: The vmario theme.
Version: 0.1
Author: Mariusz Chilmon
Author URI: http://www.vmario.org/

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

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: sans-serif;
	background-color: #F7F3EA;
	color: #152023;
    margin: 0;
    padding: 0;
    background: #F7F3EA url("images/background.png")
}

#content {
	font-size: 1.2em;
	float: left;
}

.sidebar {
	text-align: left;
}

.entry, .entrytext {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}
	
.postmetadata {
	text-align: center;
}

.postmetadata p {
	margin: 0;
}

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

.komentautora {
	background-image: url("images/koment_autora.png")
}

.komentautora_alt {
	background-image: url("images/koment_autora_alt.png")
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
	text-align: left;
}

h2.pagetitle {
	font-size: 1.6em;
}

.sidebar h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
	margin: 30px 0 0;
}

h5 {
	font-size: 1.1em;
	margin: 10px 0 0;
}

#content h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #5D0000;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, cite {
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}
	
.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;
}

.commentmetadata {
	font-weight: normal;
}

.sidebar {
	font-size: 1em;
}

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

.minientry {
	overflow: auto;
	padding-bottom: 5px;
}

.minientrytitle {
	padding-top: 10px;
}

code, kbd, samp, pre {
    font-size: 12px;
	color: #830606;
	text-align: left;
}

pre {
	border-top: solid 1px #AEACA4;
	border-bottom: solid 1px #AEACA4;
	background-color: #F5F4F0;
	padding: 3px;
	overflow: auto;
}

.wp_syntax {
	border-top: solid 1px #AEACA4 !important;
	border-bottom: solid 1px #AEACA4 !important;
	border-left:none !important;
	border-right:none !important;
	background-color: #F5F4F0 !important;
}

.wp_syntax pre {
	background-color:inherit;
	padding:0;
	border:none;
}

.postkomentdata {
	color: white;
	width: 100%;
	clear: both;
}

.postkomentdata a, .postkomentdata a:hover, .postkomentdata a:visited {
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	background-color: #2E464D;
}

.postkomentdata a:hover {
	background-color: #5D0000;
}

div.postkomentdata {
	background-color: #2E464D;
	width: 100%;
}

del {
	color: #BB0000;
	text-decoration: line-through;
}

ins {
	color: #008800;
	text-decoration: none;
}


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

h2 a:hover, h3 a:hover {
	color: #2E464D;
	text-decoration: none;
}

a {
	color: #5D0000;
	text-decoration: underline;
}

a:hover {
	color: #5D0000;
	text-decoration: none;
}

a:visited {
	color: #2E464D;
}
	
#wp-calendar caption {
	font: bold 1.3em sans-serif;
	text-align: center;
    margin-bottom: 0.5em;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & Colors */



/* Begin Structure */

.pudelko {
	float: left;
	padding: 12px;
	margin: 6px;
	background-color: white;
	border: solid 1px #AEACA4;
	border-top: solid 4px #AEACA4;
}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	/*width: 760px;*/
	border: 1px solid #959596;
}
	
#content {
	width: 450px;
	margin-left: 16px;
}

#tytulbloga {
	width: 100%;
	padding-top: 4em;
	padding-bottom: 0px;
	text-align: right;
	background-color: #2E464D;
}

#opisbloga {
	text-decoration: none;
	width: 100%;
	text-align: right;
	margin: 0;
    padding: 0;
	color: white;
	background-color: #AEACA4;
}

#opisbloga p {
    margin: 0;
    padding: 0.1em 5px 0.2em;
}

#sidebarcaly {
	margin: 0;
	padding: 0;
	width: 400px;
	float: left;
}

#sidebar1 {
	width: 185px;
}

#sidebar2 {
	width: 185px;
}

#sk2-footer {
	width: 185px;
}

.sidebar form {
	margin: 0;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.postmetadata {
	padding-top: 5px;
	clear: left;
}

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

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

/* End Structure */



/*	Begin Headers */

h1 {
	margin: 0;
    padding: 0;
	width: 100%;
	text-align: right;
	background-color: #2E464D;
	font-size: 3em;
	text-align: center;
}

    h1 a, h1 a:hover, h1 a:visited {
        text-decoration: none;
        color: white;
        text-align: right;
        padding: 1.8em 5px 0.1em;
        display: block;
    }

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

.sidebar h2 {
    margin: 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

/* End Headers */



/* Begin 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;
}
	
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 vm images */
.vmnormalny, .vmlewa, .vmprawa {
	border: solid 1px #6B675E;
	padding: 5px;
}

.vmlewa {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.vmprawa {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
}
.bezramki {
	border-width: 0;
}
/* End vm 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-left: 0px;*/
	padding: 0 0 0 10px;
	list-style: disc;
	/*padding-left: 10px;*/
	/*text-indent: -10px;*/
} 

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

.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;
}
	
.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1.5em;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 0.4em 0 0;
	padding: 0;
}

/* End Entry Lists */



/* Begin Form Elements */

#searchform {
	margin: 1em auto 0;
	text-align: center;
}

.sidebar #searchform #s {
	width: 115px;
	padding: 0;
}

.sidebar #searchsubmit {
	padding: 0;
}

.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;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

#commentform input, #commentform textarea {
	/*border: solid 2px #6B675E;*/
/* 	color: #6B675E; */
	background-color: #F5F4F0;
}

#commentform input:hover, #commentform textarea:hover {
	/*border: solid 2px #5D0000;*/
/* 	color: #152023; */
	background-color: #F5F4F0;
}

#commentform input:focus, #commentform textarea:focus {
	/*border: solid 2px #5D0000;*/
/* 	color: #152023; */
	background-color: #ffffff;
}

#commentform #submit {
	color: #152023;
}

/* End Form Elements */



/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

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

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

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */



/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	border-collapse: collapse;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar tbody tr td a {
	background-color: #F5F4F0;
	border-bottom: solid 1px #AEACA4;
/* 	margin: 3px; */
/* 	text-decoration: none; */
}

#wp-calendar tbody tr td {
/* 	width: 100px; */
/* 	margin-left: 3px; */
/* 	margin-right: 3px; */
	line-height: 2em;
}

#wp-calendar #today {
	font-weight: bold;
}

#wp-calendar thead tr, #wp-calendar th, #wp-calendar tfoot {
	border-top: solid 1px #F5F4F0;
	text-align: center;
}

#wp-calendar thead tr, #wp-calendar th {
	border-bottom: solid 1px #F5F4F0;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	width: 14.2857%;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* End Calendar */



/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #6B675E;
}

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

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/

