@charset "utf-8";

html, body {
    background: #f9c2ff;
}

#header {
    background: #6c0095;
    background: -moz-linear-gradient(-45deg, #6c0095 0%, #cb00dd 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6c0095), color-stop(100%, #cb00dd));
    background: -webkit-linear-gradient(-45deg, #6c0095 0%, #cb00dd 100%);
    background: -o-linear-gradient(-45deg, #6c0095 0%, #cb00dd 100%);
    background: -ms-linear-gradient(-45deg, #6c0095 0%, #cb00dd 100%);
    background: linear-gradient(135deg, #6c0095 0%, #cb00dd 100%);
}

#header nav ul li:hover {
    background: #9e00ba;
}

#header nav ul li ul {
    background: #9e00ba;
}

#header nav ul li ul li a:hover:before {
    background: #cb00dd;
}

.news_box section, .news_box section.lost {
    background: #6c0095;
}

.cloud {
    background: #f8eae2;
}

footer {
    background: #6c0095;
    background: -moz-linear-gradient(left, #6c0095 0%, #cb00dd 36%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6c0095), color-stop(36%, #cb00dd));
    background: -webkit-linear-gradient(left, #6c0095 0%, #cb00dd 36%);
    background: -o-linear-gradient(left, #6c0095 0%, #cb00dd 36%);
    background: -ms-linear-gradient(left, #6c0095 0%, #cb00dd 36%);
    background: linear-gradient(to right, #6c0095 0%, #cb00dd 36%);
}

footer:before {
    background: #fceeee;
}

.content .title {
    background: #6c0095;
    background: -moz-linear-gradient(left, #6c0095 0%, #cb00dd 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6c0095), color-stop(100%, #cb00dd));
    background: -webkit-linear-gradient(left, #6c0095 0%, #cb00dd 100%);
    background: -o-linear-gradient(left, #6c0095 0%, #cb00dd 100%);
    background: -ms-linear-gradient(left, #6c0095 0%, #cb00dd 100%);
    background: linear-gradient(to right, #6c0095 0%, #cb00dd 100%);
}

.slider_question {
    background: #eee7dc;
}

.slider_question .slide {
    color: #8aa2a5;
}

.slider_question .slide ul li .top .name {
    color: #adadad;
}

.slider_question .slide ul li .bottom {
    background: #6c0095;
    background: -moz-linear-gradient(left, #6c0095 0%, #cb00dd 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6c0095), color-stop(100%, #cb00dd));
    background: -webkit-linear-gradient(left, #6c0095 0%, #cb00dd 100%);
    background: -o-linear-gradient(left, #6c0095 0%, #cb00dd 100%);
    background: -ms-linear-gradient(left, #6c0095 0%, #cb00dd 100%);
    background: linear-gradient(to right, #6c0095 0%, #cb00dd 100%);
}

.slider_question .slide ul li .bottom span {
    background: #a83827;
}

.sidebar .category {
    background: #ffffff;
}

.sidebar .category .title {
    background: #9e00ba;
}

.sidebar .category ul li a:before {
    background: none;
}

.sidebar .category ul li a:hover:before {
    background: #9e00ba;
}

.sidebar .stories .title {
    background: #9e00ba;
}

.sidebar .stories section {
    background: url(images2/stories2.jpg) no-repeat;
}

.sidebar .interesting {
    background: #fff;
    background: -moz-linear-gradient(-45deg, #fff 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 100%);
    background: -o-linear-gradient(-45deg, #fff 0%, #fff 100%);
    background: -ms-linear-gradient(-45deg, #fff 0%, #fff 100%);
    background: linear-gradient(135deg, #fff 0%, #fff 100%);
}

.sidebar .interesting .title {
    background: #9e00ba;
}

.sidebar .twitter {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.sidebar .twitter .title {
    background: #9e00ba;
}

.sidebar .sponsor .title {
    background: #9e00ba;
}

input[type="submit"] {
    background: #6c0095;
    background: -moz-linear-gradient(-45deg, #6c0095 0%, #cb00dd 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6c0095), color-stop(100%, #cb00dd));
    background: -webkit-linear-gradient(-45deg, #6c0095 0%, #cb00dd 100%);
    background: -o-linear-gradient(-45deg, #6c0095 0%, #cb00dd 100%);
    background: -ms-linear-gradient(-45deg, #6c0095 0%, #cb00dd 100%);
    background: linear-gradient(135deg, #6c0095 0%, #cb00dd 100%);
}

.pagination a:hover,
.pagination span.active {
    background: #6c0095;
}