/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 9999; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #400;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #ddd;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #777;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #fcc !important;
}
.ui-datepicker-current-day {
	background: #999 !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* ___________ KONIEC CSS PRE KALENDAR ________ */

/**
 * Global Styles
 */
* {
  margin:0pt;
  padding:0pt;
}

p {
  margin: 10px 0;
}

ol, ul {
  margin: 0 10px 0 35px;
}

a {
  color: #FF5A00;
}

em, cite, address {
  font-style: italic;
}

strong {
  font-weight: bold;
}

code{
  font-family: "Courier New", Courier, monospace;
}

a:hover {
  text-decoration: none;
}

body {
  background: #F6F6F6 url(../../themes/pluralism/images/img01.jpg) repeat-x;
  color: #6B6B6B;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 12px;
}

tbody {
  border-top: none;
}

table {
  margin-bottom: 15px;
}

td, th {
  padding: 3px;
}

h1, h2, h3, h4 {
  font-weight: normal;
  letter-spacing: -0.035em;
  border-bottom: 1px solid #F3F3F3;
}

h3, #aggregator h3.feed-item-title {
  font-size: 17px;
}

h4 {
  font-size: 14px;
}

fieldset {
  padding: 8px;
  margin: 3px 0;
  border: 1px solid #F2F2F2;
}

dl dt {
  margin-top: 5px;
}

dl dd {
  margin-bottom: 5px;
}

tr.even, tr.odd {
  background-color:#F6F6F6;
}

input.form-text, textarea.form-textarea {
  border: 1px solid #a0a0a0;
  padding: 2px;
}

/**
 * Pager Stylings
 */
.item-list ul.pager li.pager-current {
  color: #fff;
  padding: 0.5em;
  background-color: #bbb;
  border: 1px solid #000;
}

.item-list ul.pager li {
  padding: 0;
  margin: 0 0 0.25em 0.5em;
  font-size: 14px;
}

.item-list ul.pager li a {
  border: 1px solid #F0F0F0;
  padding: 0.5em;
  text-decoration: none;
}

.item-list ul.pager li a:hover {
  background-color: #F8F8FF;
}

.item-list ul.pager {
  margin: 1.75em 0 0.75em;
}

/**
 * Layout Styles
 */
div#wrapper {
  margin: 0 auto;
  width: 960px;
  background: transparent url(../../themes/pluralism/images/img02.jpg) repeat-y;
}

div#wrapper2 {
  background: transparent url(../../themes/pluralism/images/img10.jpg) no-repeat scroll left bottom;
}

div#container {
  background: transparent url(../../themes/pluralism/images/img04.jpg) no-repeat;
  padding-top: 35px;
}

div#logo {
  float: left;
}
div#logo h1 {
  font-size: 40px;
  letter-spacing: -3px;
  margin: 0;
  padding: 78px 0 0 78px;
  border-bottom: none;
}

div#logo div.site-slogan { 
  padding: 0 0 0 90px;
  color: #fff;
  margin-top: -5px;
  font-style: italic;
  font-size: 13px;
}

div#logo h1 a {
  color: #fff;
  text-decoration: none;
}

/**
 * Menu
 */
div#menu {
  float:right;
}

div#menu ul {
  padding: 112px 78px 0 0;
}

div#menu a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 5px;
}

div#menu a:hover {
  border-bottom: 3px solid #FF5A00;
  padding-bottom: 0;
}

/**
 * Header stylings
 */
div#header {
  background: #087FE7 url(../../themes/pluralism/images/img03.jpg) no-repeat;
  height:140px;
}

/**
 * Content section
 */
div#main {
  float: left;
  padding: 0 0 0 76px;
  width: 575px;
}

div.messages {
  font-size: 22px;
  margin: 20px 5px;
  padding: 8px;
  color: #000;
}

div.node {
  margin: 30px 0;
}

div.node-page-view {
  margin: 0 0 30px;
}

div.status {
  background: #fff;
  font-weight:bold;
}

div.warning {
  background: #ff9;
  border: 1px dotted #f00;
  margin-bottom: 10px;
}

div#mission {
  text-align: justify;
  border: 1px solid #eee;
  margin: 10px 0pt;
  padding: 16px;
}

div.book-navigation {
  margin: 20px 0;
}

div.book-navigation .menu {
  padding: 1em 0 1em 3em;
}

h1.title {
  font-size: 28px;
  color: #37404C;
  margin-bottom: 11px;
  padding-bottom: 8px;
}

h1.title a {
  color: #37404C;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

div.node h2.title {
  margin-bottom: 10px;
  padding-bottom: 9px;
}

div.node h2.title a {
  color: #37404C;
  text-decoration: none;
}

div#main div.tabs {
  margin: 15px 0;
}

ul.tabs {
  border-bottom: none;
}

div#main div.tabs li a {
  border-bottom: 1px solid #BBBBBB;
  margin-right: 12px;
  color: #308;
}

div#main div.tabs li a:hover {
  background-color: #F8F8FF;
}

div#main div.tabs li a:active,
div#main div.tabs li a.active {
  color: #000;
}

div.node fieldset.collapsed {
  border: none;
  margin-bottom: -15px;
}

div.node fieldset legend {
  padding-right: 22px;
  background: url(../../themes/pluralism/images/tag_orange.png) no-repeat right;
}

div.meta {
  background: url(../../themes/pluralism/images/img07.jpg) repeat-x bottom;
  line-height: normal;
  padding: 10px;
  clear: both;
  width:97%;
}

div.meta div.submitted {
  float: left;
}

div.meta div.links {
  float: right;
}

/**
 * Comment Style
 */
#aggregator .feed-item-categories,
div.meta div.links ul.links a {
  background-repeat: no-repeat;
  padding-left: 18px;
}

div.meta div.links ul.links li.comment_add a {
  background-image: url(../../themes/pluralism/images/comment_add.gif);
}

div.meta div.links ul.links li.comment_comments a {
  background-image: url(../../themes/pluralism/images/comment.png);
}

div.meta div.links ul.links li.comment_edit a {
  background-image: url(../../themes/pluralism/images/comment_edit.png);
}

div.meta div.links ul.links li.comment_delete a {
  background-image: url(../../themes/pluralism/images/comments_delete.png);
}

div.meta div.links ul.links li.comment_reply a {
  background-image: url(../../themes/pluralism/images/comments.png);
}

div.meta div.links ul.links li.comment_new_comments a {
  background-image: url(../../themes/pluralism/images/alert.png);
}

div.meta div.links ul.links li.node_read_more a {
  background-image: url(../../themes/pluralism/images/readmore.png);
}

div.meta div.links ul.links li.blog_usernames_blog a {
  background-image: url(../../themes/pluralism/images/user-plain-blue.png);
}

div.meta div.links ul.links li.book_add_child a {
  background-image: url(../../themes/pluralism/images/addpage.png);
}

div.meta div.links ul.links li.book_printer a {
  background-image: url(../../themes/pluralism/images/print.png);
}

div.meta div.links ul.links li.comment_forbidden a {
  padding-left: 0px;
}

/*
div.meta div.links ul.links li.node_read_more a {
  background-image: url(../../themes/pluralism/images/readmore.png);
}
*/

div.comment {
  margin-bottom: 15px;
  border: 1px solid #F3F3F3;
  padding: 8px;
}

div.comment h3.title {
  font-size: 16px;
}

div.comment h3.title a {
  color: #111;
  text-decoration: none;
}

div.comment span.new {
  float: right;
  margin: 0 10px 10px;
}

form#comment-form div.comment-published {
  margin-top:15px;
}

/**
 * Admin section stylings
 */
div.admin {
  padding-top: 0px;
}

div.admin .left {
  margin-left: 3px;
}

div.admin .right {
  margin-right: 3px;
}

div.admin-panel h3 {
  background: #F3F3F3;
  color: #000;
  font-weight: bold;
  padding: 3px;
}

div.compact-link {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

/**
 * Block styles
 */
div.block h2.title {
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

div.block {
  margin-bottom: 25px;
}

div.block div.content {
  text-align: justify;
}

#edit-search-block-form-1-wrapper label {
  display: none;
}

form input.form-submit {
  background: #6E9D00 url(../../themes/pluralism/images/img18.gif) repeat-x;
  border-color: #BAD300 rgb(125, 171, 0) rgb(87, 137, 0) rgb(169, 200, 23);
  border-style: solid;
  border-width: 1px;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 5px;
}

/**
 * News Aggregator stylings
 */
#aggregator h3.feed-item-title a {
  text-decoration: none;
}

#aggregator .feed-item-categories {
  background-image: url(../../themes/pluralism/images/tag_orange.png);
}

#aggregator .feed-item-meta {
  float: right;
  margin-left: 0.8em;
  text-align: right;
  padding: 7px;
  border-bottom: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  background: #f8f8ff;
}

#aggregator .feed-item, #aggregator div.links {
  margin-bottom: 30px;
}

/**
 * Forums styling
 */
div#forum table {
  margin-top: 10px;
}

div.forum-topic-navigation a.topic-previous {
  background-image: url(../../themes/pluralism/images/arrow-single-left-green.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}

div.forum-topic-navigation a.topic-next {
  background-image: url(../../themes/pluralism/images/arrow-single-right-green.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
}

/**
 * Sidebar styles
 */
div#sidebar-right {
  float: right;
  padding: 10px 75px 0 0px;
  width: 200px;
}

div#sidebar-right div.item-list ul {
  padding:0pt 0pt 0.25em;
}

div#sidebar-right div.item-list ul li {
  list-style-type: none;
  margin: 0pt 0pt 0.25em;
}

div#sidebar-right li.leaf,
div#sidebar-right li.collapsed,
div#sidebar-right li.expanded  {
  list-style-image: none;
  list-style-type: none;
}

div#sidebar-right .block ul {
  padding: 0 0 0.25em;
  list-style: none;
}

div#sidebar-right .block ul.menu li {
  margin: 0;
}

div#sidebar-right .block ul ul.menu {
  margin: 0 0 0 12px;
}

/**
 * Open ID login links
 */
li.openid-link a {
  padding-left: 22px;
}

html.js #user-login-form li.openid-link, html.js #user-login li.openid-link {
  margin:10px 0pt;
}

/**
 * Post-content blocks
 */
div#precontent {
  margin: 10px 50px;
  padding: 0 24px;
}

div#postcontent {
  background: #F2F2F2 url(../../themes/pluralism/images/img11.gif) repeat-x;
  margin: 10px 50px 0;
  padding: 10px 28px;
}

/**
 * Footer Styles
 */
div#postcontent .block {
  float: left;
  margin: 0 20px 25px;
  width: 225px;
}
div#postcontent .block-region, div#precontent .block-region {
  clear: both;
}

div#footer {
  background: transparent url(../../themes/pluralism/images/img05.jpg) no-repeat;
  padding: 30px 78px 10px;
}

div#footer_copy {
  text-align: center;
  margin-top: 12px;
}

/**
 * OpenID link styling
 */
li.openid-link a {
  padding-left: 22px;
}

/**
 * Comment Pictures
 */
div.comment div.picture {
  float: left;
  margin: 5px;
}

/**
 * Node Pictures
 */
div.node div.picture {
  float: right;
  margin: 5px;
}
#classified-credits {
  visibility: hidden;
}
ul.classified-category-list li .status {
font-size:smaller;
margin:2px 1px 1px 1px;
padding:1px 1em 1px 1px;
text-align:right;
width:97%;
}
.classified-expiration-expires_soon{
margin:2px 1px 1px 1px;
padding:2px 1em 2px 23px;
background:#f2f2f2;
border:2px solid #DDD;
float:right;
}
ul.classified-ad-list h3 {
font-size:16px;
padding:18px 0 5px 5px;
}
.classified-date {
font-size:smaller;
font-weight:bold;
float:right;
padding:2px;
background:#fcfcfc;
border-bottom:1px solid #F1F1F1;
}
ul.classified-ad-list li {
background-image:none;
margin:0 0 10px 0;
}

div.classified-cat-name {
line-height:1em;
font-size:19px;
padding:5px;
}
div.node fieldset.collapsed {
border-bottom:1px solid#f2f2f2;
margin-bottom:2px;
}
.classified-expiration-expired {
font-weight:bold;
background-color:red;
color:yellow;
text-decoration:blink;
padding:2px 10px 2px 10px;
}
ul.classified-category-list .odd {
background-color:#F7F7F7;
border-top:1px solid #e1e1e1;
margin:5px 0 0 0;
}
ul.classified-category-list .even {
background-color:#F4F4F4;
border-top:1px solid #d1d1d1;
margin:5px 0 0 0;
}

.node-page-advertisement p {
float:left;
width:50%;
padding:0px 25px 5px 8px;
text-align:justify;
}

/**
 *#main h1 {
*float:left;
*width:75%;
*}
*/
div.node .group-right{
margin:20px 0px 0px 0px;
background: #fdfdfd;
font-weight:bold;
color:#42415F;
}

.field-label{
background: #fafafa;
font-size:11px;
float:left;
width:100px;
border-bottom:1px dotted #ccc;
padding: 2px 0px 2px 5px;
margin: 0 10px 0 0;
color:#00438a;
}

.field-item{
padding: 2px 0px 2px 1px;
color:#42415F;
}

