/*
Theme Name: Midnight-Blue-Plus
Theme URI: http://getfreeware.net/archives/520.html
Description: Midnight-Blue is a free theme designed for Wordpress by <a href="http://getfreeware.net">GetFreeware.net</a>. Released under Creative Commons GNU GPL.
Version: 1.0
Author: gropher
Author URI: http://getfreeware.net
Tags: dark, blue, black, two columns, right sidebar, widgets, widget ready

	The CSS, XHTML and design is released under Creative Commons GNU GPL:
	http://creativecommons.org/licenses/GPL/2.0/

*/

/**
*			*, body, page, footer
*			note: id footer and page are at same level
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
/*	line-height: 18px;*/
	font-weight: normal;
	text-align: justify;
	width: 100%;
	background: #000000;
	color: #BBBBBB;
/*	color: #948a54;  KAWA?*/
	line-height: 25px;
/*	background: url(images/body_bg.gif) repeat-x top left #333333;*/
}
#page {
	width: 95%;
/*	min-width: 950px;*/
	margin: 0 auto;
	text-align: justify; 
	border: 0px #000000 solid;
	margin-top: 10px;
	padding: 5px;
	background: #000000;
/*	background: url(images/page_bg.gif) repeat-x top left #3a3e4a;*/
}

ul, ol, li {
	list-style-position: inside;
	list-style-type: none;
}

/**
*			basic topology, floating, margin, padding, border, width, height etc
*
*/

#header {
/*	padding-top: 5px;
	padding-bottom: 20px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}


#main {
/*margines od hederu*/
	margin-top: 10px;
}

#main_left {
	float: left;
/*	width: 600px;*/
	width: 75%;
	margin-right: 5%;
/*	margin-right: 50px;*/
}

#main_right {
	float: left;
/*	width: 270px;*/
}

/**
*			header: blog title, header search box
*
*/
#header {
	width: 100%;
}

#header_left {
	float: left;
	padding-top: 5px;
}

#header_right {
	float: right;
}
#header_right input {
	float: left;
	margin-left: 5px;
}
#header_searchform {

}
#header_searchbox {
	width: 208px;
	height: 25px;
	color: #000000;
	background-color: #000;
	border: 0px solid #000;
}
#header_searchbutton {
	height: 25px;
	font-weight: bold;
	color: #000000;
	background-color: #aaa;
	border: 1px solid #000000;

}
/**
*			post: 
*
*/
.post {
	margin: 20px auto;
	border-bottom: 0px #000000 solid;
}
.post .metadata {
	margin: 10px auto 10px 15px;
}
.post_title {

}
.post ul li, .post ol li {
	list-style-position: inside;
	margin-left: 10px;
	padding: 2px;
}
.post ul li {
	list-style-type: disc;
}
.post ol li {
	list-style-type: decimal;
}
blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px solid #666666;
	background-color: #3a3e3e;
}
/**
*			font, display, background color, font size, family, color etc
*
*/
A {
	color: #909b70;
	font-weight: normal;
/*	border-bottom: 0px solid #999999;*/

}

#main A, #footer A {
	color: #909b70;
/*	border-bottom: 1px dotted #909b70; /*3a3e4a*/
}
#main A:hover, #footer A:hover {
	color: #b1bd8d;
	border-bottom: 1px dotted #b1bd8d;
}
#main h1 A, #main h2 A, #main h3 A {
	font-weight: normal;
	border-bottom: 0px dotted #3a3e4a;
}
#main h1 A:hover, #main h2 A:hover, #main h3 A:hover {
	font-weight: normal;
	border-bottom: 1px dotted #b1bd8d;
}
h1, #header_description {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ddd;
}
h1 {
	font-size: 30px;
	font-weight: bold;
}
#main_left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#main_left {
	color: #;
}
#main_left .post {
	background-color:;
}
.metadata {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: normal;
}
.metadata .time {
	font-weight: bold;
	text-transform: uppercase;
}
.metadata .date {
}
.metadata .comments {
}
/**
*			sidebar
*
*/
#main_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_right A, #main_right A:hover {

	border: 0px solid #000000;
}
.widget, .categories, .linkcat {
	margin: 15px auto;
	padding: 5px;
	border: 0px solid #444444;
/*	background-color: #333333;*/
	background-color: #000000;
}

.widget h2, .categories h2, .linkcat h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.widget ul, .categories ul, .linkcat ul {
	
	
}
.widget ul li, .categories ul li, .linkcat ul li {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 2px;
	padding: 5px 0 6px 6px;
/*	border-bottom: 1px solid #3A3A3A;*/
}
.widget ul li:hover, .categories ul li:hover, .linkcat ul li:hover {
/*border-bottom: 1px solid #444444;*/
}
.widget ul li ul li, .categories ul li ul li, .linkcat ul li ul li {
	border-bottom: 0px solid #666666;
}
.widget ul li ul li:hover, .categories ul li ul li:hover, .linkcat ul li ul li:hover {
	
	border-bottom: 0px solid #666666;
}
.widget ul li A, .categories ul li, .linkcat ul li {
	
}
/**
*			single and comment form
*
*/
.single h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.single p {
	margin: 5px auto;
}
.single .info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.single input {
	height: 22px;
}
.single input, .single textarea {
	color: #EEEEEE;
	background-color: #999999;
	border: 1px solid #555555;
}
#submit {
	background-color: #333333;
}
.single .avatar {
	float: left;
	margin: 10px;
}
.single .comment_box {
	float: left;
	width: 80%;
}
.single .comment_box span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.single .comment_box .time, .single .comment_box .comment_author {
	font-weight: bold;
}
ol.commentlist li {
	margin: 5px auto;
	background-color: #4c4c5c;
	border: 1px solid #646479;
}
ol.commentlist li.alt {
	color: #ADADAD;
	background-color: #646479;
	border: 1px solid #8e8eab;
}

/**
*			footer
*
*/
#footer, #footer_links {
	margin: 0 auto;
	width: 95%;
/*order: 0px #000000 solid;
	border-top: 0px #000000 solid;
	margin-bottom: 0px;*/
}
#footer {
	text-align: center;
	background-color: #000000;
	padding: 0px 5px 0px 5px;
	background: #000000;
}
#footer_links {
/*	width: 90%;*/
/*	min-width: 950px;*/
	margin: 0 auto;
	padding: 10px;
	text-align:center;
	background-color: #000;
}
#footer .widget {

	text-align: left;
	width: 32%;
	float: left;
	margin-left: 1px;
}
/**
*			other
*
*/
.navigation {
	margin: 10px auto;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.spacer {
	clear: both;
	height: 1px;
}
.post img {
	padding: 5px;
	margin: 3px;
	border: 1px solid #666666;
}
#header_img {
	
}

/* added for Theme Directory requirments*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

a.przypis {
	line-height: 1.2em;
	vertical-align: top;
	font-size: 0.6em;
	padding: 0 0.3em 0.5em 0.5em;
}

a.przypis:hover {
	background-color: Maroon;
}

a.przypis:target {
	color: #800000;
	background-color: Maroon;
}

hr {
	border: none;
	border-top: 2px solid Maroon;
	width: 30%;
	float: left;
}

ol.przypis {
	clear: left;
	margin: 0 1em;
	padding: 0;
	font-size: 0.8em;
}

ol.przypis li {
	list-style-type: none;
}

ol.przypis li:target {
	font-weight: bold;
	/*color:aqua;*/
	color: #00ccff;
}
/* dodane 25.10.11 */

ul#galeriavideo li {
  list-style-type: none !important;
  margin: 4px;
  border: 1px solid white;
  float: left;
}
ul#galeriavideo li iframe {
  border: 3px solid black;
  width: 200px;
  height: 165px;
}
