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


/*
----------------------------------------------------------------------------- 
BASIC TEXT
-----------------------------------------------------------------------------*/
#margin {
	padding-left:100px;
	width:600px;
	}
	
body
{
	font-family: "Lucida Grande", "Tahoma", Geneva, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;  /* 10px */
	line-height: normal;
	margin: 0; 
	padding: 0px 0;
	color: #999;
	width:100%;
	height:100%;
	margin-left:auto; margin-right:auto;
	background: #F9f9f9;
}

.pun
{
	font-size: 1.1em; /* 11px */
	background-color: #FFF;
}

.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:Helvetica, 'Lucida Grande', Verdana, Arial, sans-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: #AAA;
	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: #7e7e7e;
	text-decoration: none;
	font-weight:bold;
}
a:hover
{
	text-decoration: underline;
}

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

/*
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#brdtitle
{
	font-family: "Lucida Grande", "Tahoma", Geneva, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;
	position: relative;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	height: 80px;
	margin-top: 0px;
	padding-top:0px;
	word-spacing: -8px;
	background: #779E2D  url(../img/header.gif) repeat-x;
}
#logo {
	margin-left:42px;
	padding-top:39px;
	border:0;

	}
	imag {
	border:0;
	}
	a img {
	border:0;
	}
#brdtitle a:link,
#brdtitle a:visited
{
	color:#FFF;
}
#brdtitle a:hover
{
	color:#FFF;
}

#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
{ 
	font-family: "Lucida Grande", "Tahoma", Geneva, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:122%;
	padding-top:0px; padding-bottom:0px;
	padding-left: 48px;
	height:60px;
	color:#FFFFFF;
	background: #779E2D url(../img/background.gif) repeat-x;
	
}

#brdmenu a:link,
#brdmenu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
#brdmenu a:hover
{	color:#FFFFFF;
	text-decoration: underline;
}

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

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

#navsearch 
{
	position: relative;
	overflow: visible;
	z-index: 1001;
}

#navsearch a
{
	position: relative;
	overflow: visible;
	z-index: 1001;
}

/*
----------------------------------------------------------------------------- 
USER/STATS
-----------------------------------------------------------------------------*/
#brdwelcome
{
	line-height: 1.4em;
	padding: 3px 48px;
	font-size:9px;
}

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

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

#brdstats
{
	background-color: #333;
	margin: 0 0 -20px;
	padding: 3px 48px;
	font-size:9px;
}

/*
----------------------------------------------------------------------------- 
PAGINATION/BREADCRUMBS
-----------------------------------------------------------------------------*/
div.postlinksb,
div.linkst,
div.linksb
{
	background-color: #EDEDED;
	padding: 4px 48px; 
	margin: 0;
}

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

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

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

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

/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#brdfooter
{ 
	line-height: 1.4em;
	border-top: 24px solid #333;
	font-size:9px;
}

#brdfooter div.box 
{
	border-top: 1px solid #262626;
	padding: 3px 48px;
}

/*
----------------------------------------------------------------------------- 
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: #A7a7a7;
}

#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: #EDEDED;
	border-top: 1px solid #A7a7a7;
	border-bottom: 1px solid #A7a7a7;
}

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

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

.blocktable tr.isticky td
{
	color: #262626;
	background-color: #666666;
}

.blocktable tr.isticky.alt > td
{
	background-color: #666666;
	border-top: none;
	border-bottom: 1px dashed #333;
}

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

.blocktable tr.inew td
{
	color: #878787;
	background-color: #fff;
}

.blocktable tr.inew td a:link,
.blocktable tr.inew td a:visited
{
	color: #7E7E7E;
	background-color: #fff;
}

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

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

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

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

/*
----------------------------------------------------------------------------- 
POSTS
-----------------------------------------------------------------------------*/
.pun blockquote,
div.codebox
{
	background-color: #353533;
	border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
	margin: 0 0 15px;
	padding: 8px;
}

.pun div.blockmenu li.isactive a,
#posterror li strong
{
	color: #333;
	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 #728E4D;
}

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

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: 0px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #222 #333 #333 #222;
}

#punviewtopic fieldset
{
	border-color: #292929 #3C3C3C #3C3C3C #292929;
}

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

.pun legend
{
	padding: 0px 6px;
	color: #7e7e7e;
	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 #222;
}


#punviewtopic .blockform
{
	background-color: #333;
	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: #fff;
	border-bottom: 1px solid #303030;
	text-shadow: 2px 2px 1px #485731;
}

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