/* Style sheet for Scholars SGC web page */

body {
	font-family: Bembo, Crimson Text, Adobe Garamond, Georgia;
	color: #000000;
	margin: 10px;
	background: white;
}

/* General selector values */


p {
	line-height: 1.4em;
}

h1 {
	font-family: Interstate, Source Sans, Arial;
	color: #000000;
	font-size: 3em;
	margin: 0;
	padding: 0.25em;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-family: Interstate, Source Sans, Arial;
	color: #000000;
	font-size: 2em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: left;
	font-weight: plain;
}

h3 {
	font-family: Interstate, Source Sans, Arial;
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
}


img {
	border-width: 0;
	border-color: black;
}


li {
	line-height: 2em;
}
					
#content img {
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
		}
a {
	text-decoration: none;
}

strong {
	font-style: italic;
}



a:link {
	color: #E21833;
}

a:visited {
	color: #E21833;
}


/* Layout */

#header {
	position: absolute;
	top: 0;
	left: 10;
}

#navigation {
	position: absolute;
	margin: 260px 0 0 0px; 
	padding: 5px;
	width: 250px;
	top: 0;
	left: 10;
	border-right: 10px solid #104E8B;
}

#navigation img {
	float:left;
	padding: 5px;
}


#content {
	margin: 125 0 0 0; 
}

#content img {
	padding: 5px;
}

#picture {
	padding: 1px;
	float: right;
	text-align: center;
	font-size: 8pt;
	margin: 0 0 1em 1em;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 8pt;
	}


#footer img {
	padding: 10px;
}

/* Screen reader only - Hides in normal view*/
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}

.sr-only:focus {
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
padding: 8px 16px;
margin: 0;
overflow: visible;
clip: auto;
background-color: rgb(255, 255, 255);
color: rgb(226, 24, 51);
font-weight: bold;
font-size: 1em;
z-index: 9999;
outline: 3px solid rgb(226, 24, 51);
}