/*
Theme Name: Multilingual Hemingway
Theme URI: http:/www.brynski.pl/hemingway/
Description: Hemingway is a simple weblog theme by <a href="http://warpspire.com">Kyle Neath</a>. <br /><strong>This theme requires WordPress 2.0+</strong></a><br />This is multilingual modification by <a href="http://www.brynski.pl">Maciek Brynski</a>.
Version: 0.1
Author: Maciek Brynski
Author URI: http://www.brynski.pl/
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* { padding:0; margin:0; }

.hide, .print-logo, .close-button { display:none; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; height:1px; font-size:1px; line-height:1px; }
a img { border:none; }

input {
	font-size: 11px;
	background:#ffffff;
	border: 1px solid #CBCBCB;
	margin: 2px 0;
	padding: 1px;
	font-family: Verdana, Arial, sans-serif;
}

input.button {
	background-color: #672C2C;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	border: 0;
}

a {
	color: #EECBCB;
	border-bottom: 1px dotted #EECBCB;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 0;
}

img {
	vertical-align: top;
}

h1{
	color:#CCC;
	font-size:16px;
	font-weight:normal;
}

h2, h3, h4 {
	font-size: 11px;
}

p, td {
	line-height:1.5em;
}

ul {
	list-style-type:square;
}

ul li, ol li {
	margin:0.5em 0 0.5em 2em;
}

ul li ul {
	margin-left: 10px;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

table {
	width:100%;
	border-spacing:2px;
	margin:10px 0;
	clear: both;
}
table th, table td {
	padding: 10px;
	background-color: #4D1D1D;
	font-size: 11px;
}

table strong {
	font-weight: normal;
	color: #EECBCB;
}

table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background-color:#18140F;
	color:#ffffff;
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside {
	width: 980px;
	margin: 0 auto;
}

.topspace {
	margin-top: 10px;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
	background-color: #ffffff;
	color: #3e3939;
	min-height: 140px;
	overflow: hidden;
	padding-bottom: 20px;
}

#header a, #footer a {
	color: #817171;
	border-bottom: 1px dotted #817171;
}

#header ul#topShortLinks {
	float: left;
	list-style-type: none;
	border-bottom: 1px solid #dad2d2;
	width: 752px;
	padding: 7px;
}

#header ul#topShortLinks li {
	display: inline;
	margin-left: 0;
}

#header #searchHeader {
	float: left;
	border-bottom: 1px solid #dad2d2;
	width: 200px;
	padding: 7px;
}

#header #searchForm {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	padding: 7px;
}

#header #searchForm .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url('images/search.gif') 0 0 no-repeat;
	position:relative;
	top:4px;
	padding-right: 3px;
}

#header #searchForm input {
	width: 115px;
	color: #817171;
}

#header #searchForm input.button {
	width: 60px;
	color: #ffffff;
	background-color: #672C2C;
	font-weight: bold;
	font-size: 10px;
	border: 0;
}

#header h1 {
	clear: left;
	float: left;
	margin-top: 15px;
}

#header h1 a {
	border-bottom: 0;
}

#header .description {
	clear: right;
	float: right;
	width: 480px;
}

#header .description #descriptionLink {
	text-align: right;
}

#step {
	background: url('images/bg1.gif') center;
	height: 10px;
	width: 100%;
}

#container {
	background: url('images/bg2.gif') center;
	width: 100%;
	overflow: hidden;
	min-height: 800px;
}

/*-----------------------------------------------------------------------------------------------
  Items
-----------------------------------------------------------------------------------------------*/

.primary{
	float:left;
	width:710px;
	padding: 30px 15px;
}

.withTertiary .primary{
	width:500px;
}

.primary h2 {
	font-size: 16px;
	margin-bottom: 20px;
}

.primary h3 {
	font-size: 13px;
	color: #EECBCB;
	clear: both;
}

.primary p {
	padding: 5px 0;
}

.primary .story h3{
	font-size:16px;
	margin-bottom: 15px;
}

.primary .story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #A06E6E;
	padding:0.5em 0;
	font-size:10px;
	color:#CC9292;
}

.primary ul, .primary ol {
	list-style-position: inside;
}

.primary ul li, .primary ol li {
	background-color: #461616;
	padding: 5px;
	color: #E8DDCC;
	margin: 2px 0;
}

.primary .fontresize {
	float:right;
}
.primary .fontresize a {
	cursor: pointer;
}
.primary .fontresize a#small {
	font-size: 0.9em;
}
.primary .fontresize a#large {
	font-size: 1.1em;
}

.secondary {
	float:left;
	width:225px;
	padding: 30px 15px 0 0;
}

.tertiary {
	float:left;
	width:195px;
	padding: 30px 0 0 15px;
}

.secondary h2, .tertiary h2 {
	border-bottom: 1px solid #A06E6E;
	padding: 3px 0;
	margin-top: 20px;
}

.secondary h2 a, .tertiary h2 a {
	font-weight: normal;
	border: none;
}

.secondary h2.nospace, .tertiary h2.nospace {
	margin-top: 0;
	padding-top: 0;
}

/*-----------------------------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------------------------*/

.navigation {
	margin: 25px auto;
	text-align: center;
	width: 100%;
}

.navigation .prev {
	display: inline;
	background: url('images/nav-left.png') no-repeat left 2px;
	padding: 0 30px 2px 0;
}

.navigation .prev a {
	margin-left: 20px;
}

.navigation .next {
	display: inline;
	background: url('images/nav-right.png') no-repeat right 2px;
	padding: 0 0 2px 30px;
}

.navigation .next a {
	margin-right: 20px;
}

/*-----------------------------------------------------------------------------------------------
  Menu
-----------------------------------------------------------------------------------------------*/

ul.mysidebar, ul.mysidebar ul {
	list-style-type:none;
}

ul.mysidebar {
	margin-bottom: 2em;
}

ul.mysidebar li {
	margin:0;
	color: #E8DDCC;
}

ul.mysidebar a {
	text-decoration:none;
	border: none;
	color: #E8DDCC;
}

ul.mysidebar a:hover {
	color:#ffffff;
}

ul.mysidebar li ul {
	display: none; /* menu domyslnie zwiniete */
}

ul.mysidebar li ul li a {
	color: #D8A4A4;
}

ul.mysidebar li ul li ul li a {
	color: #B67474;
}

div.menu-item {
	padding:6px 0;
	border-bottom:1px solid #A06E6E;
	position: relative;
}

div.secondary div.menu-item {
	background-color: #4C1614;
}

div.menu-switch {
	position: absolute;
	top: 7px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

ul.mysidebar li div.menu-switch {
	left: 213px;
}

div.tertiary ul.mysidebar li div.menu-switch {
	left: 183px;
}

ul.mysidebar li ul li div.menu-switch {
	left: 203px;
}

ul.mysidebar li ul li ul li div.menu-switch {
	left: 193px;
}

div.menu-plus {
	background-image: url('images/menu-plus.png');
}

div.menu-minus {
	background-image: url('images/menu-minus.png');
}

.current_page_item > .menu-item { font-weight: bold; }

ul.dates .date {
	font-size: 9px;
}

/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#footer{
	float: left;
	clear: both;
	background-color: #ffffff;
	color: #3e3939;
	width: 100%;
}

#footer #sponsors {
	margin: 20px 0 80px 255px;
}

#footer h2 {
	text-transform: uppercase;
	color: #909090;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}

#footer ul {
	list-style-type: none;
	border: solid #DAD2D2;
	border-width: 1px 0;
	overflow: hidden;
	height: 100px;
}

#footer ul li {
	float: left;
	margin: 15px;
}

#footer ul li a {
	display: block;
	height: 50px;
	text-indent: -9999em;
	border: none;
}

#footerKapitalLudzki {
	width: 150px;
	height: 57px;
	background-image: url('images/footer/kapitalludzki.png');
}

#footerEFS {
	width: 136px;
	height: 50px;
	background-image: url('images/footer/efs.png');
	margin-top: 20px !important;
}

#footerPuls {
	width: 114px;
	height: 57px;
	background-image: url('images/footer/puls.png');
}

#footer address {
	font-style: normal;
	margin-top: 40px;
	color: #909090;
	font-size: 0.9em;
}

/*-----------------------------------------------------------------------------------------------
  Login
-----------------------------------------------------------------------------------------------*/

#login input{
	width:150px;
	border: 0;
	padding: 2px;
}

#login input.button {
	float: right;
	width: 60px;
	background-color: #A06E6E;
}

/*-----------------------------------------------------------------------------------------------
  Events calendar
-----------------------------------------------------------------------------------------------*/
ul.eventsNav {
	list-style-type: none;
	margin-top: 5px;
}

ul.eventsNav li {
	margin: 0;
	display: inline;
	background-color: #461616;
	padding-bottom: 2px;
}

ul.eventsNav li a {
	color: #D9CEBF;
	border: none;
	font-family: monospace;
}

ul.eventsNav li.prev {
	float: left;
}

ul.eventsNav li.prev a {
	padding: 0 5px 0 3px;
}

ul.eventsNav li.curr {
	text-align: center;
	color: #EECBCB;
	background-color: transparent;
	width: 165px;
	float: left;
}

ul.eventsNav li.next {
	float: right;
}

ul.eventsNav li.next a {
	padding: 0 3px 0 5px;
}

table#eventsTable th {
	background-color: #672C2C;
	color: #ffffff;
	text-align: center;
	padding: 2px 1px;
}

table#eventsTable td {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	padding: 2px 1px;
	line-height: normal;
}

table #eventsTable td div {
	width: 100%;
	height: 100%;
}

table#eventsTable td div.event-block {
	background-color: #A87272;
	cursor: pointer;
	color: #ffffff;
}

table#eventsTable td.today {
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------
  Gallery widget
-----------------------------------------------------------------------------------------------*/

.ngg-widget {
	padding-top: 10px !important;
}

.ngg-widget img {
	border: 2px solid #ffffff !important;
	margin: 1px !important;
	padding: 0 !important;
}

.ngg-album {
	border: none !important;
	border-bottom: 1px solid #A06E6E !important;
	padding: 0 !important;
	padding-bottom: 15px !important;
}

.ngg-albumtitle {
	margin-bottom: 15px !important;
}

.ngg-thumbnail img {
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid #ffffff !important;
}

.ngg-gallery-thumbnail {
	padding: 5px !important;
}

.ngg-gallery-thumbnail img {
	border: none !important;
	padding: 2px !important;
}

.ngg-gallerytitle {
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 10px;
	color: #EECBCB;
}

.ngg-navigation {
	padding: 15px 0 !important;
}

.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev {
	background-color: #672C2C !important;
}

/*-----------------------------------------------------------------------------------------------
  FAQ
-----------------------------------------------------------------------------------------------*/

ol.faq {
	margin-left: 20px !important;
}

.faq h3 {
	font-size: 13px !important;
}

.faq h3 a {
	display: inline !important;
}

/*-----------------------------------------------------------------------------------------------
  map
-----------------------------------------------------------------------------------------------*/

#map {
	color: #3E3939;
	height: 500px;
}

#map a {
	color: #461616;
}

#map p {
	line-height:normal;
}
