/*
 * This css file is customizes the styles defined in common/css/main.css, for this channel.
 */




body {
    font-family: Arial, 'Open Sans';
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	margin: 0 auto;
	background-color:#110;
	border:0;
	min-height: 100vh;
}

h2 {
	font-size:1.6rem;
}

.pgbody .h2 {
	font-size:1.5rem;
	margin:1em 0;
}

.secbody {
	background-color:#fefede;
	padding:14px 0;
}


.lmtwdth {
	max-width: 1040px;
}

#flashboard img {
	width:100%;
}

#flashboard {
	position:unset;
	background-color:#110;
	margin:5px auto 0 auto;
	font-size:0;
	line-height:0;
}


#pageheader {
	background-color:#ffaf1e;
	position:unset;
}

#pageheader .secbody {
	padding:0 1rem;
	background-color:#ffaf1e;
}

#pageheader .secrow {
	margin:0;
	padding:0;
}

#teaser {
    font-family:cursive;
    display:flex;
    justify-content:space-between;
	color: #000000de;
	margin: 0 auto;
	padding: 5px 20px;
	text-align:center;
    background-color: #fafedc;
	border-bottom: 1px solid #0000002b;
	cursor:pointer;
	text-transform:uppercase;
}

#teaser:hover {
    background-color: #ffffffe0;
}





ul#navitems.standard {
    margin: 0 auto;
}

ul#navitems.standard li {
	margin: 0 2px;
	padding: 2px 8px;
}

ul#navitems.standard li a{
    color:black;
	font-size:1.1rem;
	font-weight:normal;
	text-transform : none;
}


ul#navitems.standard li:hover,
ul#navitems.standard li a:hover {		
	background-color:#fafedc;
	color: #000000d0;
}	

ul#navitems.standard li ul,
ul#navitems.standard li ul li,
ul#navitems.standard li ul li a {
	background-color:#fafedc;
}	

ul#navitems.standard li ul li:hover,
ul#navitems.standard li ul li a:hover {
	background-color:#ffd280;
}	

ul#navitems.responsive {
	right:auto;
	left:0;
	background-color:#ffaf1e;
}

ul#navitems.responsive li a {
	color: #2c1c00;
	text-transform : none;
}

#fbcrazy > div {
	min-height: 100px;
	position: absolute;
	margin-left: -200px;
	padding: 0px;
	display:none;
	margin-top: -150px;
	background: #ffffff;
	font-size:1em;
	border-radius: 5px; 
	box-shadow: 0 0 8px gray; 
	transition: all 0.5s ease-in-out; 
}

#fbcrazy:hover > div {
	display:block;
	margin-right: 10px;
	z-index:100; 
	transition: all 0.5s ease-in-out; 
}


.pgtitle {
	color: #2c1c00;
	font-size:1.8rem;
    margin: 0 auto;
    width: 800px;
    padding: 0 0  0.5rem 0;
	border-bottom:1px solid #2c1c00;
	align-items:baseline;
	line-height:normal;
}

.pgbody {
	font-size:1rem;
	margin: 2em auto;
    width: 800px;
    padding: 0 0  0.5rem 0;
}


.actbutton {
	margin: 0 0 0 0.5rem;
	background-color: #0e8bea;
	color: #fff;
	padding: 0.3rem 1rem;
}


#volsearch {
	margin-bottom:1rem;
}



#frmselect {
	width: 100%;
	max-width: 800px;
	padding:0.5rem;
	margin:12px auto 24px;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	background-color:#ffffff90;
	border: 1px solid #00000040;
}


#preferences, 
#sarganav {
	display:flex;
	flex-flow:row nowrap; 
	align-items:center;
	color:#000000db;
	gap: 1em;
}



#sarganav >:first-child {
	margin-left: 0;
}

.ltriangle, .rtriangle {
    display:inline-block;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	background: inherit;
	border-left: none;
	cursor:pointer;
}

.ltriangle {
	border-right: 10px solid #00000077;
	margin-right:6px;
}

.rtriangle {
	border-left: 10px solid #00000077;
	margin-left: 6px;
}




#pagefooter .secbody {
	padding:0.5rem;
	background-color:inherit;
}

#references .secbody {
	max-width:1100px;
}


#references h3 {
	font-size:1.2rem;
	font-weight:normal;
	font-style:normal;
}

#references h4 {
	font-size:1rem;
	font-weight:normal;
	font-style:italic;
	margin: 0 0 0 2em;
}

.acard {
	border-left:2rem solid #ffaf1e;
}


#searchbtn {
	background-color:#ffaf1e;
}


.frmfldfld {
    background-color: inherit;
    border: 1px solid #ffaf1e;
}

@media screen and (max-width: 768px) {
#flashboard {
	margin:2px auto 0 auto;
}

.pgtitle, .pgbody {
    width:95%;
}

.rrs_commentary  {
	display:none;
}

.prologue {
	margin:1rem 2rem;
}


}

