/*
Theme Name: piloci
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body,
input,
textarea, p {
	font-family: 'Segoe UI', Helvetica, 'Trebuchet MS', sans-serif;
	font-size: 14px;
}

body {
	line-height: 130%;
	overflow:hidden; 		
	padding:0;
	margin:0;		
	height:100%;
	width:100%;
	background-color: transparent;
}

a:link {
	color: #0075e9;
	/*outline-style: none;*/
}

a:visited{
	color: #a5baa1;
	/*outline-style: none;*/
}

/*h2.entry-title a:visited{
	color: #a5baa1;
	outline-style: none;
}*/

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #6aba5a;
	margin-bottom: 8px;
}

p {
	text-align: justify;
}

img.aligncenter {
	text-align: center;
}

#bgimg {
	position:absolute;
	z-index: -1;
}
/*
#realBody{
	position:absolute;
	z-index: 5;				
	overflow:auto; 			
	height:100%;width:100%;	
}
*/
#wrapper {
	position:absolute;
	z-index: 5;				
	overflow:auto; 			
	height:100%;
	width:100%;
	background-color: transparent;
}

#middle {
	width: 900px;
	margin: 32px auto;
	/*background-color: #fff;*/
}

#sidebar-left {
	position: relative;
	top: 24px;
	float: left;
	width: 180px;
	font-size: 16px;
	background-color: #fff;
	margin-bottom: 24px; /* w #footer razem z position: relative; top: 24px; */
	/*border-right: 1px solid #6aba5a;*/
	min-height: 610px;
	
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
	
	-webkit-border-top-left-radius: 20px;	
	-webkit-border-bottom-left-radius: 20px; 
	-khtml-border-radius-topleft: 20px;
	-khtml-border-radius-bottomleft: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#logo {
	/*width: 160px;*/
	margin: 8px auto;
	text-align: center;
}

div.menu-container ul li {
	text-align: center;
	list-style-type: none;
	/*padding: 8px;*/
}

div.menu-container ul li a{
	display: block;
	text-decoration: none;
	list-style-type: none;
	color: #6aba5a;
	padding: 6px;
	font-size: 13px;
}

.pogrubiony {
	font-weight: bold;
}

div.menu-container ul li:hover {
	background-color: #6aba5a;
}

div.menu-container ul li:hover a{
	color: #fff;
}


li.current-menu-item {
	background-color: #6aba5a;
}

li.current-menu-item a{
	color: #fff !important;
}


#nav-above {
	display: none;	
}
/*
#nav-below {
	padding-bottom: 8px;
}*/
.navigation {
	padding: 8px;
}

#primary {
	position: relative;
	top: 16px;
	clear: both;
	border-top: 1px solid #6aba5a;
}

li#rss-3  ul li, li#rss-4  ul li {
	margin-bottom: 12px;
}

.rssSummary {
	/*margin-bottom: 24px;*/
	text-align: justify;
}

.widget-container {
	float: left;
	width: 50%;
}

.widget-container  ul {
	margin-right: 8px;
	margin-left: 8px;
}

ul.xoxo {
	list-style-type:none;
	padding-top: 16px;
	margin-right: -8px;
	margin-left: -8px;
}

li.widget-container ul{
	list-style-type:none;
	padding-bottom: 32px;
}

li.widget-container ul{
	list-style-type:none;
	padding-bottom: 32px;
}

#sidebar-top {
	height: 24px;
	float:left;
	width: 720px;
	background-color: #6aba5a;
	
	-webkit-border-top-left-radius: 20px;	
	-webkit-border-top-right-radius: 20px; 
	-khtml-border-radius-topleft: 20px;
	-khtml-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#main {
	float:left;
	width: 720px;
	min-height: 630px;
	/*background-color: #fff;*/
	
	background-image:url('http://www.piloci.pl/main_bg.png');
	background-repeat:repeat-y;
	
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
	
	-webkit-border-bottom-left-radius: 20px;	
	-webkit-border-bottom-right-radius: 20px; 
	-khtml-border-radius-bottomleft: 20px;
	-khtml-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#container {
	margin: 24px;
}

#content {
	/*padding: 24px;*/
}

h1.entry-title {
	font-size: 20px;
}

h2.entry-title {
	font-size: 16px;
}

h1.page-title {
	font-size: 20px;
}

h3.widget-title {
	font-size: 16px;
	margin-right: 8px;
	margin-left: 8px;
}

/*#information {
	display: none !important;
}*/

#slideshow-wrapper {
	/*position:relative;
	left: -24px;*/
	/*margin-bottom: 0 !important;
	margin-top: 0 !important;*/
	margin: -24px !important;
	padding: 0 !important;
}

div.entry-content ul {
	margin-left: 28px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.post {
	margin: 8px 0 0 0;
	clear: both;
}

#footer {
	/*background-color: #fff;*/
	
	min-height: 16px;
	
	background-image:url('http://www.piloci.pl/footer_bg.png');
	background-repeat:repeat-y;
	
	clear: both;
	position: relative;
	top: 24px; /* w #sidebar-left razem z  margin-bottom: 24px; */
	/*padding: 8px;*/
	
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
	
	-webkit-border-bottom-left-radius: 20px;	
	-webkit-border-bottom-right-radius: 20px; 
	-khtml-border-radius-bottomleft: 20px;
	-khtml-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;	
	-webkit-border-top-right-radius: 20px; 
	-khtml-border-radius-topleft: 20px;
	-khtml-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#site-info, #auth {
	display: inline-block;
	padding: 8px;
}

#site-info {
	text-align: left;
	float: left;
}

#site-info a, #auth a{
	text-decoration: none;
}

#auth {
	text-align: right;
	float: right;
}
/*
#colophon {
	margin-top: 24px;
	background-color: #fff;
}*/


/*
.widget_search #s { 
	width: 60%;
}
.widget_search label {
	display:none;
}*/

.sub-menu {
	display: none;
	padding-left: 24px;
	background-color: #7bd768;
}

.sub-menu li:hover {
	/*display: none;*/
	margin-left: -24px;
	padding-left: 24px;
	background-color: #6aba5a; /* inny kolor da znacznik po lewej */
}

.current_page_item .sub-menu,
.current_page_parent .sub-menu,
.current-category-ancestor .sub-menu,
.current-menu-item  .sub-menu{
	display: block;
}

#content img.size-full/*, #content .size-full*/{
	position: relative;
	left: -24px;
	top: 16px;
	margin-bottom: 12px;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-top: 8px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 12px;
	margin-top: 8px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 0px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}



#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
