/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 * 
 * @package WPFramework
 * @subpackage Media
 * @beta
 */

.container { width: 100%; margin-left: auto; margin-right: auto; min-height: 100%; margin-bottom: 0px; position: relative; }

.wsrodku { width: 1027px; margin-left: auto; margin-right: auto; margin-top: 110px; min-height: 100%; margin-bottom: 0px; position: relative; }

.dwa {
	width: 540px; display: block;  float: left; margin-left: 240px; clear: both; margin-bottom: 10px;
}

.razem {width: 1024px; display: block; height: 100%; border-width: 2px; border-style: solid; border-color: #ffffb2; overflow: auto; clear: both; }
.trzy { width: 300px; display: block; float: left; }
.trzyprawo { width: 300px; display: block; float: right; padding: 20px; }
.srodek { width: 300px; display: block; color: #30406E; padding: 20px; float: left; margin-left: 40px; background-color: #FFFFB2; text-align: center; }

.reklama { padding-top: 400px; margin-left: 800px; }

.obok { width: 611px; margin-left: 403px; background-color: #402200; color: #FFFFB2;  padding-left: 10px; padding-top: 10px; height:100%; }
.obok a {color: #FFFFB2; }

.infopudelko { width: 50px; float: left; }

.szerszepudelko { width: 80%; margin-top: 10px; border-width: 1px; border-style: none none none dashed; border-color: #FFFF6A; padding: 0px 10px 0px 10px; }

.navpudelko { padding: 15px; padding-bottom: 0px; font-size: 13px; }
.malytyt a { font-size: 18px; color: #A13E08; }

.cztery { border-width: 1px; border-style: solid; border-color: #8E80F2; padding: 20px; -moz-border-radius: 20px;  -webkit-border-radius: 20px;  border-radius: 20px;
	width: 260px; display: block; float: left;
padding-left: 2px; margin-left: 20px; background-color: #FFFFCF;
}

.mojearchiwum { width: 284px; display: block; float: left; padding-left: 2px; }

.dwaplus {
width: 700px; display: block; float: left;
}

.post { margin-bottom: 0px; }
#dane {  text-transform: uppercase; font-size: 10px; color: #A13E08; padding: 10px; }
#dane a:link, #dane a:visited { color: #30406E; padding: 5px; }

.container:after {display: block; clear: both; 
}

.strona { -webkit-column-count: 3; -webkit-column-gap: 20px; -moz-column-count: 3; -moz-column-gap: 20px; column-rule: 1px solid #F1FF8E; }


/* Document Body */
html, body { height: 100%; margin: 0; padding: 0; border: 0; background-color: #E2DEB1; background-image: url(http://klikerlab.pl/wp-content/uploads/2009/10/duzetlo-wiosna.jpg); background-position: top center; background-repeat: no-repeat; }
body, input, textarea { font: 13px/1.7 Georgia,serif; color: Black; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 0px; }
p, pre, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 10px; }
.ul {margin-bottom: 0px; }
.hentry, .widget, .comment { margin-bottom: 20px; }
.navigation-links { margin-bottom: 2px; }

/* Logo */
#logo, #logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }
#logo a:hover { color: #2361a1; text-decoration: none; }
#headtagline { margin: 0px; text-align: center; text-transform: uppercase; font-size: 12px; padding: 5px 0px 5px 5px;  background-color: rgba(255,255,255,0.4); }
#headtagline a:link, #headtagline a:visited { color: #A13E08; padding-right: 17px; padding-left: 17px; } #headtagline a:hover { color: #30406E; text-decoration: none; }

/* Header */
.header { margin-left: auto; margin-right: auto; width: 1024px; }

/* Menu */
.menu { background-color: #402200; border: 1px solid; border-color: #FFFF6A #3d3d3d #3d3d3d #3d3d3d; margin-top: 0; line-height: 2px; }
.nav, .nav * { line-height: 2px; list-style: none; text-align: center; margin-left: auto; margin-right: auto; }
.nav ul { display: inline; border: 1px solid #FFFF6A; border-bottom: none; }
.nav ul li { display: inline; }
.nav ul li a { border-bottom: 1px solid #FFFFB2; }
.nav li { padding: 0; position: relative; text-align: center; display: inline; }
.nav li:hover ul,
.nav li.nav-hover ul { background: #fff; }
.nav a { display: inline; position: relative; padding: 4px 10px; }
.nav a { color: #FFFFB2; border-right: 1px solid #FFFF6A; }
.nav a:hover { text-decoration: none; background: #30406E; }
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: #fafafa; }

/* Footer */
.footer { position: absolute; display: block; bottom: 0; left: 0; right: 0; text-align: center; margin-bottom: -40px; }

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: 1px; top: -35px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: -20em; /* match .nav ul width */ top: 1px; }

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #532200; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #532200; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }


/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; color: #402200; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 0px 5px 5px 5px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #402200; font-size: 24px; line-height: 28px; text-align: left; }
.entry-title a:hover { color: #30406E; text-decoration: none; }
.ramka { border-width: 1px; border-style: solid; border-color: #E2DFB1; padding: 20px; -moz-border-radius: 20px;  -webkit-border-radius: 20px;  border-radius: 20px; background-color: #FFFFB2; }
p + p { text-indent: 1.5em; margin-top: 0 }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { border-bottom: none; }

blockquote { color: #907974; font-style: italic; border-left: 1px solid #FFFF6A; margin-left: 15px;  padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: Georgia,Serif; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #FFFF6A; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 5px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 5px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #FFFF6A; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #FFFF6A #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #011E1D; }
input, textarea, button { font-family: Georgia,serif; padding: 3px; }
button { font-size: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #FFFF6A #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-content { color: #5347A5; }
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px;}
.comment { margin-bottom: 20px; }
.comment-list .children { margin-top: 20px; }
.comment-meta { margin-bottom: 2px; color: #3D3D3D; font-size: 12px; }
.commenter { font-size: 14px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: none; padding: 1px; width: auto; }

/* Comment Reply */
.cztery odstep { padding: 0px 0px 0px 15px; }
#comment-form .form-section input { padding: 5px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { padding: 5px 10px; background: #fff; border: 1px #FFFF6A dotted; border-top: none; width: 200px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */



/* Navigation */
.page-navigation .nav-next { float: left; width: auto; }
.page-navigation .nav-previous { float: right; width: auto; }
.single-page-navigation .nav-next { float: right; width: auto; }
.single-page-navigation .nav-previous { float: left; width: auto; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container { display: block; }

/* Basic Alignments */
.alignleft { float: left; width: auto; }
.alignright { float: right; width: auto; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }