/*
Theme Name: BP opes
Theme URI: http://www.opes.es/
Description: opes theme for BuddyPress.
Version: 1.6
Author: Aitor Martin Marin
Author URI: http://www.opes.es/
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/


body {
    color: #000000;
}

#header {
    background: #0000FF; /* Old browsers */
    background: -moz-linear-gradient(top, #0000FF 0%, #0000FF 15%, #394c79 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0000FF), color-stop(15%,#0000FF), color-stop(100%,#394c79)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0000FF 0%,#0000FF 15%,#394c79 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0000FF 0%,#0000FF 15%,#394c79 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #0000FF 0%,#0000FF 15%,#394c79 100%); /* IE10+ */
    background: linear-gradient(top, #0000FF 0%,#0000FF 15%,#394c79 100%); /* W3C */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header #search-bar input[type=text] {
    border: 1px inset #424242;
}

a {
    color: #0000FF;
}
a:hover,
a:active {
    color: #424242;
}

div.pagination {
    color: #424242;
}

div.comment-meta {
    color: #424242;
}

.gallery .gallery-caption {
    color: #000000;
}

p.date,
p.postmetadata {
    color: #424242;
}

form#whats-new-form h5 {
    color: #424242;
}

form#whats-new-form textarea {
    color: #000000;
}

.activity-list li .activity-inreplyto {
    color: #424242;
}

.activity-list .activity-content .activity-header,
.activity-list .activity-content .comment-header {
    color: #424242;
}

a.activity-time-since:hover {
    color: #424242;
}

a.bp-primary-action:hover span,
#reply-title small a:hover span {
    background: #000000;
}

div.activity-comments div.acomment-meta {
    color: #424242;
}

div.activity-comments form textarea {
    color: #000000;
}

div.activity-comments form div.ac-reply-content {
    color: #424242;
}

.standard-form textarea,
.standard-form input[type=text],
.standard-form select,
.standard-form input[type=password],
.dir-search input[type=text] {
    color: #424242;
}

.standard-form div.checkbox label,
.standard-form div.radio label {
    color: #424242;
}

.standard-form p.description {
    color: #424242;
}

.standard-form input:focus,
.standard-form textarea:focus,
.standard-form select:focus {
    color: #000000;
}

button:hover,
a.button:hover,
a.button:focus,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
ul.button-nav li a:hover,
ul.button-nav li.current a,
div.generic-button a:hover,
.comment-reply-link:hover {
    color: #000000;
}

ul#topic-post-list li div.poster-meta {
    color: #424242;
}

div.admin-links {
    color: #424242;
}

table tr td.thread-info p.thread-excerpt {
    color: #424242;
}

table.forum td p.topic-text {
    color: #424242;
}

table.forum td.td-freshness span.time-since {
    color: #424242;
}

ul.item-list li div.item-desc {
    color: #424242;
}

ul.item-list li div.meta {
    color: #424242;
}

div.item-list-tabs ul li a span {
    background: #0000FF;
}

div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
    color: #000000;
}

div.item-list-tabs ul li.selected a span,
div.item-list-tabs ul li.current a span {
    background-color: #000000;
}

#logo {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    order-radius: 5px;
    padding:20px;
}
div.attentionbar-wrapper{
	z-index: 100000
}
li.announcement{
	display:none;
}
