/******************
Styling a few tags...
*******************/
body {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
}

a {
	font-weight: bold;
}

a:visited {
}

a:hover {
}

h1 {
	font-size: 14pt;
	margin-left: 10px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

h4 {
	height: 20px;
	padding-top: 3px;
	background-repeat: repeat-x;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
}

h6, .boardinfohead {
	padding: 5px 10px;
	font-weight: bold;
	font-size: 10.5pt;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/******************
Page setup stuff called by overall_header.tpl and overall_footer.tpl
*******************/

.header {
	height: 100px;
	width: auto;
}

.logopic {
}

.headerlinks {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
	padding-right: 10px;
	line-height: 1.5;
}

#pm_info {
}

#welcome {
	font-size: 12pt;
	font-weight: bold;
}

#theme_select {
}

#head_nav {
}

/* .simple_main is used with simple_header.tpl */
.mainarea, .simple_main {
}

.footer {
	text-align: center;
	margin-bottom: 20px;
}

#header_image {
}


/******************
Other basic classes used on a lot of pages
*******************/

.head_area, .foot_area {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.head_area {
	border-bottom: 1px solid;
}

.foot_area {
	border-top: 1px solid;
}

.clearthis {
	clear: both;
}

.breadcrumbs {
	margin-left: 20px;
}

.seperator {
	height: 20px;
	width: auto;
}

#head_seperator {
}

.twinbox1 {
	float: left;
}

.twinbox2 {
	float: right;
	text-align: right;
}

.solobox {
	text-align: center;
	margin: 20px;
}

.padbox {
	padding: 12px;
}

.check {
	margin: 0px;
}

.button {
	border-style: none;
}

.rowbox, .forum, .simplepost {
	line-height: 1.3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.rowbox .twinbox1, .rowbox .twinbox2 {
	padding: 5px;
}

.rowbox .twinbox2 {
	text-align: left;
	margin-left: 2%;
}

.solobox .twinbox1 {
	text-align: left;
}

.subtext {
	font-size: 8pt;
}


/******************
For creating large buttons and groups of links with graphic backgrounds
*******************/
.largelink_top, .largelink_bottom {
	text-decoration: none;
	text-align: center;
	font-size: 11pt;
	padding-top: 3px;
	display: block;
	width: 100px;
	height: 22px;
	margin-bottom: 5px;
}

.largelink_top {
	float: right;
	margin-left: 20px;
}

.largelink_bottom {
	float: left;
	margin-right: 20px;
}

.cleartopbutton {
	clear: right;
}


/******************
index_body.tpl. (.forum is also up with .rowbox in the general setup section)
*******************/

.forumicon {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.last_post {
	float: right;
	width: 240px;
	font-size: 8pt;
}

.total_posts {
	width: 175px;
	float: right;
	font-size: 8pt;
	margin-right: 20px;
}

.forumdesc {
	width: auto;
	margin-right: 440px;
}

.cattitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 10px;
	font-size: 10.5pt;
	font-weight: bold;
}

.boardinfo {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 8pt;
}

.forum {
	padding: 10px;
}


/******************
viewforum_body.tpl
*******************/


.thread {
	padding: 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.threaddesc {
	width: auto;
	margin-right: 440px;
}

.threadicon {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 2px;
}

.threadsub, .resultsub {
	font-size: 8pt;
	padding-left: 15px;
	font-style: italic;
}

.threadsub a {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
}


/******************
viewtopic_body.tpl.  
*******************/

.posterinfo {
	width: 150px;
	float: left;
	text-align: center;
	font-size: 7pt;
	padding: 10px;
}

.posttext {
	padding: 10px;
	margin-left: 170px;
}

.row1, .row2 {
	position: relative;
	width: 100%;
}

.postername {
	font-weight: bold;
	font-size: 11pt;
}

.posterbar {
	font-weight: bold;
}

.posterbar_item {
	width: 33%;
	float: left;
}

.posterbar a {
	text-decoration: none;
}

.postactions {
}

.postactions a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.postsubject {
	font-size: 8pt;
}


/******************
posting_*.tpl (includes BBcode and some stuff that's shared with PM sending)
*******************/

.attribution, .codehead {
	font-weight: bold;
	padding: 3px;
}

.quote {
	margin: 10px 20px 10px 20px;
	border: 1px solid;
}

.codeblock {
	margin: 10px;
	border: 1px solid;
	font-family: "Lucida Console", monospace;
}

.postingbox {
	padding: 50px;
}

.codebuttons {
	margin-top: 15px;
	margin-bottom: 15px;
}

.colorsquare {
	float: right;
	width: 10px;
	height: 10px;
}

.helpline {
	border-style: none;
}

.postingbox1, postingbox2 {
	float: left;
	margin-bottom: 10px;
}

.postingbox1 {
	text-align: left;
}

.postingbox2 {
	text-align: right;
}

.post_area {
	text-align: center;
}

/******************
Polls
*******************/

.pollcontainer {
	margin: 10px 50px;
	border-width: 1px;
	border-style: solid;
}

.pollcontainer h4 {
	text-align: center;
}
	
.pollbar {
	height: 10px;
	background-position: 0px -5px;
	position: relative;
	padding-left: 1px;
}

.pollcaption, .pollpercent {
	width: 200px;
	float: left;
	position: relative;
	left: 50%;
}

.pollcaption {
	margin-left: -200px;
	text-align: right;
}

.pollballot {
	padding: 30px;
}


/******************
Miscellany
*******************/

.profavatar {
	float: left;
	margin-right: 20px;
}

.bar {
	height: 20px;
}

.barcontainer {
	width: 200px;
	border-width: 1px;
	border-style: solid;
}

#pmbox_size {
	float: right;
}

#attachbox_size {
	float: right;
}

.pmhead {
	text-align: center;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}

.profilebox, .attachbox {
	text-align: left;
	float: left;
	width: 40%;
	padding-left: 20px;
	margin-bottom: 10px;
}

.warning {
	color: red;
	font-weight: bold;
}