
@charset "UTF-8";
/* CSS Document */
/**
 * @filesource multisite-links.css
 * Style for multisite_links block view
 * @author Laurent Dubois <laurent.dubois@uclouvain.be>
Here is the step by step procedure. If you want you can test it on our web server : http://bibtest2.uclouvain.be */

/*==========================================================================
 *  custom header navigation 
 *========================================================================== */
html body.admin-menu {
       margin-top: 55px !important;
}

html body {
       margin-top: 31px !important;
}

#admin-menu {
    margin-top: 33px !important;
}

#custom-header-nav {
	background: url(../images/header-nav.png) repeat-x 0 bottom #1b1b1b;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999991030;	
}

#custom-header-nav .nav-content {
	height: 30px !important;
}

#custom-header-nav .nav-content ul {
	text-align: left;
	display: inline;
	float: left;
        height: 34px;
	margin: 0;
	list-style: none;
	border-right: 1px solid rgba(255, 255, 255, 0.0976562);
	border-left: 1px solid rgba(0, 0, 0, 0.347656);
}

#custom-header-nav .nav-content ul.links {
	float: right;
}

#custom-header-nav .nav-content ul li {
	font: bold 13px/17px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: inline-block;
	float: left;
	padding: 8px 12px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-shadow: 0 0px 2px #000;
	border-left: 1px solid rgba(255, 255, 255, 0.0976562);
	border-right: 1px solid rgba(0, 0, 0, 0.347656);
}
.ie #custom-header-nav .nav-content ul li {
	top: 2px;
}

#custom-header-nav .nav-content ul li:hover {
	background: url(../images/bg-footer-noise.jpg) #000;
	color: #fff;
}

#custom-header-nav .nav-content ul li  {
	height: 1.2em;
}
#custom-header-nav .nav-content ul.sites li.active {
    color: rgb(112, 157, 253);
    background-position: 0 bottom;
    position: relative;
    border-top: 1px solid rgb(112, 157, 253);
    border-right: 1px solid rgb(112, 157, 253);
    border-left: 1px solid rgb(112, 157, 253);
    //border-bottom: 1px solid rgb(151, 151, 151);
}
#custom-header-nav .nav-content ul li a {
	color: #e6e6e6;
        font-weight : normal;
	font-variant : small-caps;
	font-style: normal;
	text-decoration: none;
        
}

#custom-header-nav .nav-content ul.sites li.site a {
	display: block;
}





/*
#custom-header-nav .nav-content ul li ul {
	padding: 0;
	position: absolute;
	top: 32px;
	left: -2px;
	width: 120px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: 0 43px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
	z-index: 400;
}

#custom-header-nav .nav-content ul li ul li {
	background: url(../images/bg-footer-noise.jpg) #000;
	display: block;
	color: #fff;
	float: none;
}

#custom-header-nav .nav-content ul li ul li:hover { 
    background: #000; 
}

#custom-header-nav .nav-content ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
li.site.active{
        border-top: 1px solid rgb(112, 157, 253);
	border-right: 1px solid rgb(11, 99, 255);
	border-left: 1px solid rgb(11, 99, 255);
	background-position: 0 bottom;
	position: relative;
	top : 1px;
        color: #1b1b1b;
        border:none;
}

li.site.active ab {
        border-top: 1px solid rgb(112, 157, 253);
        border-right: 1px solid rgb(112, 157, 253);
        border-left: 1px solid rgb(112, 157, 253);
        
        background: url(../images/header-nav-white.png) repeat-x 0 bottom rgb(255, 255, 255);

        background-position: 0 bottom;
        position: relative;
	top: -8px;
	margin-top: 1px;
	padding: 7px;
        color: #1b1b1b;
}

#custom-header-nav .nav-content ul li a.active{
	color: #1b1b1b;
}

#custom-header-nav .nav-content ul.sites li.active {
	color: rgb(112, 157, 253);
	background-position: 0 bottom;
	position: relative;
        border-top: 1px solid rgb(112, 157, 253);
        border-right: 1px solid rgb(112, 157, 253);
        border-left: 1px solid rgb(112, 157, 253);
	border-bottom: 1px solid rgb(151, 151, 151);
}

.boreal #custom-header-nav .nav-content ul.sites {
	border-left: none;
}

#custom-header-nav .nav-content ul.locales {
       float : right ;
       border-left: none;
}
*/

