/*DMZ Design Theme for PHP-Fusion 7 by DMZ Design*/

/*General*/
html {font-size: 75%;}
body {
	/*background: #f8f2e1;*/
	background-image: url(images/outer_bg.png);
	background-repeat: repeat;
	background-color: #000000;
	color: #aaa;
}
* {
	font-family: Verdana, Arial, Sans, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 11px;
}
ul, ol, dl {margin: 0.5em 1em}
li {margin-left: 1.5em; line-height: 1.5em;}
option {padding: 1px 4px;}
#subheader ul, #subheader li, #userbar ul, #userbar li, #navigation ul, #navigation li {margin: 0; line-height: inherit;}


/*Links*/
a {text-decoration: none;}
a:hover{text-decoration: underline;}
#subheader a, #links a {
	color: #A0ABB1;
	display: block;
	float: left;
	font-weight: normal;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#links a:hover{text-decoration: underline;}
#anchors a {
	font-size: 1em;
	margin-left: 0.5em;
}

/*Structure */
h1#logo {
	float: left;
}

#translate {
	float: right;
	padding-top: 40px;
}

#subheader {
	height: 40px;
}

#subheader ul {
	background: url(images/top_menu_bg.png) 0 0 repeat-x;
	width: 920px;
	height: 40px;
	padding: 0 20px;
	float: left;
}

#subheader #top_menu_left {
	background-image: url(images/top_menu_left.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;
	float: left;
	height: 40px;
	width: 10px;
}

#subheader #top_menu_right {
	background-image: url(images/top_menu_right.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;
	float: left;
	height: 40px;
	width: 10px;
}

#userbar{
	border-bottom: 1px solid;
	height: 1.8em;
	line-height: 1.8em;
	position: relative;
	background: #ede9e4;
}
#userbar ul li, #subheader ul li {display: inline;}
#links{
	position: absolute;
	right: 0;
	top: 0;
}

#main {
	width:980px;
	margin: 0 auto;
}
#cont {
	padding-bottom: 10px;
	background: #1C1D1E;
	border-left: solid 1px #2c2f32;
	border-right: solid 1px #2c2f32;
	border-bottom: solid 1px #2c2f32;
}
.border {
	border: 1px solid #444;
}
#main-bg{
	z-index: 1;
}
* html #main-bg {
	height: 1%;
	width: auto;
}
#side-border-left {
	width: 190px;
	max-width: 190px;
	z-index: 2;
	background: #1C1D1E;
	float: left;
	padding: 20px 5px 0 5px;
	display: inline;
}
#side-border-right {
	width: 190px;
	max-width: 190px;
	z-index: 3;
	background: #1C1D1E;
	float: right;
	padding: 20px 5px 0 5px;
	display: inline;
}
.side-both #main-bg {margin: 0 200px;}
.side-left #main-bg {margin-left: 200px;}
.side-right #main-bg {margin-right: 200px;}
.side-left #side-border-right {display:none;}
.side-right #side-border-left {display:none;}


/*Navigation Panel*/
#navigation{
	/*margin: 0 -1em;*/
}
#navigation h2, .side-label {
	font-variant: small-caps;
	color: #6d6964;
	background-color: #ede9e4;
	font-size: 1.1em;
	padding: 0.25em;
	margin-bottom: 1px;
	font-weight: 700;
}
#navigation ul {
	display: block;
	list-style-type: none;
	line-height: 1.2em;
}
#navigation img.bullet {display: none;}
* html #navigation ul li, #navigation a {height: 1%;}
#navigation a {
	display: block;
	color: #999;
	font-weight: normal;
	text-decoration : none;
	margin-bottom: 1px;
	padding: 5px;
}
#navigation a:hover {
	color: #fff;
}


/*Misc Styles*/
.pagenav {
	background: transparent url(images/div_h.png) 0 0 no-repeat;
	margin: 10px 0;
	padding: 10px 0;
}
.pagenav span,
.pagenav a:hover {
	background: transparent url(images/pager_bg.png) 0 -18px repeat-x;
	margin: 0 3px;
	padding: 1px 3px;
	border: solid 1px #a73e39;
	color: #fff;
	text-decoration: none;
}
.pagenav a {
	background: transparent url(images/pager_bg.png) 0 0 repeat-x;
	margin: 0 3px;
	padding: 1px 3px;
	border: solid 1px #5b5b5b;
	color: #fff;
}
.pagenav a {
	color: #b8b2a1;
	background-color: #d8d2c1;
}
.switcherbutton{
	height: 2em;
	width: 2em;
}
.news-category {
	border: 0;
	float: left;
	margin: 0.2em 0.5em 0 0;
}
.news-footer-img {
	vertical-align: middle;
}
#footer {
	width: 978px;
	margin: 0 auto 20px;
	background: #262728;
	border-left: 1px solid #2c2f32;
	border-right: 1px solid #2c2f32;
}
#footer_cont {
	padding: 10px;
	color: #666;
}
#footer_left {
	background: transparent url(images/footer_left.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	float: left;
	position: relative;
	left: -1px;
	bottom: -1px;
}
#footer_right {
	background: transparent url(images/footer_right.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	float: right;
	position: relative;
	right: -1px;
	bottom: -1px;
}
#foot_left {
	float: left;
}
#foot_right {
	float: right;
}
#footer h2 {
	background: transparent url(images/dir_link_title_line.png) left bottom no-repeat;
	margin: 0 0 15px 0;
	padding: 0 0 5px 10px;
	font-size: 14px;
	color: #ccc;
	text-align: left;
}
#dir_link {
	width: 230px;
}
#dir_link ul {
	list-style-type: none;
	margin: 0;
}
#dir_link ul li {
	margin: 0;
	padding-left: 10px;
	line-height: 28px;
	border-bottom: solid 1px #2F3031;
	color: #fff;
}
#dir_link ul li a {
	padding-left: 10px;
}
#links_rec {
	width: 700px;
	color: #fff;
	line-height: 20px;
}
#links_rec a {
	padding: 2px 4px;
	margin: 0 10px;
}
#links_rec a:hover {
	padding: 2px 4px;
	background: #718435;
	color: #fff;
	text-decoration: none;
}
#foot_logo {
	padding: 30px 30px 0 0;
	float: right;
}
ul#foot_menu {
	background-image: url(images/foot_menu_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	width: 978px;
	height: 31px;
	margin: 0;
}
ul#foot_menu li {
	display: inline;
	margin: 0;
}
ul#foot_menu li#foot_menu_left {
	background-image: url(images/foot_menu_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 10px;
	height: 31px;
	float: left;
	position: relative;
	left: -1px;
	padding-right: 10px;
}
ul#foot_menu li#foot_menu_right {
	background-image: url(images/foot_menu_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 10px;
	height: 31px;
	float: right;
	position: relative;
	right: -1px;
}
ul#foot_menu .div  {
	background-image: url(images/foot_menu_div.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	height: 31px;
	padding: 0 1px;
	margin-left: -1px;
	float: left;
}
ul#foot_menu li a.menu_link {
	background-image: url(images/foot_menu_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	height: 31px;
	padding: 0 10px;
	float: left;
	display: block;
	white-space: nowrap;
	line-height: 31px;
	color: #b8b8b8;
	text-transform: uppercase;
	text-decoration: none;
}
ul#foot_menu li a.menu_link:hover {
	background-position: 0 -31px;
	color: #3589be;
}
ul#foot_menu li#foot_text {
	padding-right: 20px;
	float: right;
	line-height: 31px;
}
ul#foot_menu li#foot_text a {
	color: #3589be;
}
.barmain {
	color: #aaa;
	padding: 0.3em;
}
.panel_colhead {
	height: 27px;
}
.panel_colhead  img {
	float: left;
	margin: 10px 5px 10px 0;
}
.panel_colhead h2 {
	color: #dddddd;
	float: left;
	font-weight: bold;
	line-height: 27px;
	background-image: url(images/colhead_img.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 10px;
	padding-left: 20px;
}
.panel_colhead_left {
	background: transparent url(images/panel_colhead_left.png) 0 0 no-repeat;
	width: 10px;
	height: 27px;
	float: left;
}
.panel_colhead_right {
	background: transparent url(images/panel_colhead_right.png) 0 0 no-repeat;
	width: 10px;
	height: 27px;
	float: right;
}
.panelbody {
	background: #2C2D2E;
	border-left: solid 1px #3e4042;
	border-right: solid 1px #3e4042;
	border-bottom: solid 1px #3e4042;
	margin-bottom: 15px;
}
.panel_content {
	line-height: 15px;
	margin-bottom: -10px;
	padding: 10px;
	text-align: left;
}
.panel_bottom_left {
	background: transparent url(images/panel_bottom_left.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	float: left;
	position: relative;
	left: -1px;
	bottom: -1px;
}
.panel_bottom_right {
	background: transparent url(images/panel_bottom_right.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	float: right;
	position: relative;
	right: -1px;
	bottom: -1px;
}
.news_table {
	width: 100%;
	margin-top: 3px;
}
.news_table_box {
	border: solid 1px #3E4042;
}
.tbl,.tbl1,.tbl2,.forum-caption {
	padding: 0.3em;
}
.tbl-border{
	background: #2C2D2E;
	border: 1px solid #3E4042;
}
.tbl1 {
	background: #2C2D2E;
}
.tbl1 img {
	padding: 1px;
	background: #000;
	border: solid 1px #666 !important;
}
.tbl2 {
	background: #333435;
}
.tbl2_title {
	background: #2C2D2E;
	color: #bbb;
	padding: 5px;
}
a.readmore {
	float: right;
	padding: 5px 10px 5px 0;
}
.forum-caption {
	color: #fff;
	font-weight: 700;
}
input.textbox {
	background: transparent url(images/input_bg.png) 0 0 repeat-x;
	height: 16px;
	border: solid 1px #c6c6c6;
	color: #444;
	padding-top: 2px;
}
textarea.textbox {
	background: #b8b8b8;
	border: solid 1px #ddd;
	padding: 3px;
}
select.textbox {
	margin: 2px 0;
	background: #b8b8b8;
	border: solid 1px #444;
}
.clr {
	clear: both;
}
.bbcode {
	color: #fff;
	font-size: 1em;
	margin-top: 0.1em;
	/*border: 0.05em solid #b3b0a7;
	background: #dad4c3;*/
}
.admin-message {
	width: 80%;
	padding: 0.5em;
	margin: 0 auto 0.5em auto;
	color: #fff;
	border: 1px solid #fff;
	background-image: none !important;
}
.quote {
	padding: 0.4em;
	margin: 0.2em;
	border: 1px solid #b6b09f;
	border-left: 3px solid #838077;
	background: #b8b2a1;
}
.poll {height: 1em; border: 1px solid #666;}
.forum-caption, .poll {background-position: bottom left !important;}
.comment-name, .shoutboxname {font-weight: 700;}
.shoutboxdate {
	color: #888;
	font-size: 0.8em;
}
.shoutbox {
	color: #ccc;
}
.small,.small2,.side-small {font-size: 0.9em;}
code, pre {
	font-family: monospace;
	font-size: 1.1em;
}
.alt {color: #444;}
hr {
	background: #777;
	border: solid #777 1pt;
	height: 1pt;
}
#mainheader {
	padding: 0 30px 5px 30px;
}

#main-bg {
	padding: 20px 5px 0 5px;
	background: #1C1D1E;
}
.news-footer {padding: 0.5em;}
.panelbutton{
	float: right;
	margin: 0.5em;
}
h1,h2,h3,h4,h5,h6 {font-size: inherit;}


/*Helpers*/
.center {margin: 0 auto;}
.content_center {text-align: center;}
/*.flleft {float: left !important;}
.flright {float: right !important;}*/
.clear {clear: both;}

#container{
	width: 100%;
	overflow-x: auto;
	overflow-y: visible;
}

/*IE Fixes*/
* html #main-bg {
	height: 1%;
	width: auto;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.floatfix {overflow:hidden;}
* html .floatfix {width:100%;}
.center, *[align="center"] {margin: 0 auto;}