/* @override http://typedia/themes/forum_themes/minimalist/theme.css */

/* Some baseline stuff */
/*
html {
	background:			#fff;
	color:				#333;
	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, input, select, option, img {
	margin: 			0;
	padding:			0;
}

img {
	border:				0;
}

a {
	outline:			0;
}

p, div {
	line-height:		14px;
}

*/
.forum #content {
	padding: 0 6px;
}
/* Top Bar */

#topBar {
	color:				#fff;
	background-color:	#34302b;
	padding:			0;
}

ul.topBarLinks {
	float:				right;
}

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

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


/* Subheader */

#subheader {
	margin:				20px 5px;
	height: 2.5em;
	position: relative;
}
/*	#subheader #breadcrumbs { float: left } */
	#subheader form {	/* float: right;  */ position:absolute; top: -4px; right: 0;	}
	#subheader form h4 {	margin: 0 0 .25em; 	}
	#subheader form dl dt {
	margin: 4px 10px 0 0;
	float: left;
	font-weight:bold;
	color: #050505;
	font-size: .8em;
	width: 160px;
	text-align: right;
	}
	#subheader form dl dd {
	float: left;
	margin: 0;
	}
	#subheader form dl .inputtext {
	border: 1px solid #999;
	padding: 2px;
	margin: 0;
	}
	#subheader form .submit {
	margin: 2px 0 0 10px;
	}
	#subheader form p {
	clear: both;
	margin: 0 0 0 170px;
	padding: 2px 0 0 0;
	font-size: .9em;
	}
.currentcrumb {
	font-weight:		bold;
}


/* Visitor Stats */

#visitorStats {
	margin:				0 0 10px 0;
}


/* Content */
/*
#content {
	margin:				0 25px 30px 25px;
}
*/
#content p {
	margin:				10px 0;
	line-height:		16px;
}

#content h2 {
	margin:				0 6px 10px 0;
	padding: 0;
	font-size:			16px;
}

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

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

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

.reviewHeading {
	text-align:			center;
	background-color:	#34302b;
	color:				#fff;
	font-weight:		bold;
	font-size:			16px;
	padding:			6px 8px;
	margin:				6px 0;
}

.reviewReminder {
	margin:				6px 0;
}

.replyResults {
	font-size:			11px;
}

/* Forum Tables and Stuff */

table {
	border-bottom:		1px solid #bbb;
}

th {
	text-align:			left;
	background-color:	#34302b;
	color:				#fff;
}

td, th {
	padding:			8px 15px;
	border-left: none !important;
	border-right: none !important;
}

td.category {
	background-color:	#e5f2ff;
	color:				#555;
	font-weight:		bold;
}

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

tr.forumRow td.forum,
tr.topicRow td {
	border-left:		none !important;
	border-top:			1px solid #bbb;
}

tr.forumRow td.recentPostInfo,
tr.topicRow td.recentPostInfo {
	border-left:		none !important;
	border-right:		none !important;
	border-top:			1px solid #bbb;
	background-color:	#eee;
}

table.threadTable {
	border-top:			13px solid #333;
	border-bottom:		0;
	margin:		8px 0 0;
}

table.threadTable td.author {
	background-color:	#eee;
	width:				125px;
	vertical-align:		top;
	border-left: none !important;
	border-bottom: 1px solid #ddd;
}

table.threadTable td.body {
	border-left:		none !important;
	border-right:		none !important;
	border-bottom:		1px solid #ddd;
	vertical-align:		top;

}

table.threadTable td.body ul {
	list-style-position:	inside;
	margin:					8px 10px 10px 10px;
	line-height:			16px;
}
	table.threadTable td.body ul.postLinks {
	margin: 5px 0 0 0;
	clear:both;
}
	
table.threadTable td.reply {
	border-top:			1px solid #ddd;
}
.pagination {
	float: right;
	}
ol.pages {
        border: none;
        padding: 0;
        float: right;
        text-align: right;
        }

	ol.pages li div, ol.pages li, ol.pages li div.paginateCur {
	display: inline;
	padding:  5px;
	margin: 0;
	}
.forumName, .topicTitle, .topicTitle strong {
	font-size:			18px;
	margin-bottom:		6px;
	font-family: Georgia, 'Times New Roman', serif; 
	font-weight:		normal;	
}

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

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

.topicPagination {
	font-size:			13px;
}

.postLinks {
	float: left;
	font-weight:		bold;
	margin: 15px 6px 10px 0;
	font-size: 11px;
}

div.postLinks {	margin-top: 0; }

.postLinks li a {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
	padding: 3px 4px;
}

.postLinks li a:hover {
	background-color: #369;
	border-color: #369;
	color: #fff;
	text-decoration: none;
}

.topicMarker {
	float:				left;
	display: none;
}

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

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

.replyLink {
	margin-bottom:		0px;
}

.avatar {
	float:				left;
	clear: both;
}

.authorInfo {
	padding-left:		5px;
}

.authorIP {
	font-style:			italic;
	font-size:			10px;
}

.authorName {
	font-size:			12px;
	line-height: 12px;
	margin: 0 0 5px 0;
}

.attachments {
	padding:			5px 8px;
	margin-bottom:		8px;
}

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

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

h3 {
	margin:				15px 0 10px 0;
	background-color:	#333;
	color:				#fff;
	font-weight:		bold;
	padding:			6px;
}

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

/* Forms */

.formInput label {
	font-weight: 		bold;
}

.miniForm {
	display:			inline;
}

.errorHeading {
	color:				#933;
}

.alert {
	background:			#fee9b2;
	color:				#933;
	padding:			6px;
}

table.submissionForm {
	border:				0;
}

table.submissionForm td {
	background-color:	#ddd;
	border-top:			1px solid #bbb;
/*	border-right:		1px solid #bbb;*/
	border-bottom:		1px solid #bbb;
}

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;
}

#header input { margin-top: 0 }

.extraOptionLink {
	margin:				6px 0;
}

.checkbox {
	margin:				6px 0;
}

.radio {
	background-color:	#eee;
	padding:			6px 8px;
}

.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:			6px 8px;
	border-bottom:		6px solid #333;
}

table.searchForm {
	border:				1px solid #bbb;
	border-top:			10px solid #333;
	background-color:	#eee;
}

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

legend {
	background-color:	#333;
	color:				#fff;
	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:				#369;
}

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

.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration:	none;
	color:				#369;
}

.breadcrumb a:hover {
	text-decoration:	underline;
	color:				#003;	
}

.forumName a:link, .forumName a:visited {
	text-decoration:	none;
	color:				#369;	
}

.forumName a:hover {
	color:				#003;	
}
.subscribeLink {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: .75em;
}
.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:				#369;
}

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

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

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

.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, .authorPosts {
	text-decoration:	none;
	color:				#444;
	font-size:			10px;
}
.authorPosts { font-size: 9px }

.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:				#369;
}

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

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

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

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

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

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

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

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:				#369;
}

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

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

.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 {
	border:				0;
}

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

ul.profileMenu {
	list-style:			none;
	margin-left:		6px;
	font-size:			14px;
}

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

table.avatarTable {
	border:				0;
}

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

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

table.messageTable td {
/*	border-right:		1px solid #bbb;*/
}

table.messageTable td.message {
	border-top:			1px solid #bbb;
}

table.messageTable tr.spacer td, .spacer td {
	border-width:		0;
}

table.messageFolders td,
td.notepad,
table.memberSearch td {
	/*border-left:		1px solid #bbb;*/
}

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

.rankAdmin {
	color:				#369;
}

.rankModerator {
	color:				#933;
}

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

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

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

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

/* Icky but necessary */

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

#options-toggle a, #options-toggle a:link, #options-toggle a:visited {
	color:  #369;
}

#options-toggle a:hover {
	color:  #003 !important;
	text-decoration: underline;
}

