/*
Theme Name: SSA Theme
Description:SSA Theme
Author: Lepp Design
Author URI: http://www.leppdesign.com
Version: 1.0
License:
License URI:

General comments (optional).
*/



body {
	color: #333;
	font-size: 14px;
	font-family: 'Lora', serif, Georgia;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/innerback_rpt.gif) repeat-x;
}
p {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
td { }
a:link { color: #497878; text-decoration: underline; }
a:visited { color: #497878; text-decoration: underline; }
a:hover { color: #497878; text-decoration: underline; font-size:100%;}
a:active { color: #497878; text-decoration: underline; font-size:100%;}
a:focus { color: #497878; text-decoration: underline; font-size:100%;}
h1 {
	color: #497878;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Quattrocento', serif, Georgia;
	line-height: 30px;
}
h2 {
	color: #497878;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	margin: 0 0 5px;
}
.innercontent ul li {color: #497878;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	margin: 15px 30px; list-style:none;}
h3 { color: #497878; font-size: 14px; font-weight: bold; /*margin-bottom: -12px;*/ }
h4 { color: #645f5a; font-size: 15px; font-weight: bold; margin: 0 0 5px; }
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 980px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
}

.top {
	background-color: #645f5a;
	height: 26px;
	width: 965px;
	float: left;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	font-family: 'Lora', serif, Georgia;
	font-size: 16px;
	color: #FFFFFF;
}
.top a:link { color: #ccffff; text-decoration: underline; }
.top a:visited { color: #ccffff; text-decoration: underline; }
.top a:hover { color: #ffffff; font-size:100%;}
.top a:active { color: #ffffff; font-size:100%;}
.top a:focus { color: #ffffff; font-size:100%;}

.logonav {
	background: #ffffff;
	height: 162px;
	width: 980px;
	clear: both;
	float: left;
}
.logo {
	float: left;
	width: 220px;
}
.navmenu {
	width: 750px;
	margin-left: 220px;
	text-align: right;
	height: 79px;
	padding-top: 83px;
	padding-right: 10px;
}

.footer {
	padding: 15px 0;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #ccc4bd;
	text-align: center;
	height: 45px;
	width: 100%;
	min-width: 980px;
	float: left;
}
.footer p {
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}

/* these are extra items */

blockquote.block1 {
	padding: 10px 20px;
	font-size: 16px;
	font-style: italic;
	border: 1px solid #dadcdb;
	background: #e4e7e8;
	-moz-border-radius: 15px;
	border-radius: 5px;
	width: 450px;
	}
ol.ol1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
ul.ul1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
img.floatimg {
	float: left;
	margin-right: 25px;
	margin-top: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	
	}
table{
	border: 1px solid #dadcdb;
	width:100%;
	}
caption {
	font-family: cursive, Georgia;
	font-size: 18px;
	color: #5b7788;
}
td {
	border-right: 1px solid #dadcdb;
	border-bottom: 1px solid #dadcdb;
	padding: 6px 6px 6px 12px;
	font-size: 14px;	
}


td.alt {
	
	background: #eeeeee;
	
}
th {
	font: bold 11px Verdana, Arial, Helvetica;
	color: #5b7788;
	border-right: 1px solid #dadcdb;
	border-bottom: 1px solid #dadcdb;
	border-top: 1px solid #dadcdb;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #e4e7e8;
}

.checkmark {
	font-family: "ITC Zapf Dingbats";
	color: #ccffff;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#content{float:left;}
#content,#blogpagecontent {
    float: left;
    width: 640px;
    padding-right: 30px;
    padding-left: 15px;
}
#sidebar-inside {
    width: 225px;
    padding:10px 15px 0px;
    font-size: 15px;
    line-height: 24px;
    color: #333;
	float:right;
	background: #e3e1df;
}
#sidebar-inside ul{list-style:none;}
#sidebar-inside ul li {list-style:none;padding-bottom:10px;}
.entry-utility{padding:20px 0px;}
.chapterText{padding:10px 0px;}

.screen-reader-text{display:none;}
.ui-widget {font-size: 14px !important;
	font-family: 'Lora', serif, Georgia !important; color:#333 !important;}
img.team-picture {display:none;}
.team-member-info {
    display: none;
}

.team-member-des {
    float: left;
    width: 100% !important;
}
.lwa table{border:none !important;}
.lwa td{border:none !important;}
.sbc-calendar-month {width:95% !important;}
.mc-main .event-title a{font-size:12pt !important;}