/*
Theme Name: Liberi Fatali
Theme URI: http://liberi-fatali.net
Description: The 2010 theme for Liberi Fatali.
Author: Daelenn
Version: 5.0
*/
@charset "utf-8";
/* Fix to div columns where IE doesn't recognize rgba values */

#header {
	background: none repeat scroll 0 0 rgb(0, 38, 71);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

#content-wrapper {
	background: none repeat scroll 0 0 rgb(0, 38, 71);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

#content {
	position: relative;
	z-index: 100;
}

#tagline {
	position: relative;
	z-index: 100;
}

#menu {
	position: relative;
	z-index: 200;
}

#socialnav {
	position: relative;
	z-index: 100;
}

/*#content-forums {
	position: relative;
	z-index: 100;
}*/

#content-single {
	position: relative;
	z-index: 100;
}

#menu ul {
	z-index: 200;
}

#sidenav {
	position: relative;
	z-index: 100;
}

/*#panel {
	z-index: 300;
}*/

#breadcrumbs {
	position: relative;
	z-index: 100;
}
