/**
 * Theme Name: Old School
 * Theme URI: http://themehybrid.com/themes/old-school
 * Description: Know your roots.  A stylish child theme of Hybrid.
 * Version: 0.1.2
 * Author: Tung Do and Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Old School is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
@import url('tabs.css'); 

/**
* Body
************************************************/
body {
	padding: 10px 0 25px 0;
	background: #a6cde2;
	font: 12px/22px Verdana, Arial, sans-serif;
	}

#body-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	background: #d7f1ff;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	}

/**
* Elements
************************************************/
/* Links */
a {
	color: #fff;
	}
a:hover {
	text-decoration: underline;
	}

/* Headers */
.post h2, .post h3, .post h4, .post h5, .post h6 {
	color: #b2b141;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding-left: 30px;
	color: #b2b141;
	background: url(images/blockquote.gif) no-repeat 0 0;
	}
blockquote blockquote {
	margin-right: 20px;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	background: transparent;
	border-top: 3px double #0b5177;
	border-bottom: 3px double #0b5177;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	font-size: 1em;
	}
pre {
	overflow: auto;
	width: 96.5%;
	font-size: 1em;
	background: #07364F;
	}
pre, code {
	color: #b2b141;
	}

/* Lists */
#content ul {
	list-style: none;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding-left: 15px;
	background: url(images/gray-bullet.gif) no-repeat 0 8px;
	}

/* Tables */
table {
	width: 100%;
	background: #1a5676;
	border: 1px solid #06344d;
	}
caption {
	font-style: italic;
	text-align: right;
	color: #88bfdd;
	}
td {
	padding: .3em;
	border: 1px solid #06344d;
	}
th {
	padding: .3em;
	color: #fff;
	background: #06344d;
	border: 1px solid #06344d;
	}

/* Other elements */
acronym {
	border-bottom: 1px dashed #88bfdd;
	}
ins, dfn {
	border-bottom: 1px solid #88bfdd;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	background: #0E4D6F;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #0E4D6F;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	color: #b2b141 !important;
	background: #0E4D6F;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #07364F;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #0E4D6F;
	}

/* Forms */
input {
	font-family: verdana, arial, sans-serif;
	}
.text-input {
	display: block;
	width: 210px;
	margin: 0;
	padding: 3px 5px;
	font-weight: bold;
	}
textarea {
	width: 98%;
	font: 12px/22px verdana, arial, sans-serif;
	font-weight: bold;
	}
.button {
	margin-right: 15px;
	padding: 7px 35px;
	font: 12px/22px verdana, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #07364F;
	border: none;
	}
.button:hover {
	cursor: pointer;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 15px;
	}
.alignright, .right {
	float: right;
	margin-left: 15px;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img, .post a img {
	max-width: 570px;
	border: 5px solid #06344d;
	}

/* Captions */
.wp-caption {
	max-width: 574px;
	padding: 3px 0 0 0;
	background: #06344d;
	border: 3px solid #06344d;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
	}
.wp-caption img, .wp-caption a img {
	max-width: 562px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #09415f;
	}

/* Gallery */
.gallery {
	margin-bottom: 20px !important;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 110px;
	height: 80px;
	margin: 0 15px 10px 0;
	border: 5px solid #06344d;
	}

.avatar {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 15px 0 0;
	border: 5px solid #06344d;
	}

/**
* Header
************************************************/
#header-container {
	height: 130px;
	background: #fff url(images/header-container-bg.gif) repeat-x 0 0;
	border-bottom: 1px solid #eee;
	}
#site-title {
	margin: 0 0 0 15px;
	}
#site-title a {
	float: left;
	display: block;
	width: 752px;
	height: 130px;
	background: url(images/logo.jpg) no-repeat 0 0;
	}
#site-title a span, #site-description {
	display: none;
	}

/* Search */
#search {
	display:none;
	float: right;
	width: 220px;
	margin: 40px 40px 0 0;
	}
#search form {
	width: 220px;
	height: 30px;
	padding: 0;
	background: url(images/search.gif) no-repeat 0 0;
	}
#search input {
	float: left;
	overflow: hidden;
	margin: 0;
	border: none;
	background: none;
	}
#search input.search-text {
	font-family: arial, verdana, sans-serif;
	width: 155px;
	padding: 7px 5px 6px 10px;
	color: #777;
	}
#search input.search-submit {
	width: 49px;
	margin: 0;
	padding: 6px 6px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: .9em georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #000;
	}
#search input.search-submit:hover {
	cursor: pointer;
	}

/**
* Navigation
************************************************/
#navigation {
	float: left;
	width: 940px;
	height: 100%;
	padding: 0 20px;
	background: #f4f4f4 url(images/navigation.gif) no-repeat 0 0;
	}
#navigation a {
	text-transform: uppercase;
	font-family: georgia, times, 'times new roman', serif;
	font-weight: bold;
	}

/* Page navigation */
#page-nav ul {
	list-style: none;
	margin: 15px 0 0 0;
	}
#page-nav li {
	display: inline;
	margin: 0;
	}
#page-nav li a {
	float: left;
	padding: 14px 20px;
	color: #666;
	border-right: 1px solid #e4e4e4;
	}
#page-nav li.current_page_item a {
	color: #fff;
	background: #111;
	}
#page-nav li.current_page_item li a {
	color: #666;
	background: transparent;
	}

/* Drop-down controls */
#page-nav ul ul, .menu ul {
	width: 180px;
	margin: 0;
	background: #f4f4f4;
	background: #111;
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
	}
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 40px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li {
	border-bottom: 1px solid #151515;
	}
#page-nav li li a {
	padding: 7px 10px;
	font-size: 11px;
	color: #666;
	border-right: none;
	}


/* Subscribe */
#feed ul {
	list-style: none;
	margin: 15px 0 0 0;
	}
#feed li {
	display: inline;
	}
#feed li a {
	float: right;
	padding: 9px 0;
	color: #666;
	}
#feed li.feed-url a {
	padding-right: 15px;
	background: url(images/rss-icon.gif) no-repeat right 16px;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	clear: both;
	padding: 40px 20px 0 20px;
	background: url(images/feature-bottom.jpg) no-repeat 0 0;
	}
.content, #content {
	overflow: hidden;
	float: right;
	width: 690px;
	color: #88bfdd;
	}
.archive .content, .search .content, .archive #content, .search #content {
	background: url(images/content-inside.gif) repeat-x right bottom;
	}

/**
* Posts
************************************************/
.post, .series, .related {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	font: 12px/22px verdana, arial, sans-serif;
	background: #09415f url(images/content-inside.gif) repeat-x left bottom;
	}
.archive .post, .search .post {
	margin: 0;
	padding: 0 20px 20px 20px;
	background: #09415f;
	}
.page .post {
	padding-bottom: 20px;
	}

/* Post title */
.entry-title, .page-title, .category-title, .tag-title, .author-title, .archive-title, .date-title, .search-title, .series-title, .related-title {
	margin-bottom: 20px;
	padding: 15px 20px 20px 20px;
	font: 18px/18px arial, verdana, sans-serif;
	font-weight: bold;
	color: #fec002 !important;
	background: transparent url(images/content.gif) repeat-x right 0;
	border-top: 5px solid #042b40;
	}
.archive .entry-title, .search .entry-title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: none;
	border: none;
	}

/* Byline */
.byline {
	display: none;
	}

/* Entry */
.entry-content, .entry-summary, .page .entry-content {
	margin: 0 20px;
	}
.archive .entry-content, .archive .entry-summary, 
.search .entry-content, search .entry-summary {
	margin: 0 0 20px 0;
	}

/* Post meta data */
.entry-meta {
	overflow: hidden;
	margin: 0 20px 40px 20px;
	padding: 5px 10px;
	font-style: italic;
	border-top: 1px solid #0b5177;
	border-bottom: 1px solid #0b5177;
	}
.archive .entry-meta, .search .entry-meta {
	clear: left;
	margin: 0 0 20px 0;
	}
.page-template-widgets .entry-meta {
	display: none;
	}
.entry-meta .tags, .entry-meta a.comments-link, .entry-meta .categories, .entry-meta .date {
	margin-right: 10px;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 0 3px;
	}
.entry-meta .separator {
	display: none;
	}

p.no-data {
	margin: 0 20px 20px 20px;
	}

/* Using <!--nextpage--> */
p.pages {
	color: #eee;
	font-style: italic;
	}
p.pages a {
	margin-left: 3px;
	padding: 3px 6px;
	background: #0E4D6F;
	}

/* Archive and search */
.category-info, .tag-info, .author-info, .archive-info, .date-info, .search-info {
	overflow: hidden;
	margin: 0;
	padding: 0 0 20px 0;
	background: #09415f;
	}
.category-description, .tag-description, .author-description, .archive-description, .date-description, .search-description {
	overflow: hidden;
	margin: 0 20px;
	}
.search #content form {
	margin: 0 20px 20px 20px;
	}
.error-404 #content form {
	margin: 0 0 20px 0;
	}
.search #content input, .error-404 #content input  {
	font-weight: bold;
	}
.search #content .button, .error-404 #content .button {
	margin-left: 10px;
	}

/* Page templates */
.page-template-authors .author-name {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	}
.post-box {
	margin: 0 0 20px 0;
	background: #09415f;
	border-top: 5px solid #042b40;
	}
.post-box form {
	padding: 20px;
	background: #09415f url(images/content-inside.gif) repeat-x right bottom;
	}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	height: 100%;
	margin: 0 20px 20px 20px;
	}
.navigation-links {
	overflow: hidden;
	height: 100%;
	padding: 10px 0 0 0;
	font: 14px/22px georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #000;
	background: #d7f1ff;
	}
.archive .navigation-links, .search .navigation-links {
	padding-top: 70px;
	background: #d7f1ff url(images/content-inside.gif) repeat-x right top;
	}
.navigation-links a {
	color: #000;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	margin-left: 1%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	margin-right: 1%;
	text-align: right;
	}
.navigation-links .previous {
	padding-left: 15px;
	}
.navigation-links a .previous {
	background-position: 0 5px;
	}
.navigation-links .next {
	padding-right: 15px;
	}
.navigation-links a .next {
	background-position: right 5px;
	}

/* Navigation attachment */
.navigation-attachment {
	overflow: hidden;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	text-align: center;
	padding: 20px 15px 10px 15px;
	color: #88bfdd;
	background: #d7f1ff;
	}
.archive .wp-pagenavi, .search .wp-pagenavi {
	padding-top: 70px;
	background: #d7f1ff url(images/content-inside.gif) repeat-x right top;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	color: #88bfdd !important;
	padding: 10px !important;
	background: #09415F !important;
	border: none !important;
	}
.wp-pagenavi a {
	font-style: italic !important;
	color: #fff !important;
	}

/**
* Primary and secondary widgets (sidebar)
************************************************/
#primary, #secondary {
	overflow: hidden;
	float: left;
	width: 230px;
	margin: 0;
	color: #88bfdd;
	font: 12px verdana, arial, sans-serif;
	}
#secondary {
	clear: right;
	}
#primary .widget, #secondary .widget {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	background: #09415f url(images/widget.gif) repeat-x 0 bottom;
	border-top: 5px solid #042b40;
	}
#primary .widget-inside, #secondary .widget-inside {
	overflow: hidden;
	height: 100%;
	padding: 15px 20px 20px 20px;
	background: transparent url(images/content.gif) repeat-x 0 0;
	}
#primary .widget-title, #secondary .widget-title {
	font: 18px arial, verdana, sans-serif;
	font-weight: bold;
	color: #fec002;
	margin-bottom: 35px;
	}
#primary .widget a, #secondary .widget a {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	}
#primary .widget ul, #secondary .widget ul {
	list-style: none;
	margin-left: 0;
	}
#primary .widget ul ul, #secondary .widget ul ul {
	margin: 10px 0 0 0;
	}
#primary .widget ul li, #secondary .widget ul li {
	overflow: hidden;
	height: 100%;
	padding: 0 0 5px 10px;
	margin-bottom: 5px;
	background: url(images/orange-bullet.gif) no-repeat 0 4px;
	border-bottom: 1px solid #0b5177;
	}
#primary .widget ul li li, #secondary .widget ul li li {
	margin: 0;
	padding: 6px 5px 5px 10px;
	background: url(images/orange-bullet.gif) no-repeat 0 10px;
	border: none;
	}

/* Content widgets */
#content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	background: #09415f url(images/content-inside.gif) repeat-x right bottom;
	border-top: 5px solid #042b40;
	}
#content .widget-title {
	font: 18px arial, verdana, sans-serif;
	font-weight: bold;
	color: #fec002;
	margin-bottom: 35px;
	}
#content .widget-inside {
	overflow: hidden;
	padding: 15px 20px 20px 20px;
	background: transparent url(images/content.gif) repeat-x right 0;
	}
.archive #utility-after-content .widget, .search #utility-after-content .widget,
.archive #utility-after-content .widget-inside, .search #utility-after-content .widget-inside {
	background: #09415f;
	border: none;
	margin: 0;
	}

/**
* Comments template
************************************************/
#comments-template {
	overflow: hidden;
	height: 100%;
	margin-bottom: 20px;
	font-family: verdana, arial, sans-serif;
	color: #ccc;
	background: #d7f1ff url(images/comments-bottom.gif) repeat-x right bottom;
	}
#comments {
	margin-bottom: 20px;
	background: #343434 url(images/comments-bottom.gif) repeat-x right bottom;
	border-top: 5px solid #222;
	}
#comments-number {
	padding: 15px 20px 20px 20px;
	background: #343434 url(images/comments-top.gif) repeat-x right 0;
	}
#respond {
	margin: 0 0 30px 0;
	background: #343434 url(images/comments-top.gif) repeat-x right 0;
	border-top: 5px solid #222;
	}
#comments #respond {
	margin: 0;
	background: #343434;
	border: none;
	}
#comments .comment-list {
	overflow: hidden;
	list-style: none;
	height: 100%;
	margin: 0;
	padding: 0 20px 30px 20px;
	}
.comment-list ol {
	list-style: none;
	margin: 0 10px;
	}
#comments li {
	overflow: hidden;
	height: 100%;
	clear: left;
	margin-bottom: 10px;
	padding: 10px;
	background: #414141;
	}
#comments li li, #comments li li li li {
	padding: 10px;
	background: #343434;
	}
#comments li li li, #comments li li li li li {
	padding: 10px;
	background: #484848;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	overflow: hidden;
	height: 100%;
	padding: 0 10px;
	}
#comments-template li blockquote {
	color: #eee;
	background: url(images/blockquote-comments.gif) no-repeat 0 0;
	}
#comments-template a {
	color: #fff;
	}

/* Avatar */
#comments-template .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 2px 15px 5px 0;
	border: 5px solid #292929;
	}

/* Comment meta data */
.comment-meta-data {
	margin-top: 15px;
	font-family: arial, verdana, sans-serif;
	font-style: italic;
	}
.comment-time {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 0 4px;
	}

.comments-closed {
	display: none;
	}

/* Comment form */
#reply, #comments-number {
	font: 1.3em arial, verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	}
#reply {
	margin: 15px 20px;
	}
#comments #reply {
	margin-left: 0;
	}
#respond form {
	overflow: hidden;
	height: 100%;
	padding: 20px;
	}
#comments #respond form, #comments ol #respond, #comments ol ol ol #respond {
	padding: 0;
	}
#comments ol ol #respond, #comments ol ol ol ol #respond {
	padding: 10px 20px;
	}
#respond p.logged-in {
	position: relative;
	z-index: 2;
	}
#respond .form-author, #respond .form-email, #respond .form-url, #respond .logged-in-out {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
	}
#respond .logged-in-out {
	overflow: hidden;
	float: left;
	}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	overflow: hidden;
	float: left;
	width: 60px;
	margin-right: 10px;
	padding: 5px 10px;
	background: #2a2a2a;
	}
#respond .text-input {
	width: 210px;
	margin: 0;
	padding: 9px 5px;
	font-weight: bold;
	color: #fff;
	background: #2a2a2a;
	border: none;
	}
#respond .text-input:focus {
	color: #333;
	background: #f7f7f7;
	}
#respond .form-textarea {
	position: relative;
	top: -24px;
	margin-bottom: -15px;
	padding: 0;
	z-index: 0;
	overflow: hidden;
	height: 200px;
	padding-top: 35px;
	background: #222 url(images/textarea.gif) no-repeat 0 0;
	}
#respond .form-textarea label {
	display: none;
	}
#respond textarea {
	margin: 0;
	padding: 5px;
	width: 570px;
	height: 190px;
	font: 12px verdana, arial, sans-serif;
	font-weight: bold;
	color: #ccc;
	background: transparent;
	border: none;
	}
#respond textarea:focus {
	color: #333;
	background: #f7f7f7;
	}
#respond .button {
	margin-right: 15px;
	padding: 7px 35px;
	font: 12px/22px verdana, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #2a2a2a;
	border: none;
	}

/* Paged comments */
#comments-template .paged-navigation {
	overflow: hidden;
	height: 100%;
	text-align: center;
	padding-bottom: 30px;
	}
#comments-template .paged-navigation .page-numbers {
	margin: 0 2px;
	padding: 3px 6px;
	font-style: italic !important;
	background: #414141;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	margin: 0 2px;
	text-align: left;
	}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	height: 100%;
	margin: 20px;
	padding-top: 20px;
	font-family: arial, verdana, sans-serif;
	color: #333;
	background: #f9f9f9 url(images/sidebar-footer.gif) repeat-x 0 0;
	border-top: 5px solid #bbb;
	}
#subsidiary .widget {
	overflow: hidden;
	height: 100%;
	float: left;
	width: 210px;
	padding-left: 20px;
	}
#subsidiary .widget-title {
	padding-bottom: 5px;
	margin: 0;
	font: 16px arial, verdana, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	}
#subsidiary a {
	color: #116d9f;
	}
#subsidiary ul {
	list-style: none;
	margin-left: 0;
	}
#subsidiary li {
	overflow: hidden;
	height: 100%;
	padding: 3px 10px;
	background: url(images/gray-bullet.gif) no-repeat 0 10px;
	border-bottom: 1px solid #ccc;
	}
#subsidiary li li {
	padding: 0 10px;
	background: url(images/gray-bullet.gif) no-repeat 0 7px;
	border: none;
	}

/**
* Footer
************************************************/
#footer-container {
	clear: both;
	float: left;
	overflow: hidden;
	width: 980px;
	height: 100%;
	margin-top: 20px;
	background: #f9f9f9;
	border-top: 1px solid #c5e4f4;
	}
#footer {
	overflow: hidden;
	height: 100%;
	margin-bottom: 1px;
	padding: 20px 20px 0 20px;
	font-family: arial, verdana, sans-serif;
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#footer a {
	color: #666;
	}
#footer .copyright {
	width: 50%;
	float: left;
	font-weight: bold;
	}
#footer .credit {
	width: 50%;
	float: right;	
	font-weight: bold;
	text-align: right;
	}





/* UKASIU mods */
#mapdiv img {border:0;}

a.more-link { float:right; display: block; background: url('images/button_czytaj_dalej_galeria.png') no-repeat; width: 126px; height: 31px; margin: 5px; border:2px dotted #BBB;}
a:hover.more-link  {background: url('images/button_czytaj_dalej_galeria_hover.png') no-repeat;}

span.gal_p { background: url('images/button_czytaj_dalej.png'); width: 116px; height: 32px; display: block;  }
span:hover.gal_p { background: url('images/button_czytaj_dalej_hover.png');  }


#year_chooser li.page_item {float:left;}
#year_chooser li.page_item a {display: block;}


/* my-calendar */
#jd-calendar * {
margin: 0;
padding: 0;
line-height: 1.5;
color: #000;
background: #fff;
}

#jd-calendar,#calendar-list {
background: #fff; // general background color
}

#jd-calendar caption, #jd-calendar .my-calendar-date-switcher, 
#jd-calendar .category-key, #jd-calendar .calendar-event .details, 
#jd-calendar .calendar-events {
background: #edf7ff; // very light blue background
}

#jd-calendar .category-key .no-icon {
border: 1px solid #555; // border on category color if no icon
}

#jd-calendar caption, #jd-calendar .my-calendar-date-switcher, #jd-calendar .my-calendar-nav li a:hover, #jd-calendar .category-key {
border: 1px solid #a9e3ff; // light blue border color
}
#jd-calendar .list-event .details, #jd-calendar td {
border:1px solid #eee; // light gray border 
}
#jd-calendar .calendar-event .details, #jd-calendar .calendar-events {
color:#000; // event details text color
}

#jd-calendar .my-calendar-nav li a, #jd-calendar .calendar-event .details, #jd-calendar .calendar-events  {
border:1px solid #9b5; // light green border color
}

#jd-calendar .list-event .details, #jd-calendar .day-without-date {
background:#fafafa; // light gray background
}

#jd-calendar #calendar-list .odd {
background:#d3e3e3; // list format, odd event listings
}

#jd-calendar .odd .list-event .details {
background:#e3f3f3; // details on odd event listings
border:1px solid #c3d3d3; // border on odd event listings
}

#jd-calendar .current-day {
background:#ffb; // current day highlight
}
#jd-calendar .current-day .mc-date {
color: #000; // text color current date
background: #eee; // background current date
}
#jd-calendar .weekend {
background:#bd7; // weekend label background
color: #000; // weekend label color
}
#jd-calendar .mc-date {
background:#f6f6f6; // non-weekend date label background
}
#jd-calendar .my-calendar-nav li a {
color: #243f82; // previous/next link color
background:#fff; // previous/next link background

}
#jd-calendar .my-calendar-nav li a:hover {
color:#000; // previous/next link hover color
border: 1px solid #243f82; // previous/next link hover border color
}
#upcoming-events .past-event {
color: #777; // text color, past events in upcoming events widget
}
#upcoming-events .today {
color: #111; // text color, todays events in upcoming events widget
}
#upcoming-events .future-event {
color: #555; // text color, future events in upcoming events widget
}

#jd-calendar caption, #jd-calendar .my-calendar-date-switcher  {
margin: 2px 0;
font-weight:700;
padding:2px 0;
}

#jd-calendar table {
width:100%;
line-height:1.2;
border-collapse:collapse;
}

#jd-calendar td {
vertical-align:top;
text-align:left;
width:13%;
height:70px;
padding:2px!important;
}
.mini td {
height: auto!important;
}
#jd-calendar th {
text-align: center;
padding: 5px 0!important;
letter-spacing: 1px;
}
#jd-calendar th abbr {
border-bottom: none;
}
#jd-calendar h3 {
font-size:.8em;
font-family: Arial, Verdana, sans-serif;
font-weight:700;
margin:3px 0;
padding:0;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#jd-calendar h3 img {
vertical-align: middle;
margin: 0 3px 0 0!important;
}
#jd-calendar #calendar-list h3 img {
vertical-align: middle;
}

#jd-calendar .list-event h3 {
font-size:1.2em;
margin:0;
}
#jd-calendar .calendar-event .details, #jd-calendar .calendar-events {
position:absolute;
width:50%;
-moz-border-radius:10px;
-moz-box-shadow:3px 3px 6px #777;
-webkit-box-shadow:3px 3px 6px #777;
box-shadow:3px 3px 6px #777;
padding:5px;
z-index: 3;
}
#jd-calendar .details .close {
float: right;
width: 12px!important;
margin-top: -2px!important;
}
#jd-calendar .calendar-events {
width: 200px!important;
left: 0px;
}
#jd-calendar .list-event .details {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin:5px 0;
padding:5px 5px 0;
}
#jd-calendar #calendar-list {
margin: 0;
padding: 0;
}
#jd-calendar #calendar-list li {
padding:5px;
list-style-type: none;
margin: 0;
}

#jd-calendar .mc-date {
display:block;
margin:-2px -2px 2px;
padding:2px 4px;
}
#jd-calendar th {
font-size:.8em;
text-transform:uppercase;
padding:2px 4px 2px 0;
}
#jd-calendar .category-key {
padding: 5px;
margin: 5px 0;
}
#jd-calendar .category-key ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#jd-calendar .category-key li {
margin: 2px 10px;
}
#jd-calendar .category-key span {
margin-right:5px;
vertical-align:middle;
}
#jd-calendar .category-key .no-icon {
width: 10px;
height: 10px;
display: inline-block;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

#calendar-list li {
text-indent:0;
margin:0;
padding:0;
}

#jd-calendar .calendar-event .event-time, #jd-calendar .list-event .event-time {
display:block;
float:left;
height:100%;
margin-right:10px;
margin-bottom:10px;
font-weight:700;
font-size:.9em;
width: 6em;
}

#jd-calendar p {
line-height:1.5;
margin:0 0 1em;
padding:0;
}

#jd-calendar .sub-details {
margin-left:6em;
}

#jd-calendar .vcard {
font-size:.9em;
margin:10px 0;
}

#jd-calendar .calendar-event .vcard {
margin:0 0 10px;
}
#jd-calendar {
position: relative;
}
#jd-calendar img {
border: none;
}
.category-color-sample img {
margin-right: 5px;
vertical-align: top;
}

#jd-calendar .my-calendar-nav ul {
height: 2.95em;
list-style-type:none;
margin:0;
padding:0;
}

.mini .my-calendar-nav ul {
height: 2em!important;
}

#jd-calendar .my-calendar-nav li {
float:left;
list-style-type: none;
}

#jd-calendar .my-calendar-nav li:before {
content:'';
}
#jd-calendar .my-calendar-nav li a {
display:block;
text-align:center;
padding:1px 20px;
}
.mini .my-calendar-nav li a {
padding: 1px 3px!important;
font-size: .7em;
}
#jd-calendar .my-calendar-next {
margin-left: 4px;
text-align:right;
}
#jd-calendar .my-calendar-next a {
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
#jd-calendar .my-calendar-prev a {
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}

#jd-calendar.mini .my-calendar-date-switcher label {
display: block;
float: left;
width: 6em;
}
#jd-calendar.mini .my-calendar-date-switcher {
padding: 4px;
}
#jd-calendar.mini td .category-icon {
display: none;
}
#jd-calendar.mini h3 {
font-size: 1.1em;
}

#jd-calendar.mini .day-with-date span, #jd-calendar.mini .day-with-date a {
font-family: Arial, Verdana, sans-serif;
font-size: .9em;
padding:1px;
background: #aaaaaa;
}
#jd-calendar .mini-event .sub-details {
margin: 0;
border-bottom: 1px solid #ccc;
padding: 2px 0 0;
margin-bottom: 5px;
}
#jd-calendar.mini .day-with-date a {
display: block;
margin: -2px;
font-weight: 700;
text-decoration: underline;
}

