/*
Theme Name: MW
Theme URI: http://michalwojtkiewicz.pl/
Description: Soft and natural, gray and blue two-column theme supporting widgets. Based on the <a href="http://templates.arcsin.se/">free website template</a> Colorvoid.
Version: 1.0
Author: MM Omen
Author URI: http://mm-studio.org/
*/

/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background-color: #002b80;
	font: normal 13px Georgia, "Times New Roman", Times,sans-serif;
	color: #345;
	padding-bottom: 1em;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
}

a {color: #06A;}
a:hover {color: #036;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.4em Georgia,Tahoma,sans-serif;padding-bottom:15px;color:#0B3A71}
h2 {font: normal 1.2em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

blockquote {
	background: #FFF url('img/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana,sans-serif;
}
textarea {width: 440px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 5px auto 0;
	width: 962px;
}
#layout_container {
	background: #FFF url(img/layout_bg-mw.gif) repeat-y;
	padding: 0 5px;
}
#layout_edgetop, #layout_edgebottom {
	background: url('img/layout_edges-mw.gif') no-repeat left top;
	display: block;
	height: 16px;
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	background: #FFFFFF url(img/header-bg.jpg) no-repeat 220px 0px;
	padding: 0px;
    position:relative
}
#site_title img {float:left}
#site_title h1,#site_title h2 {
	letter-spacing: -1px;
    font-family: Georgia;
    font-size:30px;
    font-style:italic;
    color:#FFF
}
#site_title h1,#site_title h1 a {color: #FEFEFE;}
#site_title h1 a {text-decoration: none;}
#site_title h1.left a {font-weight: bold}
#site_title h1.left {position:relative;left:100px;top:15px}
#site_title h2 {
	padding-top: 1.4em;
	color: #679;
}
#site_title h2.right {position:absolute;left:250px;top:150px;color:#FEFEFE;font-size:24px;font-weight: bold}

#site_title p {color:#FFFFFF;font-size:12px;
   font-weight:bold;width:400px;
   position:absolute;top:120px;left:270px;text-align:left}
#site_title p.topeople { top:90px }
#site_title p.welcome {text-indent: 20px}
#top_separator {
	display: block;
	font-size: 0;
	height: 0px;
	line-height: 0;
}

/* Navigation */
#navigation {
	background: #739CBA url('img/tabg-mw.gif') repeat-x 0px -63px;
	padding: 5px 10px 0;
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	float: left;
	font-size:18px;
	margin-right: 3px;
	padding-left: 8px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	padding: 13px 10px 17px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #0b3a71;}
#tabs a:hover {background: url("img/tabg-mw.gif") no-repeat left top;}
#tabs a:hover span {background: url("img/tabg-mw.gif") no-repeat right top;}

#tabs li.current_page_item a {background: url("img/tabg-mw.gif") no-repeat left top;}
#tabs li.current_page_item a span {color: #0b3a71;background: url("img/tabg-mw.gif") no-repeat right top;}

/* Main Layout */
#main_left {width: 655px;margin:5px 5px}
#main_right {width: 260px;margin-right:10px;padding-top:9px}

/* Footer */
#footer {
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#footer .right {color: #C8DBE8;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #444;
    font-family:Arial;
    padding:3px
}
.post img {float:left;margin:5px 5px 10px 4px;border:2px solid #aaa;}
.post_title {
	padding: 3px 12px 5px 10px;color:#0B3A71
}
.post_title h1 {padding:4px 4px 4px 0px;color:#0B3A71}
.post_title h1 a {color: #0b3a71;text-decoration:none}
.post_title h1 a:visited{text-decoration:none}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 380px}
.post_date {
	color: #EE0000;
	padding-top: 1px;
	font-size: 0.85em;
}
.post_date a{color:#EE0000}
.post_metadata {
	margin-top: 5px;
	padding: 0px;
    height:1px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	text-indent: -5000px;
	color: #666;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	padding: 0px 10px 1px;
}
.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}
.post_bottom {
	background: url('img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title {
	background: url('img/box-bg.png') no-repeat left top;
	padding: 10px 3px 0px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.box_body {
	background: url('img/box-bg.png') repeat-y -273px;
	padding: 0px 10px 1px;
	font-size: 0.9em;
}
.box_body h3 {font-size:16px;color:#0b3c82;background: url('img/box-bg.png') no-repeat -813px 20px;height:28px;padding-bottom:10px}

.box_bottom {
	background: url('img/box-bg.png') no-repeat -543px bottom;
	display: block;
	height: 10px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-bottom: 1px dotted #002b80;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title a {font-size:12px;text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}
.archive_postinfo .date {display:none}

/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	margin-bottom: 5px;
    margin-top:10px
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
    font-size:12px
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}

.widget_calendar .box_title {display:none}
.widget_calendar .box_body,.widget_calendar .box_bottom {background:none}
.widget_calendar {background:none;font-size:16px;}
.widget_calendar table#wp-calendar {width:90%}
.widget_calendar table#wp-calendar th,.widget_calendar table#wp-calendar td {text-align:right}
.widget_calendar .saturday {color:#FF0000}
.gcalendar {text-align:center;padding:15px}
.cities {margin:4px 0 0 7px;width:660px}
.cities a {font-family: Arial;overflow: hidden;display:block;width:219px;padding-top:96px;padding-bottom:0px;background:url(img/miasta.jpg) no-repeat;float:left;font-size:36px;color:#FFF;text-decoration:none;text-align:right;}
.cities a.tuchow {width:206px;background-position: -218px 0px;margin-right:3px}
.cities a.bochnia {width:226px;background-position: -424px 0px}
ul.links {list-style-type: none}
ul.links li {padding:0px 0px 10px 25px;background:url(img/weblink.png) no-repeat}
.more {text-align: right}

.footerSidebar {padding-left:15px}
.footerSidebar h2 {background:#EFEFEF;border-top:1px solid #aaa;border-bottom:1px dotted #999;padding:5px}
.footerSidebar ul {list-style-type:none;font-size:5px;width:48%;float:left;margin:0;padding:0}
.footerSidebar ul.right {float:right}
.footerSidebar li {border-bottom: 1px dotted #ABABAB;padding-bottom:4px;padding-top:3px;position:relative;width:100%;height:15px;}
.footerSidebar li a {text-decoration: none;font-size: 12px;font-family: Arial;display:block;overflow:hidden;white-space:nowrap;z-index:1;padding-left:10px;background:url(img/box-bg.png) no-repeat -1085px 7px;}
.footerSidebar li a:hover{height:20px;border:1px solid #BCBCBC;padding:4px;padding-left:10px;padding-bottom:1px;background:#FFF url(img/box-bg.png) no-repeat -1085px 10px;position:absolute;top:-2px;left:-2px;width:auto;z-index:1000}
