/* 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%;
}

.article_posts li {
    border-bottom: 2px solid #DFDBDE;
    width: 605px; 
    margin: 15px 0 10px;
}

.post_header {
  padding: 2px;
  float: left;
  width:90px;
  background:url('/img/dialogue.png') 0 0;
  min-height: 110px;
  background-repeat:no-repeat;
  position: relative;  
  word-wrap: break-word;
}

.post_header .author img{
	width:40px;
	height:40px;
}
.post_header .author div a{
   color: #0071E4;
    font-size: 11px;
    position: relative;
    text-decoration: none;
    top: 60px;
    line-height: 13px;
    left:10px
}

.post_header .author div {
    line-height: 10px;
}

.post_header .author div.info a{
    left: 15px;
    position: absolute;
    top: 8px;
}

.toolbar{
    position: relative;
    top: 60px;
    left:10px;	
}

.toolbar a{
    font-size:11px;
}

.post_text {
  width:67%;
  float:left;
  margin-left:10px;	
  word-wrap: break-word;
  margin-bottom: 10px;
}

.post_date{
	float: right;
    text-align: right;
    width: 70px;
    font-size:11px;
}


#PostText,#PostPhoto {
    border: 0 none;
    height: 113px;
    left: 10px;
    position: relative;
    top: 35px;
    width: 598px;
}

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;
}


div#topics{
	border-bottom: 3px solid #EDEEEC;
    float: left;
    font-size: 13px;
    width: 100%;
}

#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{
	float: left;
    padding: 10px;
    width: 100%;
}

#topics .center{
	text-align: justify;
	padding: 0 10px;
}

.forum_topics{
	border-top: 3px solid #EDEEEC;
    padding-bottom: 30px;
    float: left;
    width: 790px;
}

#clubs-content-wrapper #content .forum-content{
	margin: 10px 10px 10px 20px;
} 

.forum-content{
	margin:10px;
}

.add_statement input{
    left: 475px;
    position: relative;
    top: 75px;
}

.forum_text{
	float: left;
    width: 600px;
}


