/* Some baseline stuff */

html {
	background:			#FFFFFF;
	color:				#333333;
	font:				76% Arial, Helvetica, sans-serif;
}

html, body {
	margin:				0;
	padding: 			0;
}

body {
	line-height:		1em;
}

p, div, h1, h2, h3, h4, ul, li, form, option, img {
	margin: 			0px;
	padding:			0px;
	border: none;
}

img {
	border:				0;
}

a {
	outline:			0;
	color: #663300;
	text-decoration: none;
	padding: 0px 0px 1px 0px;	
	border: none;
}

a:hover {
	color: #663300;
	padding: 0px;
	text-decoration: none;	
	border-bottom: 1px dotted #663300;
}

p, div {
	line-height: 1em;
}


/* Top Bar */

#topBar {
	width: 100%;
	height: 109px;
	background-image: url(http://www.goingforgold.co.uk/assets/images/bg_header.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 20px 0px;
}

/* I moved a rule to the end... */

ul.topBarLinks li {
	display:			block;
	float:				left;
	margin:				0 8px;
}

#topBar h1 {
	font-size:			18px;
}

#topBar img {
	float: left;
	margin-left: 20px;
}

/* Subheader */

#subheader {
	margin:	0px;
}

/* Visitor Stats */

#visitorStats {
	margin:	0px;
	padding: 20px 0px 20px 0px;
}


/* Content */

#content {
	margin:	0px 0px 0px 20px;
	width: 900px;
	height: auto;
}

#content h2 {
	color: #FF6600;
	font-size: 1.4em;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	border: none;
}

ul.postLinks {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border: none;
	list-style: none;
}

ul.postLinks li {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	width: auto;
	display: inline;
}

blockquote {
	padding:			6px 8px;
	margin:				6px 0;
	background-color:	#eee;
	border:				1px solid #FFCC00;
}

.quoteAuthor {
	font-weight:		bold;
	font-style:			italic;
}

.reviewHeading {
	text-align:			center;
	background-color:	#FFCC00;
	color:				#663300;
	font-weight:		bold;
	font-size:			16px;
	padding:			10px;
	margin:				10px 0px 10px 0px;
}

.reviewReminder {
	margin:				6px 0;
}

.replyResults {
	font-size:			11px;
}

/* Forum Tables and Stuff */

th {
	text-align:			left;
	background-color:	#FFCC00;
	color: #663300;
	font-weight: bold;
}

td, th {
	padding:			10px;
}

td.category {
	background-color:	#FF6600;
	color:				#fff;
	font-weight:		bold;
}

.categoryDescription {
	font-weight:		normal;
	font-style:			italic;
}

tr.forumRow td.forum,
tr.topicRow td {
	background-color: #FFFFCC;
	border-bottom: 1px solid #FFFF99;
}

tr.forumRow td.recentPostInfo,
tr.topicRow td.recentPostInfo {
	background-color: #FFFF99;
}

table.threadTable {
	margin: 20px 0px 0px 0px;
}

table.threadTable tr {
	padding: 0px;
	margin: 0px;
}

table.threadTable td {
	padding: 0px;
	margin: 0px;
}

table.threadTable td.author {
	background-color: #FFFF99;
	width:	125px;
	vertical-align:	top;
	text-align: left;
	padding: 10px;
}

table.threadTable td.body {
	vertical-align:	top;
	background-color: #FFFFCC;
	padding: 10px;
}

div.post p {
	line-height: 1.4em;
}

table.threadTable td.body ul {
	list-style: none;
	margin:	0px;
}

table.threadTable td.reply {
	border-top:			1px solid #FFFF00;
}

div.pagination {
	float:				right;
}

div.pagination table {
	border:				0;
}

div.pagination td {
	padding:			2px 3px;
}

.forumName {
	font-size:			18px;
	font-weight:		bold;
	margin-bottom:		6px;
}

.forumInfo {
	color:				#666;
	padding:			3px;
}

.forumDescription {
	font-weight:		bold;
	padding:			3px;
}

.topicPagination {
	font-size:			13px;
}

.post p {
	margin: 0px 0px 10px 0px;
}

.postLinks {
	margin: 0px;
	font-weight:		bold;
}

.topicMarker {
	float:				left;
}

.topicTitle, .topicAuthor {
	margin: 0px;
}

.topicTitle {
	font-size:			18px;
	margin-bottom:		6px;
	line-height:		20px;
}

.replyLink {
	margin-bottom:		3px;
	font-size: 0.8em;
}

.avatar {
	float:				left;
}

.authorInfo {
}

.authorIP {
	font-style:			italic;
	font-size: 0.8em;
}

.authorName {
	font-size:			14px;
	padding-bottom: 5px;
}

.attachments {
	background-color:	#eee;
	padding:			5px 8px;
	margin-bottom:		8px;
}

.attachTitle {
	font-weight:		bold;
	margin-bottom:		4px;
}

.attachments img {
	border:				1px solid #FFCC00;
}

h3 {
	margin:				15px 0 10px 0;
	background-color:	#663300;
	color:				#FFFFFF;
	font-weight:		bold;
	padding:			6px 8px;
}

.postContent {
	margin:	0px;
	padding: 0px;
	border-top:			1px solid #663300;
	border-bottom:		1px solid #663300;
}

.post {
	border: 0px;
	margin: 0px;
	border: none;
}

/* Forms */

.formInput label {
	font-weight: 		bold;
}

.miniForm {
	display:			inline;
}

.errorHeading {
	color:				#ca2024;
}

.alert {
	background:			#FF0000;
	color:				#FFFFFF;
	padding:			10px;
}

table.submissionForm {
	border:				0;
	margin-bottom: 20px;
}

table.submissionForm td {
	background-color:	#FFFFCC;
}

table.submissionForm tr.spacer td {
	background-color:	#fff;
	border:				0;
}

table.submissionForm th {
	text-align:			right;
}

table.submissionForm th.formTopicTitle {
	text-align:			left;
}

table.optionsTable {
	border:				0;
}

table.optionsTable td {
	border:				0;
}

input {
	margin:				6px 0;
}

label {
	font-weight:		bold;
}

.extraOptionLink {
	margin:				6px 0;
}

.checkbox {
	margin:				6px 0;
}

.radio {
	background-color:	#FFFFCC;
	padding:			10px;;
}

.radio input {
	margin:				0;
}

.select {
	margin:				6px 0;
}

#poll {
	margin:				6px 0;
}

.pollQuestion {
	font-size:			24px;
	font-weight:		bold;
	margin:				10px 0;
}

.pollInfo {
	margin:				6px 0;
}

table.pollResults {
	border:				0;
	margin-bottom:		15px;
}

div.submit {
	padding: 10px;
	margin: 0px;
	border: none;
	color: #FFFFFF;
	border-bottom:		6px solid #663300;
}

table.searchForm {
	background-color:	#FFFFCC;
}

fieldset {
	padding:			10px 10px 8px 10px;
	margin:				6px 0;
}

legend {
	background-color:	#663300;
	color:				#FFFFFF;
	border:				1px solid #fff;
	padding:			5px 7px;
}
/* Footer */

#footer {
	text-align:			center;
	font-size:			10px;
}


/* Links */

/*

#topBar a:link, #topBar a:visited {
	text-decoration:	none;
	color:				#63a7e7;
}

#topBar a:hover {
	text-decoration:	underline;
	color:				#7dacd8;
}

.forumName a:link, .forumName a:visited {
	text-decoration:	none;
	color:				#663300;
	padding: 0px 0px 3px 0px;	
	border: none;
}

.forumName a:hover {
	color:				#663300;
	padding: 0px 0px 3px 0px;	
	border-bottom: 1px dotted #663300;	
}

.subscribeLink a:link, .subscribeLink a:visited {
	font-size:			10px;
	color:				#666;
	vertical-align:		top;
}

.subscribeLink a:hover {
	text-decoration:	none;
	color:				#999;
}

.postLinks a:link, .postLinks a:visited {
	text-decoration:	none;
	color:				#663300;
}

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

.topicTitle a:link, .topicTitle a:visited {
	text-decoration:	none;
	color:				#663300;
}

.topicTitle a:hover {
	color:				#000;
}

.topicAuthor a:link, .topicAuthor a:visited,
.recentPostInfo a:link, .recentPostInfo a:visited {
	color:				#333;
	text-decoration:	none;
	font-weight:		bold;
	font-size:			11px;
}

.topicAuthor a:hover,
.recentPostInfo a:hover {
	color:				#666;
}

.replyLink a:link, .replyLink a:visited {
	text-decoration:	none;
	color:				#444;
	font-weight:		bold;
	font-size:			11px;
}

.replyLink a:hover {
	text-decoration:	underline;
	color:				#777;
}

.authorName a:link, .authorName a:visited {
	text-decoration:	none;
	color:				#333;
	font-weight:		bold;
}

.authorName a:hover {
	text-decoration:	underline;
	color:				#666;
}

.ignored a:link, .ignored a:visited {
	text-decoration:	none;
	color:				#333;
}

.ignored a:hover {
	text-decoration:	underline;
	color:				#666;
}

.rankAdmin a:link, .rankAdmin a:visited {
	color:				#663300;
}

.rankModerator a:link, .rankModerator a:visited {
	color:				#468d4b;
}

.attachments a:link, .attachments a:visited {
	text-decoration:	none;
	color:				#663300;
}

.attachments a:hover {
	text-decoration:	underline;
	color:				#000;
}

.pagination a:link, .pagination a:visited,
#footer a:link, #footer a:visited,
.reviewReminder a:link, .reviewReminder a:visited {
	text-decoration:	none;
	color:				#663300;
}

.pagination a:hover,
#footer a:hover,
.reviewReminder a:hover {
	text-decoration:	underline;
	color:				#000;
}

form a:link, form a:visited {
	text-decoration:	none;
	color:				#663300;	
}

form a:hover {
	text-decoration:	underline;
	color:				#000;
}

legend a:link, legend a:visited {
	color:				#fff;
	text-decoration:	underline;
}

legend a:hover {
	text-decoration:	none;
}

.banMember a:link, .banMember a:visited {
	text-decoration:	none;
	color:				#663300;
}

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

.memberPage a:link, .memberPage a:visited {
	text-decoration:	none;
	color:				#663300;
}

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

a#extLink1,
h3.subHeaderLink a:link, h3.subHeaderLink a:visited {
	color:				#fff;
}

#topBar ul.topBarLinks li.profileLink a:link, #topBar ul.topBarLinks li.profileLink a:visited {
	color:				#fff;
	font-weight:		bold;
}

*/


/* Member Profile Pages */

table.profileTable {
	margin: 20px 0px 20px 0px;
	border:				0;
}

table.profileTable td.tableCellOne,
.memberPage table.threadTable td.tableCellOne,
.memberlistRowOne {
	background:			#FFFFCC;
}

ul.profileMenu {
	list-style:			none;
}

ul.profileMenu li {
	margin:				6px 0;
}

table.avatarTable {
	border:				0;
}

table.avatarTable td {
	background-color:	#fff;
}

table.messageTable th {
	text-align:			right;
}

table.messageTable td {
	
}

table.messageTable td.message {
}

table.messageTable tr.spacer td {
}

table.messageFolders td,
td.notepad,
table.memberSearch td {
}

.profileTitle {
	font-size:			24px;
	font-weight:		bold;
}

.rankAdmin {
	color:				#663300;
}

.rankModerator {
	color:				#663300;
}

table.profileFields {
	border:				0;
	margin-bottom:		10px;
}

.profileFields td.tableCellTwo {
	vertical-align:		middle;
	font-weight:		bold;
	color:				#fff;
	background-color:	#FFFF99;
}

.profileFields td.tableCellOne {
	background-color:	#FFFFCC;
}

tr.customFields span.alert {
	background:			transparent;
	color:				#fff;
	padding:			0;
}

/* Icky but necessary */

.spacer {
	clear:				both;
	margin-bottom:		5px;
	height:				0;
}

/* BREADCRUMB STYLES */

a { 
	text-decoration: none;
}

#breadcrumbs {
	height: auto;
	width: 880px;
	background-color: #FFCC00;
	font-size: 1em;
	font-weight: normal;
	color: #996633;
	padding: 10px;
	margin: 0px 0px 0px 20px;
	text-transform: lowercase;
	border-bottom: 5px solid #FF6600;
}

#breadcrumbs .intro {
	color: #663300;
	font-weight: bold;
	font-style: italic;
}

#breadcrumbs a {
	color: #663300;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	border: none;
}

#breadcrumbs a:hover {
	padding: 0px 0px 2px 0px;
	border-bottom: 1px dotted #663300;
}

/* SILLY CLASSES */

.width900 {
	width: 900px;
}

.width920 {
	width: 920px;
}

.linksholder {
	width: 388px;
	height: 109px;
	float: right;
	text-align: right;
	vertical-align: middle;
}

ul.topBarLinks {
	float: right;
	padding: 40px 0px 0px 0px;
}

.longclear {
	clear: both;
	height: 1px;
	width: 900px;
	margin: 20px 0px 0px 20px;
	background-image: url(http://www.goingforgold.co.uk/assets/images/bg_dottedline.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#bottomgooglead {
	width: 728px;
	height: 90px;
	padding: 20px 0px 0px 86px;
}

table.threadTable tr td.memberlistRowTwo {
	padding: 10px 0px 10px 10px;
	text-align: left;
	vertical-align: middle;
}

table.threadTable tr td.memberlistRowOne {
	padding: 10px 0px 10px 10px;
	text-align: left;
	vertical-align: middle;
}