/* theme screen stylesheets */
@import url(/css/laskavushka.css);
/* end import/hide */

.blocks {
    color: white;
}

.blocks p {
    margin: 15px 0 15px 0;
    font-size: 14px;
}

.blocks h1 {
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
}

.blocks h2 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.blocks h1 + h2 {
    margin-top: -15px;
}

.blocks .widget > h1, .blocks .main > h1 {
    margin-top: 0px;
}

.blocks a.button {
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    background-color: rgba(0,0,0,0.2);
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.blocks a.button:hover {
    text-decoration: underline;
}

.blocks a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.blocks a:hover {
    color: #ff5800;
}

.blocks ol {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

.blocks ol li {
    background: url(/img/bullets/01.png) no-repeat left top;
    min-height: 63px;
    padding: 10px 0 0 60px;
    border-bottom: 1px dashed #fff;
    margin: 10px;
    -moz-box-sizing: border-box;
}
.blocks ol li:nth-child(2) {
    background: url(/img/bullets/02.png) no-repeat left top;
}
.blocks ol li:nth-child(3) {
    background: url(/img/bullets/03.png) no-repeat left top;
}
.blocks ol li:nth-child(4) {
    background: url(/img/bullets/04.png) no-repeat left top;
}
.blocks ol li:nth-child(5) {
    background: url(/img/bullets/05.png) no-repeat left top;
}
.blocks ol li:last-child {
    border-bottom: none;
}

.blocks ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

.blocks .widget ul li {
    background: url(/img/bullets/li.png) no-repeat left top;
    min-height: 27px;
    padding: 4px 0 0 30px;
    margin: 3px;
    -moz-box-sizing: border-box;
}

.blocks .widget ul li li, .main ul li {
    background: url(/img/bullets/li-sm.png) no-repeat left 2px;
    min-height: 0;
    padding: 0px 0 0 15px;
    margin: 3px 0 3px 0;
    -moz-box-sizing: border-box;
}

.blocks .widget ul li li>a {
    font-weight: normal;
}

.main ul li {
    margin-left: 15px;
}

#lightbox img{ float:right; } 

.header-bg div#quick-search form {
    left: 50%;
    margin-left: 380px;
    margin-top: 20px;
    position: absolute;
    z-index: 999999;
    padding:0;
    border:0px; 
}

.header-bg div#quick-search form input {
	color:#ABABAB;
        padding-left:5px;
}

.header-bg div#quick-search form label, div#quick-search form input[type=submit] {
	display:none;
}

/* Stylesheet: laskavushka Modified On 2015-02-23 00:47:45 */
