/****** INFORM : Driftnet : Global Search Bar (1.0) ******/


/*** GLOBAL : Site Header (1.1) ***/
#global-bar {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 15px;
  z-index: 100;
  overflow: visible;
  color: #424242;
  height: 21px;
}
#global-bar .veneer .bg {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 0 -60px;
  overflow: hidden;
}
#global-bar .veneer .bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 35px;
  margin: 0 0 0 -10px;
  padding: 0 20px;
  background: #1D1D1D;
  background: -moz-linear-gradient(-90deg, #000, #111 30%, #222 80%, #2C2C2C 95%, #1D1D1D);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), color-stop(30%, #111), color-stop(80%, #222), color-stop(95%, #2C2C2C), to(#1D1D1D) );
  border-bottom: 1px solid #111;
  box-shadow:         0 1px 5px hsla(0,0%,0%,0.7);
  -moz-box-shadow:    0 1px 5px hsla(0,0%,0%,0.7);
  -webkit-box-shadow: 0 1px 5px hsla(0,0%,0%,0.7);
}
#global-bar .powered {
  position: relative;
  height: 35px;
  width: 980px;
  margin: 0 auto;
}
#global-bar .powered .top {
  display: block;
  position: relative;
  float: left;
  height: 35px;
  left: 0;
  margin: 0;
  padding: 0 10px;
  line-height: 1;
  font-size: 0.82em;
  text-decoration: none;
  z-index: 101;
}
#global-bar .powered .top .label {
  display: block;
  position: relative;
  float: left;
  top: 8px;
  height: 1em;
  padding: 5px 0;
  color: #CBCBCB;
}
#global-bar .powered .top .logo {
  display: block;
  position: relative;
  float: left;
  top: 8px;
  height: 20px;
  width: 54px;
  background: url("../images/pfg/icon-inform.png") no-repeat right center;
  text-indent: -10000px;
}

/*** GLOBAL : Site Search (1.2) ***/
#global-search {
  position: relative;
  padding: 0;
  width: 980px;  
  height: 35px;
  margin: -35px auto 0;
}
#global-search .search-box {
  position: relative;
  float: right;
  top: 4px;
  right: 10px;
  width: 300px;
  height: 27px;
  margin: 0;
  padding: 0;
  text-align: right;
  z-index: 101;
}
#global-search .search-box .bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,0.2);
  border-radius:         4px;
  -moz-border-radius:    4px;
  -webkit-border-radius: 4px;
}
#global-search .search-box.active .bg {
  box-shadow:         0 0px 3px hsla(255,100%,100%,1.0);
  -moz-box-shadow:    0 0px 3px hsla(255,100%,100%,1.0);
  -webkit-box-shadow: 0 0px 3px hsla(255,100%,100%,1.0);
}
#global-search .search-box .text {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 227px;
  margin: 0;
  padding: 3px 5px;
  line-height: 1;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 200;
  background: #f3f3f3;
  border: 1px solid #d5d5d5;
  border-right: none;
  border-top-left-radius:            3px;
  -moz-border-radius-topleft:        3px;
  -webkit-border-top-left-radius:    3px;
  border-bottom-left-radius:         3px;
  -moz-border-radius-bottomleft:     3px;
  -webkit-border-bottom-left-radius: 3px;
}
#global-search .search-box .text.inactive { color: #5F5F5F; }
#global-search .search-box .text.active { color: #111; }
#global-search .search-box .button {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 58px;
  height: 23px;
  margin: 0;
  padding: 2px 0 0 0;
  line-height: 1;
  font-family: helvetica;
  font-size: 0.82em;
  font-weight: 200;
  color: #333;
  background: #ccc;
  background: -moz-linear-gradient(-90deg, #eee, #ccc 50%, #aaa);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), color-stop(50%, #ccc), to(#aaa) );
  border: 1px solid #D0D0D0;
  border-top-right-radius:            3px;
  -moz-border-radius-topright:        3px;
  -webkit-border-top-right-radius:    3px;
  border-bottom-right-radius:         3px;
  -moz-border-radius-bottomright:     3px;
  -webkit-border-bottom-right-radius: 3px;
}
#global-search .search-box .button:hover {
  color: #111;
  background: #eee;
  background: -moz-linear-gradient(-90deg, #fff, #efefef 50%, #c6c6c6);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(50%, #efefef), to(#c6c6c6) );
}

/*** DEV : GLOBAL : Search Menu (1.0) ***/
#search-menu {
  position:relative;
  width: 980px;
  margin: -35px auto 0;
  padding: 0;
  color: #fff;
  text-align: left;
  line-height: 1;
}
#search-menu a { color: #A7E7FF; /*#FC0;*/ }
#search-menu .menu {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 50px;
  border-bottom-left-radius:           5px;
  border-bottom-right-radius:          5px;
  -moz-border-radius-bottomleft:       5px;
  -moz-border-radius-bottomright:      5px;
  -webkit-border-bottom-left-radius:   5px;
  -webkit-border-bottom-right-radius:  5px;
  box-shadow:         0 3px 5px hsla(0,0%,0%,0.9);
  -moz-box-shadow:    0 3px 5px hsla(0,0%,0%,0.9);
  -webkit-box-shadow: 0 3px 5px hsla(0,0%,0%,0.9);
}

/* Message */
#search-message {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #0058A3;
  background: -moz-linear-gradient(-90deg, #34417D, #0063B2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#34417D), to(#0063B2));
  border-bottom: 1px solid #004299;
  z-index: 100;
}
#search-message .note {
  display: block;
  position: relative;
  padding: 11px 0;
  z-index: 100;
}

/** Search Results **/
#search-results {
  position: absolute;
  top: 36px;
  left: 0;
  background: #002D53;
  background: -moz-linear-gradient(-90deg, #002D53, #004179);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#002D53), to(#004179));
  border-bottom-left-radius:           5px;
  border-bottom-right-radius:          5px;
  -moz-border-radius-bottomleft:       5px;
  -moz-border-radius-bottomright:      5px;
  -webkit-border-bottom-left-radius:   5px;
  -webkit-border-bottom-right-radius:  5px;
  box-shadow:         0 1px 5px rgba(0,0,0,0.6);
  -moz-box-shadow:    0 1px 5px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6);
  overflow: hidden;
  z-index: 100;
}

/* Backgrounds */
#search-results .veneer .top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: #00182D;
  background: -moz-linear-gradient(-90deg, rgba(0,0,0,0.2), rgba(0,0,0,0.8));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0.2)), to(rgba(0,0,0,0.7)) );
  border-bottom: 2px solid #040404;/*A13;*/
}
#search-results .veneer .body {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
}
#search-results .veneer .sidebar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 319px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #002443;
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.0) );
  background: -webkit-gradient(linear, left bottom, right bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,0.0)) );
  border-left: 1px solid rgba(0,0,0,0.3);
  border-bottom-right-radius:          5px;
  -moz-border-radius-bottomright:      5px;
  -webkit-border-bottom-right-radius:  5px;
}

/* Header */
#search-results .header .label {
  position: relative;
  height: 50px;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 1;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  color: #FFF;
  overflow: hidden;
}
#search-results .header .label span {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 16px 20px;
}

/* Topic Results */
#search-results .topics {
  position: relative;
  float: right;
  width: 319px;
  margin-left: 1px;
}
#search-results .topics ul {
  display: block;
  position: relative;
  margin: 0 10px;
  padding: 10px 0;
}
#search-results .topics li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  font-size: 0.9em;
}
#search-results .topics li a { display: block; padding: 10px 10px; text-decoration: none; }
/* DEV: If we can add a class to the topic links for the type of content it references, we might be able to use icons to help reinforce the type to users
#search-results .topics li .label { padding: 0 0 0 8px; }
#search-results .topics li .label { border-left: 5px solid #000; }
#search-results .topics li.events   .label { border-left: 5px solid #F00; }
#search-results .topics li.groups   .label { border-left: 5px solid #FC0; }
#search-results .topics li.people   .label { border-left: 5px solid #0F0; }
#search-results .topics li.places   .label { border-left: 5px solid #0CF; }
#search-results .topics li.products .label { border-left: 5px solid #00F; }
*/

/* Full Text Results */
#search-results .full-text {
  display: block;
  position: relative;
  float: left;
  width: 660px;
}
#search-results .full-text .header .sort a {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color:  #A7E7FF;
  padding: 2px 10px;
}
#search-results .full-text .header .sort .active { color: #000; text-decoration: none; background-color: #FFF; }
#search-results .full-text ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
}
#search-results .full-text li {
  display: block;
  position: relative;
  margin: 0 10px;
  padding: 0;
  line-height: 1;
  list-style: none;
}
#search-results .full-text li a {
  display: block;
  padding: 10px;
  margin: 0;
  text-decoration: none;
}
#search-results .full-text li .title {
  overflow: hidden;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1;
  font-size: 1.1em;
  line-height: 1.2;
}
#search-results .full-text li .title span { padding: 0 0 1px; border-bottom: 1px dashed #5690AF; }
#search-results .full-text li .meta { font-size: 0.82em; display: none; }
#search-results .full-text li .content { padding-top: 9px; font-size: 0.88em; line-height: 1.4; color: #A7BCCD; }

/* Hover States */
#search-results .topics li a:hover, 
#search-results .full-text li a:hover {
  color: #FFF;
  background: #0089E6;
  background: -moz-linear-gradient(-90deg, rgba(0,137,230,0.4), rgba(0,137,230,0.9) );
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,137,230,0.9)), to(rgba(0,137,230,0.6)) );
  border-radius:         3px;
  -moz-border-radius:    3px;
  -webkit-border-radius: 3px;
}
#search-results .full-text li a:hover .title span { border-bottom: 1px solid #ddd; }

/* Search Suggestion */
.suggest_link {
    background-color: #999999;
    padding: 2px 6px 2px 6px;
}
.suggest_link_over {
    background-color: #3366CC;
    padding: 2px 6px 2px 6px;
}

#search_suggest{
    background-color:#999999;
	color:#FFFFFF;
	float:right;
	font-size:12px;
	height:0;
	right:0px;
	position:relative;
	text-align:left;
	top:32px;
	width:306px;
	z-index:900;
	}

.search_gap{
    background:#999999;
    height:5px;
}
.background_header{
    background:#444444;
    font-size:13px;
    height:20px;
}
.background_gap{
    background:#999999; 
    height:24px;
}
.clearGap{
    *height:0px;
}
#search_background{
    position:absolute; 
    z-index:800; 
    top:86px;
    left:726px; 
    height:0px; 
    background:#999999; 
    width:268px;
    color:#444444;
}



