#beta{
color:red;
font-weight:bold;
position:absolute;
top:40px;
left:230px;
text-shadow:black 0 0 10px;
-moz-transform: translate(100px) rotate(-20deg);
-moz-transform-origin: 60% 100%;

-webkit-transform: translate(100px) rotate(-20deg);
-webkit-transform-origin: 60% 100%;

-o-transform:translate(100px) rotate(-20deg); 
-o-transform-origin:60% 100%;
}
a{
    color: #a9f853 !important;
    text-decoration: none;
    text-shadow: black 0.1em 0.1em 0.2em;
}
a:hover{
        color:#009919 !important;
}
a img{
    border:none;
}
img{
    max-width:100%;
    height:auto;
    }
body{
        background:#404040;
        margin:0;
        color:#A6A6A6;
        font-family:arial sans-serif;
        margin-bottom:30px;
        font-size:16px;
        overflow-x:hidden;
}
#top{
        background: url(http://img.piklus.pl/blog/top.png) top center no-repeat;
        height:141px;
        position:relative;
        margin-top:30px;
}
#name{
    position:absolute;
    top:0px;
    left:20px;
}
#name a{
    color:#c7cac3;
}
#belt{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#5B5B5B;
    height:30px;
    border-bottom:1px solid black;
    box-shadow:black 0 0 15px;
-moz-box-shadow:black 0 0 15px;
-webkit-box-shadow:black 0 0 15px;
-o-box-shadow:black 0 0 15px;
    z-index:999;
}
#search{
    position:absolute;
    top:4px;
    right:5px;
}
input,textarea{
        border:black solid 1px;
        background:#404040;
        color:#A6A6A6;
}
input:focus, textarea:focus{
    box-shadow:white 0 0 10px;
-moz-box-shadow:white 0 0 10px;
-webkit-box-shadow:white 0 0 10px;
-o-box-shadow:white 0 0 10px;
}
#comment_content{
    width:710px;
    height:100px;
}
.center{
        width:950px;
        margin:auto;
}
#bottom{
    display:block;
        min-height:526px;
        background: url(http://img.piklus.pl/blog/bottom.png) top center no-repeat;
        position:relative;
}
#content{
        margin:0 220px 0 15px;
        text-align:justify;
        padding-top:60px;
}
#content p{
    margin:0;
}
#menu{
    position:absolute;
    bottom:10px;left:10px;
}
#middle{
        margin:15px auto;
        text-align:center;
        position:relative;
}
#tags{
    position:absolute;
    top:5px;
    right:7px;
    width:180px;
    padding-top:10px;
}
#login{
     font-weight:bold;
     font-size:12px;
}
#sortBar{
    font-weight:bold;
    color: #c7cac3;
    text-shadow: black 0.1em 0.1em 0.2em;
    margin-bottom:20px;
}
.shadow, h1, h2, h3, h4, h5,#microMes{
    
    text-shadow: black 0.1em 0.1em 0.2em;
}
h1, h2, h3, h4, h5,#microMes{
    font-family:"New Century Schoolbook", sans-serif;
    text-align:center;
    color:#c7cac3;
}

.entry {
    min-height: 100px;
    padding: 5px;
}
.topic {
    text-align: center;
    margin: 0 0 5px;
}
.cat{
    float: left;
    margin: 3px 5px;
}
.foot{
    position: relative;
    margin-top: 17px;
    font-weight: bold;
    text-align: center;
}
.more{
    position: absolute;
    left: 0;
    top: 0;
}
.av{
box-shadow:black 0 0 10px;
-moz-box-shadow:black 0 0 10px;
-webkit-box-shadow:black 0 0 10px;
-o-box-shadow:black 0 0 10px;
margin:10px;
background:gray;
float:left;
}
.comment:nth-child(even){
    background:#777;color:black;
}
.comment{
    background:#555;min-height:70px;padding:3px;text-align:left;line-height:22px;display:block;
}

.comment:nth-child(even) .av{
    float:right;
}

.menudiv
	{
            display:block;
		text-align:right;
                margin-right:5px;
                color:#D6D6D6
	}
        
        .menudiv:hover
	{
            background-color:#666;
            color:#D6D6D6
	}
        
        hr{
            border:none;
            border-top:black 1px solid;
        }
        
        
        
        
        .parser
	{
		background:#666;
		border:black 1px dotted;
		text-align:center;
		padding:15px;
		margin-bottom:10px;	
	}
        .parser:after{
            content:'Kod wygenerowany przez serwer';
	    font-size:10px;
	    margin-top:5px;
	    display:block;
        }
        .kod, .code
	{
		border:black 1px dotted;
		background-color:#6D6D6D;
		text-shadow:black 1px 1px;
		box-shadow:black 0 0 10px;
-moz-box-shadow:black 0 0 10px;
-webkit-box-shadow:black 0 0 10px;
-o-box-shadow:black 0 0 10px;
		margin:10px 5px;
                padding:5px;
                font: normal normal 1em/1.2em monospace;
	}
        .code li:hover, .codeclick{
            background:rgba(0,0,0,0.1);
        }
        ol:nth-child(even) div{
            background:#606060;
        }
        
        .player
	{
		text-align:center;
	}
        .star
	{
		background-image:url(http://img.piklus.pl/star.png);
		height:50px;
	}
        
        blockquote
	{
            color:black;
		border:1px black solid;
		padding: 5px 10px;
		padding-left:20px;
		font-style:italic;
		background:#A3A3A3 url(http://img.piklus.pl/blog/quote.png) no-repeat;
	}
        #micro,#microMes{
            position:absolute;
            top:10px;
            left:20px;
            width:710px;
            height:40px;
            text-align:left;background:#404040;overflow:hidden;
        }
        
        #microMes{
            font-size:28px;
            text-align:center;
            opacity:0;width:747px;
            left:1px;visibility: hidden;
        }
        
        #micro_i{
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:40px;
            
        }
        
        #micro_i div{
            width:100%;
            height:40px;
        }
        

        #hr_line{
           position:absolute; left:0px; width:750px; top:50px;
        }
        
	#acci{
         display:block;
         text-align:center;
         font-size:12px;
        }
#foot{
        height:20px;
        width:100%;
        margin-bottom:20px;
        text-align:center;
        display:block;
    }
    
    math{
        margin:10px;
        padding:10px;
        background:#444444;
        border:black 1px solid;
        display:block;
    }
    
    .autotag{
        color:#DBDBDB  !important;
        
        font-weight:bold;
    }
    .autotag:hover{
        color:#A5A5A5  !important;
    }
    
    #bizuteria{
        background: url(http://img.piklus.pl/blog/myszka.png) bottom right no-repeat;
        width:478px;
        height:140px;
        float:left;
        overflow:hidden;
        position:absolute;
        bottom:5px;
        right:0;
        border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
    }
    #bizshow{
        position:absolute;
        width:100%;
        left:0;
        top:0;
        
    }
    #bizshow a{
        width:303px;
        display:block;
        height:100px;
        position:relative;
        padding:20px;
        padding-left:140px;
        text-align:left;
        color:#C9C9C9 !important;
    }
    #bizshow a .bimg{
        position:absolute;
        top:20px;
        left:20px;
    }
    #middleleft{
        width:480px;
        height:170px;
        float:left;
    }
    .entrypage{
        margin:5px;
        background:#686868;
        color:#B5B5B5 !important;
        padding:5px;
        border:1px solid black;
        box-shadow:black 0 0 5px;
-moz-box-shadow:black 0 0 5px;
-webkit-box-shadow:black 0 0 5px;
-o-box-shadow:black 0 0 5px;
    }
    .entrypage:hover{
       box-shadow:white 0 0 5px;
-moz-box-shadow:white 0 0 5px;
-webkit-box-shadow:white 0 0 5px;
-o-box-shadow:white 0 0 5px;
       border:1px solid white;
       color:black !important;
       background:#BABABA;
    }
.hmenu{
    margin:15px 0 5px;
}

#debug{
    width:80%;
    box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
    position:absolute;
    top:10%;
    height:80%;
    left:10%;
    background:#4F4F4F;
    padding:20px;
    overflow:auto;
    border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
-o-border-radius:20px;
    box-shadow:black 0 0 10px;
-moz-box-shadow:black 0 0 10px;
-webkit-box-shadow:black 0 0 10px;
-o-box-shadow:black 0 0 10px;
    visibility:hidden;
    opacity:0;
}
#debug .node:hover{
    background:rgba(0,0,0,0.1);
}
#debug .trace:hover{
    background:rgba(200,0,0,0.1);
}
#icons{
    margin:7px;
}
