/* Customisable styles */

#account ul.anonymous li, #account ul.member li, #searchbar input#searchsubmit, input#commentsubmit {
 background: #8dc63f;
}

#account ul.anonymous li:hover, #account ul.member li:hover, #searchbar input#searchsubmit:hover, input#commentsubmit:hover {
 background: #6c9830;
}

#col2 p.title, #col3 p.title {
 background: #8dc63f;
}

#col1 a,
#col2 a,
#col3 a {
 color: #6c9830;
}

#box input#boxsubmit,
.submitbutton {
 background: #8dc63f;
}

#box input#boxsubmit:hover,
#box input#boxsubmit:focus,
.submitbutton:hover,
.submitbutton:focus {
 background: #6c9830;
}

/* Forum */

.forum a {
 color: #ce2626;
}

.forum .pills .active a {
 background-color: #ce2626;
}

.forum .media-grid a:hover {
 border-color: #961b1b;
}

.forum a.new-topic,
.forum p.submit input {
 color: #ffffff;
 filter: none;
 background: none repeat scroll 0 0 #ce2626;
 border: 0;
}

.forum a.new-topic:hover,
.forum p.submit input:hover {
 background: none repeat scroll 0 0 #961b1b;
}

