
/* site header */
#ss-site-header {
	background-color: white;
  border-radius: 8px;
}
nav {
	z-index: 1100;
}
#ss-site-photo img {
	border: 1px solid gray;
	margin: 2px 1em;
	height: 110px !important;
}
/* site footer */
#ss-site-footer {
	margin: 2em auto .7em auto;
}
#ss-site-footer.row {
	background-color: #fff;
	padding: .5em 0;
}
#ss-site-about {
	font-size: 80%;
}

#ss-site-copyright {
	font-size: 70%;
	float: right;
}
.header div,
.footer div {
  margin: 1em auto;
}

.ss-float-left {
	float: left !important;
  margin-right: .5em;
}

.ss-float-right {
	float: right !important;
  margin-left: .5em;
}
.ss-center {
	float: none !important;
	margin: 0 auto !important;
}

#ss-site-content > div {
   margin-left: 0;
   margin-right: 0;
}
#ss-site-content > div > [class^="col-"],
#ss-site-content > div > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* specific content formatting */
.ss-content-article {
  margin: 1em auto;
  xwidth: 90%;
  padding: 1em 3em 3em 3em;
  background-color: white;
}
.ss-content-header  {
	margin-left: 1em;
}
.ss-content-highlight  {
	padding: 1em;
	background-color: white;
	margin: 1em;
}
.ss-content-highlight h3 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
.ss-content-highlight .ss-content-image img {
	border: 1px solid gray;
	margin-bottom: .3em;
}
.ss-content-highlight .badge,
.ss-page-gear-classifieds .badge
{
  background-color: gray;
  opacity: 50%;
  font-size: .8em;
}
.ss-new-label {
	margin-right: .2em;
	vertical-align: middle;
	font-size: .6em;
}
.ss-updated-label {
	margin: .1em .2em 0 1em;
  padding-bottom: .2em;
	font-size: .7em;
}
address {
	font-size: smaller;
}
.ss-content-highlight address {
	margin: 0;
	padding: 0;
}
.ss-content-highlight h4 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
.ss-relateditems {
	font-size: smaller;
  margin: 0.5em 0 0 0;
}
.ss-content-photo {
	padding: .5em;
	background-color: #F5F5F5;
	margin: 1em;
	/* width: max-content; */
  display: table;
}
.ss-content-photo figure {
  margin: .5em;
  display: table;
}
.ss-content-photo figure img {
	border: 1px solid gray;
	max-width: 100%;
}
.ss-content-photo figure figcaption {
	display: table-caption;
	caption-side: bottom;
	margin: 0 auto;
  padding: 0.2em .5em;
  font-size: smaller;
}
.left-column .ss-content-photo {
  margin: 1em auto;
}
.ss-content-article > figure {
  margin: 1em;
  padding: 1em 1em 0;
  background-color: #F5F5F5;
  display: table;
}
.ss-content-article > figure img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 1px solid gray;
}
.ss-content-article > figure figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: .2em 2em 1em;
  font-size: smaller;
  background-color: #F5F5F5;
}
.ss-content-photo .ss-relateditems {
	/* font-size: inherit; */
  margin: 0.25em 1em 0 1em;
}
.ss-content-photo h4 {
	font-size: inherit;
  margin: 0;
  padding: 0;
}

.ss-content-member-highlight, 
.ss-content-upcomingevents {
	padding: 1em;
	background-color: white;
	margin: 1em;
}
.ss-content-member-highlight h3,
.ss-content-upcomingevents h3 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
.ss-content-memberlist {
	margin: 1em;
}
.ss-content-memberjumplist {
  text-align: center;
}
.glyphicon, 
svg.svg-inline--fa {
	margin: 0 2px;
}
.awesome-marker svg {
  color: #333;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

body {
	background-image: url('/images/snowback.gif');
}

.mainbody h2:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .disabled_container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.ss-content-edit {
	color: white;
	background-color: navy;
	display: inline-block;
	padding: .5em;
}

.ss-content-adblock {
  text-align: center;
  margin: 1em auto;
  display: inline-block;
  width: 100%;
}
.ss-content-adblock .img-responsive {
  margin: 0 auto;
}
.ss-content-pressrelease {
	background-color: white;
	margin: 1em;
	padding: 3em 8em;
	font-family: monospace;
  overflow: auto;
}
@media (max-width: 768px) {
	.ss-content-article {
		padding: 1em 1em 2em 1em;
	}
	.ss-content-pressrelease {
		margin: .5em;
		padding: 1em 2em;
	}
}
.ss-content-pressrelease .ss-headline, 
.ss-content-pressrelease .ss-title {
	text-align: center;
	margin: 1em auto;
}
.ss-content-pressrelease p img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ss-ad-sidebar, .ss-ad-banner, .ss-ad-column {
  margin: .25em;
  border: 1px solid gray;
}

.ss-compact-list {
  font-size: .85em;
  padding: 0.2em 1.2em;
  margin: 0;
}

.ss-author {
  font-style: italic;
}

.ss-results-section {
  margin-left: 0;
}
.ss-results-primaryresult {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.ss-results-related {
  font-size: .7em;
  margin-top: .2em;
  margin-bottom: .2em;
  font-weight: normal;
}

fieldset {
	padding: 0em 1em 1em 1em;
  border: 1px solid gray;
  display: inline-block;
}
fieldset legend {
  margin: 0 0 .3em 0;
  padding: 0 .2em;
  font-size: 1.2em;
  border-bottom: 0;
  width: inherit;
}

.ss-status-cancelled {
    animation: blinkingWhiteText 1.2s infinite;
		margin: 0 .5em 0 .2em;
		vertical-align: top;
		line-height: 2em;
}
@keyframes blinkingWhiteText {
    0% { color: #fff; }
    20% { color: transparent; }
    80% { color: #fff; }
}
.ss-blink {
	animation: ss-blink-animation 1s steps(5, start) infinite;
	-webkit-animation: ss-blink-animation 1s steps(5, start) infinite;
}
@keyframes ss-blink-animation {
	to {
	visibility: hidden;
	}
}
@-webkit-keyframes ss-blink-animation {
	to {
	visibility: hidden;
	}
}

/* generic form formatting */
.ss-form-hint {
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
}
.ss-form-inline {
	white-space: nowrap;
  display: inline-block;
  margin-left: 1em;
}
.ss-form-verticalcenter {
  position: absolute;
  top: 50%;
}
.ss-form-selectnull option:first-child {
	font-style: italic;
	display: none;
}
div.ss-form-verticalbuttons {
	padding: 1em 2em;
}
div.ss-form-verticalbuttons label {
  display: block;
}
fieldset.ss-form-verticalbuttons {
	padding: 0em 1em 1em 3em;
}
fieldset.ss-form-verticalbuttons legend {
	margin-left: -1.5em;
}
fieldset.ss-form-verticalbuttons label {
  display: block;
  text-indent: -3em;
}
fieldset.ss-form-verticalbuttons label span {
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
}
.ss-form-disabled {
	color: #999;
}
.ss-form-formerror {
	display: inline-block;
	color: red;
	background-color: white;
	border: 2px solid red;
	margin: 1em 2em; 
	padding: .2em .5em;
}
.ss-form-formwarning {
	display: inline-block;
	background-color: orange;
	border-radius: 8px;
	padding: .5em 1em;
	font-weight: bold;
}
/* form fields */
.ss-form-name {
	min-width: 25em;
	width: 70%;
}
.ss-form-date, .ss-form-datestart, .ss-form-dateend {
	width: 7em;
}
.ss-form-url {
	min-width: 25em;
	width: 70%;
}
.ss-form-city {
	min-width: 15em;
	width: 50%;
}
.ss-form-state {
	width: 2em;
}
.ss-form-zip {
	width: 5em;
}
.ss-form-firstname {
	width: 8em;
}
.ss-form-lastname {
	width: 15em;
}
.ss-form-fullname {
	min-width: 20em;
	width: 50%;
}
.ss-form-address {
	min-width: 20em;
	width: 50%;
}
.ss-form-email {
	min-width: 25em;
	width: 60%;
}
.ss-form-password {
	width: 10em;
}
.ss-form-search {
  width: 15em;
}
.ss-form-buttons .btn-default {
  margin: .5em 0 .5em 1em;
}
.ss-form-button-selected {
  font-weight: bold;
}
.ss-form-button-delete {
  margin-left: 3em !important;
}

/* controlform formatting */
.ss-controlform {
	padding-left: 1em;
	padding-right: 1em;
}
.ss-controlform input[type='radio'] {
	margin-left: 1em;
	margin-right: .2em;
}

/* inputform formatting */
.ss-inputform {
	padding: 2em 1em;
}
.ss-inputform .row {
	margin-bottom: 1em;
}
.ss-inputform input[type='radio'] {
	margin-left: 1em;
	margin-right: .2em;
}
.ss-inputform textarea {
	width: 98%; 
	margin: 0 auto .3em auto; 
}
.ss-inputform input[type='submit'] {
	margin-left: 2em;
}


/* tablelist formatting */
.ss-tablelist {
	background-color: white;
  margin: 0 auto;
  width: 95%;
}
.ss-tablelist .badge {
  opacity: 50%;
  font-size: .8em;
}
.ss-tablelist-buttons {
  margin: 2em auto;
  text-align: center;
}
.ss-tablelist-buttons .btn-default {
  margin: .5em 2em;
}

.ss-resultcode-block {
	display: inline-block;
}
.ss-resultcode-pass {
	color: green;
}
.ss-resultcode-fail a {
	background-color: red;
	color: white;
}
.ss-resultcode-unknown a {
	color: orange;
}

/* need updating to bootstrap */
.content_poll { font: .7em verdana,arial,helvetica,san-serif; background-color: #F0F0DF; margin: 2px; line-height: 1.5em; text-align: left; border: 1px solid gray; }
.content_poll_header { font-size: 1.3em; padding: 2px; text-align: center; color: #FFFFFF; background-color: #CDC477; font-weight: bold; }
.content_poll_title { font-size: 1.0em; padding: 4px 2px; font-weight: bold; }
.content_poll_row { padding: 3px; line-height: 1.2em; }
.content_poll_buttons { margin-top: .7em; margin-bottom: .5em; }
.content_poll_questions { list-style-type: none; list-style-position: outside; margin: 4px 0px; padding-left: 30px; padding-right: 5px; text-indent: -25px; }
.content_poll_questions label { padding-left: 3px; line-height: 1em; }

/* hold over from old site, for article archives */
.headline { font-size: 1.2em; font-weight: bold; }
.fixednews { font-family: monospace; }
.smallfont { font-size: .8em; }

/* page specific formatting */
.ss-page-racing-results form label {
  margin-left: 1em;
}
.ss-page-racing-results .badge {
  opacity: 50%;
  font-size: .9em;
} 
.ss-page-racing-outlook ul {
	padding: 1em 2em;
	background-color: white;
}
.ss-page-racing-outlook ul ul { 
  margin-left: .5em 0;
	padding: .2em 2em 1em 2em;
}
.ss-page-racing-outlook h4 {
  margin-bottom: 0;
}

.ss-supporters-sponsors div.row div {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 125px;
}
.ss-supporters-orgs,
.ss-supporters-members {
	margin-bottom: 1em;
}
.ss-links-intro {
	background-color: #fff;
	padding: 2em;
	display: inline-block;
}
.ss-links-member {
	font-weight: bold;
	font-size: 1.3em;
}
.ss-links-member div {
	margin-bottom: 1em;
	font-weight: normal;
	font-size: .8em;
}

.ss-gear-member-block {
  margin: .2em 1em;
}
.ss-gear-member-badge {
  text-align: center;
  min-width: 180px;
  display: inline-block;
  margin: 1em 2em;
}
.ss-classifieds-ads {
  width: 90%;
  margin: .6em auto;
}
.ss-classifieds-adheader {
  padding: .2em 1em !important;
  xfont-weight: bold;
  font-size: 1.1em;
}
.ss-classifieds-adheader a {
  color: blue;
  text-decoration: none;
}
.ss-classifieds-adheader a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.ss-classifieds-adheader img,
.ss-classifieds-loc {
  float: right;
  padding-right: .5em;
  vertical-align: middle;
}
.ss-classifieds-detail {
  padding: .2em 1em;
  background-color: #fff;
}
.ss-classifieds-lastupdate {
  float: right;
  margin-top: .5em;
  margin-right: .8em;
  font-size: .7em;
  font-style: italic;
}
.ss-classifieds-edititem .btn {
  margin-left: 3em;
  padding: .2em .5em;
}
.ss-classifieds-edititem textarea {
	width: 70%; 
  min-width: 30em;
  margin: 0;
}
.ss-classifieds-editdetail label {
  display: block;
}
.ss-classifieds-editdetail textarea {
	width: 80%; 
  min-width: 30em;
	margin: 0; 
}

.ss-reporting-newreport {
	margin: 1em 3em;
	float: right;
}
.ss-reporting-requests {
	border: 2px double gray; 
	background: wheat; 
	margin: .5em 1em;
	padding: .5em;
}
.ss-reporting-header {
	font-size: 1.2em;
}
.ss-reporting-text {
}
.ss-reporting-trail {
	font-weight: bold;
	vertical-align: top;
}
.ss-reporting-section {
	display: table;
	vertical-align: middle;
	width: 100%;
	background-color: white;
}
.ss-reporting-section img {
	float: left;
	padding: 2px 5px;
	margin-right: 2em;
}
.ss-reporting-section h3 {
}
.ss-reporting-sectionlist {
	padding: 0; 
	margin: 0 2em 2em 0em;
}
.ss-reporting-sectionlist li {
  margin-top: .5em; 
}
.ss-reporting-sectionlist > li {
  margin: .5em 0 0 2em; 
}
.ss-reporting-subsection {
	margin-top: 1.5em;
}
.ss-reporting-subsection h4 {
	display: inline-block;
	margin: 0;
	padding-right: 1em;
}
.ss-reporting-subsection-weather {
}
.ss-reporting-subsectionlist {
}
.ss-reporting-time {
  display: inline; 
	margin: 0 .5em 0 .5em;
	font-size: .8em;
}
.ss-reporting-time .label {
	background-color: lightgray;
}
.ss-reporting-subtypes {
  display: inline; 
	margin: 0 0 0 1em;
  font-size: .9em;
}
.ss-reporting-Firsthand {
  background: white;
	color: black;
	font-weight: bold; 
}
.ss-reporting-Grooming {
  background: blue;
	color: white;
	font-weight; bold; 
}
.ss-reporting-Observation {
  background: orange; 
}
.ss-reporting-Secondhand {
  background: red;
	color: white; 
}
.ss-reporting-Scheduling {
  background: green;
	color: white; 
}
.ss-reporting-Crime {
  background: black;
	color: white; 
}
.ss-reporting-level {
  background: orange;
	padding: 2px 4px; 
}
.ss-reporting-stats {
  display:inline;
	font-size: .8em;
	margin: 0 0 0 1em;
	white-space: nowrap;
}
.ss-trailsopen-Closed {
  color: red;  
	font-weight: bold;
}
.ss-reporttable-section {
	font-weight: bold;
	font-size: 2em;
	background: #809fff;
	color: white;
	vertical-align: middle;
	margin: 1em 0 0 0 !important;
}
.ss-reporttable-subsection {
	background: white;
}
.ss-reporttable-subsection-name {
	font-weight: bold;
	font-size: 1.5em;
}
.ss-reporttable-subsection-weather {
	font-style: italic;
	font-size: 1.3em;
}
.ss-reporttable-header,
.ss-reporttable-header2 {
	background: #f0f0f0;
}
.ss-reporttable-header td {
	font-size: 1.2em;
	font-weight: bold;
	padding: .3em 0 0 0 !important;
}
.ss-reporttable-header2 td {
	padding: 0 0 .3em 0 !important;
}
.ss-reporttable-photos {
	font-size: 2em;
}
.ss-reporttable-user {
	font-weight: bold;
}
.ss-reporttable-textsection .ss-new-label {
	margin: .2em auto;
	font-size: .7em;
}
.ss-reporttable-textsection td {
	padding-bottom: 2em !important;
}
.ss-reporttable2-header {
	background: #9999FF;
}
.ss-reporttable2-textsection {
	background: rgba(255, 255, 255, 0.5);
}
.ss-reporttable2-textsection td {
	padding-bottom: 1em !important;
}
.ss-reporttable2-name {
	font-weight: bold;
}
.ss-reporttable2-postdate {
	font-style: italic;
	font-size: smaller;
}
.ss-reporting-digest .ss-reporting-time {
	font-size: 1em;
	vertical-align: top;
	margin: 0 .5em 0 0;
}
.ss-reporting-digest .ss-reporting-subtypes {
	font-size: 1em;
	margin: 0 .5em 0 0;
}
.ss-reporting-digest .ss-reporting-stats {
	font-size: .9em;
	margin: 0 .5em 0 0;
}
.ss-reporting-digest .ss-skirating {
	font-size: .9em;
	margin: 0 .5em 0 0;
}
.ss-xxagefactor-1 {
	opacity: 90%;
}
.ss-xxagefactor-2 {
	opacity: 80%;
}
.ss-xxagefactor-3 {
	opacity: 70%;
}
.ss-xxagefactor-4 {
	opacity: 60%;
}
.ss-xxagefactor-5 {
	opacity: 50%;
}
.ss-xxagefactor-6 {
	opacity: 40%;
}
.ss-xxagefactor-7 {
	opacity: 30%;
}

/* special cases - old code programming */
.left-column table {
	margin: 0 auto;
	background-color: #ffffcc;
	border-radius: 8px;
	width: 100%;
}
.left-column table td {
	padding; 1em;
}

.ss-highlight-aqua {
	background-color: #0FF;
}
.ss-highlight-blue {
	background-color: #00BFFF;
}
.ss-highlight-yellow {
	background-color: #FF0;
}
.ss-highlight-tan {
	background-color: #D2B48C;
}
.ss-highlight-lime {
	background-color: #0F0;
}
.ss-highlight-gold {
	background-color: #FFD700;
}
.ss-highlight-silver {
	background-color: #C0C0C0;
}
.ss-highlight-wheat {
	background-color: #F5DEB3;
}
.ss-highlight-unknown {
	background-color: #FFFF00;
}
.ss-color-red {
	color: red;
}

/* calendar */
.ss-calendar-mini {
	width: 50%;
	font-size: .7em;
	border-collapse: collapse;
	border-style: hidden;
}
.ss-calendar-mini th {
	text-align: center;
	border: 1px dotted lightgray;
}
.ss-calendar-mini td {
	text-align: right;
	border: 1px dotted lightgray;
}
.ss-calendar-mini td.ss-calendar-header {
	text-align: center;
	background-color: tan;
	font-weight: bold;
	font-size: 1.3em;
}
.ss-calendar-header-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 2em;
	width: 60%;
}
.ss-calendar-header-cal {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}


/* mapping */
#mapWindow {
  height: 450px; 
  width: auto;
  border: 2px solid black; 
  padding: 0.8em;
  background-color: white;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
#map {
  height: 100%;
  width: auto;
  border: 1px solid gray; 
}
.ss-page-gear-stores table:first-child,
.ss-page-lodging table:first-child {
  margin: 0 auto;
  width: 90%;
}
.ss-salesswap-table > tbody > tr > td {
	border: 0;
}
.ss-page-lodging-member table {
  background-color: #fff;
}
.ss-page-account-restricted .ss-form-formwarning {
	display: table;
	margin: .5em 0 1em 0;
}
.ss-page-account-status fieldset table {
	background-color: white;
}
.ss-page-account-settings .ss-inputform label {
	padding-right: .5em;
}
.ss-page-account-orgrequest .ss-inputform label {
	padding-right: 1em;
}
.ss-page-trails-reports .table td {
	border: 0;
}
.ss-account-header {
	background-color: white;
	padding: .5em .5em .2em 1em;
	margin-bottom: 1em;
}
.ss-account-header label {
	padding-right: 1em;
}
.ss-account-ad-age {
	font-style: italic;
}
.ss-account-subscription {
	background-color: white;
}
.ss-account-subscription label {
	padding-right: 1em;
}
.ss-account-ad-title, 
.ss-account-ad-age {
	font-size: .9em;
}
.ss-account-loginexisting,
.ss-account-loginnew {
	display: inline-block;
	background-color: white;
	padding: 1em 2em;
	margin-bottom: 2em;
}
.ss-account-loginexisting input {
	margin-left: 1em;
}
.ss-memberships-annual,
.ss-memberships-monthly {
	background-color: white;
}
.ss-memberships-annual form,
.ss-memberships-monthly form {
	padding-top: .5em;
	padding-bottom: 0;
}
.ss-lodging-memberphoto, 
.ss-lodging-memberphoto, 
.ss-lodging-featurephoto img {
  border: 1px solid gray;
}
.ss-lodging-featurephoto {
  display: table-cell;
}

/* custom code */
/* custom code as highlight item */
.ss-custom-highlight {
	background-color: white;
	padding: 1em;
	margin: 1em;
}
/* biography */
.ss-custom-bio {
  background-color: tan;
  padding: .5em;
  margin-top: 2em;
  width: 100%;
  max-width: 100%;
}
.ss-custom-bio td {
  width: 50%;
}
.ss-custom-bio td {
  padding: .5em;
  font-size: .9em;
}
.ss-custom-bio img {
    max-width: 100%;
    height: auto;
    display: block;
}
.ss-custom-fullbanner {
  text-align: center;
}
.ss-custom-fullbanner img {
  max-width: 100%;
  height: auto;
}
/* lodging map */
.ss-custom-code-371 {
  text-align: center !important;
}
.ss-custom-code-371 img {
  border: 2px solid black;
}
/* sales/specials */
.ss-custom-code-370 {
  margin: .5em auto;
  padding: .5em;
}
/* job listings */
.ss-custom-code-1800 h2 {
  padding: 0 .8em;
}
.ss-content-job {
	padding-right: 1.5em;
	font-family: monospace;
}
.ss-waxingrecs {
  background: gray;
  color: white;
  font-weight: bold;
  padding: 5px;
  width: fit-content;
}
.ss-waxingrecs div {
  padding: 1px 2px 1px;
}
.ss-waxingrecs div img {
  padding: 3px 1px 1px;
  border-radius: 5px;
}

