/*
Theme Name: DesignBlog
Author: Magazine3
Author URI: http://magazine3.com
Version: 1.2
Description: DesignBlog theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: mm 
Tags: one-column, two-columns 
Theme URI: http://magazine3.com/designblog
Template: designblog-codebase
*/

@import url("../designblog-codebase/style.css");
 
/* =Theme customization starts here */

.info-block, a.share, p.category, span.attributes, span.block-meta {
display: none !important;
}

.list-none li {
    list-style: none;
    margin-left: 15px !important;
}
#main-art {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 50px;
}
#main-art>h2 {
    text-align: center;
    font-size: 28px;
    padding: 10px 0;
}
.block-image-r a {
    position: relative;
    top: 15px;
}
body {
background: none;
}
#shead {
    width: 233px;
}
.search-form input {
    width: auto;
}
h2.rank {
    margin-bottom: 0;
    text-align: right;
    color: #5E0042;
    font-style: italic;
}
h2.rank>span {
    font-size: 160%;
}
#back-top span {
    box-shadow: none !important;
    border: 2px solid #2C2233;
    border-bottom: none;
    background: #fff;
    color: #2C2233;
    font-weight: bold;
    border-radius: 0;
}
#back-top a {
    width: 82px;
}
#back-top a:hover span {
    background-color: #2C2233;
    color: #fff;
}
#logo {
    margin-top: -15px;
}
#header {
    margin: 0 -9999px 0px;
}

img#medal {
    margin-bottom: -105px;
    margin-left: -15px;
}

/*---------------------KOLORY-------------------*/

#header {
    background: #5E0042;
}
#nav .active, #nav li a:hover {
    background: #2C2233;
}
#header .social-networks li {
    border-right: 1px solid #2C2233;
}
#header .social-networks {
    border-left: 1px solid #2C2233;
}
.social-networks li:hover {
    background: #2C2233;
}
a {
    color: #5E0042;
}
#sidebar .widget h2 {
    background: #5E0042;
}
#main .container {
    background: #2C2233;
}
h2#ranking {
    color: #5E0042;
}
.cat-links-holder-single {
    background: #5E0042;
}