/* @font-face { font-family: Betty Noir; src: url("oldc.TTF"); } */
@font-face { font-family: BettyNoir; src: url("bettynoir.ttf"); }
@font-face { font-family: MyriadPro-Regular; src: url("MyriadPro-Regular.otf"); }

/* TOP LEVEL ELEMENTS */
body { 
	background-image: url('./grayfloor.jpg');
	background-position: center center;
	background-attachment: fixed;
}

#container {
	width: 1150px;
	margin: auto;
 	border: thin solid white; 
}

#northernbloc {
	width: 1000px;
	margin: 40px auto 40px auto;
	clear: both;
 	border: thin solid white; 
}

#westernbloc {
	width: 600px;
	height: 400px;
	float: left;
	border-radius: 25px;
	background: rgba(30, 30, 30, .8);
 	border: thin solid white; 
}

#easternbloc {
	width: 400px;
	float: right;
/* 	margin-left: 100px; */
/* 	margin-right: 100px; */
/* 	background-color: #222222; */
 	border: thin solid white; 
}

#sidebar {
	width: 150px;
/* 	height: 100%; */
	float: left;
	font-family: MyriadPro-Regular;
	color: #ccddff;
	font-size: 8pt;
	border: thin solid white;
}

h6 {
	font-family: MyriadPro-Regular;
	color: #ccddff;
	font-size: 14pt;
	margin-bottom: 0px;
}


#southernbloc {
	width: 1000px;
	margin: 40px auto 40px auto;
	padding-top: 20px;
	clear: both;
 	border: thin solid white; 
}

#selfie {
	width: 400px;
	height: 400px;
	float: right;
	border-radius: 200px;
	background-image: url("./selfie.jpg");
	background-size: 400px;
/*  	border: thin solid white;  */
}

#workie {
	width: 1000px;
	height: 665px;
	clear: both;
	border-radius: 50px;
	background-image: url("./workie.jpg");
	background-size: 1000px;
 	border: thin solid white; 
}
	
#footer {
	clear: both;
	padding: 20px;
	text-align: center;
	font-family: MyriadPro-Regular;
	color: #ccddff;
	font-size: 8pt;
 	border: thin solid white; 
}

img {
	border-radius: 8px;
}

/* WESTERN BLOC ELEMENTS */
#headstone {
	text-align: center;
}

#logo {
	text-align: center;
	font-family: BettyNoir;
	color: #ccddff;
	font-size: 48pt;
	filter: drop-shadow(5px 5px #442266);
}

#subcontent {
	padding-right: 10px;
}

/* EASTERN BLOC ELEMENTS */
#nav {
	text-align: center;
	font-family: BettyNoir;
	color: #ccddff;
	font-size: 16pt;
}

.navi1 {
	width: 100px;
	float: left;
}

.navi2 {
	width: 200px;
	float: left;
}

#maincontent {
	font-family: MyriadPro-Regular;
	color: mediumslateblue;
	font-size: 18pt;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	clear: both;
}

#news {
	font-family: MyriadPro-Regular;
	color: #ccddff;
	font-size: 10pt;
}

.newsdate {
	font-family: MyriadPro-Regular;
	color: white;
	font-size: 14pt;
}

.gallstone { 
	width: 110px;
	height: 100px; 
	margin: 5px;
	float: left;
	text-align: center;
	color: #ccddff;
	font-family: MyriadPro-Regular;
	font-size: 10pt;
}

/* GENERAL ELEMENTS OF STYLE */
a:link { color: goldenrod; text-decoration: underline; }
a:hover, a:visited { color: white; }
a:active { color: mediumslateblue; }
a:visited { color: goldenrod; }

a.nav:link, a.nav:active, a.nav:visited { text-decoration: none; color: #ccddff; }
a.nav:hover { color: goldenrod; text-decoration: underline overline; }

a.logo:link { color: goldenrod; text-decoration: none; }
a.logo:hover { color: white; }
a.logo:active { color: mediumslateblue; }
a.logo:visited { color: goldenrod; }

.headline {
	font-family: BettyNoir;
	font-size: 20pt; 
	color: #ccddff;
}

.subhead {
	font-family: MyriadPro-Regular;
	color: white;
	font-size: 14pt;
}

.copy {
	font-family: MyriadPro-Regular;
	color: #ccddff;
	font-size: 10pt;
}

img:hover { border: thin solid silver; }

img { border: none; }