/*------------------------------------------------------------------
[ top level ]
*/
#forum {
	
}
#forum a {
	text-decoration:none;

}
#forum h2 {
	font-weight:normal;
}

/*------------------------------------------------------------------
[ front page ]
*/
	/* hot tags */
	p.frontpageheatmap {
		
	}
	
	/* latest table */
	#latest {
		
	}
	
	/* number spots */
	td.num {
		
	}
	
	/* forum list */
	#forumlist {
		
	}
	
	/* views */
	ul#views {
		
	}
	
/*------------------------------------------------------------------
[ edit-form - editing a post ]
*/
	.postform {
		background-color:#efefef;
		padding:10px;
	}
	.postform input, .postform textarea {
		border:1px solid #d2d2d2;
		padding:5px;
		background-color:#FFF;
	}

/*------------------------------------------------------------------
[ post.php ]
#thread is a ol. each post is an li
*/
	.infobox {
		padding:10px;
		border-top:1px solid #666;
		border-left:1px solid #666;
		border-right:1px solid #666;
	}
	.infobox h2 {
		margin:0;
	}
	#thread {
		margin-left:0;
	}
	#thread li {
		list-style:none;
		margin-bottom:2em;
	}
	.threadauthor {
		font-size:123.1%;
		background-color:#ECECEC;
		padding:5px;
		margin-bottom:15px;
	}
	.threadauthor p {
		margin:0;
		padding:0;
	}
	.post {
		border-bottom:1px dotted #efefef;
	}
	.poststuff {
		padding:5px 0 0 0;
	}

/*------------------------------------------------------------------
[ profile.php ]
*/
	#userinfo {
		margin:0;
	}
	#userinfo dt {
		margin:0 0 5px 0;
	}

	#userinfo dd {
		margin:0 0 15px 0;
	}

/*------------------------------------------------------------------
[ profile-edit.php ]
*/
	table#userinfo th, table#admininfo th {
		text-align:left;
	}

/*------------------------------------------------------------------
[ tags form ]
*/
	#manage-tags {
		margin:15px 0 0 0;
	}
	#manage-tags li {
		list-style-type:none!important;
		list-style-image:none!important;
		margin:15px 0 0 0;		
	}
	
/*------------------------------------------------------------------
[ general ]
*/
	/* h2 */
	
	/* table - switch off table borders by default */
	table, th, td, tr {
		border:0;
		color: #000 !important;
	}
	/* th */
	
	/* td */
	
	/* tr */

	/* a */
	#latest a, #forumlist a {
		font-weight:bold;
	}

/*------------------------------------------------------------------
[ tables ]
*/
#latest table, #forumlist table, #favorites table {
	border-collapse:collapse;
	background: #FFF;
	margin-bottom: 2em;
}
#latest td, #forumlist td, #favorites td  {
	border:0;
}
#latest th, #forumlist th, #favorites th {	
	border: 1px solid #FFF;
	background: #ccc;
	font:Verdana,Arial,Helvetica,sans-serif;
	color:#e28000;
	padding: 5px 10px;
}
#latest tr, #forumlist tr, #favorites tr {
	border-bottom:1px dotted #d2d2d2;
}
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #e4f3e1; }

