/*
----------------------------------------------------------------------------- 
PUNBB DEFAULT STYLES
-----------------------------------------------------------------------------*/
@import url(imports/base.css);


/*
----------------------------------------------------------------------------- 
BASIC TEXT
-----------------------------------------------------------------------------*/
body
{
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;  /* 10px */
	line-height: normal;
	margin: 0; 
	padding: 16px 0;
	background: url('erbbbg.gif') repeat-x;
	background-color: #fff;
	color: #333;
}

.pun
{
	font-size: 1.1em; /* 11px */
}

.pun table,
.pun td,
.pun th,
.pun input,
.pun select,
.pun optgroup,
.pun textarea
{
	font-weight: normal;
	font-style: normal;
	font-size: 1.0em;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

#punredirect {
	padding: 140px 0;
}
.pun pre 
{
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	color: #6B8DA6;
	padding-bottom: 0.8em;
}

.scrollbox
{
	height: auto !important;
}

.pun h2,
.pun h4
{
	font-size: 1.0em;
}

.pun h2
{
	color: #ff6600;
	font-weight: bold;
	padding: 16px 0;
}

.pun h3
{
	font-size: 1.2em;
}

.postmsg p
{
	line-height: 1.4;
}

.postleft dt
{
	font-size: 1.1em;
}

/*
----------------------------------------------------------------------------- 
BASIC LINK
-----------------------------------------------------------------------------*/
a:link,
a:visited
{
	color: #006;
	text-decoration: none;
}
a:hover
{
	color: #f60;
	text-decoration: none;
}

/*
----------------------------------------------------------------------------- 
LEFT OVER PUNBB JUNK
-----------------------------------------------------------------------------*/
#viewprofile
{
	padding: 0 48px;
}

#brdheader {
	margin-right:0;
}
div.blockmenu
{
	padding-left: 48px;
}
.pun p,
.pun ul, 
.pun dl, 
.pun label, 
div.blockmenu li
{
	padding: 3px 0;
}

div.blockmenu li, 
div.rbox input
{
	line-height: 1.4em;
}

#viewprofile dt, 
#viewprofile dd
{
	padding: 0 3px;
	line-height: 2.0em;
}

.pun td p
{
	padding: 5px 0 0 0;
}
dd.usertitle{
	display: none;
}
dd.usercontacts, 
dd.postavatar
{
	margin-top: 5px;
}

dd.postavatar
{
	margin-bottom: 5px;
}

div.postsignature,
div.postmsg p.postedit
{
	padding-top: 16px
}

/* 8.4 Spacing for code and quote boxes */

div.postmsg h4
{
	margin-bottom: 10px
}

/* 8.5 padding for the action links and online indicator in viewtopic */

div.postfootleft p,
div.postfootright ul,
div.postfootright div
{
	padding: 10px 6px 5px;
}

/* 8.6 This is the input on moderators multi-delete view */

div.blockpost input,
div.blockpost label
{
	padding: 3px;
	display: inline
}

p.multidelete
{
	padding-top: 15px;
	padding-bottom: 5px
}

div.postmsg p
{
	padding: 0;
}

div.postleft dt,
div.postmsg h4,
td.tcl h3,
div.forminfo h3,
.blockmenu li,
.warntext
{
	font-weight: bold;
}

li.postreport A:link, li.postreport A:visited, TR.iclosed td.tcl A:link, TR.iclosed td.tcl A:visited {color: #888}
li.postreport A:hover, TR.iclosed td.tcl A:hover {color: #AAA}
li.maintenancelink A:link, li.maintenancelink A:visited {color: #FF4000}
li.maintenancelink A:hover {color: #FF5010}

#viewprofile dt
{
	color: #666;
}

div.block2col div.blockform,
div.block2col div.block,
#viewprofile dd
{
    margin-left: 18.0em;
}

#posterror,
#msg
{
	margin: 0 48px 1.0em;
}

/*
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#brdtitle
{
	position: relative;
	margin: 0;
	margin-left: 48px;
	color: #eee;
	
}

#announce {
	display: block;
	position: absolute;
	right: 48px;
	top: 44px;
	z-index: 999;
	
	_text-align: right;
}

#announce h2
{
	display: none;
}

/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#brdmenu
{ 
	font-family: 'Futura', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #fff;
	border-bottom: 1px solid #f60;
	padding: 0 48px;
}

#brdmenu ul
{
	position: relative;
	overflow: visible;
	padding-right: 172px;
}

#brdmenu li
{
	margin-right: 12px;
}

#brdmenu ul a {
	color: #006;
}

#brdmenu ul a:hover {
	color: #f60;
	}
#brdmenu ul a:active {
	color: #f60;
	}

/*
----------------------------------------------------------------------------- 
USER/STATS
-----------------------------------------------------------------------------*/
#brdwelcome
{
	line-height: 1.4em;
	padding:8px 48px 15px 48px;
	background-color: transparent;
}

#brdwelcome ul.conl li
{
	color: #333;
}

#brdwelcome ul.conl li:first-child
{
	color: #333;
}

#brdstats
{
	background-color: #ddd;
	margin: 0 0 -20px;
	padding: 3px 48px;
	border-top: 1px solid #333;
}

/*
----------------------------------------------------------------------------- 
PAGINATION/BREADCRUMBS
-----------------------------------------------------------------------------*/
div.linkst {
	display: none;
}

div.postlinksb,
div.linksb
{
	background-color: #ddd;
	border-top:  1px solid #C5C5C5;
	border-bottom: 1px solid ;
	padding: 5px 48px; 
	margin: 0;
}

div.linkst
{
	border-bottom: 1px solid #aaa;
}

div.linksb
{
	margin: 0 0 -20px;
}

.postlink a:link,
.postlink a:visited
{
	color: #006;
}

p.postlink,
div.linkst li,
div.linksb li,
div.postlinksb li
{
	font-weight: bold;
}

/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#brdfooter
{ 
	line-height: 1.4em;
	border-top: 24px solid #ddd;
}

#brdfooter div.box 
{
	background-color: #ddd;
	padding: 3px 48px;
}

/*
----------------------------------------------------------------------------- 
LIST VIEWS
-----------------------------------------------------------------------------*/
div.icon
{
	display: none;
}

#|{
	margin-top: 28px;
}

#idx1 h2,
.blocktable h2
{
	display: none;
}

.blocktable table,
.blocktable th,
.blocktable td
{
	background-color: transparent;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

.blocktable th
{
	color: #f60;
}

table.aligntop {
	padding: 10px 0 20px 0;
}

#postreview
{
	padding: 0;
}

#postreview .box
{
	padding: 4px 48px;
}

#postreview h2 span
{
	display: none;
}

#postreview .box.rowodd,
.roweven,
.blocktable th,
.blocktable tr.alt td
{
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#postreview .roweven
{
	background-color: transparent;
	border: none;
}

.stickytext
{
	color: #006;
	font-size: 9px;
}

.blocktable tr.isticky td
{
	color: #fff;
	background-color: #006BE3;
}

.blocktable tr.isticky.alt > td
{
	background-color: #446BE3;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.blocktable tr.isticky.iclosed td.tcl a:link,
.blocktable tr.isticky.iclosed td.tcl a:visited
{
	color: #006;
}

.blocktable tr.inew td
{
	color: #fff;
	background-color: #446AE3;
	border-top:1px solid #3655B9;
	border-bottom:1px solid #3655B9;
}

.blocktable tr.inew.alt > td
{
	background-color: #193153;
	border-top: 1px solid #173052;
	border-bottom: 1px solid #173052;
}

tr.inew .stickytext
{
	color: #000099;
}

th.tcl,
td.tcl
{
	padding-left: 48px; 
}

th.tcr,
td.tcr
{
	white-space: nowrap;
	padding-right:0;
}

/*
----------------------------------------------------------------------------- 
POSTS
-----------------------------------------------------------------------------*/
.pun blockquote,
div.codebox
{
	color:  #333;
	border: 1px solid #aaa;
	margin: 0 0 15px;
	padding: 8px;
}

.pun div.blockmenu li.isactive a,
#posterror li strong
{
	color: #f60;
	text-decoration: none;
	cursor: default;
	font-weight:  900;
}

div.blockpost h2
{
	position: relative;
	padding: 0;
}

div.blockpost h2 span
{
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 1000;
	padding: 0 0 0 4px;
	line-height: 8px;
	border-left: 8px solid #f60;
}

div.blockpost h2 span.conr
{
	display: none;
}

div.blockpost h2 span a:link,
div.blockpost h2 span a:visited
{
	color: #f60;
}

div.postsignature
{
	color: #666;
}

.pun hr
{
	background-color: transparent;
	color: transparent;
}

#punpost .linkst ul
{
	margin: 0;
}

div.blockpost
{
	padding: 16px 48px;
}

div.blockpost div.postleft
{
	padding-top: 32px;
}

#postreview div.postleft
{
	padding: 0;
}

#postreview div.postleft strong
{
	color: #333;
}

div.postfootleft p,
div.postfootright ul
{
	padding: 24px 0 0;
}

div.postright
{
	color: #333;
	border-top: #333;
}

div.postright,
div.postfootright
{
	border: none;
	margin-left: 18.0em;
}


.pun .postright a:link,
.pun .postright a:visited
{
	text-decoration: underline;
}
.pun .postright a:hover
{
	text-decoration: none;
}

/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/
div.blockform form,
div.fakeform
{
	padding: 20px 20px 15px;
}

div.inform
{
	padding-bottom: 12px;
}

.pun fieldset
{
	padding: 0 12px;
	margin: 10px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

#punviewtopic fieldset
{
	border-color: #999
}

div.infldset
{
	padding: 9px 0px 12px;
}

.pun legend
{
	padding: 3px 6px;
	color: #006;
	border: 1px solid #999;
}

div.forminfo
{
	margin-bottom: 12px;
}

.pun .blockform
{
	margin-bottom: 1.0em;
	padding-left: 48px; 
	padding-right: 48px;
}

div.blockform form,
div.fakeform
{
	padding: 0;
}

.pun textarea, .pun input, .pun select
{
	border: 1px solid #222;
}


#punviewtopic .blockform
{
	background-color: #999;
	margin-bottom: -16px;
	position: relative;
}

#punviewtopic form,
#punpost form
{
	max-width: 600px;
}

div.txtarea
{
	width: auto;
}

p.reminder
{
	margin: 1.0em -12px 0;
	padding: 6px 14px;
	color: #FFF;
	background-color: #ff6600;
	border-bottom: 1px solid #303030;
	text-shadow: 2px 2px 1px #485731;
}

div.rbox input,
div.blockform p input
{
	margin-right: 8px;
}

div.blockform p input {
	margin: -30px 0 10px 0;
}
