/* CSS Document */

.tt-dropdown-menu,
.gist {
  text-align: left;
}

 /*
.livesearch {
  position: relative;
  *z-index: 1;
  margin: 0px 0;
}
*/
.typeahead,
.tt-query,
.tt-hint {
 /* width: 396px;*/
 height: 30px;
   padding: 8px 12px;
  font-size: 14px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}



.tt-hint {
  color: #999
}

.tt-dropdown-menu {
 width: 286px;
  margin-top: 10px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 18px;
}

.tt-suggestion.tt-cursor{
 
   background-color: #DEDEDE;
/*  color: #fff; background-color: #0097cf;*/

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 12px;
}

/* example specific styles */
/* ----------------------- */

 .tt-suggestion {
  padding: 8px 20px;
}

.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}

 .repo-language {
  float: right;
  font-style: italic;
  font-size: 11px;
}

 .repo-name {
  font-weight: bold; font-size: 12px;
}

 .repo-description {
  font-size: 11px;
}


.typeahead_wrapper { display: block; height: 30px; }
.typeahead_photo { float: left; max-width: 30px; max-height: 30px; margin-right: 5px; }
.typeahead_labels { float: left; height: 30px; }
.typeahead_primary { font-weight: bold; }
.typeahead_secondary { font-size: .8em; margin-top: -5px; }



.CustomTemplate a {
	display:block;
}


.CustomTemplate .tt-hint {
  color: #999
}

.CustomTemplate .tt-dropdown-menu {
 width: 286px;
  margin-top: 5px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.CustomTemplate .tt-suggestion {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 18px;

}
.CustomTemplate .tt-suggestion a{
	 color:#666;
	 line-height:1.3;
}

.CustomTemplate .tt-suggestion a:hover{
	 color:#000;
	 text-decoration:none;
}

.CustomTemplate .tt-suggestion.tt-cursor{
 
   background-color: #DEDEDE;
   cursor: pointer;
}


.CustomTemplate .tt-suggestion {
  padding: 8px 20px;
}


.CustomTemplate .tt-suggestion + .tt-suggestion {
  border-top: 0px solid #ccc;
}

.CustomTemplate .repo-tag {
  float: right;
  font-style: italic;
}


 
.CustomTemplate .repo-name {
  font-weight: bold;
}
 
.CustomTemplate .repo-description {
  font-size: 14px;
}




.LiveSearch a {
	display:block;
}


.LiveSearch .tt-hint {
  color: #999
}

.LiveSearch .tt-dropdown-menu {
 width: 286px;
  margin-top: 5px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.LiveSearch .tt-suggestion {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 18px;

}
.LiveSearch .tt-suggestion a{
	 color:#666;
	 line-height:1.3;
}

.LiveSearch .tt-suggestion a:hover{
	 color:#000;
	 text-decoration:none;
}

.LiveSearch .tt-suggestion.tt-cursor{
 
   background-color: #DEDEDE;
   cursor: pointer;
}


.LiveSearch .tt-suggestion {
  padding: 8px 20px;
}


.LiveSearch .tt-suggestion + .tt-suggestion {
  border-top: 0px solid #ccc;
}

.LiveSearch .repo-tag {
  float: right;
  font-style: italic;
}


 
.LiveSearch .repo-name {
  font-weight: bold;
}
 
.LiveSearch .repo-description {
  font-size: 12px;
}


/* LiveSearch */

.LiveSearch a {
	display:block; 	
}

.LiveSearch .tt-hint {
  color: #999;
  background-color: #FFF;
   width:400px; 

}

.LiveSearch .tt-dropdown-menu {
 width: 100%;
  margin-top: 5px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);

}



.LiveSearch .tt-suggestion {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 18px;
  background-color: #FFF;

}
.LiveSearch .tt-suggestion a{
	 color:#666;
	 line-height:1.3;
}

.LiveSearch .tt-suggestion a:hover{
	 color:#000;
	 text-decoration:none;
}

.LiveSearch .tt-suggestion.tt-cursor{
 
   background-color: #DEDEDE;
   cursor: pointer;
}


.LiveSearch .tt-suggestion {
  padding: 8px 20px;
}


.LiveSearch .tt-suggestion + .tt-suggestion {
  border-top: 0px solid #ccc; 		   
}

.LiveSearch .repo-tag {
  float: right;
  font-style: italic;
}


 
.LiveSearch .repo-name {
  font-weight: bold;
}
 
.LiveSearch .repo-description {
  font-size: 14px;
}

.LiveSearch .twitter-typeahead{

}

.LiveSearch .tt-input{
  width:400px; 
 
}