/* Index */
p.list_no_item {
    margin-top: 50px;
}
#content table {
    margin-top: 30px;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
}
#content table a {
    text-decoration: none;
}
#content table tr {
	background-color: #F2F2F2;
}
#content table tr.odd {
	background-color: #FFF;
}	
#content table tr th {
    padding: 10px 5px;
	background-color: #FFF;
	border-bottom: 2px solid #E1E1E1;
	text-align: center;
	font-size: 120%;
	color: #999;
}
#content table tr th.title {
    text-align: left;
}	
#content table tr td {
    padding: 10px 5px;
	width: 80px;
    border-top: 1px solid #E1E1E1;
	font-size: 120%;
	text-align: center;
	vertical-align: top;
	color: #999;
}
#content table tr .title {
    width: 65%;
    border-left: none;
 	text-align: left;
}
#content table tr .title .avatar_medium {
    float: left;
}		
#content table tr .title .permalink {
    display: block;
    margin-left: 70px;
    font-size: 120%;
    text-decoration: none;
}
#content table tr .title div {
    margin-left: 70px;
}
#content table tr .replies {
    font-size: 260%;				  
}
#content table tr .lastpost {
    width: 20%;
    text-align: right;
}
		
/* view */
#threads {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}
.thread {
    padding: 10px;
	min-height: 100px;
    border-top: 1px solid #E1E1E1;
    background-color: #F2F2F2;
	font-size: 110%;
	color: #333;
}
* html .thread {
    height: 100px;
}
.even {
    background-color: #FFF;
}	
.thread .created_at {
    float: right;
	color: #666;
	font-size: 120%;
}
.thread div.author {
    margin-bottom: 10px;
	color: #666;
	font-size: 120%;
}	
.thread a.avatar_medium {
    float: left;
}	
.thread .title {
    margin: 0 130px 10px 80px;
    font-weight: bold;
    font-size: 140%;
}		
.thread .body {
    margin: 0 130px 0 80px;
	min-height: 100px;
	font-size: 140%;
}
* html .thread .body {
    height: 100px;
}		
.thread .body ul {
	list-style: disc;
}
.thread .body ul li {
	margin: 0 0 0 25px;
}
.thread .top {
    display: block;
	height: 13px;
	background: url('../../img/forum/top.gif') top right no-repeat;
}

/* Submit */
#thread input {
  width: 880px;
}
