/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   Lani Goto
Version:  Feb 2016
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Header */

#sfh #header {
	height: 126px; }

#sfh #header #logo {
	display: none; }

#sfh #header #pagetitle,
#sfh #header h1,
#sfh #header h1 a {
	width: 980px;
	height: 126px;
	padding: 0;
	margin: 0;
	display: block; }

#sfh #header h1 a {
	background: #eff0e2 url(../assets/md5images/81e2ec146b57c95e66013992d549dc80.gif) top left no-repeat;
	text-indent: -9999px; }


/* Navigation */

#sfh #navigation {
	height: 36px; }

#sfh #navigation #tabs,
#sfh #navigation #tabs ul,
#sfh #navigation #tabs ul li {
	padding: 0;
	margin: 0; }

#sfh #navigation #tabs a {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	padding: 0 16px;
	margin: 0;
	border: 0;
	float: left; }

#sfh #navigation #tabs a:hover,
#sfh #navigation #tabs a:active,
#sfh #navigation #tabs a:focus {
	text-decoration: underline; }

#sfh #navigation #tabs li#tabfour a { 
	display: none; }


/* Sidebar */

#sfh #sidebar p.site-follow {
	display: none; }

#sfh #sidebar h2 {
	font-family: "Goudy Old Style", Garamond, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #64554b;
	border-top: 0;
	border-bottom: 0; }

#sfh #sidebar a:link,
#sfh #sidebar a:visited,
#sfh #sidebar p.advanced a:link,
#sfh #sidebar p.advanced a:visited {
	font-size: 14px;
	font-weight: normal;
	color: #4c3803;
	background-color: transparent;
	text-decoration: none; }

#sfh #sidebar a:hover,
#sfh #sidebar a:active,
#sfh #sidebar a:focus,
#sfh #sidebar p.advanced a:hover,
#sfh #sidebar p.advanced a:active,
#sfh #sidebar p.advanced a:focus {
	color: #000;
	text-decoration: underline; }

#sfh #sidebar p.advanced + div {
	display: none; }

#sfh #sidebar form label {
	font-size: 14px;
	color: #000; }

#sfh #sidebar #sb-custom-lower ul.sb-custom-ul li.sb-custom-li a {
	margin-left: 7px; }


/* Main Content */

#sfh #content {
	background-color: transparent; }

#sfh #main.text h2#series-title a {
	font-family: "Goudy Old Style", Garamond, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none; }

#sfh #main.text h2#series-title a:hover,
#sfh #main.text h2#series-title a:active,
#sfh #main.text h2#series-title a:focus {
	color: #000;
	text-decoration: underline; }

#sfh #main.text p {
	font-size: 14px; }

#sfh #main.text #series-home h4 {
	font-size: 20px; }
	
#sfh #main.text a:link,
#sfh #main.text a:visited {
	text-decoration: underline; }

#sfh #main.text a:hover,
#sfh #main.text a:active,
#sfh #main.text a:focus {
	color: #000; }

#sfh #main.text .doc a:link,
#sfh #main.text .doc a:visited {
	text-decoration: none; }

#sfh #main.text .doc a:hover,
#sfh #main.text .doc a:active,
#sfh #main.text .doc a:focus {
	color: #000;
	text-decoration: underline; }


/* Footer */

#sfh #footer,
#sfh #footer #bepress a {
	height: 75px;
	background-color: #64554b; }

#sfh #footer p {
	width: 420px;
	margin-left: 4px;
	float: left; }

#sfh #footer p,
#sfh #footer p a {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-decoration: none; }

#sfh #footer p a:hover,
#sfh #footer p a:active,
#sfh #footer p a:focus {
	text-decoration: underline; }

#sfh #footer #footer-logo {
	width: 260px;
	height: 75px;
	margin-right: 10px;
	float: right; }

#sfh #footer #footer-logo a {
	width: 260px;
	height: 75px;
	background: #64554b url(../assets/md5images/465560949cdc5a84f4ba8b93d78a90d2.gif) top left no-repeat;
	text-indent: -9999px;
	display: block; }


/* Mobile */

.mbl #sfh #footer p {
	float: none; }

.mbl #sfh #footer #footer-logo {
	display: none; }
	
/* Removing uppercase text from event title - JR 3-4-2016 */	
#sfh #main.text #series-header h2#series-title a { text-transform: none; }

/* hiding event times on track page lb 03092016*/
#sfh #series-home table.vcalendar th, #sfh #series-home p.duration {display:none;}

/* hiding 'Schedule' label on track page JRP 03-21-2016 */
#sfh caption {display: none}

/* increasing the size of some text BBN 03-23-2016 */
#sfh dl#events-listing a,
#sfh #main.text p.summary {
	font-size: 15px;
	}

#sfh #title.element p {
	font-size:22px;
}

/* Slideshow in intro text CUSTOM-1095 JR 03-23-2016 */
#sfh #main.text .intro .slidebox-left #widgetSlideshow {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px 5px 5px 0;
    width: 210px;
    height: 230px; }

	
* html #sfh #main.text #intro-text { margin-top: 0; width: auto; }

/* adjusting slideshow to flow text around, PR 3/16 */

#sfh .slidebox-left { float: right; }

/* adjusting padding for event community track pages */

.vcalendar .event .presenters { margin-top: 12px; }