/* =Universal Toolbar
----------------------------------------------- */

#universal-toolbar { 
	border-bottom: #b2b2b2 solid 1px;
	background: #ececfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececfb 0%, #dcdceb 50%, #cbcbda 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececfb), color-stop(50%,#dcdceb), color-stop(100%,#cbcbda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececfb 0%,#dcdceb 50%,#cbcbda 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececfb 0%,#dcdceb 50%,#cbcbda 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececfb 0%,#dcdceb 50%,#cbcbda 100%); /* IE10+ */
	background: linear-gradient(top,  #ececfb 0%,#dcdceb 50%,#cbcbda 100%); /* W3C */
	background: #cbcbda url(/assets/images/common/universal-toolbar-bg.gif) repeat-x 0 0\9; /* IE6-9 */
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	-webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
	box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
	position: relative;
	z-index: 1001;
}

#universal-toolbar nav {
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
	height: 3.1em;
}

#universal-toolbar a {
	display: block;
}

#universal-toolbar a:link,
#universal-toolbar a:visited,
#universal-toolbar a:active {
	color: #666;
	font-weight: 400;
	text-decoration: none;
}

#universal-toolbar a:hover {
	color: black;
	text-decoration: none;
}

#tool-list-links1 {
	float: left;
	width: 50%;
}

#tool-list-links2 {
	float: right;
	width: 48%;
}

#universal-toolbar #tool-list-links2 > li {
	float: right;
}

#universal-toolbar ul, #universal-toolbar li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#universal-toolbar nav > ul > li {
	float: left;
}

#universal-toolbar nav > ul > li:hover ul {
	display: block;
}

#universal-toolbar li#tool-list-sites {
	float: right;
	border-left: #bbbbbb solid 1px;
	border-right: #bbbbbb solid 1px;
}

#universal-toolbar nav > ul > li > a {
	padding: 0 1em;
	height: 3.1em;
	line-height: 1;
}

#universal-toolbar ul ul {
	display: block;
	position: absolute;
	top: 3.1em;
	background: #e9e9f8;
	z-index: 1000;
	border: #b9b9c8 solid 1px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
	box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
}

@media (max-width:770px) {
	#tool-list-sites {
		display: none;
	}
	#tool-list-links1 {
		width: 307px;
	}
	#tool-list-links2 {
		width: 144px;
	}
}


#tool-directory li a {
	padding: 1em;
}

#universal-toolbar ul ul li a:hover {
	background: #f5f5fc;
}

#universal-toolbar #tool-directory ul {
	/* left: 0; */
	margin-left: -100px;
	text-transform: none;
	-moz-column-count: 2;
	-moz-column-rule: 2px solid #d4d4e3;
	-moz-column-gap: 2px;
	-webkit-column-count: 2;
	-webkit-column-rule: 2px solid #d4d4e3;
	-webkit-column-gap: 2px;
	width: 30em;
	width: 15em\9; /* ie9 and below doesn't suppport multi-column - so we will position this and make a single column */
	left: 180px\9;
}

#tool-list-sites ul {
	margin-left: -1px;
}

#tool-list-sites li a {
	padding: 1em 2.8em 1em 1em;
}


/*** Social Links ***/
#universal-toolbar #tool-list-social ul { 
	position: relative;
	top: 0;
	z-index: 0;
	border: none;
	display: block;
}

#universal-toolbar #tool-list-social a:hover {
	background: none;
}

#tool-list-social h5 { 
	display: none;
}

#tool-list-links2 .social {
	float: left;
}

#tool-list-links2 .social a {
	position: relative;
	padding: .5em .5em 0;
}

#tool-list-links2 .social img {
	display: block;
}

#tool-list-social a:hover span {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: .5em;
}

#tool-list-social a:hover img {
	visibility: hidden;
}
/***/


/*** icons ***/
#universal-toolbar .ico, #universal-toolbar .lbl {
	vertical-align: middle;
	display: inline-block;
}

#universal-toolbar .lbl {
	height: 100%;
	line-height: 3.2;
}

#universal-toolbar .ico {
	background: url(/assets/images/common/universal-toolbar-sprite.png) no-repeat;
}

#universal-toolbar .ico.arrow {
	width: 10px;
	height: 6px;
	background-position: 0 0;
	margin-left: 10px;
}

#universal-toolbar a:hover .ico.arrow {
	background-position: -10px 0;
}

#universal-toolbar .ico.home {
	width: 10px;
	height: 10px;
	background-position: 0 -6px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

#universal-toolbar a:hover .ico.home {
	background-position: -10px -6px;
}
/***/

/*** clearfix ***/
#universal-toolbar nav > ul:before,
#universal-toolbar nav > ul:after {
    content: "";
    display: table;
}

#universal-toolbar nav > ul:after {
    clear: both;
}

#universal-toolbar nav > ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/***/

#universal-toolbar nav > ul ul {
	display: none;
}

@media (max-width:861px) {
	#universal-toolbar a .ico.home {
		margin-top: 12px;
	}
	
	#universal-toolbar #tool-home .lbl {
		display: none;
	}
	
	#tool-list-links1 {
		width: inherit;
	}
	
	#tool-list-links2 {
		width: inherit;
	}
}

@media (max-width:766px) {
	
}

