/*-------------------------------------------------------+
| PHP-Fusion v7 Theme - clanmods.eu Black
| Copyright (C) 2002 - 2008 bLack
| http://www.clanmods.eu/
+--------------------------------------------------------+
| Theme-Name: clanmods_black
| Author: bLack
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/



/* misc definitions */

.cm_header ul{
	margin:0;
	padding:0;
}
.cm_header ul li {
	display:inline;
}

.cm_header ul li.first-link .bullet{
	display:none;
}

.colorline {
	background-color:gray;
	padding:0 0 0 0;
	margin:0;
}

input[name=delete_threads], input[name=delete_posts] {
	font-size:9px;
	font-weight:normal;
	padding: 0 2px 0 2px;
}

.flleft {
	float: left !important;
}

.flright {
	float: right !important;
}

.clear {
	clear: both;
}

.footer_content {
	color:#878787;
	font-style:italic;
	width:220px;
	height:140px;
	padding:12px 0 0 10px;
	margin:0 auto;
	background-image:url(../images/footer_content_bg.png);
	background-repeat:no-repeat;
}
.footer_content div:first-child {
	margin-bottom:4px;
}

.footer_content div:first-child a {
	font-size:13px;
	font-weight:bold;
}

.footer_content a {
	color:#878787;
}

.structure {
	position:fixed;
	z-index:0;
	width:100%;
	height:145px;
	background-image:url(../images/structure01.png);
	background-repeat:no-repeat;
	background-position:center;
}

.advertisement {
	position: fixed;
	display: block;
	width: 100%;
}

.advertisement div {
	position: relative;
	left: 1005px;
	top: -120px;
}

.setuser_body {
	background-color:#333333;
	background-image:url(../images/body_bg_top-gray.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin:0;
	padding:0;
}