/* Globals 
=================================== */

.left { float: right; }

.right { float: left; }

/* Structure
=================================== */

.header h1, .header h2 {
	text-align:right;
}

div.

/* Login Form
=================================== */

div.search {
	float:left;
}
div.search p {
	text-align:left;
}
div.user-header {
	float:right;
	text-align:right;
}

/* Front Page
=================================== */

#front-page #hottags {
	float:left;
}

#front-page #discussions {
	float:right;
}

/* Topic Page
=================================== */

.topic-admin, .tag-admin  {
	margin-right:800px;
	margin-left:0;
}
h2.post-form, form#postform {
	text-align:right;
}
form#postform {
	float:right;
}
.infobox ul { margin: 10px 20px 10px 0; }

#topic-info {
	float: right;
	padding: 0 0 0 1em;
}

#topic-tags {
	border-right: 1px solid #ccc;
	border-left: none;
	float: left;
	padding: 0 1em 0 0;
}

#thread li ol, #thread li ul {
	margin-right: 40px;
	margin-left: 0;
}

div.page-wrap {
	text-align:right;
}

.threadauthor { float: right; padding:15px 0 0 40px; background-image:none; }

.threadauthor small { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }

.threadpost { margin: 0 210px 0 0; }

#thread .post blockquote {
	margin: 0 4ex 0 0;
	padding: 0 1ex 0 0;
	border-right: 5px solid #ccc;
	border-left: none;
}

.poststuff { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }

.num, #forumlist small { font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif; }

#manage-tags li { float: right; }

p.submit { text-align: left; }

.rss-link {
	background-position: 100% 50%;
}

/* Other
=================================== */

#front-search { float: left; }

#forumlist tr td div.nest {
	padding-right: 2.5ex;
	padding-left: 0;
}

#latest th, #forumlist th, #favorites th {
	text-align: right;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
}

/* Profile Page
=================================== */

#profile-menu {
	left: 0;
	right: auto;
}

#profile-menu li {
	margin-left: 0;
	margin-right: 3px;
}

.user-recent ol { margin: 5px 28px 0 0; }

/* Search
=================================== */

#topic-search-form fieldset {
	padding: 10px 10px 10px 0;
}

#topic-search-form div label {
	float: right;
	text-align: left;
	padding-right: 0;
	padding-left: 1em;
}

#topic-search-form div div {
	float: right;
}

.search-results ol { margin: 5px 28px 0 0; }

/* Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	padding: 10px 10px 10px 0;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: right;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	text-align: left;
}