@charset "utf-8";
/* Firefox Bar for Wordpress CSS Document */

* {margin: 0; padding: 0}

#ffbar {
	background: url(ffbar.jpg) top repeat-x;
	height: 38px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	}
	
#baralt {
	height: 38px;
	color: #999;
	font-size: 11px;
	/* display: none; */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
	text-align: center;
	}
	
#shad1 {
	background: #000;
	height: 1px;
    filter:alpha(opacity=20);
    opacity:0.4;
	width: 100%;
	clear: both;
	}
	
#shad2 {
	background: #000;
	height: 1px;
    filter:alpha(opacity=15);
    opacity:0.15;
	width: 100%;
	}
	
#shad3 {
	background: #000;
	height: 1px;
    filter:alpha(opacity=10);
    opacity:0.1;
	width: 100%;
	}
	
#ffbar_l {
	background: url(fflogo.jpg) top left no-repeat;
	float:left;
	height: 23px;
	padding: 2px 0 0 30px;
	margin: 0 0 0 10px;
	}

#ffbar h1 {
	display: inline;
	font-size: 16px;
	}
	
#ffbar h1 a {
	color: #fff;
	text-decoration: none;
	}
	
#ffbar h1 a:hover {
	color: #444;
	}
		
#ffbar_r {
	float:right;
	padding: 5px 10px 0 0;
	}
	
#ffbar_r a {
	color: #fff;
	text-decoration: none;
	}
	
#ffbar_r a:hover {
	text-decoration: underline;
	}