@charset "utf-8";
/* Sitewide elements */

html {
	background: #ececec;
}

body, p {
	background: none !important;
	color: #5a5a5a;
	font-family: "news-gothic-std", "tk-jaf-facitweb", Helvetica,Arial,"Droid Sans",sans-serif; 
	font-style: normal;
	font-size: 14px; 
  	-webkit-font-smoothing: antialiased;
  	font-smooth: always;
	line-height:24px;
}

h1, h2, h3, h4 { font-family: "tk-jaf-facitweb","news-gothic-std",Arial,Helvetica,sans-serif; }

blockquote, blockquote p { font-size: 13px; }
blockquote { border-left:1px dotted #999999 !important; }

/* skip navigation */
.jump-link a { position: absolute; left: -999px; color: #ffffff; padding: 7px; background: red; border: 1px solid #ffffff; z-index: 99999;}
.jump-link a:focus { position: absolute; left: 15px; top: 0; }

.title { letter-spacing: -1px; }
.titlebold { letter-spacing: -1px; }
.edit-entry { border-top-style:dotted; border-top-width:1px; padding-top: 15px; }
.profile-box { border:1px solid #dddddd; -webkit-border-radius:4px; -moz-border-radius:6px; border-radius:6px; padding: 8px; margin-bottom: 8px; overflow:auto; }

.full-width { width: 98% !important; }
.norightmargin { margin-right: 0px !important; }
.directory-info { width: 100% !important; }

.no-margin-top      { margin-top: 0 !important; }
.no-margin-bottom   { margin-bottom: 0 !important; }
.no-margin-left     { margin-left: 0 !important; }
.no-margin-right    { margin-right: 0 !important; }
.no-padding-top    { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-left   { padding-left: 0 !important; }
.no-padding-right  { padding-right: 0 !important; }

/* Background colors */

.bg-lime { background: #96b232; }
.bg-white { background: #ffffff;  padding-bottom: 60px; margin-top:-1px;/* padding-left: 0px !important; padding-right: 0px !important; */ }
.white { color: #ffffff; }

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	overflow: auto;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}

/*Awesome Support style fixes*/
pre {
	white-space: pre-wrap !important;
}
.wpas-reply-single a{
    color: #337ab7 !important;
}

.wpas-reply-single a:hover{
    color: #23527c !important;
    text-decoration: underline !important;
}

.wpas-reply-single a:focus{
    color: #23527c !important;
    text-decoration: underline !important;
}

.wpas-functions-user-error {
	color: darkred;
}
				
/* no gutter Bootstrap*/		
.no-gutter {		
    padding-right:0;		
    padding-left:0;		
}

/* Fix Anchors */
/*:target:before {
content:"";
display:block;
height:120px;*/ /* fixed header height*/
/*margin:-90px 0 0;*/ /* negative fixed header height */
/*}*/

