/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   Sean Beld
Version:  Feb. 12, 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* ---------------- Meta Elements ---------------- */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i');

body {
	font: normal 12px/1.5 'Raleway', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(../assets/md5images/4f4fbc3847e1af552f60b46b686861c1.gif) top left repeat-x;
}

#dcglug2018 #wrapper {
	margin: 30px 0 25px 0;
}

/* ---------------- Header ---------------- */

#dcglug2018 #header {
	position: relative;  /* needed for logo positioning */
  	height: auto !important; /* !important overrides mbl styling */
}

#dcglug2018 #banner_image {
	display: block; /* removes descender of inline element */
	width: 980px; /* not necessary if image is sized correctly */
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

	/* --- Logo --- */

#dcglug2018 #logo_image {
	display: none;
}


/* ---------------- Navigation ---------------- */

#dcglug2018 #navigation,
#dcglug2018 #navigation #tabs {
	height: 36px;
	overflow: hidden; } /* have seen issues with tabs extending below nav container */

#dcglug2018 #navigation #tabs {
	float: left;
	margin-left: 15px;
}

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

#dcglug2018 #navigation #tabs a {
	font: normal 14px 'Raleway', sans-serif;
	height: 36px;
	line-height: 36px;
	color: #006666;
	transition: ease-in-out 0.3s;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: left; }

#dcglug2018 #navigation #tabs a:hover,
#dcglug2018 #navigation #tabs a:active,
#dcglug2018 #navigation #tabs a:focus {
	color: #000000;
	background-color: #f2f2f2;
	text-decoration: underline; }

#dcglug2018 #navigation #tabs li:last-child a { border-right: none; }

#dcglug2018 #navigation #tabs li:first-child a { padding-left: 15px; margin-left: 15px;}


#dcglug2018 #navigation #tabs a span { font-size: 14px; }	/* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */


/* ---------------- Sidebar ---------------- */

#dcglug2018 #sidebar {
 	padding-top: 16px;
	min-height: 585px;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	width: 238px;
	border-radius: 9px;}

#dcglug2018 #sidebar h2 {
	font: bold 15px 'Raleway', sans-serif;
	color: #000;
	background-color: transparent;
	border-top: 0;
	border-bottom: 0; }

#dcglug2018 #sidebar a:link,
#dcglug2018 #sidebar a:visited {
	font: normal 14px 'Raleway', sans-serif;
	color: #003366;
	background-color: transparent;
	text-decoration: none; }

#dcglug2018 #sidebar a:hover,
#dcglug2018 #sidebar a:active,
#dcglug2018 #sidebar a:focus {
	text-decoration: underline; }

#dcglug2018 #sidebar form label {
	color: #000; }

#dcglug2018 #sidebar #sidebar-search {
    padding-left: 15px; } /* aligning sidebar search with rest of sidebar */

#dcglug2018 #sidebar #sidebar-search span.border { background: transparent; } /* search background adjustment to match designs */

#dcglug2018 #sidebar #side-notify {
	padding-top: 0;
	margin-top: 0;
}

.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */


/* ---------------- Main Content ---------------- */

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

#main.text #series-home { width: 100%; }

	/* --- Breadcrumbs --- */

#dcglug2018 #main.text .crumbs p { margin-bottom: 0; }

#dcglug2018 #main.text .crumbs a {
	text-decoration: none;
	color: #006666; }

#dcglug2018 #main.text .crumbs a:hover,
#dcglug2018 #main.text .crumbs a:active,
#dcglug2018 #main.text .crumbs a:focus {
	text-decoration: underline;
	color: #000000; }

	/* --- Headers --- */

#dcglug2018 #main.text h2#series-title a {
	font: normal 21px/2 'Raleway', sans-serif;
	text-decoration: none; }

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

#dcglug2018 #main.text #series-home h4 {  /* browse the contents... */
	font: bold 15px/1.5 'Raleway', sans-serif;
}

	/* --- Links --- */

#dcglug2018 #main.text a:link,
#dcglug2018 #main.text a:visited {
	text-decoration: underline; }

#dcglug2018 #main.text a:hover,
#dcglug2018 #main.text a:active,
#dcglug2018 #main.text a:focus {
	color: #000000; }


/* ---------------- Footer ---------------- */


#dcglug2018 #footer,
#dcglug2018 #bepress a { /* ir-custom always gives link 75px height */
	height: 75px;
	background-color: #333; }

#dcglug2018 #footer {
	height: 132px;
}

#dcglug2018 #footer p,
#dcglug2018 #footer p a {
	font: normal 12px/2 'Raleway', sans-serif;
	color: #fff;
	text-decoration: none; }

/*  #footer p:first-of-type { padding-top: 25px; }  */

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

	/* --- Full width footer --- */

	/*Set this color to the same color as the footer, it will appear beneath the footer*/
	html { background-color: #333; }

	/*bg-low.gif is usually a solid color image about 5px wide and the same height of the footer. It flanks the footer and appears to extend it*/
	#dcglug2018 {
		background: url(../assets/md5images/b09aef631af451bb7c9287de6ba12279.gif) repeat-x left bottom;
	}

	#dcglug2018 #content { min-height: 600px; }


/* ---------------- Miscellaneous fixes ---------------- */

	/* --- Advanced Search --- */

.legacy #dcglug2018 #wrapper {	background-image: none; }


/* ---------------- Mobile ---------------- */

.mbl #dcglug2018 {
	margin-top: 0; }

	/* --- Hides navigation tabs on mobile CSFR-2286 --- */

.mbl #dcglug2018 #navigation #tabs {
	display: none;
	}
