/*
Theme Name: mfx v3.0
Theme URI: 
Description: 
Version: 
Author: mfx


*/ 


/* reset */

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

body {
    height:100%;
    /*background-color:#ccc;*/
    background-image:url('images/header.jpg');
    background-position:top center;
    background-repeat:no-repeat;
    background-color:#0a0311;
    text-align:center;
}

#wrapper {
    margin:auto;
    /*width:1020px;*/
    width:1010px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:1.5em;
    text-align:left;
	position:relative;

    /*background-color:#0a0311;*/
    /*background-color:#ccc;*/
    
    
}

#header-wrapper {
    height:520px;
    /*background-color:#0a0311;*/
    /*background-image:url('images/header.jpg');*/
    /*margin-left:-330px;
    margin-right:-330px;*/
}

#header {
    color:#fff;
    width:1020px;
    margin:auto;
    height:344px;
    
}

#header-space {
    height:264px;
    position:relative;
    top:40px;
}

#home-link {
    /*background-color:#0f0;*/
    height:100%;
    width:460px;
    display:block;
}


/*
#left-pane {
    width:580px;
    float:left;
}

#right-pane {
    width:380px;
    float:right;

    color:#555555;
	background-color:#e8e7f3;
    background-image:url('images/postglow.png');
    background-repeat:no-repeat;
	margin-top:10px;
    padding:20px;
	border:#bbbbbb solid 1px;
    border-bottom:#888888 solid 1px;
    border-right:#a0a0a0 solid 1px;
}

*/

#content {
    /*background-color:fuchsia;*/
    background-color:#cecece;
    padding:20px;
    /*width:auto;*/
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
    line-height:1.7em;
    /*margin-top:-176px;*/
}

#content2 {
    background-color:#cecece;
    background-image:url('images/tlo-1px-h-1010.png');
    background-position:top left;
    background-repeat:repeat-y;
    margin-top:-176px;
    margin-bottom:20px; /*delete*/
}

#content-main {
    background-image:url('images/tlo-top-1010.png');
    background-position:top;
    background-repeat:no-repeat;
    min-height:170px;
    /*padding :20px;
    padding-bottom:0px;*/
    padding:20px 20px 0px 20px;
    overflow:hidden;
}

#content-bottom {
    background-image:url('images/tlo-bottom-1010.png');
    background-position:bottom;
    background-repeat:no-repeat;
    height:20px;
    clear:both;
    margin-top:-20px; /*dlaczego? */
}

#left-pane {
    /*background-color:silver;*/
    width:580px;
    float:left;
    /*clear:both;*/

    
}

#left-pane-wrapper {
    padding:20px;
}

#right-pane {
    
        /*border:#bbbbbb solid 1px;
    border-right:#888888 solid 1px;
    border-bottom:#a0a0a0 solid 1px;
    background-color:#dcdcdc;*/
    padding:10px;
    /*width:380px;*/
    width:360px;
    height:100%;
    float:right;
}

#right-pane ul {
    display:block;
}

#right-pane li {
    padding-left:8px;
    margin-top:5px;
    margin-bottom:5px;
    line-height:1.4em;
}

#right-pane h4 {
    font-size:1.2em;
    margin-top:1.2em;
    margin-bottom:.4em;
}

#sidebar-left > div:first-child > h4  {
    margin-top:0px;
}

#sidebar-right > div:first-child > h4  {
    margin-top:0px;
}

.current-serial {
    background-color:#a57891;
}

.current-serial a:link {
    color:#fff;
}

/*.current-serial a:visited {
    color:#fff;
}*/

.current-gatunek {
    background-color:#a57891;   
}

.current-gatunek a:link {
    color:#fff;
}

/*.current-gatunek a:visited {
    color:#fff;
}*/

#sidebar {
    width:360px;
    background-image:url('images/separator-1px.png');
    background-repeat:repeat-y;
    background-position:180px;
    
    overflow:hidden;
}

#sidebar-left
{
    /*background-color:#fff;*/
    width:168px;
    float:left;
    
}

#sidebar-right
{
    /*background-color:#fff;*/
    width:168px;
    float:right;
    
}

.cleaner {
    clear:both;
}

.post {
    color:#555555;
	background-color:#e8e7f3;
    /*background-color:#ddd;*/
    background-image:url('images/postglow.png');
    background-repeat:no-repeat;
	padding:20px 20px 15px 20px;
	margin-bottom:10px;
	border:#bbbbbb solid 1px;
    border-bottom:#888888 solid 1px;
    border-right:#a0a0a0 solid 1px;
}

.post-header {
    /*margin-bottom:1em;*/
    overflow:hidden;
}

.post-thumbnail-frame {
	margin-right:15px;
	width:112px;
	height:112px;
    overflow:hidden;
	float:left;
    background-image:url('images/thumbnail-frame.png');
}

.post-thumbnail-inner {
    width:100px;
	height:100px;
    overflow:hidden;
    position:relative;
    top:6px;
    left:6px;
}

.post-title {
    font-family:Arial, Verdana, Geneva, sans-serif;
	color:#2E1E96;
	line-height:normal;
	margin-bottom:5px;
	/*font-size:2.3em;*/
    font-size:28px;
    
}

.post-author {
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
    font-family: Arial, Verdana, Geneva, sans-serif;
	/*font-size:15px;*/
    font-size:15px;
    
	color:#333333;
}

.post-content {
    /*padding-top:10px;*/
    /*clear:left;*/
    text-align:justify;
}


/*.post-title a:visited {
    color:#3A0EA1;
}*/

.post-title a:hover {
    /*color:#5F28BD;*/
    color:#A10E4E;
}

.post-options {
    width:100%;
    float:right;
    font-size:.9em;    
}

.edit-post {
    float:left;
}

.edit-post a:link {
    color:#f00;
}

/*.edit-post a:visited {
    color:#f00;
}*/

.edit-post a:hover {
    color:#A10E4E;
}

.read-more {
    float:right;
}

a {
    color:#3A0EA1;
    text-decoration:none;
}

/*a:visited {
    text-decoration:none;
    color:#766099;
}*/

a:hover {
    /*color:#5F28BD;*/
    color:#A10E4E;
    text-decoration:none;
}


p {
    margin-top:1em;
    margin-bottom:1em;
}

.avatar {
  color:#FFF;
  clear:right;
  float:left;
  margin:0 15px 0 0;
  padding: 2px;
}

.video {
    margin:40px;
}

img.centered {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

img.alignright {
  display:inline;
  margin:0 0 2px 7px;
  padding:4px;
  float: right;
}

img.alignleft {
  display:inline;
  margin:0 7px 2px 0;
  padding:4px;
  float: left;
}

.alignleft {
  float:left;
}

.aligncenter {
  margin: auto;
}


.wp-caption
{
  border:1px solid #bbb;
  border-bottom-color:#999999;
  border-right-color:#a0a0a0;
  text-align:center;
  background-color:#FCFCFC;
  padding-top:5px;
  border-radius:3px;
  margin-top:15px;
  margin-bottom:15px;
}

.wp-caption img
{
  border:0 none;
  margin:0;
  padding:0;
}

.wp-caption-text
{
  font-size:.9em;
  margin-top:.4em;
  margin-bottom:.4em;
}

.wp-caption-dd
{
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}

.ramka {
    border:1px solid #bbb;
    border-bottom-color:#999999;
    border-right-color:#a0a0a0;
    padding: 5px;
    margin-top:15px;
    margin-bottom:15px;
}

small {
    font-size:.8em;
    line-height:normal;
}

/*************************************
 +Comments
 *************************************/
.commentsblock,contactform
{
  font-size:1em;
  clear:both;
  padding-top:20px;
}

.commentsblock textarea,.contactform textarea
{
  width:538px;
}

.commentsblock input,.commentsblock textarea,.contactform input,.contactform textarea
{
  border:1px solid #d1d1d1;
}

.commentauthor
{
  display:block;
  font-size:1.5em;
}

ol.commentlist
{
  color:#505247;
  font-size:1em;
  list-style-type:none;
  margin:1.5em 0 0;
  padding:0;
}

ol.commentlist a
{
  /*color:#b3960e;*/
}

ol.commentlist a:hover
{
  /*color:#424242;*/
}

.comment-meta {
    font-size:.8em;
}

.commentlist li
{
  margin-bottom:.5em;
  padding:8px;
  overflow:auto;
}

.commentlist p
{
  text-transform:none;
  font-size:1em;
  margin:10px 5px 10px 59px;
}

.commentlist blockquote p
{
  margin:10px 5px;
}

.commentlist blockquote
{
  margin:10px 0 10px 59px;
}

.commentlist .children
{
	padding-left:0px;
}

#comment {
    width:100%;
}

#commentform p
{
  margin-left:0px;
}

.alt
{
  background:#e0dfed;
}

.comment_headings
{
  font-size:1.3em;
  color:#6C6C6C;
}

.vcard
{
  font-size:1em;
}

.vcard cite
{
  font-weight:700;
  font-size:16px;
}

.commentsblock textarea:focus,.contactform textarea:focus,.commentsblock textarea:focus,.commentsblock input:focus,.contactform textarea:focus,.contactform input:focus
{
  background:#eee;
  border:1px solid #a1a1a1;
}

/*************************************
 +Menu Categories
 *************************************/
#top-menu {
    position:absolute;
	top:9px;
	left:0px;
	width:auto;
}

#bottom-menu {
    position:absolute;
	top:313px;
	left:0px;
	width:auto;
    
}





.menu-strip
{
  height:40px;
  float:left;
}

.menu-strip ul
{
  
  list-style:none;
  
}

.menu-strip li
{
  float:left;
}

.menu-strip li a
{
  
  color:#fff;
  margin-left:.5em;
  display:block;
  padding: 2px 4px 2px;
  
}

.menu-strip li.current-cat a
{
  background:#1e082d;
  color:#fff;
  margin-left:.5em;
  display:block;
  padding: 2px 4px 2px;
}

.menu-strip li a:hover
{
  background:#8d5bae;
  color:#fff;
}

.menu-strip ul li ul
{
  display:none;
}

.search-form {
    position:relative;
    margin-right:30px;
    right:0px;
    top:10px;
    float:right;
}

.search-form input {
    width:180px;
    color:#fff;
    border: 1px solid #6f415c;
    height:18px;
    font-style:italic;
    text-align:right;
    background-color:#3a0423;
}

.reklamy * img {
	margin: 3px;
}

blockquote
{
  border-top: 1px solid #8d47b9;
  border-bottom: 1px solid #8d47b9;
  display:block;
  background:#fff  none repeat scroll 0 0;
  padding:10px;
  padding-bottom:5px;
  clear:both;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 10px;
  width: 90%;

}

.post-content ul {
    list-style:disc;
    padding-left: 10px;
}

ol {
    list-style-type: decimal;
    padding-left: 10px;

}
li {
    display: list-item;
}
.post-content h1 {
   padding-top: 15px;
   padding-bottom: 5px;
   font-size: 14px;

}