/**
 * @file
 *
 * Forum configuration for Mini Site
 */
 
.forum-table {

width: 100%;
margin-bottom: 0px;
border-color: #FEB445;
}

.forum-node-create-links {

width: auto;
padding-top: 10px;
}

.forum-node-create-links-top {

padding-top: 0px;
padding-bottom: 10px;
}

#forum-sort {

margin-top: 10px;
}

.forum-topic-legend {

clear: both;
padding-top: 10px;
}

.af-button-large,
.af-button-small {

border-color: #FEB445;
background: #F1AC3E;
background: -webkit-gradient(linear, left top, left bottom, from(#F1AC3E), to(#EBD6AE));
background: -moz-linear-gradient(top, #F1AC3E, #EBD6AE);
}

.post-approve .af-button-small span,
.comment-approve .af-button-small span {
background: url(../../lamap/img/check.gif) no-repeat 3px 50%;
}

a.af-button-large:hover,
a.af-button-large:active,
a.af-button-small:hover,
a.af-button-small:active {

border-color: #FEB445;
color: #FFFFFF;
background: #FEB445;
}

#forum .view-empty {

margin: 0px;
border-color: #FEB445;
}

#forum .view-content {


}

.forum-table-wrap .forum-table-superheader,
.forum-table-topics thead tr  {

border-top-color: #FEB445;
background: #F1AC3E;
background: -webkit-gradient(linear, left top, left bottom, from(#F1AC3E), to(#EBD6AE));
background: -moz-linear-gradient(top, #F1AC3E, #EBD6AE);
}

.forum-table tr.even,
.forum-table tr.odd {

background: #EBD6AE;
background: -webkit-gradient(linear, left top, left bottom, from(#EBD6AE), to(#FFFFFF));
background: -moz-linear-gradient(top, #EBD6AE, #FFFFFF);
}

div.forum-post {

border-color: #FEB445;
}

.forum-post-info {

border-top-color: #FEB445;
background: #F1AC3E;
background: -webkit-gradient(linear, left top, left bottom, from(#F1AC3E), to(#EBD6AE));
background: -moz-linear-gradient(top, #F1AC3E, #EBD6AE);
border-bottom-color: #FEB445;
}

.forum-post-wrapper {

background-color: #F3F1E5;
}

.forum-post-panel-main {

border-left-color: #FEB445;
}

.forum-post-title {

border-bottom-color: #FEB445;
}

/* Post footer */
.forum-post-footer {

border-top-color: #FEB445;
}


