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

html, body {margin: 0; padding: 0}

#ffbar {
	background: url(ffbar.jpg) top repeat-x;
	height: 38px;
	color: #fff;
	font-weight: bold;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	font-size: 80%;
	}

	#ffbar h1 {
		display: inline;
		font-size: 16px;
		}
		
	#ffbar h1 a {
		color: #fff;
		text-decoration: none;
		}
		
	#ffbar h1 a:hover {
		color: #444;
		}
	
#ffbar_r {
	background: url(fflogo.jpg) top right no-repeat;
	float:right;
	height: 23px;
	margin-left: 10;
	padding-top: 2px;
	}
		
#ffbar_l {
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10;
	}
	
#ffbar_l a {
	color: #fff;
	text-decoration: none;
	}
	
#ffbar_l a:visited {
	color: #fff;
	}
	
#ffbar_l a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#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%;
	}