/* Some baseline stuff */

html {
	background:			#fff;
	color:				#181919;
	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;
}


/* Top Bar */

#topBar {
	color:				#fff;
	background-color:	#333;
	padding:			15px 30px;
}

ul.topBarLinks {
	float:				right;
}

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

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


/* Subheader */

#subheader {
	margin:				20px 25px;
}

.currentcrumb {
	font-weight:		bold;
}


/* Visitor Stats */

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


/* Content */

#content {
	width:970px;
	margin:0px auto;
}

#content p {
	margin:				10px 0;
	line-height:		14px;
}

#content h2 {
	margin:				10px 0;
	font-size:			22px;
	line-height:		24px;
}

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

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:	#222;
	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:	#222;
	color:				#fff;
}

td, th {
	padding:			8px 15px;
}

td.category {
	background-color:	#555;
	color:				#fff;
	font-weight:		bold;
	border-bottom: 1px solid;
}

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

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

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

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

table.threadTable td.author {
	background-color:	#ddd;
	width:				125px;
	vertical-align:		top;
}

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

table.threadTable td.body ul {
	list-style-position:	inside;
	margin:					8px 10px 10px 10px;
	line-height:			16px;
}

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

div.pagination {
	float:				right;
}

div.pagination div {
float: left;
padding: 0 0 0 2em;
}

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

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

.topicMarker {
	float:				left;
}

.topicMarker img {
	display: none;
}

.topicTitle, .topicAuthor {
	/*margin-left:		40px;*/
}

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

.replyLink {
	margin-bottom:		3px;
}

.avatar {
	float:				left;
}

.authorInfo {
	padding-left:		5px;
}

.authorIP {
	font-style:			italic;
}

.authorName {
	font-size:			14px;
}

.attachments {
	background-color:	#eee;
	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 8px;
}

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

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

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

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

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

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

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

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

.forumName a:hover {
	color:				#181919;	
}

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

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

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

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

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

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

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

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

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

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

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

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

.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:				1px solid #bbb;
		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 {
	border-right:		0;
	border-top:			1px solid #bbb;
}

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

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

.rankAdmin {
	color:				#3768b8;
}

.rankModerator {
	color:				#468d4b;
}

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

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

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


/****DANIEL****/
a.expand_collapse {
color: #fff;
text-decoration: none;
}

.tableHeadingBG {
background-color:#222222;
color:#FFFFFF;
text-align:left;
}

.title2 a, .views2 a, .replies2 a, .author2 a {
color:#181919;
}

#subheader {
width:970px;
margin: 40px auto;
}

#topBar {
width: 960px;
margin:0px auto;
}

#page {
	margin:47px auto 0;
	width:970px;
	overflow:hidden;
}

#header {
	width:970px;
	overflow:hidden;
	margin:0px auto;

}
.logo {
	float:left;
	margin-left:3px;
	display:inline;
	width:540px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://www.lbjlivewire.com/themes/site_themes/v2/images/logo.gif) no-repeat;
	margin-top:47px;
}
.logo a {
	display:block;
	height:100%;
}
.search-form {
	padding-top:52px;
	float:right;
	width:351px;
	overflow:hidden;
}
.search-form span {
	float:left;
	margin-right:5px;
	width:313px;
	height:26px;
	background:url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-search.gif) no-repeat;
}
.search-form input {
	float:left;
}
.search-form span input {
	background:none;
	padding:5px 11px 0;
	height:21px;
	width:291px;
	border-style:none;
}
body {
background:#f1f6f8 url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-body.gif) repeat-x scroll 0 0;
}

#header fieldset {
border:none;
margin: 0;
padding: 0;
}

#header form input {
margin:0;
}


.nav-footer {
	padding:23px 0 48px;
	background:#464747 url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-nav-footer.gif) repeat-x 0 100%;
	margin-top:34px;
}
.nav-footer div {
	margin:0 auto;
	width:970px;
	overflow:hidden;
}
.nav-footer .navigation {
	width:1030px;
	margin:0 -58px 0 0;
	padding:0 0 0 2px;
	overflow:hidden;
}
.nav-footer .navigation li {
	float:left;
	margin:0 60px 0 0;
}
.nav-footer .navigation li a {
	background:url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-navigation-footer1.gif) no-repeat 0 100%;
}
.nav-footer .navigation li a:hover {
	background:url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-navigation-footer1-hover.gif) no-repeat 0 100%;
}
.nav-footer .navigation li a span {
	background:url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-navigation-footer.gif) no-repeat;
}
.nav-footer .navigation li a:hover span {
	background:url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-navigation-footer-hover.gif) no-repeat;
}

.navigation {all.css (line 193)
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.navigation {
	margin:0;
	padding:0 0 6px 2px;
	list-style:none;
}
.navigation li {
	width:197px;
	margin-bottom:9px;
}
.navigation li a {
	display:block;
	width:197px;
	font-size:14px;
	padding-bottom:5px;
	line-height:16px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}
.navigation li a span {
	display:block;
	padding:7px 10px 3px 15px;
}
.navigation li a:hover {
	text-decoration:none;
	color:#000;
	background:url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-nav-hover1.gif) no-repeat 0 100%;
}
.navigation li a:hover span {
	background:url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-nav-hover.gif) no-repeat;
}
.navigation li.active a {
	color:#000;
	background:url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-nav-active1.gif) no-repeat 0 100% !important;
}
.navigation li.active a span {
	background:url(http://www.lbjlivewire.com/themes/site_themes/v2/images/bg-nav-active.gif) no-repeat !important;
}

#link_new_topic {
	display: block;
	text-indent: -999em;
	height: 21px;
	width: 114px;
	background:url(http://www.lbjlivewire.com/themes/forum_themes/minimalist/images/new-topic.gif) no-repeat;
}

#link_post_reply {
	display: block;
	text-indent: -999em;
	height: 21px;
	width: 114px;
	background:url(http://www.lbjlivewire.com/themes/forum_themes/minimalist/images/post-reply.gif) no-repeat;
}