/* Add your custom CSS here. */

select {
    background-color: #666;
    border: 1px solid #CCCCCC;
    width: 220px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
        font-size: 12px;
        overflow: hidden;
        border: 1px solid #eee;
        margin-bottom: 20px;
        clear: both;
        color: #666;
}

#bbpress-forums fieldset.bbp-form {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: #EEEEEE;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  border-left-color-value: #EEEEEE;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-left-style-value: solid;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-left-width-value: 1px;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-right-color-value: #EEEEEE;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-right-style-value: solid;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-right-width-value: 1px;
  border-top-color: #EEEEEE;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: #fafafa;
  color: #666;
}

fieldset.bbp-form input {
    background-color: #EEEEEE;
    color: #666;
}
/*#bbpress-forums {
    background-color: #fafafa;
}
*/
.bbp-pagination-count {
    color: #666;
    float: left;
}

#bbp-user-wrapper {
    float: left;
    width: 100%;
  background-color: #303030;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1f1f1f;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    opacity: 0.8;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  color: #FFF!important;
}

#bbpress-forums fieldset.bbp-form legend {
  background-color: #FAFAFA;
  color: #666666;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input {
  color: #666666;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/* Jason Bobich firefox-chrome bug */
.bbp-pagination { float: none; overflow: hidden; }

/* "Makni You may use these HTML tags and attributes" iz komentara i forum postova */
.form-allowed-tags{
display:none;
}

/* Forum pocetna stranica bug dole */
/* chrome */
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies {
    border: 1px solid #EEEEEE;
    clear: both;
    color: #666666;
    font-size: 12px;
    margin-bottom: 20px;
    overflow: visible;
}
/* firefox */
#bbpress-forums li.bbp-footer p {
  line-height: 1em;
  margin: -11px;
}
/* search results in bbpress */
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  color: #666666;
  font-size: 12px;
}

/* ovo je samo ako je to ispod page 
.page select{color:#000!important;}
*/
/* za paypal select */
select {
    background-color: #666;
    border: 1px solid #CCCCCC;
    width: 220px;
}

.tb-slogan .slogan-text {
    color: #fff;
    text-shadow: 1px 1px 0 #333;
}


