/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   Paul Ryan
Version:  February 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

body {
	font: normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #f8f8f2; 
}


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

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

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

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

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


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

#dcglug #navigation #tabs a {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	height: 36px;
	line-height: 36px;	
	color: #ffffff;
	text-transform: uppercase;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: left; }

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

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

#dcglug #navigation #tabs li:first-child a { padding-left: 10px; }     

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


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

#dcglug #sidebar {
 	padding-top: 16px; }

#dcglug #sidebar h2 {
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
	border-top: 0;
	border-bottom: 0; }

#dcglug #sidebar a:link,
#dcglug #sidebar a:visited {
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;	
	color: #006449;
	background-color: transparent;
	text-decoration: none; }

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

#dcglug #sidebar form label {
	color: #000000; }

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

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


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

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

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

	/* --- Breadcrumbs --- */

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

#dcglug #main.text .crumbs a {
	text-decoration: none;	
	color: #006449; }	

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

	/* --- Headers --- */

#dcglug #main.text h2#series-title a {
	font: normal 21px/2 Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none; }

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

#dcglug #main.text #series-home h4 {  /* browse the contents... */
	font: normal 17px/1.4 Arial, Verdana, Helvetica, sans-serif;
}

	/* --- Links --- */

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

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


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

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

#dcglug #footer p,
#dcglug #footer p a {
	font: normal 12px/1.8 Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none; }

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

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

#sidebar input#email_address, #sidebar input#search, #sidebar select, .form-table select, .form-table input#author {
	border: 1px solid #88c53f;
    border-left: 5px solid #88c53f;
}	

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


