* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 0; }
fieldset { padding: .5em; }
li { margin: 0; padding: 0; list-style-type: none; }
a img { border: 0; }

.wrapper {
  width: 760px;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #bbb;
  background: #fff;
}
  
.header {
  height: 200px;
  background-color: #333;
}

.forum_content {
  clear: both;
  font-size: 15px;
}

.footer {
  font-size: 10px;
  margin-top: 10px;
  padding: 0px 5px;
  color: #999;
}

.forum_content a:link, .forum_content a:visited {
  color: #3d3d3d;
  text-decoration: none;
}

.prisp {color: #676767; display:inline;}

.forum_content a:active, .forum_content a:hover {
  color: #000;
  text-decoration: underline;
}

.forum_content h1 { 
  font-family: 'Trebuchet MS', Verdana, Sans-Serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.3px;
  margin: 0;
  padding: 83px 0 0 40px;
}

.forum_content h1, .forum_content h1 a:link, .forum_content h1 a:visited, .forum_content h1 a:hover, .forum_content h1 a:active {
  text-decoration: none;
  color: #fff;
}

.forum_content h1 a:hover, .forum_content h1 a:active {
  text-decoration: underline;
}

.forum_content h3 {
  font-size: 16px;
  font-weight: normal;
}
  
.tagline {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: #fff;
  padding: 0 40px;
}


.nav {
  margin: 10px 0;
  height: 26px;
  border: 1px solid #ccc;
  background: #f1f1f1;
}

.nav-left {
  float: left;
  margin: 6px 0 0 5px;
}

.nav-right {
  float: right;
  margin: 6px 5px 0 0;
}

.nav-footer {
  margin: 0 0 10px 0;
}

.nav-stats {
  border-color: #ccc;
  color: #999;
  background: #fff;
  border-left: 0;
  border-right: 0;
  margin-top: 0;
}

.nav-stats p.nav-left {
  margin-left: 0;
  padding-left: 5px;
}

.nav-stats p.nav-right {
  margin-right: 0;
  padding-right: 5px;
}

.box {
  border: 1px solid #dedfdf;
  padding: 0 10px;
  margin-bottom: 10px;
  background: #f1f1f1;
}

.box .top {
  background: url(/images/forumhback.gif);
  height: 20px;
  display: block;
  color: #fff;
  padding: 4px 5px;
  margin: 0 -10px;
}

.box .label {
  margin-bottom: -10px;
}

.box label {
  font-weight: bold;
}

.box .small {
  margin: 0 0 10px 0;
}


thead th {
  background: url(/images/forumhback.gif);
  height: 26px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  padding: 4px 5px;
}

.forum_content thead th a:link, .forum_content thead th a:visited {
  color: #fff;
}

.forum_content thead .tcm {
  text-align: center;
}

.forum_content tbody {
  background: #f1f1f1;
}

.forum_content tbody td {
  padding: 5px;
  vertical-align: top;
  border-top: 1px solid #cedeb9;
  border-right: 1px solid #cedeb9;
}

.forum_content tbody .tci {
  width: 10px !important;
  border-right: 0;
}

.forum_content tbody .tcm {
  text-align: center;
  background: #dedfdf;
}

.forums-index .tcm {
	vertical-align: middle;
}

.forum_content tbody .tcr {
  border-right: 0;
}

.forum_content tbody .tds {
  border: 0;
  padding: 10px;
}

.thread {
  margin-bottom: 5px;
}

.thread td {
  border: 0;
}

.thread .profile {
  width: 24%;
}

.thread .body {
  width: 76%;
  line-height: 1.4em;
  background: #dedfdf;
}

.thread .body p {
  margin-top: 0;
}

.post-body, .post-body img {
  overflow: hidden;
  max-width: 100%;
}

.thread dl {
  margin: 0;
}

.thread dt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.3px;
}

.thread dd.rank {
  font-weight: bold;
}

.thread dd.avatar {
  margin: 8px 0 4px 0;
}

.thread .thr {
  text-align: right;
}

.thread .links {
  text-align: right;
  color: #ccc;
}

.forums-index {
  margin-bottom: 5px;
}

.forums-index .tcl {
  width: 58%;
}

.forums-index .tcm {
  width: 8%;
}

.forums-index .tcr {
  width: 34%;
  vertical-align: middle;
}

.forums-list th {
  background: #f4f3e9;
  color: #333;
}

.forum-name {
  font-weight: bold;
  font-size: 14px;
}

.topics-index .tcm {
  width: 7%;
}

.topics-index .tcr {
  width: 27%;
}

.topics-index .tcf {
    width: 14%;
}

.info-left {
  float: left;
  margin: 0 0 10px 0;
  padding-left: 5px;
  border-left: 1px solid #f1f1f1;
}

.info-right {
  float: right;
  margin: 1px 0 10px 0;
  padding-right: 5px;
  border-right: 1px solid #f1f1f1;
}

.title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.3px;
}

.detail {
  color: #999;
  letter-spacing: -0.3px;
}

#filters {
  margin: 2px;
  padding: 4px;
  text-align: right;
}

blockquote {
  background: #f1f1f1 !important;
  border: 1px solid #f1f1f1;
  border-color: #ACA899 #FFF #FFF #ACA899;
  margin: 10px !important;
  padding: 6px;
}

cite {
  font-weight: bold;
  font-style: normal;
}

.sig-hr {
  margin-top: 20px;
  width: 200px;
  color: #ccc;
}

.edited {
  margin-top: 15px !important;
  font-style: italic;
}

.disabled {
  color: #999;
}

.profile-avatar {
  float: right;
  margin: 10px 0;
}

.profile-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.3px;
}

.profile-rank {
  color: #999;
}

.profile-info {
  margin-top: 20px;
}

.profile-bio {
  width: 500px;
}

.avatar-list {
  text-align: center;
}

.avatar-list .avatar {
  float: left;
  margin: 18px;
}

.avatar-show {
  text-align: center;
}

.chk {
  float: left;
  margin: 0 6px 10px 0;
}

.inline {
  float: right;
  width: 32%;
  height: 130px;
  border: 1px solid #ccc;
}

.dayName th {
  background: #d1d1d1;
  color: #333;
  width: 14%;
}

.otherMonth {
  color: #ccc;
}

.day, .otherMonth, .specialDay {
  text-align: right;
}

.specialDay p {
  margin: 2px 0;
  text-align: left;
}

.reminders {
  background: #35604d;
  color: #fff;
  text-align: center;
  padding: 4px;
  margin-bottom: 10px;
}

.reminders a {
  color: #fff;
}

.wrapper-footer {
  text-align: center;
  color: #999;
}

.icon {
  margin: 0 -3px 0 2px;
  border-width: 6px;
  border-style: solid;
  border-color: #E6E6E6 #DEDEDE #DADADA #E2E2E2;
}

.inew {
  border-color: #8BB453 #7A9E48 #709142 #799C47;
}

.pagination {
  display: inline;
}

#notice, #error {
  border: 1px solid #999;
  background: #eee;
  margin-bottom: 10px;
}

#notice {
  background-color: #FBFBB1;
  text-align: center;
  padding: 5px 0;
}

#errorExplanation {
  border: 1px solid #333;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}

#errorExplanation h2 {
  padding: 4px 5px;
  margin: 0;
  border-bottom: 1px solid #333;
  font-size: 11px;
  background-color: #FBFBB1;
}

#errorExplanation p {
  display: none;
}

#errorExplanation ul {
  padding: 6px 10px;
  margin: 0;
}

#errorExplanation ul li {
  padding: 2px 0;
}

.login {
  background: #f1f1f1;
}

