﻿/*  
Theme Name: Bazuna
Description: bazunowy szablon;)
Author: Jerzyk
Author URI: http://jerzyk.net/
*/

/* ---> Ramówka start <--- */

body {
 margin: 0px auto;
 font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
 background: #c0c0c0;
 color: #273c58;
 
}

#body {
 background: #07255c url('images/bazuna_content_bg.jpg');
 width: 1000px;
 height: 100%;
 margin: 0px auto;
 border-left: solid 1px #000;
 border-right: solid 1px #000;
}

/* góra */

#header {
 width: 1000px;
 height: 175px;
 background: url('images/bazuna_header.jpg');
 position: relative;
 overflow: hidden;
}

h1, h1 a {
 display: block;
 float: left;
 font-weight: bold;
 font-size: 25px;
 margin: 0px;
 text-decoration: none;
 color: #fff;
 width: 615px;
 height: 175px;
 letter-spacing: -1px;
 text-indent: -3000px;
}

#menu_second {
 width: 385px;
 height: 175px;
 position: absolute;
 top: 0px;
 left: 615px;
}
#menu_second a {
 display: block;
 width: 60px;
 padding-top: 50px;
 font-size: 13px;
 text-decoration: none;
 text-align: center;
 color: #5da9dd;
 background-position: top center;
 background-repeat: no-repeat;
 position: absolute;
 top: 55px;
}
#akt {
 left: 13px;
 background-image: url('images/icon_akt.jpg');
}
#his {
 left: 84px;
 background-image: url('images/icon_his.jpg');
}
#fab {
 left: 155px;
 background-image: url('images/icon_fab.jpg');
}
#nas {
 left: 226px;
 background-image: url('images/icon_nas.jpg');
}
#lnk {
 left: 297px;
 background-image: url('images/icon_lnk.jpg');
}

#menu_second a:hover {
 color: #f58220;
}
#akt:hover {
 background-image:url('images/icon_akt_h.jpg');
}
#his:hover {
 background-image: url('images/icon_his_h.jpg');
}
#fab:hover {
 background-image: url('images/icon_fab_h.jpg');
}
#nas:hover {
 background-image: url('images/icon_nas_h.jpg');
}
#lnk:hover {
 background-image: url('images/icon_lnk_h.jpg');
}

#menu_main {
 position: absolute;
 top: 19px;
 right: 45px;
 z-index: 3;
}
#menu_main_twice {
 position: absolute;
 top: 21px;
 right: 43px;
 z-index: 2;
}
#menu_main a, #menu_main_twice a {
 margin-left: 14px;
 font-weight: bold;
 font-size: 16px;
 text-decoration: none;
}
#menu_main a {
 color: #f4941c;
}
#menu_main_twice a {
 color: #000;
}

/* środek */

#container {
 width: 1000px;
}

#content {
 width: 865px;
 background: url('images/bazuna_content_top.jpg') top no-repeat;
 min-height: 200px;
 float: right;
 position: relative;
 overflow: hidden;
 font-size: 13px;
}

/* stopka */

#footer {
 clear: both;
 width: 1000px;
 height: 95px;
 border-bottom: solid 1px #000;
 background: url('images/bazuna_footer.jpg');
}
#footer p {
 padding-top: 5px;
 font-size: 11px;
}
#foot_left {
 margin-left: 170px;
 width: 362px;
 float: left;
 text-align: center;
}
#foot_right {
 margin-right: 35px;
 width: 362px;
 float: right;
 text-align: center;
}

/* pasek boczny */

#sidebar {
 width: 135px;
 background: url('images/bazuna_sidebar_top.jpg') top no-repeat;
 height: 100%;
 min-height: 200px;
 float: left;
}
#sidebar, #sidebar a {
 color: #01adfe;
 text-decoration: none;
}
#sidebar, #sidebar ol, #sidebar ul, #sidebar li {
 width: 135px;
 margin: 0px;
 padding: 0px;
}

#sidebar li {
 list-style-type: none;
 list-style-image: none;
 text-align: right;
}
#sidebar>li {
 background: url('images/menu_item.png') 103px 3px no-repeat;
}
#sidebar a, #sidebar h2 {
 display: block;
 margin: 0px;
 margin-right: 36px;
 font-size: 13px;
 font-weight: normal;
}
#sidebar>li>a, #sidebar>li>h2 {
 color: #a3dcf7;
}

.widget ul, .widget ol {
 margin: 0px;
 padding: 0px;
 margin-right: 36px;
}
.widget li {
 line-height: 1.5em;
}

#searchform, .textwidget {
 margin: 0px;
}

.widget a {
 color: #01adfe;
 text-decoration: none;
}

#searchform p {
 margin: 0px;
 padding: 8px;
 text-align: center;
}
#s {
/* width: 170px; */
 border: none;
 border-bottom: solid 1px #182168;
 background: #dedede;
 color: #2a3ebb;
 text-align: center;
}
#ss {
 width: 22px;
 border: none;
 margin: 0px;
 padding: 0px;
 background: #dedede;
 color: #2a3ebb;
 font-weight: bold;
 text-align: right;
}
/* ---> Ramówka koniec <--- */

#content>div {
 padding-left: 35px;
 padding-right: 40px;
 padding-top: 0px;
}

.post ol, .post ul {
 margin-top: 0px;
 margin-bottom: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
}

.post p, .post li {
 text-align: justify;
 margin: 0px;
 padding: 0px;
 padding-top: 3px;
 padding-bottom: 5px;
}

.post {
 clear: both;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



.post {
 margin: 0px;
 text-align: justify;
}

p img, p a img {
 border: none;
 padding: 0px;
 max-width: 100%;
 vertical-align: middle;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */


img.alignleft {
 padding: 4px;
 margin: 0 7px 2px 0;
 display: inline;
}
img.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
img.alignright {
 padding: 4px;
 margin: 0 0 2px 7px;
 display: inline;
}

.left, .alignleft {
 float: left
}
.right, .alignright {
 float: right;
}


/* 	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

a img {
	border: none;
	}

/* .navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	} */

/* End Various Tags & Classes*/

img.lewo {
 float: left;
 margin: 2px;
 padding: 2px;
 border: solid 1px #999;
}

.mbl_h {
 height: 0px;
 visibility: hidden;
}

#content h2 {
 margin: 0px;
 padding-left: 25px;
 padding-bottom: 0px;
 font-size: 20px;
 font-weight: bold;
}
#content h3 {
 margin: 0px;
 padding-left: 13px;
 padding-top: 11px;
 padding-bottom: 0px;
 font-size: 14px;
 text-indent: 12px;
}
#content h2, #content h3, #content h2 a, #content h3 a, #content h2 a:hover, #content h3 a:hover {
 color: #062358;
 text-decoration: none;
}
#content h2#title {
 min-height: 55px;
 margin: 0px;
 padding: 0px;
 padding-left: 255px;
 padding-right: 50px;
 font-family: 'Times New Roman', serif;
 font-style: italic;
 font-size: 32px;
 text-align: left;
 color: #5da9dd;
}

#content h2.ed1, #content h2.ed2, #content h2.ed3, #content h2.ed4 {
 text-align: center;
 font-family: 'Times New Roman', serif;
 font-style: italic;
}
#content h2.ed1 {
 padding-top: 48px;
 font-size: 28px;
 color: #5da9dd;
}
#content h2.ed2 {
 color: #5da9dd;
 font-size: 40px;
}

#content a, #footer a, #content h2.ed4 a {
 font-weight: bold;
 color: #000;
 text-decoration: underline;
}
#content h2.ed4, #content h2.ed4 a {
 font-weight: normal;
}

#content .left h3, #content .right h3 {
 text-align: center;
 padding-left: 0px;
 padding-right: 0px;
}

.meta {
 font-size: 0.84em;
 color: #d8c755;
}
.post .meta {
 padding-left: 25px;
 padding-bottom: 13px;
}

#content p, #content li {
 margin-left: 13px;
 margin-right: 13px;
 line-height: 1.33em;
}

.adverts p, .attachment p {
 text-align: center;
}
.adverts p img, .adverts p a img {
 border: none;
 vertical-align: middle;
 margin-left: 10px;
 margin-right: 10px;
}

.center {
 text-align: center;
 padding-left: 0px;
 padding-right: 0px;
}

blockquote {
 margin: 0px;
 padding-left: 12px;
 border: none;
 font-family: Georgia, 'Times New Roman', serif;
}

hr {
 width: 50%;
 color: #000;
}

.post small {
 margin-left: 25px;
 font-style: italic;
 font-size: 12px;
}

#homepage {
 float: left;
 width: 60%;
}
#rightbar {
 float: right;
 width: 40%;
}

#post-725 {
 width: 50%;
 margin: 0px auto;
}
#post-725 img {
 border: none;
}
