@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Coda+Caption:wght@800&family=Oswald:wght@500&family=PT+Sans+Narrow&family=Titillium+Web&display=swap');


body {
	max-width: 100%;
	margin : 0px;
	padding: 0px;
}

#wrapper {
}

#mobile {
	display: none;
}

.sda_logo_header {
	float: left;
	width: 140px;
}

#header {
	height: 90px;
	line-height: 90px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-position: bottom;
	background-color: #ee5928;
	margin: 0px;
}

#header_restraint {
	max-width: 1000px;
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
}

#header h1 {
	color: #FFF;
	padding-top: 0px;
	margin-top: 0px;
	font-family: 'Coda Caption', sans-serif;
	padding-left: 160px;
	line-height: 28px;
	font-size: 24px;
}

#header h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-family: 'PT Sans Narrow', sans-serif;
	padding-left: 160px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #CCC;
}

#page {
	padding-top: 12px;
	padding-bottom: 12px;
	background-position: bottom;
	background-color: #EFEFEF;
	margin: 0px;
}

#content {
	max-width: 1000px;
	margin: auto;
	padding-left: 18px;
	padding-right: 18px;
}

#content p {
	line-height: 24px;
	font-family: 'PT Sans Narrow', sans-serif;
}

#footer {
	padding-top: 12px;
	padding-bottom: 12px;
	background-position: bottom;
	background-color: #DCDCDC;
	margin: 0px;
	border: thin solid #000080;
}

#events_area {
	width: 40%;
	float:left;
	background-color: #CCC;
	border-radius: 0px;
	padding: 12px;
	box-sizing: border-box;
	border: thin #444 solid;
}

#events_area h1 {
	font-size : 14px;
}

#footer_menu {
	width: 50%;
	float: left;
}

#sponsor_area {
	width: 50%;
	float:left;
	background-color: #FFF;
	border-radius: 0px;
	padding: 12px;
	box-sizing: border-box;
	border: thin #444 solid;
}

#sponsor_area h1 {
	font-size : 22px;
	font-family: 'PT Sans Narrow', sans-serif;
}

#copyright {
	clear:both;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-family: 'Titillium Web', sans-serif;
	background-color: #666;
	padding-bottom: 0px;
	padding-top: 8px;
	height: 36px;
}

#copyright a {
	color: #ffa500;
}

.sbha_logo_header {
	float: left;
	border: thin solid black;
}

#menu {
	line-height: 24px;
	background-color: #333;
	color: #000;
	margin: 0px;
	padding: 0px;
}

#footer_restraint {
	max-width: 1000px;
	margin: auto;
	padding-left: 18px;
	padding-right: 18px;
}

#sponsor_restraint {
	max-width: 1000px;
	margin: auto;
	padding-left: 18px;
	padding-right: 18px;
}

#page_restraint {
	max-width: 1000px;
	margin: auto;
	padding-left: 18px;
	padding-right: 18px;
}

.footer_headers {
	float:left;
	width: 40%;
	padding: 12px;
}

.footer_headers h1 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
}

#footer_menu ul {
	padding: 0px;
}

#footer_menu li {
	text-decoration: none;
	list-style: none;
}

#footer_menu li a {
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	display: block;
	width: 98%;
	color: #ee5928;
	text-decoration: none;
}

#footer_menu li a:hover {
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	background: #ee5928;
	color: #fff;
}

#menu_restraint {
	max-width: 1000px;
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
}

#menu ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	line-height: 42px;
}

#menu ul li {
	display: inline-block;
	padding-right: 24px;
}

#menu ul li a {
	color: #FFF;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	vertical-align: baseline;
	line-height: 36px;
	font-size: 12px;
}

#menu .submenu {
	postion: absolute;
	z-index: 500;
	float:left;
	display: block;
	padding-left: 8px;
}

#menu dd {
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	padding: 8px;
	float:left;
	width: 200px;
	background-color: #666;
}

#menu dl {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}

#menu .submenu dl a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
}

#menu .submenu dl a:hover {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000080;
	padding: 0px;
}

.slideshow_slide {
	width: 100%;
}

.carot {
	float: right;
	font-size: 12px;
	color: #DCDCDC;
}

.spacer {
	clear: both;
}

#admin_menu {
	float: left;
	width: 20%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}

#admin_content {
	float:left;
	width: 80%;
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}

#admin_menu ul {
	padding: 0px;
	margin: 0px;
}

#admin_menu li {
	display: block;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#admin_menu li a {
	display: block;
	background-color: #999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-decoration: none;
	color: #fff;
}

#admin_menu li a:hover {
	background-color: #000080;
}

.records {
	background-color: #000;
	color: #fff;
}

.record_count {
	float:right;
}

.table_headers {
	background-color: #333;
	color: #fff;
}

.table_headers {
	background-color: #333;
	color: #fff;
}

.table_rows {
	background-color: #efefef;
	color: #000;
}

.alt_table_rows {
	background-color: #D7D3D3;
	color: #000;
}

.page_link a {
	color: #fff;
}

.current_page a {
	color: #fff;
	background-color: #000;
	padding: 4px;
}

.table_row {
	padding-bottom: 8px;
	padding-top: 8px;
	clear: both;
	height: 32px;
}

.table_row input {
	padding: 8px;
}

.table_row select {
	padding: 8px;
}

.table_title {
	width: 25%;
	box-sizing: border-box;
	float:left;
	line-height: 32px;
}

.table_input {
	width: 75%;
	box-sizing: border-box;
	float: left;
}

.table_groups {
	width: 35%;
	box-sizing: border-box;
	float:left;
	line-height: 32px;
}

.table_checkboxes {
	width: 65%;
	box-sizing: border-box;
	float: left;
}

input[type=submit] {
	padding: 6px;
	background-color: #EFEFEF;
}

#articles .article {
	padding: 12px;
}

#articles .article_container {
	width: 75%;
	float:left;
	box-sizing: border-box;
	padding-left: 12px;
}

#articles .article_title {
	font-family: 'PT Sans Narrow', sans-serif;
}

#articles .article_story {
	line-height: 24px;
	font-family: 'PT Sans Narrow', sans-serif;
}

#articles .article_timestamp {
	font-size: 10px;
	font-family: 'PT Sans Narrow', sans-serif;
}

#articles .article_picture {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding-top: 32px;
}

#sponsors {
	padding-top: 24px;
	padding-bottom: 24px;	
	font-family: 'PT Sans Narrow', sans-serif;
}

#sponsors .sponsor {
	width: 25%;
	float: left;
	box-sizing: border-box;
}

#sponsors .gold_sponsor {
	width: 98%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 12px;
}

#sponsors .gold_sponsor_logo {
	width: 33%;
	float: left;
	box-sizing: border-box;
}

#sponsors .gold_sponsor_text {
	width: 60%;
	float: left;
	text-align: left;
	box-sizing: border-box;
}


#sponsors .sponsor_logo {
	width: 80%;
}

#events_area .footer_events h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#events_area .footer_events p {
	padding-top: 0px;
	margin-top: 0px;
}

#events_area .footer_events {
	padding-left: 18px;
}

#events_area .footer_event {
	font-size: 12px;
	font-family: 'Titillium Web', sans-serif;
}

#content .event
{
	padding: 12px;
	background-color: #CCC;
	margin-bottom: 12px;
}

#content .event_date 
{
	font-size: 12px;
}

#club_map {
	width: 98%;
	box-sizing: border-box;
}

#club_contacts {
	width: 98%;
	box-sizing: border-box;
	padding-left: 12px;
	padding-right: 12px;
}

#content .contact_name {
	padding-top : 24px;
}

#content .contact_number{
	color: #00F;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.calendar_header {
	background-color: #333;
	color: #fff;
}
.day_of_week {
	background-color: #000080;
	color: #FFF;
	font-weight: bold;
}
#content h1 {
	font-family: 'PT Sans Narrow', sans-serif;
}

#content .sbha_region {
	float: left;
	width: 30%;
	background-color: #efefef;
	border: solid thin #000;
	padding: 12px;
	margin : 12px;
	box-sizing: border-box;
}

#content .region_club {
	margin-left : 24px;
	margin-bottom: 12px;
	padding: 12px;
	background-color: #efefef;
}

#content .regional_photo {
	float: left;
	width: 136px;
	padding: 8px;
	box-sizing: border-box;
	border: solid thin #000;
}
#content .regional_club {
	float: left;
	margin-left: 12px;
	font-family: 'PT Sans Narrow', sans-serif;
}
#content .regional_club h4 {
	padding-top: 0px;
	margin-top: 0px;
}
#content .contact_group {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 12px;
	background-color: #efefef;
	text-align: center;
	margin: 4px;
}

#content .contact_photo {
	padding-bottom: 12px;
}

.sbha_photo {
	width: 98%;
}

.third_div {
	background-color: #FFF;
	border: thin solid #999;
	width: 30%;
	box-sizing: border-box;
	padding : 12px;
	float: left;
	margin: 1%;
}

.third_div h2 {
	margin-top: 4px;
}

#slide_show {
	position: relative;
}
#slideshow .active {
	z-index: 50;
}
#slideshow .last {
	z-index: 49;
}
#slideshow .inactive {
	display:none;
}

.plain_photo {
	width: 98%;
}

#social_media {
	clear: both;
	float: right;
}

.page_title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #000080;
}
.calendar_header {
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	color: #FFF;
	text-align:center;
}