/* © Brian C. Seitz, 2024 */
/* main.css ; for maineorganizing.com */

@font-face {
	font-family: "Petit Formal Script";
	src: url(fonts/PetitFormalScript-Regular.ttf);
}

@font-face {
	font-family: "Clicker Script";
	src: url(fonts/PetitFormalScript-Regular.ttf);
}

@font-face {
	font-family: "Dancing Script";
	src: url(fonts/PetitFormalScript-Regular.ttf);
}

@font-face {
	font-family: "Rouge Script";
	src: url(fonts/RougeScript-Regular.ttf);
}

@font-face {
	font-family: "Pinyon Script";
	src: url(fonts/PinyonScript-Regular.ttf);
}

html {
	/*background-image: url('../img/background.png');
	background-color: #cccccc;
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	color: #004400;
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica,'Lucida Sans', Arial, sans-serif;
}

body {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em;
}

h1 {
	font-family: 'Helvetica Neue', Helvetica,'Lucida Sans', Arial, sans-serif;
	font-weight: 300;
	color: #002200;
}

h2 {
	font-family: "Dancing Script";
	color: #002200;
	font-size: 175%;
}

ul {
	list-style-type: none;
	line-height: 150%;
}

ul li {
	margin-bottom: 1em;
}

a {
	color: #29a444;
}

fieldset {
	border: none;
	line-height: 200%;
}

td input {
	display: block;
	margin: 0 auto;
}

/*banner:*/

h1 {
	margin: 3em 0 0 0;
	padding: 0 0 0 0;
	font-size: 3em;
	font-variant: small-caps;
}

header {
	width: 90%;
	display: block;
	margin: 2em auto 0 5em;
	padding-bottom: 1.5em;
	/*border-bottom: 2px solid #004400;*/
}

#banner_picture {
	display: none;
	width: 90%;
	max-width: 1000px;
	border: 2px solid #29a444;
}

/*navbar:*/

nav {
	font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', Arial, sans-serif;
	/*font-variant: small-caps;*/
	font-size: 1.5em;
	font-weight: 300;
	width: 100%;
	display: block;
	float: left;
	margin: 0 auto 3em 0;
	padding: 0 0 0 3em;
	border-bottom: 1px black solid;
}

nav a:link, nav a:visited {
	display: block;
	float: left;
	background-color: #004400;
	color: #ffffee;
	border-top-right-radius: 10px;
	border-top-left-radius: 2px;
	padding: .4em .7em .2em .7em;
	margin: 0 .2em;
	/*border: 1px solid black;*/
}

nav a:hover {
	color: #004400;
	background-color: #ffffff;
	border: 1px #002200 solid;
}

nav p {
	margin: 0;
	text-align: left;
}

/*page structure:*/

#main {
	clear: both;
	width: 100%;
	display: block;
	margin: 0 auto 2em auto;
}

#pagespec {
	display: block;
	width: auto;
	clear: both;
	margin: 0 0 0 5em;
}

footer {
	width: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5%;
	clear: both;
}

article {
	display: block;
	width: auto;
	clear: both;
	border-radius: 5px;
	/*border: 2px solid #004400;*/
	padding: 2em;
	box-shadow: #aaaaaa -10px -5px 10px 1px;
}

article p {
	text-align: left;
	display: inline-block;
	width: 50%;
	float: left;
}

figure {
	display: block;
	width: 45%;
	margin: 1em auto 1em 3em;
}

figure img {
	width: 100%;
}

figcaption {
	display: inline-block;
	width: 45%;
	font-style: italic;
	text-align: center;
	font-family: 'Courier New', monospace;
	margin: 1em auto 2em 3em;
}

/*semantic classes:*/

.caption {
	font-style: italic;
	font-weight: normal;
	font-family: 'Baskerville Olde Face', Georgia, 'Times New Roman', Serif;
}

#poster_sm {
	border: 1px blue solid;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wrapper_poster_lg {
	background-color: black;
	background-image: url('img/poster_lg.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#frontpage_picture {
	display: block;
	margin: auto;
}

#sequence_output {
	display: block;
	width: 75%;
	word-wrap: break-word;
	font-family: 'Courier New', courier, monospace;
}

/*Recipe Database classes: */

.ingredient_display td {
	text-align: center;
	font-size: 1.15em;
	padding: .2em;
}

.ingredient_display th {
	line-height: 200%;
	text-decoration: underline;
}

.ingredient_display {
	display: block;
	float: left;
	width: 30%;
	border-right: 1px green dotted;
	padding-right: .75em;
}

.recipe_instructions {
	display: block;
	float: left;
	padding: 1.5em;
	line-height: 150%;
}

.recipe_display {
	display: block;
	clear: both;
	overflow: auto;
	font-size: 1.15em;
}

#recipeSearch {
	display: block;
	clear: both;
	padding: 2em;
	border-bottom: 1px black dashed;
}

.recipe_display h3 {
	font-family: 'Apple Chancery', 'Lucida Calligraphy', 'Lucida Handwriting', fancy;
}

#bio_selfie {
	width: 20%;
	float: right;
}

#examtopics li {
	margin: 0;
}

#bridgesmathcontent{
	display: block;
	width: 50%;
	margin: 1em;
	padding: 1em;
	border: 1px black solid;
	background-color: #eeeeee;
	border-radius: 5px;
	line-height: 200%;
}
