/*************************************************/

/* Containers */

#areaLayout {
	width: 700px;
	background: #fff;
	margin: 0 auto;
}

.forumOptions {
	margin: 10px;
}

/*************************************************/

/* Tables */

#forumListing {
	border: 1px solid #000;
	width: 700px;
	border-collapse: collapse;
	padding: 10px;
}

#forumListing th {
	border: solid #000;
	border-width: 0 0 5px 0;
	text-align: center;
	margin: 0;
	padding: 0;
}

#forumListing tr {
	padding: 1px;
}

.forumImage {
	margin: 0;
	padding: 0;
	width: 30px;
}

.td1 .statusfnew {
	background: url("http://www.phatassproduction.ca/themes/1/images/forum_unread.gif") #fff center no-repeat;
}

.td1 .statusfold {
	background: url("http://www.phatassproduction.ca/themes/1/images/forum_read.gif") #fff center no-repeat;
}

.td1 .statusnew {
	background: url("http://www.phatassproduction.ca/themes/1/images/thread_unread.gif") #fff center no-repeat;
}

.td1 .statusold {
	background: url("http://www.phatassproduction.ca/themes/1/images/thread_read.gif") #fff center no-repeat;
}

.td1 .statuslocknew {
	background: url("http://www.phatassproduction.ca/themes/1/images/thread_lock.gif") #fff center no-repeat;
}

.td1 .statuslockold {
	background: url("http://www.phatassproduction.ca/themes/1/images/thread_lock.gif") #fff center no-repeat;
}

.td2 .statusfnew {
	background: url("http://www.phatassproduction.ca/themes/1/images/forum_unread.gif") #efefff center no-repeat;
}

.td2 .statusfold {
	background: url("http://www.phatassproduction.ca/themes/1/images/forum_read.gif") #efefff center no-repeat;
}

.td2 .statusnew {
	background: url("http://www.phatassproduction.ca/themes/1/images/thread_unread.gif") #efefff center no-repeat;
}

.td2 .statusold {
	background: url("http://www.phatassproduction.ca/themes/1/images/thread_read.gif") #efefff center no-repeat;
}

.td2 .statuslocknew {
	background: url("http://www.phatassproduction.ca/themes/1/images/thread_lock.gif") #efefff center no-repeat;
}

.td2 .statuslockold {
	background: url("http://www.phatassproduction.ca/themes/1/images/thread_lock.gif") #efefff center no-repeat;
}

.threadReplies {
	margin: 0;
	padding: 0;
	width: 50px;
	text-align: center;
}

.forumName, .threadName {
	font-family: Lucida Grande Unicode, Lucida Grande, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	width: 330px;
	padding-left: 4px;
}

.threadName a {
	font-size: 0.8em;
}

.forumDesc {
	font-size: 0.5em;
	font-weight: normal;
	padding-left: 10px;
}

.threadAuthor {
	font-size: 0.7em;
	width: 90px;
}

.lastPost {
	text-align: center;
	font-size: 0.9em;
	width: 200px;
}

.lastPostDate {
	text-align: right;
}

.lastPostTime {
	color: #333;
}

.forumStat {
	width: 90px;
	text-align: center;
}

.forumKarma {
	width: 50px;
	text-align: center;
}

/* ********************************************** */

/* Common use spans */

.positiveKarma {
	color: #090;
}

.negativeKarma {
	color: #f00;
}

/***********************************************/

#newNewsposts {
	border: 1px solid #fff;
	background: #fff;
	padding: 5px;
	margin: 0;
	width: 700px;
}

.tags {
	text-align: right;
	font-size: 0.75em;
	background: #ccc;
	border-top: 1px solid #000;
	margin: 0;
	padding: 0 5px 0 0;
}

.newsFooter {
	text-align: left;
	font-size: 0.95em;
	background: #ddd;
	margin: 0;
	padding: 0 0 0 5px;
}

#posts {
	margin: 0px auto;
	padding: 0;
}

.post {
	background: #fff;
	margin: 10px 0;
	padding: 5px 10px;
}

.nopost {
	font-size: 1.5em;
	height: 50px;
	width: 300px;
	text-align: center;
	margin: 15px auto;
}

.fleft {
	float: left;
	margin: 0;
	padding: 0;
}

.fright {
	float: right;
	margin: 0;
	padding: 0;
}

.bar {
	height: 21px;
	margin: 0;
	padding: 0 5px 0 0;
	background: #ccc;
}

.bar ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
	line-height: 13px;
	color: #000;
	font-size: 16px;
}

.bar ul li {
	margin: 0px 2px;
	padding: 0;
	display: inline;
}

.bar a {
	text-decoration: none;
}

.bar a:hover {
	text-decoration: underline;
}

.postNum {
	font-weight: bold;
}

.tagline {
	line-height: 18px;
	font-size: 12px;
}

.special {
	background: #eee;
}

.avatar {
	margin: 3px 15px 3px 5px;
	padding: 0 3px 3px 0;
	width: 100px;
	border: solid #000;
	border-width: 0 1px 1px 0;
	text-align: center;
	float: left;
}

.imgholder {
	height: 100px;
	width: 100px;
	display: block;
	margin: 0;
	padding: 0;
}

.imgholder img {
	display: inline;
	vertical-align: middle;
}

.online {
	color: #0f0;
	padding: 2px 5px;
	background: #eee;
}

.postBody {
	margin: 0 0 24px 0;
	padding: 0;
	/*Fix IE bug - http://www.positioniseverything.net/explorer/peekaboo.html */
	position: relative;
}

.postBody a {
	text-decoration: underline;
	color: #00f;
}

.postBody a:visited {
	text-decoration: underline;
	color: #f00;
}

.postTitle {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	margin: 0 0 0 112px;
	width: 561px;
}

#replyBox {
	background: #fff;
	margin: 5px 0 0 0;
}

#replyBoxText {
	font-size: 20px;
	font-weight: bold;
	padding: 2px 15px;
	margin: 0;
}

.bar .postNum a {
	background: url("http://www.phatassproduction.ca/themes/1/images/comment.png") bottom right no-repeat;
	padding-right: 18px;
}

.bar .edit a {
	background: url("http://www.phatassproduction.ca/themes/1/images/comment_edit.png") bottom right no-repeat;
	padding-right: 18px;
}

.bar .delete a {
	background: url("http://www.phatassproduction.ca/themes/1/images/comment_delete.png") bottom right no-repeat;
	padding-right: 18px;
}

.bar .reply a {
	background: url("http://www.phatassproduction.ca/themes/1/images/comment_add.png") bottom right no-repeat;
	padding-right: 18px;
}

.bar .quote a {
	background: url("http://www.phatassproduction.ca/themes/1/images/comments_add.png") bottom right no-repeat;
	padding-right: 18px;
}

.bar .report a {
	background: url("http://www.phatassproduction.ca/themes/1/images/exclamation.png") bottom right no-repeat;
	padding-right: 18px;
	text-decoration: none;
	border: none;
}

.bar .username a {
	background: url("http://www.phatassproduction.ca/themes/1/images/user.png") 0% 65% no-repeat;
	padding-left: 18px;
}

.bar .usernameMod a {
	background: url("http://www.phatassproduction.ca/themes/1/images/mod.png") 0% 65% no-repeat;
	padding-left: 18px;
}

.bar .usernameGroup a {
	background: url("http://www.phatassproduction.ca/themes/1/images/Group.png") 0% 65% no-repeat;
	padding-left: 18px;
}

.bar .usernamePaid a {
	background: url("http://www.phatassproduction.ca/themes/1/images/member.png") 0% 65% no-repeat;
	padding-left: 18px;
}

.bar .ip a {
	background: url("http://www.phatassproduction.ca/themes/1/images/world.png") 0% 65% no-repeat;
	padding-left: 16px;
	text-decoration: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

blockquote {
	background: #ddd;
	margin-left: 125px;
	padding: 5px;
	border: 1px dotted #000;
}

blockquote blockquote {
	background: #eee;
	margin-left: 5px;
}

blockquote blockquote blockquote {
	background: #fff;
}

code {
	color: #101010;
	font-size: 75%;
	font-family: ProFont, Consolas, Monaco, "Andale Mono", "Lucida Console", VT100, monospace;
	border: 1px solid #999;
	padding: 2px;
	background-color: #f0f8ff;
}

#forumNotice {
	margin: 0 auto;
	text-align: center;
	width: 425px;
	font-size: 3em;
	font-weight: bold;
}

#forumNotice #notice {
	width: 400px;
	background: #faffd0;
	border: 2px dotted #4000a0;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
	padding: 10px;
	text-align: left;
}

.forumInformation {
	font-size: 14px;
	background: #eee;
	border: 1px solid #000;
	padding: 3px 3px;
	font-size: 16px;
	font-weight: bold;
	margin: 5px auto 10px auto;
}

.forumInformation a {
	border-bottom: 1px dotted #000;
}

.forumInformation a:hover {
	border-bottom: 1px solid #000;
}

.td1 {
	background-color: #fff;
	text-align: left;
}

.td2 {
	background-color: #efefff;
	text-align: left;
}

.categoryHeading {
	font-weight: bold;
	text-indent: 15px;
	background: #dedeee;
	font-size: 24px;
	letter-spacing: 1px;
}

.pages {
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}

.threadOptions {
	float: right;
	margin-top: -1.25em;
}

.leftThreadOption {
	float: left;
	font-weight: bold;
	margin-right: -100%;
	padding: 0;
}

.postSignature {
	/*padding: 3px 20px 3px 120px;*/
	padding: 0;
	margin: 0;
	clear: left;
	display: block;
}

.postSignature hr {
	margin: -24px 0 0 0;
	padding: 0;
}

.editNotice {
	border-top: 1px solid #000;
    font-size: 0.8em;
    font-style: italic;
    margin-left: 120px;
    padding-top: 3px;
}

#voteBox {
	background: #eee;
	margin: 5px auto;
	padding: 10px 0;
	width: 350px;
}

#voteQuestion {
	margin: 0;
	padding: 0;
	background: #ddd;
	width: 350px;
}

#voteAnswers {
	margin: 5px;
	background: #fff;
}

.voteAnswer {
	margin-right: 15px;
}

.outBox {
	margin: 0 auto 5px auto;
	padding: 1px;
	background: #ccc;
	width: 100px;
	text-align: left;
	position: relative;
}

.outBox p {
	margin: 0;
	padding: 1px;
	text-align: center;
}

.inBox {
	display: block;
	position: relative;
	background: #eee;
	margin: 1px 0;
	padding: 0;
	height: 20px;
	text-align: center;
}

.outBox #inBox span {
	padding-top: 2px;
	position: absolute;
	left: 35px;
	font-weight: bold;
}

.spoiler {
	color: #000;
	background: #000;
}

#pollTable {
	background: #eee;
	border: 3px double #000;
	width: 500px;
	margin: 5px auto;
	padding: 10px;
}

#pollTable .user {
	width: 300px;
	margin-left: 103px;
}

.answer {
	margin: 5px;
}

#pollTable .answer .user {
	margin-left: 25px;
}

.googleAds {
	margin: 0 -10px;
	padding: 0 2px;
}
