/*header*/
.n_head .pr_hd_bar,
.pr_hd_bar {
    background: linear-gradient(to bottom, #d6d6d6 0, #e7e7e7 100%);
    border-radius: 7px;
    border: none;
}

#pr_sel li {
    background: linear-gradient(to bottom, #fbfbfe 0, #d6d6d6 100%);
    text-shadow: 0 1px 1px #fff;
    border: 1px solid #d6d6d6;
    color: #555555;
}
#pr_hd li,
.n_head li {
    background: linear-gradient(to bottom, #fbfbfe 0, #bfcbe8 100%);
    text-shadow: 0 1px 1px #fff;
    border: 1px solid #c3d0ec;
    color: #145fbe;
}
#pr_hd li:hover,
.n_head li:hover {
    background: linear-gradient(to bottom, #fcfcfc 0, #c9d6f5 100%);
}
.search_bar,
select,
#comment_textarea {
    border: 1px solid #d2d2d2;
    transition: linear 0.1s;
}
.search_bar:hover,
select:hover,
#comment_textarea:hover {
    border: 1px solid #b8b8b8;
    box-shadow: 0 0 2px 0 rgba(184, 184, 184, .45);
    transition: linear 0.1s;
}
.search_bar:focus,
select:focus,
#comment_textarea:focus {
    border: 1px solid #5bb8e9;
    box-shadow: 0 0 2px 0 rgba(91, 183, 233, .52);
    transition: linear 0.1s;
}
.search_button {
    border: 1px solid #b8b8b8;
    background: linear-gradient(to bottom, #f6f6f6 0, #ddd 100%);
    transition: border-color 150ms, box-shadow 150ms;
    font-family: Arial;
    font-size: 12px;
}
.search_button:hover {
    box-shadow: 0 0 2px 0 rgba(184, 184, 184, .55);
    transition: border-color 150ms, box-shadow 150ms;
    background: linear-gradient(to bottom, #fff 0, #e2e2e2 100%);
}

.search_button:active {
    box-shadow: 0 0 2px 0 rgba(91, 183, 233, .52);
    transition: border-color 150ms, box-shadow 150ms;
    background: linear-gradient(to bottom, #e2e2e2 0, #fff 100%);
}

#pr_hd li:active,
.n_head li:active {
    background: linear-gradient(to bottom, #fbfbfe 0, #d6d6d6 100%);
    text-shadow: 0 1px 1px #fff;
    border: 1px solid #d6d6d6;
    color: #555555;
}

.yel_btn {
    border-radius: 3px;
}

.yel_btn:hover {
    background: linear-gradient(to bottom, #fffacf 0, #ffe35f 100%);
}

.yel_btn:active {
    background: linear-gradient(to bottom, #ffd81c 0, #fef5b5 100%);
}

/*other*/
.wdg > div:first-of-type {
    background: #eaeaea;
}

.whats_new > strong {
    color: #c60;
}

.wt_des .avt2,
.vid_th,
.vc_channels > div .avt2 {
    border: 3px double #ccc !important;
    border-radius: 0px !important;
}

.wp_avt,
.wp_avt:hover,
.wp_avt:active {
    border: 3px double #ccc !important;
    margin-bottom: 3px !important;
    border-radius: 0px !important;
}

.wt_des {
    background: #eeeeee;
}

.w_big_btn {
    background: linear-gradient(to bottom, #fefffc 0, #dddfdd 100%);
}

.w_big_btn > a {
    color: #03c !important;
}

.w_big_btn:hover {
    background: linear-gradient(to bottom, #fefffc 0, #eceaea 100%);
}

.w_big_btn:active {
    background: linear-gradient(to bottom, #dddfdd 0, #fefffc 100%);
}

.pr_edit_btn {
    background: linear-gradient(to bottom, #fff 1%, #fff 43%, #ccc0cc 81%, #ccc0cc 100%);
}

.cosmic_feed_selector,
.cosmic_about,
.cosmic_featured_videos > div:first-of-type {
    border-bottom: 1px solid #ccc;
}

.cosmic_button {
    font-family: Arial;
    font-size: 12px;
}

.wt_person a:last-of-type {
    border-bottom: 1px dotted #00f;
}

.wt_person a:last-of-type:hover {
    text-decoration: none;
}
.pr_edit_btn:hover {
    background: linear-gradient(to bottom, #fff 1%, #fff 43%, #d7cfd7 81%, #d7cfd7 100%);
}

.pr_edit_btn_sel,
.pr_edit_btn_sel:hover {
    background: linear-gradient(to bottom, #ccc0cc 1%, #ccc0cc 33%, #fff 61%, #fff 100%);
}

.vc_cats {
    background: #eaeaea;
    border: none;
}
#vc_selec {
    background: linear-gradient(to bottom, #cdcdcd 0, #fff 100%);
    box-shadow: 7px 5px 4px -1px #919191;
    border-radius: 3px;
    border: 1px solid #b3b3b3;
    border-bottom: none;
}

.vc_hd {
    background: linear-gradient(to bottom, #d6d6d6 0, #e7e7e7 88%);
    border: none;
}

footer {
    background: #eee;
}


a {
    color: #03c;
}