/* Normal, standard links. */
a:link {
	color: #040;
	text-decoration: none;
}
a:visited {
	color: #151;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.post a:link{
	font-weight: normal;
	text-decoration: underline;
}
.post a:hover{
	font-weight: normal;
	text-decoration: none;
}
.post .quoteheader a:link {
	text-decoration: none;
}
/* Navigation links - for the link tree. */
.nav {
	margin:5px 0px 0px 0px;
	font-size: 12px;
}
.nav:link, .nav:visited{
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
a.nav:hover {
	color:#040;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #111;
	font-size: small;
	font-family: verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
/* The main body of the entire forum. */
body {
/*	background: #777 url(images/art/bgr.gif) repeat-x top left;
*/
	background-color: #777;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: small;
	line-height: 125%;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000000;
	font-family: verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
input, button {
	font-size: 90%;
}
textarea {
	font-size: 100%;
	color: #000000;
	font-family: verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/* No image should have a border when linked */
a, a img {
	outline: none;
	border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #999;
	margin: 1px;
	padding: 7px;
	font-size: 12px;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: 12px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
/* 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: red;
}
/* The main post box - this makes it as wide as possible. */
.editor {
	width: 96%;
}
/* 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, #preview_body {
	background: #efefef;
	color: #333;
	padding: 1ex;
	border-bottom: 1px solid #EEEEEE;
}
.windowbg2 {
	background: #EEEEEE;
	color: #333;
	padding: 1ex;
	border: 1px solid #DDDDDD;
}
.windowbg3 {
	background: #EEEEEE;
	padding: 5px;
	border: 1px solid #DDDDDD;
}

.windowbg, .windowbg2, .windowbg3 {
	vertical-align: top;
	
}
/* the today container in calendar */
.calendar_today {
	background-color: #FCFCFC;
}
/* 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: black;
	font-style: normal;
	background: url(images/titlebg.gif) #EFEFEF repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: black;
	font-style: normal;
}
.titlebg a:hover {
	color: #666666;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: black;
	font-style: normal;
	text-decoration: underline;
}
.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: #333;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.catbg2 , tr.catbg2 td {
	background: #333;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.catbg2 {
	border-bottom: 1px solid #C5C5C5;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited {
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg3 a:hover {
	color: #E3E3E3;
}
.catbg2 a:link, .catbg2 a:visited, .catbg2 a:hover {
	color: #FEFEFE;
	text-decoration: none;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	padding: 0px;
}
.bordercolor tr{

}
.trBottomRule {
	border-bottom: 2px solid #999;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0px;
	border: 1px solid #c4c4c4;
	background-color: #FBFBFB;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* 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;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
.maintab_first,.mirrortab_first {
	 display: none;
}
.maintab_back,.mirrortab_back {}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #333;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #333;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #040;
	text-decoration: overline;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #292929;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
/* Top Nav */
#topnav{
	position:relative;
	display:block;
	height:42px;
	font-size:11px;
	font-weight:bold;
/*	background:transparent url(images/art/topnav_bg.gif) repeat-x top left;
*/	
	background-color: #333;
/*	border-top: 1px solid #030;
*/	font-family:verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;

}

#topnav ul{margin:0px;padding:0;list-style-type:none;width:auto;}

#topnav ul li{display:block;float:left;margin:0 1px 0 0;}

#topnav ul li a{display:block;float:left;color:#ffffff;text-decoration:none;padding:14px 11px 0 11px;height:28px;}

#topnav ul li a:hover,#topnav ul li a.current{color:#fff;background:transparent url(images/art/topnav_over.gif) no-repeat top center;}

#topnav ul li.chosen a{
	color:#fff;
	background:transparent url(images/art/topnav_over.gif) no-repeat top center;
}

/* Popup Fix */
.popuptext {
	color: #E3E3E3;
}
.popuptext a:link, .popuptext a:visited {
	color: #537A99;;
}
.popuptext a:hover {
	color: #B2C6D4;
	text-decoration: underline;
}
/* Forum Width */
#wrapper {
/*	 width: 1000px;
*/	width: 100%; 
	min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}

/* Header */
#header {
	 position: relative;
	 height: 127px;
	 overflow: hidden;
/*	 background: 0 0 repeat-x;
*//*	background-color: #027e48;
*/	
	background: url(./images/header-bg.png) repeat;

/*	background-color: #027e48;
*/	
	border-bottom: 1px solid #020;
}
#head-r {
	 height: 127px;
/*	 background: 100% 0 no-repeat;
*//*	background-color: #027e48;
*/
/*	background: url(./images/header-bg.gif) repeat-x repeat-y;
*/
}
#head-l {
/*	 background: 0 0 no-repeat;
*//*	background-color: #027e48;
*/

/*background: url(./images/header-bg.gif) repeat-x repeat-y;
*/

}

/* logo / slogan */
#logo {
	position: absolute;
	top: 0px;
	left: 50px;
	display: block;
	width: 648px;
	height: 120px;
	cursor: pointer;
	background: url(./images/art/LL_Logo_Wide-forum.png) no-repeat;

}
.hlogon
{
	color: white;
	background: #252525;
	padding: 2px;
	border: 1px solid black;
}
#userarea {
	float: right;
	padding: 47px 10px 0 0;
	text-align: right;
	font-size: 0.82em;
	width: 38em;
	color: #FFFFFF;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#userarea a:link, #userarea a:visited {
	color: #FFFFFF;
}
#userarea a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearfix {
	display:inline-block;
}
.clr {
	clear: both;
	margin-bottom: 0em;
	padding: 0px;
}
#my-avatar {
	float: right;
	margin-left: 1em;
	padding-top: 5px;
}
#news {
	position: absolute;
	float: left;
	clear: both;
	bottom: 1em;
	left: 1.5em;
	text-align: left;
	font-size: 8pt;
	color: #eee;
	font-family: verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
#news a:link, #news a:visited {
	color: #eee;
}
#news a:hover {
	color:  #00BFFF;
	text-decoration: underline;
}
#searcharea {
	position: absolute;
	top: 7px;
	right: 5px;
	height: 32px;
	width: 178px;
	background: url(./images/art/searchbg.png) no-repeat;
	overflow: hidden;
}
#searcharea .inputbox {
	background: transparent;
	color: #E3E3E3;
	padding: 3px 3px 0;
	border: none;
	margin: 5px 0 0 10px;
	width: 145px;
	height: 15px;
}
/* Bodyarea */
#bodyarea {
	 padding: 10px;
	 margin: 0;
	 padding-left: 15px;
	 padding-bottom: 30px;
	 padding-right: 15px;
	 background: #FEFEFE url(images/art/bodyarea-bg.gif) 0 0 repeat-x;
}
/* Footer */
#footer {
	 background: #E3E3E3 url(images/art/footer-bg.gif) 0 100% repeat-x;
}
#footer-r {
	 height: 36px;
	 background: url(images/art/footer-r.gif) 100% 100% no-repeat;
}
#footer-l {
	 background: url(images/art/footer-l.gif) 0 100% no-repeat;
}
#footerarea {
	 text-align: center;
	 padding: 10px;
	 color: #333;
	font-size: 100%;
	 font-family: verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
#footerarea a:link, #footerarea a:visited {
	 color: #333;
}
#footerarea a:hover {
	 color: #111;
	 text-decoration: none;
}

/* added by Gerk for lula ads */
#forumTopAds, #forumBottomAds {
	width: 100%;
	
	background-color: #333;

	padding: 15px;
	
	border-top: 1px solid #222;
	
	padding-top: 15px;
	
/* 	border: 1px solid #111; */
/*
	text-decoration: none;

	color: #EBA027;
	font-size: 1em;
	font-family: helvetica;
*/
	
/*
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	
	text-shadow: 2px 2px 2px #000;
*/
	
	
}
