h2#register , #discussions h2, h2.post-form, h2.topictitle, #maincontent h2 {
	color:#54bb38;
	background-color:transparent;
	font-size:1.9em;
	margin:0 0 20px 0;
	padding:0;
	line-height:1.8em;
	clear:right;		
	text-align:left;
	}
#useractivity, #user-threads h4 {
	color:#000;
	background-color:transparent;
	font-size:1.5em;
	margin:10px 0 20px 0;
	padding:0;
	line-height:1.8em;
	clear:right;		
	text-align:left;
	}
#latest, #forumlist, #favorites {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
	}
#latest td, #forumlist td, #favorites td {
	padding: 5px 10px;
	}
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { 
	background: #e4f3e1;
	}
#latest th, #forumlist th, #favorites th {
	background:#afafaf;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
	}
#latest th a, #forumlist th a, #favorites th a {
	background:transparent;
	}

#thread {
	list-style:none;
	margin:0 0 0 100px;
	padding:0;
	}
	#thread li {
		color:#000;
		background-color:#f5f5f5;
		padding: 1.5em 1.0em;
		line-height: 1.5em;
		border:1px solid #fff;
		}
	#thread li:hover {
		border:1px solid #f0f0f0;
		}
	#thread li ol, #thread li ul { 
		margin-left: 40px;
		}
	#thread li ol li, #thread li ul li { 
		padding: 0;
		}
	.threadauthor {
		color:#000;
		background-color:#f5f5f5;
		margin-left: -110px;
		overflow: hidden;
		position: absolute;
		width: 95px;
		}
	.threadauthor small {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		}
	.poststuff {
		border-top: 1px dotted #ccc;
		margin: 10px 0 0;
		padding: 5px 0 0;
		font:Verdana, Arial, Helvetica, sans-serif;
		}

#profile-menu {
	}
	#profile-menu li {
		background:transparent url(images/01blanc.gif);
		text-align:center;
		padding:5px;
		margin-bottom:5px;
		}
#userinfo { 
	margin-top: 10px; 
	}
	#userinfo dt { 
		font-weight: bold; 
		}
	#userinfo dd { 
		margin: 0 0 5px; 
		} 
#useractivity { 
	margin: 15px 0 5px; 
	}
.user-recent { 
	margin: 0 0 10px; 
	}
	.user-recent ol { 
		margin: 5px 0 0 28px; 
		}
	.user-recent ol li { 
		margin: 0 0 3px; 
		}

#views {
	margin-left:30px;
	}


.postform {
	padding:1em;
	}
	.postform textarea {
		height:12em;
		margin:5px 0;
		padding:5px;
		width:460px;
		display:block;
		}
	.postform label {
		display: block;
		}

.bbcrumb {
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:1px;
	padding:5px 0 20px;
	}
.sticky {
	background:#e4f3e1;
	}

/* Tags
=================================== */
#hottags {
	color:#898989;
	background-color:transparent;
	text-transform:lowercase;
	padding:0 0 15px 0;
	}
	#hottags h2 {
		color:#000;
		background-color:transparent;
		font-size:12px;
		font-weight:bold;
		margin:0;
		padding:0;
		text-transform:lowercase;
		}
	#hottags a, #hottags a:link, #hottags a:visited {
		color:#898989;
		background-color:transparent;
		text-decoration:none;
		font-weight:normal;
		}
	#hottags a:hover {
		color:#54bb38;
		text-decoration:none;
		font-weight:normal;
		}
#topic-tags {
	}
	#topic-tags li {
		margin-right:10px;
		display:inline;
		}
#yourtags {
	margin-bottom:10px;
	}
#othertags {
	margin-bottom:10px;
	}
#tags p a {
	margin-right:20px;
	}

/* Login top form
=================================== */
.login input {
	margin-right:10px;
	}


/* Profile Edit
=================================== */
fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width:100%;
	}
legend { 
	font-weight: bold;
	padding: 0 15px;
	}
fieldset table { 
	text-align: left;
	margin: 0 15px;
	}
fieldset table td { 
	padding: 2px 0; 
	}
fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
	}
