/*
----------------------------------------------------------------------------- 
PUNBB DEFAULT STYLES
-----------------------------------------------------------------------------*/
@import url(imports/base.css);


/* Reset All
 - - - - - - - - - - - - - - - - - - - - - - - -  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* Consistant font set-up
 - - - - - - - - - - - - - - - - - - - - - - - -  */

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

/*
----------------------------------------------------------------------------- 
BASIC TEXT
-----------------------------------------------------------------------------*/
body
{
	font-family: Georgia, Garamond, "Times New Roman", Times,  serif; 
	font-size: 77%;  /* 10px */
	line-height: normal;
	margin: 0; 
	padding: 46px 0 0;
	background: #fff url(images/bg_top.gif) repeat-x 0 0; 
	color: #000;
	
}

.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: Georgia, Garamond, "Times New Roman", Times,  serif;
}

.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: #7BB503;
	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: #FFF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a:link, a:visited { color: #6B4364; }
a:active { color: #000; }
a:hover { color: #7BB503; }

a img, a:link img  { border: none; }/*
----------------------------------------------------------------------------- 
LEFT OVER PUNBB JUNK
-----------------------------------------------------------------------------*/
#viewprofile
{
	padding: 0 48px;
}

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.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: #CC0000;}
li.maintenancelink A:hover {color: #DB0000;}

#viewprofile dt
{
	color: #666;
}

div.block2col div.blockform,
div.block2col div.block,
#viewprofile dd
{
    margin-left: 18.0em;
}

/*
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#brdtitle
{
	position: relative;
	margin-bottom: 12px;
	margin-left: 10px;
	text-indent:-1000em;
	width:320px;
	background:url(../../_img/site_images/forum_logo.gif) no-repeat 0 0;
}
#brdtitle p
{ 
	text-indent:0;
	text-align:right;
	color:#000;
	font-weight:bold;
	
	margin-top:30px;
}

#mt 
{
	display: block;
	position: absolute;
	right: 48px;
	bottom: -33px;
	z-index: 1000;
}

#announce
{
	display: block;
	position: absolute;
	right: 48px;
	top: 44px;
	z-index: 999;
	
	_text-align: right;
}

#announce h2
{
	display: none;
}

/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#brdmenu
{ 
	margin-top:3em;
	padding: 5px 48px;
	background-color: #eeeedd;
}

#brdmenu ul
{
	position: relative;
	overflow: visible;
	padding-right: 172px;
}

#brdmenu li
{
	margin-right: 12px;
}
#brdmenu li a:link, #brdmenu li a:visited
{
	color:#553300;
}
#brdmenu li a:hover
{
	text-decoration:underline;
}
#navsearch 
{
	position: relative;
	padding-right: 51px;
	overflow: visible;
	z-index: 1001;
}

/*#navsearch a
{
	position: absolute;
	top: -18px;
	left: 0;
	display: block;
	width: 51px;
	height: 51px;
	text-indent: -3000px;
	background: url(/forum/img/forum-search.png) left top no-repeat;
	z-index: 1001;
	color:#fff;*/
	/*_background: none;
	_top: -16px;
	_cursor: hand;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/forum/img/forum-search.gif', sizingMethod='scale');
}*/

#adminmenu li a:link, #adminmenu li a:visited
{
	color:#553300;
}
#adminmenu li a:hover
{
	color:#6B4364;
	text-decoration:none;
}
/*
----------------------------------------------------------------------------- 
USER/STATS
-----------------------------------------------------------------------------*/
#brdwelcome
{
	line-height: 1.4em;
	padding: 3px 48px;
	font-size:85%;
}

#brdwelcome ul.conl li
{
	color: #666;
}

#brdwelcome ul.conl li:first-child
{
	color: #7BB503;
}

#brdstats
{
	background-color: #eeeedd;
	margin: 0 0 -20px;
	padding: 3px 48px;
	font-size:0.9em;
}

/*
----------------------------------------------------------------------------- 
PAGINATION/BREADCRUMBS
-----------------------------------------------------------------------------*/
div.postlinksb,
div.linkst,
div.linksb
{
	background-color: #eeeedd;
	padding: 4px 48px; 
	margin: 0;
}

div.linkst
{
}

div.linksb
{
	margin: 0 0 -20px;
}

.postlink a:link,
.postlink a:visited
{
	color: #7BB503;
}

p.postlink,
div.linkst li,
div.linksb li,
div.postlinksb li
{
	font-weight: bold;
}

/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#brdfooter
{ 
	line-height: 1.4em;
	border-top: 24px solid #eeeedd;
	background-color:#7BB503;
}
#brdfooter a:link, #brdfooter a:visited
{
	color:#fff;
}
#brdfooter div.box 
{
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
	padding: 3px 48px;
	font-size:0.9em;
}

#brdfooter p.conr
{
	font-size:0.8em;
}
/*
----------------------------------------------------------------------------- 
LIST VIEWS
-----------------------------------------------------------------------------*/
div.icon
{
	display: none;
}

#idx1
{
	margin-top: 28px;
}

#idx1 h2,
.blocktable h2
{
	display: none;
}

.blocktable table,
.blocktable th,
.blocktable td
{
	background-color: transparent;
	border: none;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

.blocktable th
{
	color:#FFF;
	font-family: Georgia, Garamond, "Times New Roman", Times,  serif;
}

#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: #f5f5f5;
	/*border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;*/
}
.blocktable th
{
	background-color:#7BB503;
	border:0;
}
#postreview .roweven
{
	background-color: transparent;
	/*border: none;*/
}

.stickytext
{
	color: #FFF;
	font-size: 9px;
}

.blocktable tr.isticky td
{
	color: #EEEEDD;
	background-color:#9b8696;
}

.blocktable tr.isticky a:link, .blocktable tr.isticky a:visited
{
	color:#000;
}
.blocktable tr.isticky.alt > td
{
	background-color: #A79BA4;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.blocktable tr.isticky.iclosed td.tcl a:link,
.blocktable tr.isticky.iclosed td.tcl a:visited
{
	color: #FFF;
}

.blocktable tr.inew td
{
	color: #000;
	background-color: #D2D2C3;
}

.blocktable tr.inew.alt > td
{
	background-color: #F5F5F5;
	/*border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;*/
}

tr.inew a:link, tr.inew a:visited, tr.inew.alt a:link, tr.inew.alt a:visited
{ 
	color:#553300;
}

tr.inew .stickytext
{
	color: #0E1A2B;
}

th.tcl,
td.tcl
{
	padding-left: 48px; 
}

th.tcr,
td.tcr
{
	white-space: nowrap;
	padding-right: 48px;
}

/*
----------------------------------------------------------------------------- 
POSTS
-----------------------------------------------------------------------------*/
.pun blockquote,
div.codebox
{
	background-color: #EEEEDD;
	border: 4px double #D7D7C7;
	margin: 0 0 15px;
	padding: 8px;
}

.pun div.blockmenu li.isactive a,
#posterror li strong
{
	color: #553300;
	text-decoration: none;
	cursor: default;
}

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 #7BB503;
}

div.blockpost h2 span.conr
{
	display: none;
}

div.blockpost h2 span a:link,
div.blockpost h2 span a:visited
{
	color: #666;
}

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: #FFF;
}

div.postfootleft p,
div.postfootright ul
{
	padding: 24px 0 0;
}

div.postright
{
	color: #000;
}

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;
}

#msg
{
	padding-left:48px;
}
/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/
div.blockform form,
div.fakeform
{
	padding: 20px 20px 15px;
}

div.inform
{
	padding-bottom: 12px;
}

.pun fieldset
{
	padding: 0px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #7BB503;
}

#punviewtopic fieldset
{
	border-color: #7BB503;
}

div.infldset
{
	padding: 9px 0px 12px;
}

div.infldset td span
{
	font-size:0.8em !important;
	color:#242424;
	padding:4px;
}

.pun legend
{
	padding: 0px 6px;
	color: #6B4364;
	font-weight:bold;
}

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 #A79BA4;
	padding:2px;
}


#punviewtopic .blockform
{
	background-color: #FFF;
	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: #7F9E56;
	border-bottom: 1px solid #303030;
}

div.rbox input,
div.blockform p input
{
	margin-right: 8px;
}
