/* FORUM */
.disabled {
  display: inline;
}

.post {
  width: 700px;
  clear:both;
  float:left;
}

.post li {
  margin-top: 5px;
  list-style: none;
  padding: 5px;
  float:left;
  width:100%;
}

.post li.odd {
  
}

.post_header {
  margin-bottom: 10px;
  padding: 2px;
  float: left;
  width:90px;
  background:url('/img/post_author.png') top right;
  background-repeat:no-repeat;
  
}

.post_header .author img{
	width:54px;
	height:54px;
}
.post_header .author span a{
	color:#969696;
	text-decoration:none;
}


.post_text {
  width:70%;
  float:left;
  margin-left:10px;	
}

#PostText,#PostPhoto {
  width: 590px;
}

blockquote {
  width: 80%;
}

blockquote {
  /*background-image:url(./styles/prosilver/theme/images/quote.gif);*/
  background: #FFE97F none no-repeat scroll 6px 8px;
  border: 1px solid #DBDBDB;
  font-size: 0.95em;
  margin: 0.5em 1px 0pt 10px;
  overflow: hidden;
  padding: 5px;
}

blockquote blockquote {
  background-color: #FFCE75;
  font-size: 1em;
  margin: 0.5em 1px 0pt 15px;
}

.important {
  width: 30px;
  font-weight: bold;
}


#topics{
	width:100%;
	font-size:13px;
}

#topics tr td,#topics tr th{
	padding:5px;
}

#topics tr th{
	color:#000;
	font-weight:bold;
	border-bottom: 1px #c7c7c7 solid;
}


#topics tr.even{
	background-color:#f5f3f1;
}

#topics  a{
	color:#48b0e9;
	font-weight:bold;
}

.center{
	text-align:center;
}

#clubs-content-wrapper #content .forum-content{
	margin: 10px 10px 10px 20px;
} 

.forum-content{
	margin:10px;
}
