/**
 *  @name   theme-red.css
 *  @author Nuey San Waldman
 *
 */

/*
 * Deprecated Color table
 *
 * red         #d7040b
 * dark red    #620304
 * yellow      #fc0
 * deep yellow #f90
 * khaki       #d9bc5e
 * dark gray   #333
 * gray        #706d63
 * light grey  #b0ac9c
 * main field  #f0edd9
 * side field  #e2d7b2
 */

#footer {
    background-color: #d2050c;
}

h1, .h1 {
    color: #d2050c;
}

    .block .h1 {
        color: #333;
    }

h1 span {
    color: #333;
}

h2, .h2 {
    color: #666;
}

    .block .h2 {
        color: #333;
    }

h3, .h3 {

}

h4, .h4 {
    color: #888;
}

h5, .h5 {

}

h6, .h6 {

}

legend, .legend {
color: #333;
}

.text label, .select label, span.label {
color: #333;
}

#thanks-info #thanks-info-email {
    color: #333;
}

#season-overlay .fancy-list strong {
    color: #333;
}

#atl-navigation {
    color: #999;
}

#news-settings-form small {
    color: #999;
}

.block caption,
#atl #teamlink-overview-table caption {
    color: #d2050c;
}

#ie6-warning a {
    color: #d2050c;
}

#faq .current h2,
#create-new-teamlink-nickname h2 {
    color: #d2050c;
}

.widget h3,
#trophy-container h3,
#rotw-info-container h3,
#graph-content h3 {
    color:#d2050c;
}

.feedback {
    color:#d2050c;
}

#dames-stats strong {
    color:#d2050c;
}

#graph-tabs a {
    background-color: #d2050c;
    background-image: url("../img/buttons/button-graph-tabs.png");
}

.help-container,
.explanation,
.explanation a,
.dropdown-container a span {
    color: #999285;
}

.widget h2 {
    color: #a69f86;
}


#newteamlinks-list a {
    color: #948e78;
}

#stats-bar {
background-color: #efeee6;
}

#stats-bar .item strong {
color: #4b5234;
text-shadow: 0 1px 0 #fff;
}

#stats-bar .item span {
color: #8f927d;
}

.gold {
	color: #dd8600;
}

#ie6-warning {
background: #fc2;
}

.error-message strong {
    color: #fc2;
}

#graph-content h3 {
    color: #fc2;
}

#edit-home {
    color: #999586;
}

#edit-home a {
    color: #666;
}

.form-container {
    color: #726d5a;
}

.text textarea.initial-value,
.text input.initial-value {
    color: #6C6752;
}

#registration-form-thanks #thanks-info {
    color: #979589;
}


#privacy,
#voorwaarden {
    background-color: #f4f0e1;
    color: #6C6752;
}

#find-teamlinks-results-table {
    color: #979589;
}

#find-teamlinks-results-table tbody .grid-team,
#find-teamlinks-results-table tbody .grid-teamlink {
    color: #333;
}

#find-teamlinks-results-table tbody .grid-members {
    background-color: #f7f5e9;
}

#teamlink-select-table tbody .grid-team {
    color: #aaa;
}

#teamlink-select-table, #teamlink-select-table th {
    border-color: #eee;
}


.fieldset-container {
    background-color: #f0f0e1;
}

#seo-container {
    background-color:#f4f0e1;
}

.dropdown-container,
.dropdown-container a {
    color: #333;
}

.dropdown-result a span {
    color: #999285;
}

.dropdown-result a:hover {
    background-color: green;
}

.dropdown-result li {
    border-color: #ccc;
}

    #search-results-teams {
        background-color: #f0edd9;
    }

    #search-results-teams li {
        border-color: white;
    }
