/* =============================================================================
   Mobile Reset
   ========================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border:0 none;
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
    margin:0;
    outline:0 none;
    padding:0;
    vertical-align:baseline;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
     border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
     font-style:normal;
     font-weight:normal;
}
ol,ul {
     list-style:none;
}
caption,th {
      text-align:left;
}
h1,h2,h3,h4,h5,h6 {
     font-size:100%;
     font-weight:normal;
}
q:before,q:after {
     content:'';
}
abbr,acronym {
    border:0;
}


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; text-decoration: none;}
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: none; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"], [role="button"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/* =============================================================================
   Generic 
   ========================================================================== */


body{
    font: 10pt verdana,sans-serif;
    /* background: none repeat scroll 0 0 #F5F5F5; */
    color: #333333;
}

.index{
    background-image:url("/images/peekyou_logo_mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    height:65px;
    margin-bottom: 5px;
    overflow:hidden;
        text-align:center;
    color: transparent;
}

.index h2{
    margin-left: 16px;
    text-align: left;
}

.index h1 span {
    display:none;
    height:0px;
    width:0px
}




/* =============================================================================
   Ads 
   ========================================================================== */



.mobile_ads{
    
    text-align: center;
}


.mobile_ads_top{
    margin-bottom: 10px;
    margin-top: 5px;
}
.mobile_ads_top div {
	width:100%!important
}
.mobile_ads_middle{
    margin-bottom: -30px;
    margin-top: 35px;
}

.mobile_ads_middle div {
	width:100%!important
}
.mobile_ads_bottom{
    margin-bottom: -35px;
    margin-top: 35px;
}

.mobile_ads_bottom div {
	width:100%!important
}
.index_ads_middle{
    margin-bottom: -30px;
    margin-top: 35px;
}


/* the submit button */
 #searchSubmit {
    padding:3px;
    width:121px;
    margin-left: 16px;
    background-color: #3287FF;
    color: white;
    height: 30px;
    font-size: 18px;
    border-radius: 5px 5px 5px 5px;
}


.searchSubmitMini{
    background: url("/images/magnif.png") no-repeat scroll center center transparent;
    background-color: #9FCE66 !important;
    border-radius: 3px;
    border: 1px solid #94D3EE;
    color: #9FCE66 !important;
    font-size: 0px;
    font-weight: bold;
    height: 42px;
    padding: 3px;
    width: 20%;
    float:right;
} 

ul {
    list-style-type:none;	
}


/* NEW CSS 3/16/11 */

.admob_div{
    margin-top: 10px; 
}

.topRow {
    margin-left: 16px;
    margin-right: 32px;
    text-align: left;
}

.topRow input{
    background-color: #FFFFFF;
    border-color: #C7D6F7;
    border-style: solid;
    border-width: 2px;
    height: 30px;
    margin-top: -1px;
    padding: 0;
    width: 100%;
}


.searchPanelInputs p{
    color: gray;
    margin-bottom: 23px;
    margin-top: -10px;
}

.mobile_p{
    color: gray;
    float: left;
    margin-left: 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* =============================================================================
   SearchBox
   ========================================================================== */

.tab_content{
    display:none;
}


.topRow_searchResult{
    margin-left: 4px; 
    margin-top: 50px;
    text-align: left; 
}

#searchResultSubmit{ 
    background-color: #3287FF;
    color: white;
    float: left;
    font-size: 18px;
    height: 30px;
    margin-bottom: 20px;
    margin-left: 4px;
    padding: 3px;
    width: 121px;
}


/* =============================================================================
    SearchBox Mini
   ========================================================================== */


#menu{
     padding-top: 40px;
}

#menu_form{
	
    border: 1px solid #B5DFF1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
 /**   padding: 19px 6px 30px; */
    padding: 10px 6px 12px;
   
    /** Box Shadow **/
    -moz-box-shadow: 0 0 5px #cdc7c7;
    -webkit-box-shadow: 0 0 5px #cdc7c7;
    box-shadow: 0 0 5px #cdc7c7;


    /* Gradient */
    background: #f2f9fe; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f9fe), color-stop(100%,#d6f0fd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f9fe 0%,#d6f0fd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f9fe 0%,#d6f0fd 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f2f9fe 0%,#d6f0fd 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f2f9fe 0%,#d6f0fd 100%); /* W3C */
	
}


#menu div.active {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F4FAFC;
    border-color: #B5DFF1 #B5DFF1 #F4FAFC;
    border-style: solid;
    border-width: 1px;
}

#menu div {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E9E9E9 #E9E9E9 #B5DFF1;
    border-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px;
    float: left;
    height: 34px;
    
    margin-top: -35px;
    padding: 0 7px;
}

#menu div.active a{
     color: #333333;
}

#menu div a {
    line-height: 36px;
    text-decoration: none;
}


#menu_form input[type="text"] {
    border: 1px solid #94D3EE;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px #F2F2F2 inset;
    color: #999999;
    float: left;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 5px;
    padding: 12px 7px;
    width: 33%;
}


#menu_form select {
    border: 1px solid #94D3EE;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px #F2F2F2 inset;
    color: #999999;
    float: left;
    font-size: 15px;
    height: 42px;
    line-height: 10px;
    margin-right: 5px;
    padding: 12px 7px;
    width: 33%;
}


.tagInput{
    width: 73% !important;
}

.result_tags li{
    color: #81BA47;
   /* float: left;
    list-style-position: inside;
    list-style-type: disc;
    margin-right: 7px;*/
    display:inline
}

.result_tags li:first-child{
    list-style: none;
}

.result_tags li:before {content: " - ";}
.result_tags li:first-child:before {content: "";}

#number_of_results{
    
    background-color: DarkGrey;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    
}
 


#moreContainer{
    height:130px;
}

.moreContainerSearch li{
    background-color: white;
    border: 1px solid; 
    border-radius: 3px 3px 3px 3px;
    color: lightGray;
    float: left;
    height: 25px; 
    line-height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 14px;
    text-align: center;
    width: 89px;
}



/* =============================================================================
    Profile Results [ old format - d4 ]
   ========================================================================== */


#profileResults{
    border: 1px solid #94D3EE;
    height: 98px;
    /*height: 78px;
    max-height: 97px;*/
    margin: 15px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchCard .image img{
    margin-left: -3px;
    margin-right: 6px;
    margin-top: -5px;
    padding: 1px 8px;
}

.textAlignRightProfile{
   display: block;
    font-size: 10px;
}


/*
=====================================
	Search Result [ Header ] Profile Card
=====================================
*/


.searchCard {
        border-top: 1px dotted #E3E4E5;
	padding: 0px 7px 0px 7px;
	position:relative;
}
.liveWebResults .searchCard {
    font-size: 12px;
    line-height: 15px;
    padding: 3px 7px 3px 7px;
        border-top: 0px dotted #E3E4E5;

}
.liveWebResults .searchCardBorderTop {
    border-top: 1px dotted #E3E4E5;
}
.searchCard .image{
    padding: 17px 0;
    float: left;
    width: 0;
}

 .searchCard .info{
     padding: 7px 0 6px 72px;
}
.liveWebResults .searchCard .info{
     /*padding: 7px 0 6px 72px;
     padding:10px 0 0px 48px; */
     padding: 10px 0 10px 48px;
     
}

.liveWebResults .searchCard .info a {
     /*padding: 7px 0 6px 72px;*/
     font-sizze:11px
     
}
#foursquare .searchCard,
#facebook .searchCard,
#googleplus .searchCard,
#myspace .searchCard {
    margin:0px;
    padding: 0px 0px 0px 7px;
}

.searchCard .image{
    padding: 17px 0;
    float: left;
    width: 0;
}


.searchCard .image img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    height: 55px;
    width: 55px;
    display:block;
}
.liveWebResults .searchCard .image img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    height: 35px;
    width: 35px;
    display:block;
}

.searchCard .work a{
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchCard .blocky{
text-overflow: ellipsis;
word-wrap: break-word;
font-size:11px;    
display:block;
    
}

.searchCard .score{
    float: right;
    padding: 6px 0;
    margin-right: -15px;
    display: none;
}


.searchCard .info h2 {
    display: inline;
    font-weight: normal;
    margin: 0;
    display:block;
}

.searchCard .location{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*.info h2 a{
    
    color: #000000;
}
*/
.searchCard .username a{
    color: #CC99CC;
    font-size: 13px;
}


.loading-small {
  background:url(/images/mobile/large_loading_w.gif) no-repeat center;
  border-bottom: 1px dotted #E3E4E5;
}

/*
div.loading-small-live {
  background: url(/images/large_loading_w.gif) no-repeat center;
}
*/
span.loading-small {
  background:url(/images/mobile/small-loader.gif) no-repeat center;
  float:right;
  padding-right:15px
}


span.loading-small-live {
  background: url(/images/mobile/small-loader.gif) no-repeat center;
}

span.more-small {
  background:url(/images/mobile/more-small.png) no-repeat center;
  float:right;
  padding-right:15px
}


span.less-small {
  background:url(/images/mobile/less-small.png) no-repeat center;
  float:right;
  padding-right:15px
}




/*
=====================================
	PeekScore / Verified
=====================================
*/

.searchCard .score .result {
    background: url("/images/value.png") repeat-x scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    height: 11px;
    text-align: right;
}

.searchCard .score .container {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 2px 2px 2px 2px;
    padding: 2px;
}


.searchCard .score .result span {
    color: #FFFFFF;
    font-size: 10px;
    margin-right: 2px;
    position: relative;
    top: -7px;
}

.searchCard .score .verified {
    background: url("/images/check.png") no-repeat scroll 0 3px transparent;
    color: #5FA300;
    padding-left: 14px;
    font-size:13px;
}



/* =============================================================================
    Pagination
   ========================================================================== */

.pagination_cont{
    text-align:center;
}

.pagination_cont .previous{
    float:left;
       margin-left: 10px;
}

.pagination_cont .pages{
   margin-top: 12px;
   top: 12px;
   position: relative;
       left: -5px;
}




.pagination_cont .next{
    float:right;
   margin-right: 10px;
}



/* =============================================================================
   Button ( generic )
   ========================================================================== */

.button{

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */

    border: 1px solid #b5b5b5;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 7px;
    padding-left: 3px;
    padding-right: 4px;
    display:block;

    
    
    -moz-box-shadow: 0 1px 0px #d9d6d6;
    -webkit-box-shadow: 0 1px 0px #d9d6d6;
    box-shadow: 0 1px 0px #d9d6d6;
	
}



/* =============================================================================
   Button Sprite
   ========================================================================== */


.buttonImgSprite{
     background-image:url("/images/mobile_button.png");
    border-style: none;
    float: left;
    height: 60px;
    margin-left: 8px;
    margin-right: 6px !important;
    margin-top: 6px;
    width: 62px;
}


.interestMoreBtn{
    background-position:0 61px;
}


.cityMoreBtn{
    background-position:0 0px;
}

.emailMoreBtn{
    background-position: 62px 1px;
}

.phoneMoreBtn{
    background-position: 213px 60px;
}




/* =============================================================================
   Footer
   ========================================================================== */


#footer{

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iI2YyZjlmZSIgc3RvcC1vcGFjaXR5PSIwLjU5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZjJmOWZlIiBzdG9wLW9wYWNpdHk9IjAuNTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2ZjBmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(242,249,254,0.59) 7%, rgba(242,249,254,0.59) 8%, rgba(214,240,253,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,rgba(242,249,254,0.59)), color-stop(8%,rgba(242,249,254,0.59)), color-stop(100%,rgba(214,240,253,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,249,254,0.59) 7%,rgba(242,249,254,0.59) 8%,rgba(214,240,253,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,249,254,0.59) 7%,rgba(242,249,254,0.59) 8%,rgba(214,240,253,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,249,254,0.59) 7%,rgba(242,249,254,0.59) 8%,rgba(214,240,253,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(242,249,254,0.59) 7%,rgba(242,249,254,0.59) 8%,rgba(214,240,253,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-8 */
    top: 40px;
    bottom: -20px;
    position: relative;
    
}

.navigation_footer_mobile{
    text-align: center;
    width: 100%;
     margin-top: 25px;
}

.footer_search li{
    border: 1px dotted;
    border-radius: 3px 3px 3px 3px;
    color: lightGray;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    padding-top: 0;
    width: 100%;
}

.copyright_footer{
    font-size: 10px;
    margin-top: 32px;
    padding-bottom: 35px;
    text-align: center;
}


/* =============================================================================
   Favicon Sprite
   ========================================================================== */



.webResultSprite{
     background-image:url("/images/favicon_sprite_new.png");
     height:16px;
     width:16px;
     float:left;
     margin-right:6px !important;
     margin-top:1px;
     border-style:none;
}


.spokeoSprite{
    background-position: -64px -357px;
}

.peoplefindersSprite{
     background-position:0 -36px;
}

.inteliusSprite{
     background-position:0px -72px;
}

.everifiedSprite{
    background-position:0 -108px;
}

.mylifeSprite{
    background-position:0 -144px;
}

.wikipediaSprite{
     background-position:0 -180px;
}

.flickrSprite{
    background-position:0 -216px;
}

.linkedinSprite{
    background-position:0 -252px;
}

.pandoraSprite{
    background-position:0 -288px;
}

.amazonSprite{
    background-position:0 -324px;
}

.twitterSprite{
    background-position:0 -360px;
}

.gstaticSprite{
    background-position:0 -396px;
}

.ussSearchSprite{
    background-position:-36px -36px;
}

.peopleSearchSprite{
    background-position:-36px -72px;
}

.myspaceSprite{
    background-position:-36 -108px;
}

.friendsterSprite{
    background-position:-36px -144px;
}

.facebookSprite{
    background-position:-36px -180px;
}
.beenverifiedSprite{
    background-position:-35px -216px;
}
/** Pagination Sprite */

.peerindexSprite{
    background-position:-36px -253px;
}

.truerepoSprite{
    background-position:-36px -288px;
}

.factsSprite{
     background-position:0px 53px;
}

.rtfSprite{
    background-position:0 -432px;
}

.pdfSprite{
    background-position:-36px -0px;
}

.wordSprite{
    background-position:-36px 125px;
}
.excelSprite{
    background-position:-36px 92px;
}
.powerpointSprite{
    background-position:-36px 52px;
}
.htmlSprite{
    background-position:-66px 0px;
}
.emptySprite{
   background-position:-36px 16px;
}  

.pinterestSprite{
    background-position:-66px -36px;
}
.meetupSprite{
    background-position:-64px -324px;
}
.instantcheckmateSprite{
    background-position:-64px -71px;
}
.vitalrecordsSprite {
     background-position:0 -36px;
}
.truthfinderSprite {
	background-position: -64px -466px;
}
.peoplecheckproSprite,.peoplecheckpro_phoneSprite,.peoplecheckpro_profileSprite {
	background-position: 0px -498px;
}
.peoplelookerSprite{
    background-position:0px -556px;
}
.idtrueSprite {
    background-position:-64px -584px;
}
/* =============================================================================
   Mobile Live Results
   ========================================================================== */


.liveResultsMobile{

}

.liveResultsMobile h1{

background-image: linear-gradient(bottom, rgb(194,194,194) 7%, rgb(214,211,214) 54%, rgb(235,232,235) 93%);
background-image: -o-linear-gradient(bottom, rgb(194,194,194) 7%, rgb(214,211,214) 54%, rgb(235,232,235) 93%);
background-image: -moz-linear-gradient(bottom, rgb(194,194,194) 7%, rgb(214,211,214) 54%, rgb(235,232,235) 93%);
background-image: -webkit-linear-gradient(bottom, rgb(194,194,194) 7%, rgb(214,211,214) 54%, rgb(235,232,235) 93%);
background-image: -ms-linear-gradient(bottom, rgb(194,194,194) 7%, rgb(214,211,214) 54%, rgb(235,232,235) 93%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.07, rgb(194,194,194)),
	color-stop(0.54, rgb(214,211,214)),
	color-stop(0.93, rgb(235,232,235))
);
    
    font-weight: bold;
    height: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 5px;
    line-height: 35px;
    cursor: pointer;
}

.public_info{
    display: block;
    font-size: 10px;
    margin-left: 23px;
}

.textAlignRight{
    display: block;
    font-size: 10px;
  /*  margin-bottom: 5px;*/
    margin-left: 23px;
}

.liveWebResults{
    margin-top:75px;
}

.public_recs{
    margin: 10px auto 15px;
    width: 95px;
}



/* =============================================================================
   Mobile Live Results - Sections Hide/Show
   ========================================================================== */

.googleplus_live_results{
    display:none;
}

.myspace_live_results{
    display:none;
}

.showMoreBlock{
    display:none;
}



/* =============================================================================
    Profile Results [ new - live ]
   ========================================================================== */

/*
=====================================
	Search Result [ Header ] Profile Card
=====================================
*/

.resultCell {
    border: 1px solid #94D3EE;
    height: 94px;
    margin: 13px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resultCell .info{
     padding: 7px 0 6px 72px;
  
}

.resultCell .blocky{
text-overflow: ellipsis;
word-wrap: break-word;
    
    
}



.resultCell .tooltipScore{
    float: right;
    padding: 6px 0;
    margin-right: -15px;
    display: none;
}


.resultCell  h2 {
  /*  left: 70px; */
    margin: 0;
    position: relative;
 /*   top: 12px; */
       overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}


.resultCell span{
          overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resultCell .locations {
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 13px;
}


.resultCell p{
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.resultPic img{
    padding: 0px 7px;
    float: left;
    width: 0;
	
}


 .resultPic img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    height: 55px;
    width: 55px;
    display:block;
    margin-top: -5px;
}



.locations a{
     color:#336699;
}
.userName a{
    color:#CC99CC
}

.tags{
           overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


 .tags a{
            overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
       color: #66CC33;
}

/*
.info h2 a{
    
    color: #000000;
}
*/

.searchCard .username a{
    color: #CC99CC;
    font-size: 13px;
        margin-left: 10px;
}

.searchCard .work a {
    color: #66CC33;
}

div.loading-small {
  background:url(/images/mobile/large_loading_w.gif) no-repeat center;
  height:30px;
}



.searchCard ul{
     list-style: circle inside none;
}

.searchCard  li{
   border-bottom: 1px dotted #E3E4E5;
    list-style-position: outside;
    margin-bottom: 9px;
    text-overflow: clip;
    word-wrap: break-word;
   
}

.searchFor li{
    display: block;
    float: left;
    font-size: 8.5px;
    height: 50px;
    left: 2px;
    padding-bottom: 34px;
    padding-right: 10px;
    position: relative;
    top: 27px;
    width: 47px;
    text-align: justify;
}



/* =============================================================================
   Profile Page
   ========================================================================== */




.profileResultsMobile h1{
    background-color: DarkGrey;
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    font-weight: bold;
}

.profileBasicInfo h2{
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 5px;
    padding-top: 0;
}

#userNames a{
    
     margin-left: 7px;
}

.peekScoreProfile p{
    color: gray;
    font-weight: bold;
    margin-left: 5px;
}


.bioProfile p{
    font-size: 11px;
    margin-left: 5px;
    word-wrap: break-word;
}


.profile_tags{
     margin-left: 8px;
    margin-right: 13px;
}

.profile_tags a{
  border: 1px dotted lightGray;
    border-radius: 4px 4px 4px 4px;
    color: black;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 23px;
    margin-bottom: 6px;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;


}
.moreTagsLink{
    display: inline-block;
    width: 96px;
}

.showMore{
     border-bottom: 1px dotted #B5B5B5;
    height: 10px;
    margin-left: 36px;
    position: relative;
    right: 29px;
    text-align: right;
    width: 97%;
}

.showMore a{
    background-color: #F5F5F5;
    margin-right: 25px;
}

.showMoreLink span{
      color: #0000EE;
}

.profileLinksMobile{
    display:block;
	border-top: 1px dotted lightGray;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:3px
}

.profileLinksMobile .textAlignRight{
    margin-top: 2px;
    margin-left: 30px!important;
    margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
.profileLinksMobile img{
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 12px;
    position: relative;
    top: -7px;
}

/* location top 10 searches tag */

.profileLinksMobile li{
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prof_linkss{
    margin-bottom: 11px;
    margin-left: 9px;
    padding-bottom: 1px;
    position: relative;
    top: -2px;
}

/* Tag Cloud ( Top Searches ) */


.tagCloud li, .profileKeywords li{
    margin-left: 9px;
	list-style: circle inside none;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}



.topSearchTags{
	float:left;
	width: 50%;;
}


.proMobileLinks img{
   margin-left: 6px;
   margin-top: 10px;
   padding-left: 2px;

}

.spokeoMobileLinks img{
    margin-left: 6px;
    margin-top: 10px;
    padding-left: 2px;
}

.ussearchMobileLinks img{
    margin-left: 7px;
    margin-top: 10px;
    width: 7px;
}


.inteliusMobileLinks img{
    margin-left: 6px;
    margin-top: 10px;
    padding-left: 2px;
}
.proMobileLinks span img,
.spokeoMobileLinks span img,
.ussearchMobileLinks span img,
.inteliusMobileLinks span img {
	top: -10px!important;
}
.beenverifiedMobileLinks img{
    margin-left: 6px;
    margin-top: 10px;
    padding-left: 2px;
}
.phoneLowercase {
	text-transform:lowercase
}
.profile_comment{
    margin-top:40px;
}






/* =============================================================================
   Tag Landing Pages
   ========================================================================== */

.searchFor{
    margin-top: 12px;
    padding: 0 14px;
}

.searchFor a{
   margin-right: 10px;
}



div.liveWrapDiv {
 
}

/* =============================================================================
   Username Page 
   ========================================================================== */

#uname_result ul {
    line-height: 25px;
    list-style: none outside none;
    margin-left: 8px;
    padding-top: 20px;
    text-align: left;
}
#uname_result .column_right {
    float: right;
}
#uname_result .column_left {
    float: left;
    width: 155px;
}
#uname_result li {
    border-bottom: 1px solid #E6E6E6;
    height: 30px;
}
#uname_result p {
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    line-height: 24px;
    overflow: hidden;
    padding-bottom: 14px;
    padding-left: 6px;
    padding-top: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: -moz-linear-gradient(center bottom , #C2C2C2 7%, #D6D3D6 54%, #EBE8EB 93%);
    
}


.spokeoStuff p{
    padding-bottom: 8px;
    padding-top: 5px;
}


/* =============================================================================
   FB Box - Profile
   ========================================================================== */

.fb-comments{
    top:30px;
}

/* =============================================================================
   About US
   ========================================================================== */


.aboutUsContainer h1{
    background-color: DarkGrey;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    height: 27px;
    line-height: 25px;
}

.aboutUsContainer h3{
  font-size: 13px;
    font-weight: bold;
    margin-left: 6px;
}

.aboutUsContainer ul{
    list-style: disc inside none;
       margin-left: 15px;
}



.aboutPeekYouTeam{
    padding-top:39px;
}

.aboutPeekYouTeam img{
      padding-bottom: 18px;
    padding-top: 15px;
    width: 100%;
}

.aboutUsContainer p{
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 11px;
    padding-right: 15px;
    text-align: justify;
    margin-top: 10px;
}


/* =============================================================================
   About US - PRIVACY POLICY / TERMS
   ========================================================================== */

   #rec_artcl_terms > p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 5px;
    text-align: justify;
    }

    #rec_artcl_terms h4{
        font-weight: 600;
        margin-left: 15px;
        padding-bottom: 15px;
    }

    #rec_artcl_terms span {
        display: block;
        font-size: 14px;
    }

    #rec_artcl_terms h5{
        margin-left: 30px;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 14px;
    }


    #rec_artcl_terms ul li{
        list-style-type: disc;
        margin-left: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }





nav.breadcrumb {
    color: white;
}
nav.breadcrumb a {
    margin: 0 5px;
    text-decoration: underline;
    color: white;
}
nav.breadcrumb a:first-child {
    margin-left: 0;
}
nav.breadcrumb a:hover,
nav.breadcrumb a:focus {
    color: #333;
}
nav.breadcrumb a:active {
    color: #666;
}
nav.breadcrumb strong {
    margin-left: 5px;
    font-weight: bold;
    color: white;
}	



.topUsernamesList{
    margin-bottom: -42px;
    padding-top: 23px;
}

.usernameList{
    display:block;
    padding-left:10px;
}

.topUsernamesList h2{
    background-color: DarkGrey;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.usernameMsg{
    display: block;
    margin-top: 13px;
    padding-left: 10px;
    padding-right: 13px;
    padding-top: 5px;
    text-align: justify;
    font-size: 11px;
}

#usernameLvloader{
    height: 70px;
    padding-bottom: 50px;
    position: relative;
    top: 10px;
    display: none;
}
.instaBio{
    float: left;
    font-size: 11px;
    margin-top: 3px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 307px;
}
.usernameLvresult{
    height:100px;
    padding-left: 7px;
    border-bottom:1px solid #E6E6E6;
}
.usernameLvresult a{
    text-transform:capitalize;
}
.usernameLvresult h4{
    margin:10px 0px;
}

.usernameLvresult img{
    height:48px;
    width:48px;
    margin-right: 8px; 
    position: relative;
    top: 5px;
    float:left;
}

.usernameLvresult ul li{
    float: left;
    color: gray;
}

.usernameLvresult ul li:after { content: "|"; padding: 0 .5em; }

/*instantcheckmate*/
 span.instantcheckmate_button {
    background:url("/images/instantcheckmate_button_small.png") no-repeat;
    margin:4px 0px 0px 0px;
    padding:0px
}

#instantchekmate_profile span.instantcheckmate_button {
	margin:-40px 0px 0px 0px!important;
}

span.vitalrecords_button {
    background:url("/images/vitalrecords_button_small.png") no-repeat;
	margin:4px 0px 0px 0px;
	padding:0px;
	float:right
}
span.vitalrecords_button {
	margin:6px -42px -11px 3px!important
}

span.beenverified_static_button {
   	background:url("/images/bv_button_small.png") no-repeat;
	margin:4px 0px 0px 0px;
	padding:0px;
	float:right
}
span.beenverified_static_button {
	margin:6px -42px -11px 3px!important
}
.prof_links_social p,.prof_links_social h1 {
display:none
}


/*
.overlay_pic{
    background: url(/images/man_overlay.png) 13px 10px no-repeat transparent;
    height: 55px;
    width: 55px;
    position: absolute;
	top: 9px;
	left: 9px;
}

img.blur { width:55; height:55px; }
img.blur {
 -webkit-filter: blur(2px);
 -moz-filter: blur(2px);
 -ms-filter: blur(2px);
 -o-filter: blur(2px);
  filter: url(#blur);
  filter: blur(2px);
 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
  transition: 1s filter linear;
}
img.blur:hover  {
 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); 
  filter: blur(0px); 
}
*/
.error_page {
   margin-bottom:50px; 
}
.error_page h1{
   background: url(/images/404.png) no-repeat 0 25px;
   width: 304px;
   padding-top:255px;
   margin: 0 auto;
}
.error_page span.header_1{
    font-size: 16px;
    margin-bottom: 35px;
    display: block;
    text-align: center;
}
.error_page span.header_2{
    text-align: center;
    display: block;
    font-size: 22px;
}
.error_page a{
    color: #1a98d5;
    text-decoration: underline;
}



.workTab, 
.schoolTab, 
.moreTab{
    display: none !important;
}

.bio_text {
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	font-size:11px;
	margin-top:3px;
	color:#808080
}


/* =============================================================================
   Diretory
   ========================================================================== */

.sitemap_cont ul{
     width: 300px !important;
}

.sitemap_cont ul li{
    margin-right: 45px !important;
    width: 35% !important;
}




.aboutUsContainer h2{
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
}

.aboutUsContainer ol{
    margin-left: 15px;
    margin-right: 15px;
}


#logo {
    background: rgba(0, 0, 0, 0) url(../images/frontpage/logo.png) no-repeat scroll center center / 150px 30px;
    width: 150px;
    height: 35px;
    display: block;
}