/* DarN additions */
/* DarN - header below nav bar */
b.membername *{
	/* font-family: "Palatino Linotype", Georgia, serif; */
	font-size: 14px;
	/* font-variant: small-caps; */
}
.searchfield {
	background: url(images/searchfield.png) repeat-x left top #1a1a1a;
	text-align: center;
	padding: 10px 6px;
	min-height: 20px;
	position: relative;
}

.searchfield form {
	margin: 0;
	display: inline; 
	position: absolute;
	right: 6px;
}
.searchfield img {
	margin-right: 1ex;
}
.searchfield * {
	vertical-align: middle;
}
/* Search field */
.biginput {

}
.darnheader {
	position: absolute;
	left: 6px;
}
#msgspan {

}
#msgspan a {
	font-weight: bold;
	color: #008ECC;
}
#msgspan a:hover {
	color: #00b0ff;
}
.drn_buttonstrip, .drn_buttonstrip * { /* container for post buttons */
	margin: 0px;
	padding: 0px;
}
.drn_buttonstrip {
	width: auto;
	height: 28px;
	margin: 2px;
	padding: 2px;
}
.drn_buttonstrip_a {
	margin: 0px;
	padding: 0px;
}
.drn_buttonstrip_a a{

}
/* admin */
.drn_buttonstrip_a * {

}
.drn_postbtn {
	width: 75px;
	height: 24px;
}
.drn_postbtn:hover {
	/* background-image: url(images/buttons/glow.png); */
	background: url(images/buttons/glow.png);
}
.drn_boardbtn {
	width: 100px;
	height: 24px;
}
.drn_boardbtn:hover {
	background-image: url(images/buttons/glowm.png);
}
.drn_boardbtn_lg {
	width: 120px;
	height: 24px;
}
.drn_boardbtn_lg:hover {
	background-image: url(images/buttons/glowl.png);
}
.avatar_t {
	width: 80px;
	height: 80px;
	padding-right: 6px;
	float: left;
}
.bbc_button {
	background-color: #454545;
	border: 1px solid #666;
	margin: 1px 2px 1px 1px;
	vertical-align: bottom;
	width: 23px;
	height: 22px;
}
/* .bbc_button:hover {
	background-color: #888;
	border: 1px outset #999;
}
.bbc_button:active {
	background-color: #555;
	border: 1px inset #777;
} */

fieldset
{
	border: 1px solid #444;
}

.geshi
{
	background-color: #fefefe;
	color: black;
	border: 1px inset gray;
	padding: 4px;
	margin-top: 0px;
}
#smfFadeScroller
{
	/*min-height: 80px;*/
	text-align: left;
	vertical-align: middle;
}
#smfFadeScroller img
{
	padding-right: 10px;
	float: left;
	width: 64px;
	height: 64px;
}
#smfAnnouncements * {
	font-size: 10px;
	font-family: Verdana;
}
/* makes news easier to add... */
form#postmodify textarea
{
	/* height: 14em; */
}

form#postmodify td+td>div
{
	height: auto !important;
	border: 1px solid #5f6b22;
}
form#postmodify td+td>div img
{
	padding-right: 10px;
	float: left;
	width: 64px;
	height: 64px;
}
div#postMoreOptions
{
	border: none !important;
}

/* Lifted from another splendid theme */
div#headerinfo_r {
	font-size: 10px;
	color: #cdcdcd;
	font-family: Arial, Verdana, sans-serif;
	float: right;
	white-space: nowrap;
	text-align: left;
	width: auto;
	margin-top: 8px;
	line-height: 140%;
}

div#headerinfo_r_in {
	padding:0 10px 0 5px;
	font-size: 10px;
}
 
div#headerinfo_r_in_opera {
	padding:0 10px 0 5px;
	overflow: hidden;
}

div#headerinfo_r_in form {
	margin:3px 1ex 1px 0;
	text-align:left;
}
.firefoxBug {
	margin-left: 86px;
}

/* Normal, standard links. */
a:link
{
	color: #869927;
	text-decoration: none;
}
a:visited
{
	color: #869927;
		text-decoration: none;
}
a:hover
{
/*	color: #5f6b22;*/
	color: #afbc73;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #aaa;
	text-decoration: none;
	font-size: 10px;
	margin-bottom: 2ex;
	margin-top: 0px;
}
a.nav:hover
{
	color: white;
	text-decoration: none;
}
div#top{
	min-width: 720px;
	border: solid 1px #252525;
}
div#toolbar
{

}


/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	line-height: 150%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cdcdcd;
	font-size: 12px;
}

/* The main body of the entire forum. */
body
{
	margin: 0px 60px;
	padding: 0px;
	background: #000 url(images/body-bg.jpg) repeat-x;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #cdcdcd;
	background-color: #222;
	border-top: 1px solid #454545;
	border-left: 1px solid #454545;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
input[type="button"], input[type="submit"]{
	color: #cdcdcd;
	border: 1px outset #5f6b22;
	background-color: #5f6b22;
}

input[type="button"]:hover, input[type="submit"]:hover{
	color: #fff;
	border: 1px outset #697529;
	background-color: #697529;
}
input[type="button"]:active, input[type="submit"]:active{
	color: #fff;
	border: 1px inset #5f6b22;
	background-color: #5f6b22;
}
input[type="button"]:focus, input[type="submit"]:focus{
	color: #fff;
	border: 1px inset #5f6b22;
	background-color: #5f6b22;
}
input[type="text"]:active:hover,
input[type="password"]:active:hover
{
	color: #869927;
	border: 1px inset #869927;
	background-color: #5f6b22;
}
input[type="text"]:focus, input[type="text"]:hover,
input[type="checkbox"]:focus, input[type="checkbox"]:hover,
select:focus, select:hover,
input[type="password"]:focus, input[type="password"]:hover
{
	color: #869927;
	border: 1px inset #869927;
	background-color: #222;
}

select option:active
{
	background-color: green;
}
textarea
{
	color: #cdcdcd;
	background-color: #303030;
	border: 1px solid #5f6b22;
	padding: 4px;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}


/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #454545;
}

/* No image should have a border when linked */
a img{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	/* text-indent: 18px; */
	color: #aaa;
	background: url(http://darnified.net/forums/Themes/MysticJade/images/icons/quote_darn_s.png) #222 6px 6px no-repeat scroll;
	border-top: 1px solid #454545;
	border-left: 1px solid #454545;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	margin: 1px auto 10px auto;
	padding: 1.2em 0.8em 0.8em 2.5em;
	font-size: 11px;
	line-height: 1.4em;
	overflow: auto;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #aaa;
	background: url(http://darnified.net/forums/Themes/MysticJade/images/icons/code_darn_s.png) #222 6px 6px no-repeat scroll;
	border-top: 1px solid #454545;
	border-left: 1px solid #454545;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	font-family: "Courier New", "Lucida Console", monospace;
	font-size: 11px;
	line-height: 1.3em;
	margin: 1px auto 10px auto;
	padding: 0.5em 0.5em 0.5em 28px;
	width: auto;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	max-height: 32.5em;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #ccc;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	margin-top: 10px;
	padding: 2px;
	background-color: #363636;
	border-top: 1px solid #454545;
	border-left: 1px solid #454545;
	border-right: 1px solid #777;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: #00B0FF;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #cdcdcd;
	background-color: #222;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	padding: 5px; 
	background-color: #262626;
}
td.windowbg
{
	vertical-align: middle;
}
.windowbg2
{
	padding: 5px;
	background-color: #303030;
}
.windowbg3
{
	padding: 5px;
	background-color: #333;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #cdcdcd;
	font-style: normal;
	background-color: #070707;
	background-image: url(images/titlebg.png);
	background-repeat: repeat-x;
	border-bottom: solid 1px #313131;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #cdcdcd;
	font-style: normal;
}

.titlebg a:hover
{
	color: white;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #cdcdcd;
	font-style: normal;
	text-decoration: none;
}
.titlebg, .titlebg2
{
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}
.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-image: url(images/catbg.png);
	background-color: #869927;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: 1px 1px 1px #2a2a2f;
}
.catbg2 , tr.catbg2 td
{
	background-image: url(images/catbg.png);
	background-color: #869927;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;

}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #353535;
	background-repeat: repeat-x;
	font-size: 9pt;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg img, .catbg2 img {
	vertical-align: middle;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	/*color: #cdcdcd;*/
	color: #222;
	text-shadow: none;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	border: 1px solid #303030;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #303030;
	padding: 0px;
}

.windowbg a, .windowbg2 a, .windowbg3 a, .middletext a, .smalltext a, normaltext a, .titlebg a, .titlebg2 a, .catbg a, .catbg2 a, .catbg3 a{
	text-decoration: none;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, small
{
	font-size: x-small;
	font-family: Verdana, sans-serif;
	line-height: 1.6em;
}
.middletext
{ 
	line-height: 18px;
	text-indent: 10px;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	overflow: auto;
	line-height: 1.5em;
	margin: 0 auto 0 auto;
	/* padding fixes overflow in ff */
	padding-bottom: 4px;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error {
	color: red;
}
#error_list {
	border: none !important;
	font-size: 14px;
	padding: 4px;
}
#error_serious {
	border: none !important;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_back, .maintab_last, .mirrortab_back
{
	color: #ccc;
	vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  10px;
	font-family: Verdana, sans-serif;
	padding: 5px 10px 5px 10px;

}
.maintab_active_back a:hover, .mirrortab_active_back a:hover
{
	color: black !important;
}
.maintab_active_back a, .mirrortab_active_back a
{
	color: white !important;
}

.maintab_back,.mirrortab_back
{
	background: url(images/tab-bg.png) repeat-x;
	color: #ccc;
}

.maintab_active_first, .mirrortab_active_first, .maintab_active_last,
.mirrortab_active_last,.maintab_last, .mirrortab_last, .maintab_first, .mirrortab_first
{
	display: none;
}
.maintab_active_back, .mirrortab_active_back
{
	background: url(images/toolbar-bg.png)  repeat-x;
}


/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited,
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #ccc;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: white;
	text-decoration: none;
}


#mainarea{
	border-top: solid 1px #333;
	background: #1a1a1a;
	padding: 1ex;
}

#toolbar {
	height: 35px;
	background: url(images/toolbar-bg.png) repeat-x;
	position: relative;
}

#nav {
	background: url(images/toolbar-div.png) 0 0 no-repeat;
	/* margin: 0 0 0 10px; */
	margin: 0 0 0 17px;
	padding: 0;
	height: 35px;
	text-align: center;
}
#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}
#nav li {
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
	float: left;
	display: block;
}
#nav li a {
	color: #fff;
	text-shadow: 1px 1px 1px #2a2a2f;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	margin-left: -2px;
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px; 
}
#nav li a:hover {
	color: #111;
	/* border-bottom: 2px solid #3a3; */
	text-shadow: none;
}
#nav li.on li.on a {
	text-decoration: underline;
}


.userinfo {
	background: url(images/userinfo.png) repeat-x left top #1a1a1a;
	color: #cdcdcd;
	width: 450px;
	float: left;
	padding: 20px 0 10px 25px;
}

#header {
	position: relative;
	/* height: 100px; */
	height: auto;
	padding-bottom: 8px;
	overflow: hidden;
	background: #1a1a1a url(images/header-bg.png) repeat-x;
 }
#logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 400px;
	height: 100px;
}
#logo a {
	margin-top: 20px;
	margin-left: 20px;
	background: url(http://darnified.net/forums/Themes/darn/titleForum6.png) no-repeat;
	display: block;
	width: 370px;
	height: 55px;
}
#news {
	height: 60px;
	padding-top: 20px;
	overflow: hidden;
	margin-left: 485px;
	margin-bottom: 10px;
	margin-right: 0px;
	color: #cdcdcd;
	text-align: right;
}

#footer{
	padding: 8px 40px 10px 40px;
	font-size: x-small;
	color: #b2b2b2;
	background: #1d1d1d;
	background-image: url(images/footer-bg.png);
}
#footer{
	border-top: solid 1px #252525;
	padding: 5px;
	text-align: center;
	font-size: x-small;
}
#footer a:link , #footer a:visited{
	color: #869927;
}
#footer a:hover{
	color: #5f6b22;
}
#footer select
{
	float: left;
}
#footer span
{
	float: right;
}