/* GLD DIRECTORY */

<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"

      title="Wrap Long Lines">
  </head>
  <body>
    <pre>body {
    padding-top: 20px;
}

/* General Styles Google api fonts included are Source Sans Pro and Raleway (see code added to header)*/
html, body {
    color: #3f3f3f;
	font-family: 'Raleway', serif;
	line-height:135%;
    font-size: 98%;
	}
body.nav-fixed {
    padding-top: 70px;
}

body.maintenance-body {
    padding-top: 100px;
}

body.logged-in-line-body {
    padding-top: 110px;
}

body.maintenance-body.logged-in-line-body {
    padding-top: 140px;
}

/* Headers */
h1 {
    border-bottom: 2px solid #EBEBEB;
    font-size: 150%;
    color: #F9007C;
    margin: 0px 0 10px 0;
	text-align: center;
}
h1.page-header {
    padding-bottom: 9px;
	font-size: 210%;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}
h1 + form {
    margin-top: 30px;
}
h2 {
    border-bottom: 2px dashed #EBEBEB;
    margin-bottom: 20px;
    font-size: 140%;
}
h3 {
   border-bottom: 1px solid #EBEBEB;
   margin-bottom: 20px;
}
h3.panel-title {
    border-bottom: 0px;
}
.largetitle { 
	color: #000000;
    font-size: 150%;
	text-align: left;
    margin-bottom: 30px;
	padding: 0px;
} 

/* Premium Super bar background color */
h6 { 
	
	background-color:#ECF7FF;
    border-bottom: 0px solid #FB3498;
    font-size: 130%;
	text-align: center;
	margin-top: 0px;
    margin-bottom: 14px;
	padding: 6px;
} 

/* Joe - Standard No Pay entire search results box background color */
.std-nopay { 
	
	background-color:#CCCCCC;
} 
/* Joe - Standard Never Pay entire search results box background color */
.std-neverpay { 
	
	background-color:#666666;
}

/* Premium Plus bar background color */
h{ 
	color: #FFFFFF;
	background-color:#FC78BA;
    border-bottom: 0px solid #FB3498;
    font-size: 120%;
	text-align: center;
	margin-top: 0px;
    margin-bottom: 20px;
	padding: 3px;
} 

/* Premium bar background color */
h6c { 
	color: #FFFFFF;
	background-color:#00DF38;
    border-bottom: 0px solid #FB3498;
    font-size: 120%;
	text-align: center;
	margin-top: 0px;
    margin-bottom: 20px;
	padding: 3px;
} 

/* Font Adjustments */

.tiny {
    font-size: 70%;
}
blockquote p {
    font-size: 14px;
}

/* Maps */
#map {
    max-width: 100%;
    height: 300px;
    display: block;
}
#map_full {
    height: 600px;
    display: block;
    max-width: 100%;
}
#map_search {
    height: 300px;
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    clear: both;
}
.map_search_popup {
    width:300px;
    height:150px;
    line-height:1.35;
    overflow-x:hidden;
    white-space:nowrap;
}

/* Ratings stars */
.stars {
    cursor: pointer;
    line-height: 14px;
}
.stars-lg {
    cursor: pointer;
    font-size: 1.5em;
}
.stars .star {
    color: #FFCC00;
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
}
.stars .star.deactive:before {
    content: "\f006";
    color: #E8B900;
}
.stars .star.hover:before {
    content: "\f005";
    color: #FFCC00;
}
.stars .star.active:before {
    content: "\f005";
    color: #FFCC00;
}
.stars .star.active-half:before {
    content: "\f123";
    color: #FFCC00;
}
.listing_reviews_average .star {
    font-size: 2em;
}
.progress-rating {
    margin-bottom: 5px;
}

/* File upload overlay */
.file-cover {
    display: inline;
    margin-right: 20px;
    display: none;
}
.file-button {
    position: relative;
    overflow: hidden;
}
.file-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    transform: translate(-300px,0) scale(4);
}
.file-button-clear {
    position: relative;
    overflow: hidden;
    display: none;
}

/* Password Strength */
div.password_strength_container {
    height: 12px;
    margin-top: 5px;
    font-size: 90%;
    display: none;
}

div.password_strength {
    background-image:url('./images/password_strength.jpg');
    width: 100px;
    display: inline-block;
}

/* Logged in as user message */
div#logged-in-line {
    background-color: #d9edf7;
    border-bottom: 1px solid #bce8f1;
    overflow: hidden;
    padding: 5px 5px 5px 10px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    color: #3a87ad;
}

div#logged-in-line a {
    text-decoration: underline;
}

/* Maintenance Message */
div#maintenance-line {
    background-color: #ffeaea;
    padding: 5px 5px 5px 10px;
    height: 30px;
    overflow: hidden;
}

/* Table Adjustments */
.table {
    margin-bottom: 10px;
}
.table caption {
    padding: 0 5px;
    margin-bottom: 5px;
}

/* Form and form field adjustments */
fieldset legend {
    font-size: 16px;
    font-weight: bold;
}
div.form-control {
    height: auto;
}
.form-control {
    max-width: 300px;
}
textarea.form-control {
    max-width: 500px;
}
.form-control.tree{
    max-height: 400px;
    max-width: 500px;
    width: auto;
    overflow-y: scroll;
}
.form-inline .form-control {
    display: inline-block;
}

/* Font awesome adjustments */
/* Force font awesome icons to display properly on XS icons */
.btn-xs &gt; .fa {
    font-size: 14px;
    top: 1px;
    position: relative;
}
.panel-heading .fa {
    margin-right: 0px;
}
.fa-pinterest, .fa-pinterest-square{
    color: #910101;
}
.fa-facebook, .fa-facebook-square{
    color: #3b5998;
}
.fa-twitter, .fa-twitter-square{
    color: #00a0d1;
}
.fa-youtube, .fa-youtube-square{
    color: #c4302b;
}
.fa-linkedin, .fa-linkedin-square{
    color: #4875B4;
}
.fa-google-plus, .fa-google-plus-square{
    color: #C63D2D;
}
.fa-foursquare, .fa-foursquare-square{
    color: #8FD400;
}

/** Navbar form adjustments **/
.navbar-form {
    margin-top: 15px;
}
.navbar-form .form-control {
    width: 100%;
}
.navbar {
    min-height: 68px;
}
.navbar-collapse {
    max-height: none;
}

/* Utility classes */
.clear-right {
    clear: right;
}
.clear-left {
    clear: left;
}
.no-margin {
    margin: 0;
}

/* Panel Adjustments */
.panel-heading .btn-xs {
    margin-top: -2px;
    margin-left: 5px;
}

/* Button adjustments */
.btn-row .btn {
    margin-bottom: 10px;
    margin-right: 10px;
}
.btn-sm &gt; .badge {
    font-size: 11px;
    margin-left: 5px;
}

/* List group adjustments */
.list-group-item + h5 {
    margin-top: 0;
}
.list-group-item h2 {
    margin: 0;
    border: 0;
}

/* Hours adjustments */
.hours_container .well {
    margin-bottom: 5px;
}

/* Row Spacing */
.row-spaced {
    margin-bottom: 15px;
}

.col-spaced {
    margin-bottom: 15px;
}

/* Thumbnail adjustments */
.img-thumbnail {
    margin: 0 10px 10px 0;


}

.banner.img-responsive {
    margin: 0 auto;
}

/* Menu Adjustments */
.sub_menu {
    padding-left: 30px;
    margin-top: 1px;
}

/* Results adjustments */
#search_results_sort {
    width: auto;
}
. h4 {
    margin-top: 0;
}
/*Jim user didn't pay */
.listing_results_nopay h4 {
    margin-top: 0;
	background-color: #CCCCCC;
}
/*Jim user never pay */
.listing_results_neverpay h4 {
    margin-top: 0;
	background-color:#C0C0C0;
}
. .stars {
    margin-bottom: 5px;
}
/* Jim customized */
.listing_results_address {
    display: inline-block;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 2px;
}
.listing_results_map_marker {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 32px;
    margin: 0;
    padding: 0;
    background-image: url('./images/icon_google_map_markers.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    zoom: 1;
    *display: inline;
    margin: 0 5px 0 0;
}
.listing_results_map_marker1 { background-position: 0 0; }
.listing_results_map_marker2 { background-position: -20px 0; }
.listing_results_map_marker3 { background-position: -40px 0; }
.listing_results_map_marker4 { background-position: -60px 0; }
.listing_results_map_marker5 { background-position: -80px 0; }
.listing_results_map_marker6 { background-position: -100px 0; }
.listing_results_map_marker7 { background-position: -120px 0; }
.listing_results_map_marker8 { background-position: -140px 0; }
.listing_results_map_marker9 { background-position: -160px 0; }
.listing_results_map_marker10 { background-position: -180px 0; }
.listing_results_map_marker11 { background-position: -200px 0; }
.listing_results_map_marker12 { background-position: -220px 0; }
.listing_results_map_marker13 { background-position: -240px 0; }
.listing_results_map_marker14 { background-position: -260px 0; }
.listing_results_map_marker15 { background-position: -280px 0; }
.listing_results_map_marker16 { background-position: -300px 0; }
.listing_results_map_marker17 { background-position: -320px 0; }
.listing_results_map_marker18 { background-position: -340px 0; }
.listing_results_map_marker19 { background-position: -360px 0; }
.listing_results_map_marker20 { background-position: -380px 0; }

/* Listings */
#send_to_phone_container {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
#call_container {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

/* Add This Responsiveness */
#addthis{
    max-width:100% !important
}
#addthis &gt; .addthis_default_style {
    padding: 5px 0 5px 0;
}
#addthis &gt; .addthis_button_google_plusone {
    width: 65px;
}
#addthis &gt; .addthis_button_tweet {
    width: 85px;
}
#addthis &gt; a {
    margin: 0 15px 5px 0;
    padding: 0px;
}

/** Events Calendar **/
#events_calendar_small {
    width: 200px;
    margin: 0 auto;
    font-size: 10px;
}
#events_calendar_small.fc-header-title h2 {
    font-size: .9em;
    white-space: normal !important;
}
#events_calendar_small.fc-view-month .fc-event,
#events_calendar_small.fc-view-agendaWeek .fc-event {
    font-size: 0;
    overflow: hidden;
    height: 2px;
}
#events_calendar_small.fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}
#events_calendar_small.fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}
.nav-tabs {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        padding-right: 0;
        padding-left: 5px;
    }
    .navbar-toggle {
        margin-right: 10px;
    }
    .collapse .form-control {
        margin-bottom: 5px;
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
           -moz-transition: all .25s ease-out;
                transition: all .25s ease-out;
    }
    .row-offcanvas-right {
        right: 0;
    }
    .row-offcanvas-left {
        left: 0;
    }
    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -75%; /* 6 columns */
    }
    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -75%; /* 6 columns */
    }
    .row-offcanvas-right.active {
        right: 75%; /* 6 columns */
    }
    .row-offcanvas-left.active {
        left: 75%; /* 6 columns */
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 75%; /* 6 columns */
        margin-left: 15px;
    }
}
/* footer style added by Joe */
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	
	text-align: center;
	margin-top:10px; margin-bottom:35px
}

.category-size {    font-size: 110%;
					font-weight: normal;
					margin-top:0px; margin-bottom:0px
					}    

.count-size {    font-size: 80%;}


ol { margin-top:0px;}
ul { list-style-type: disc; list-style-position: outside; margin-top:0px}
li { line-height: 16px; margin-top:0px; margin-bottom:8px }
span.text ol { padding-left: 25px; padding-bottom: 5px; padding-top: 5px; }
span.text ul { padding-left: 25px; padding-bottom: 5px; padding-top: 5px; }
span.text li { list-style: disc; }
.text_description ul{
	padding: .0em 0 0 30px
}
.text_description ol{
	padding: .0em 0 0 30px
}
.text_description li{
	padding: .5em 0 0 0
}
.text_description p { margin:1.0em 0px 0px 0px; padding:0px; }

/*--Custom added by Joe --*/
 .row-orange {
	background: #FF9966;
	}
.row-yellow {
	background: #FFFFCC;
	margin-bottom: 5px;
	}
.row-yellow2 {
	background: #FFFFCC;
	margin-bottom: 15px;
	}
.row-green {
	background: #CBF5DF;
	margin-bottom: 5px;
	}
.row-blue {
	background: #D6D6FF;
	margin-top: 25px;
	}
.clearboard {
	clear: both;
	margin-bottom: 15px;
	}
.calbold {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 0px;
	}
.logo  {
	margin-top: -11px;
	}
.breadcrumb {
        background-color: #FFFFFF;
		margin-top: 10px;
}
.panel-heading {
    background-color: #E0F4FE !important;
	}
.category-size {    
	font-size: 140%;
	font-weight: normal;
	margin-top:15px; margin-bottom:8px;
	}    
.category-size2 {    font-size: 100%;
					font-weight: normal;
					margin-top:3px; margin-bottom:0px;
					}    

.count-size {    font-size: 80%;}

small { font-family: Arial;
		font-size:70%;
		margin-top: 0px;
		margin-bottom: 0px;
		
}

biggie { font-family: Arial;
		font-size:140%;
		margin-top: 0px;
		margin-bottom: 0px;
		
}
.subcat { margin-top: 0px;
		
}
.subcat2 { margin-top: 0px;
	font-family: Arial;
	line-height: 11px;
}

/* make form field labels nonbold*/
.control-label {
    font-weight: normal;
}

.btn-add-listing{color:#333;background-color:#95FFB8;border-color:#FF66CC}

.listing_sidebox_title { font-weight: normal; line-height: 110%; }
.listing_sidebox_description { font-size: 12px; line-height: 105%; }
.listing_sidebox_details { font-size: 12px; padding-top: 0px; }
.listing_sidebox_location { font-size: 12px; line-height: 90%; }

.clear   {clear: both;}

/* text wrap in source code mode - added by Joe*/

.cke_source {
    white-space: pre-wrap !important;
}

/*Jim - blue envelope icon*/
.glyphicon-envelope {
	color: #0066FF;
}
/*Joe - adjusts bottom spacing on search results box*/
.panel-body {
	margin-top: 0px;
	margin-bottom: -10px;

}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}</pre>
  </body>
</html>
