@charset "utf-8";
/* Sitewide elements */

html {
	background: #5282d6 url('images/balch-auditorium.jpg') no-repeat bottom right fixed;
	background-size: 100%;
	-webkit-background-size: auto; /*for webKit*/
	-moz-background-size: auto; /*Mozilla*/
	-o-background-size: auto; /*opera*/
	background-size: auto; /*generic*/
	font-family: "news-gothic-std",Helvetica,Arial,"Droid Sans",sans-serif;
}

body {
	background: none !important;
	color: #333333;
	font-family: "tk-jaf-facitweb","news-gothic-std",Helvetica,Arial,"Droid Sans",sans-serif; 
	font-style: normal;
	font-weight: 400;
	font-size: 12px; 
	line-height: 16px;
}




h1, h2, h3 { font-family: "tk-jaf-facitweb","news-gothic-std",Arial,Helvetica,sans-serif; letter-spacing: -1px; }



blockquote, blockquote p { font-size: 13px; }
blockquote { border-left:1px dotted #999999 !important; }

.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; }

/* Background colors */

.bg-lime { background: #96b232; }
.bg-white { background: #ffffff; /* 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;
	}

/* Responsive Options */

@media (max-width: 767px) {

/*body {
	padding-left: 0px !important;
	padding-right: 0px !important; 
	overflow-x: hidden;
}

.container { padding: 8px; } */

}