/*   
Theme Name: Drzewo - geome
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Geome.net
Author URI: http:/geome.net/
Template: thematic
Version: 1.0
Tags: Swieto Drzewa

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body, input, textarea {
	font-family:'Varela', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4f4f4f;
	text-align: justify;
}

#header {
	background:#0c3702 url(gfx/bg_header_02.jpg) no-repeat top center;
}
#main {
    clear: both;
    padding: 7px 0 10px;
	width:948px;
	z-index: 1 !important;
}
#container {
    float: left;
    width: 620px;
}
#content {
    width: 600px;
	margin-bottom:0;
}
#content .aside {
    border: none;
    margin:0;
    padding:0;
}
#content .aside ul {
    padding:0px;
}
a:link, a:visited {
    color: #006600;
	text-decoration:none;
}
a:active, a:hover,
.aside a:active, .aside a:hover {
    color: #f28300;
}

/* POSTY ----------------------------------- */
.hentry {
    padding: 0 0 2px;
	border-bottom:1px solid #c6c6c6;
	margin-bottom:22px;
	margin-top:10px;
	min-height:110px;
}
.hentry p{
    line-height: 24px !important;
}
.entry-title {
	font-family:'Signika', Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	font-size:24px;
	line-height: 30px;
	clear:none;
	padding:-4px 0 15px 0;
	text-align: left;
}
.entry-title a{
	color:#666666;
	line-height: 34px;
}
.entry-title a:hover{
	color:#83b118;
}
.entry-meta {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 13px;
}
.entry-meta abbr {
	margin-right:10px;
	color: #83b118;
}
.entry-meta a {
	color: #999999;
	margin-right:10px;
}
.entry-meta a:hover {
	color:#66CC00;
}
.entry-utility {
    margin: 20px 0 10px;
	font-size:11px;
	
}
.entry-content {
    padding: 5px 0 0;
}
#footer {
	background:#015000 url(gfx/bg_footer_02.jpg) no-repeat top center;
	height: auto;
    min-height: 360px;
}
#footer .widgettitle {
    background-color: #0b4900;
    font-size: 18px;
    background-image: none;
    border-radius: 7px 7px 7px 7px;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
    color: #FFFFFF;
    margin: 7px 0;
    padding: 10px;
}
#subsidiary {
    padding: 20px 0 0;
}
#siteinfo {
    color: #2da000;
    font-size: 11px;
    line-height: 18px;
    padding: 20px 0 8px;
}
#siteinfo a{
    color: #385e12;
}
#siteinfo a:hover{
    color: #83b118;
}
#branding{
	padding: 0;
	margin-bottom: 8px;
}
#blog-title, #blog-title a {
	width: 205px;
	height: 124px;
}
#blog-title {
	background-image: url(gfx/logo.png);
	background-repeat: no-repeat;
	font-size: 18px;/*
	text-align: center;*/
}
#primary {
    border: none;
    margin-bottom: 14px;
    padding: 2px 0 0;
}
.main-aside ul {
    padding: 0 2px;
}
.aside ul ul li {
    padding: 1px 0;
	list-style-image:url(gfx/bullet_01.png);
}
.cat1, .cat1 .fc-event-skin, .fc-agenda .cat1, a.cat1, a.cat1:active, a.cat1:visited {
    background-color: #FFFFCC !important;
    border-color: #517ED6 !important;
    color: #333333 !important;
}
/* MENU -------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    overflow:visible;
    z-index:121 !important;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	background-color:#CC6600;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:none;
	float:left;
}
.ie6 .sf-menu {
	margin-bottom: -1px;
}
.sf-menu a {
	border-left:1px solid #00bc00;
	border-top:1px solid #00bc00;
	border-bottom:1px solid #00bc00;
	padding:9px 13px;
	text-decoration:none;
	background-color: #009201;
	-moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}
.windows .sf-menu a {
	font-size: 13px;
	padding:9px 13px 10px;
}
.windows .sf-menu .current_page_item a {
	color: green;
	z-index: 133 !important;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
	background-color:#FFFFFF;
	color:#333300;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF;
}
.sf-menu li {
	background: none;
}
.sf-menu li li {
	background: none;
		-moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    -khtml-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
	background-color:#CCCC00;
}
.sf-menu li li a{
	background: none;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
	background-color:#83b118;
	color:#FFFFFF;
}
.sf-menu li li a:hover{
	background-color: #FFFFFF;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
	color: #666666;
}
.sf-menu li li li {
	background:	none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background-color:#FFFFFF;
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;	
	outline: 0;
    border-bottom-color:#ccc;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	color: #006600;
}

.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
	color:#333333;
	/*-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;*/
}
.sf-menu ul a:hover {
    color: #666666;
}


.widgettitle{ 
	background-color: #36af00;
	padding:10px 5px 10px 10px;
	margin: 10px 0 10px 0 !important;
	color:#FFFFFF;
	-moz-border-radius: 7px ;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    font-style: normal !important;
    font-weight: bold;
}
.entry-content {
}
.aside input {
	border: solid 1px #c7cac0;
	background-color:#d4d6cf;
}
.aside tbody, .aside td, .aside tr{
	border:none;
}
/* =Navigation
-------------------------------------------------------------- 

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
	font-variant:normal;
}
.navigation a {
    color:#666;
    text-decoration:none;
}
.navigation a.page {
	background-color: #CCCCCC;
	width:20px;
	height:20px;
	-moz-border-radius: 3px ;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

*/

.geome_readmore
{
	margin-left: 4px;
	padding: 1px 7px 1px 7px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	/*margin-top: -16px;
	display: inline;*/
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
.geome_readmore:hover {
	color: #FFFFFF;
	background-color:#83b118;
}
.wp-post-image{
	float: left;
	border: none;
	margin: 0 12px 8px 0;
	padding: 0;
}

p, ul, ol, dd, pre {
    margin-bottom: 10px;
}
#subsidiary a{
	color:#FFFFFF;
}
#subsidiary a:hover{
	color: #f2e900;
}
.paged #nav-above {
    display: block;
    padding: 0;
}

.aec-eventlist {
	list-style:none;
	list-style-image: none;
}
.aec-eventlist li:hover {
	list-style:none;
}
.promo_slider_wrapper {
    padding-left: 6px;

}
.designed{
	float:right;
	color: #2da000;
}
.introtext{
	background-color:#edf1ed;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	padding:10px 12px 0 12px;
	margin-top:10px;
	border: 1px solid #dde2cf;

}
#licznik_box {
	background-image:url(gfx/licznik_bg.jpg);
	width:290px;
	height:73px;
	z-index:1;
	color:#FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight: bolder;
	text-align:center;
	padding-top:135px;
}

.entry-content h1 {
    font-family: 'Varela', Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    padding: 10px 0 12px 0;
}
.entry-content h2 {
    font-family: 'Varela', Arial, Helvetica, sans-serif;
    color: #444444;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding: 6px 0 10px 0;
}
.entry-content h3 {
    font-family: 'Varela', Arial, Helvetica, sans-serif;
    color: #444444;
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    font-weight: bold;
    padding: 4px 0 8px 0;
}
.entry-content h4 {
    font-family: 'Varela', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0 8px 0;
    t
}
.aside p{
	font-size: 16px;
	line-height: 22px;
}