a:link,
a:visited,
a:hover,
a:active {
	color: #801b0d;
}

#logo {
border-bottom:1px solid #000;
}

#header ul.menu li a {
	color: #fff;
}

#panel input.button {
	background: #385947 url(images/colors/calm_thead.png) top left repeat-x;
}

.thead {
	/*background: #385947 url(images/colors/calm_thead.png) top left repeat-x;*/
background: #a81212; /* Old browsers */
background: -moz-linear-gradient(top,  #a81212 5%, #801b0d 44%, #6d190c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#a81212), color-stop(44%,#801b0d), color-stop(100%,#6d190c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a81212 5%,#801b0d 44%,#6d190c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a81212 5%,#801b0d 44%,#6d190c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a81212 5%,#801b0d 44%,#6d190c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a81212 5%,#801b0d 44%,#6d190c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a81212', endColorstr='#6d190c',GradientType=0 ); /* IE6-9 */

	color: #ffffff;
	border-bottom: 1px solid #263c30;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.popup_menu .popup_item:hover {
	background: #48715b;
	color: #fff;
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #48715b;
	color: #fff;
}

.pagination a:hover {
	background-color: #48715b;
	color: #fff;
	border-color: #263c30;
}

#pm_notice {
color:#333;
}

.post {
  border-bottom: 10px solid #FFF3E1;
}	
		