@charset "utf-8";

/* Note to self 
purple: 663366
faded purple: 996666
green: 006600
faded green: 999933
yellow bg: ffffcc
*/

/****************	START BROWSER INCONSISTENCY RESET	************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type:disc;
	margin: 0 1 em;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	width: 100%; /* Table spans the full width of its container */
    border-collapse: collapse; /* Combines borders for a clean look */
	font-size:14px;
}

th {
	border: 0;
	padding: 1em;
	text-align:left;
}

.col1 {
	width: 20%;
}
.col2 {
	width: 15%;
}
.col3 {
	width:65%;
}
/****************	END BROWSER INCONSISTENCY RESET		************************/

/****************	UNIVERSAL							************************/


html, body {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 14px;
	font-family: "Merriweather", serif;
	background-attachment:fixed;
	background-color:#ffffcc;
	background-image: url(/img/structure/bgyellow.jpg);
	background-position: center center;
	background-repeat: repeat;
	}

#container {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background-image: url(/img/structure/barbg.jpg);
	background-position: center center;
	background-repeat: repeat;
	}
	
#content {
	position: relative;
	top: 0px;
	width: 760px;
	font-size: 16px;
	font-family: "Merriweather", serif;
	color: #000000;
	margin: 0 auto;
	padding-top:0px;
	text-align:left;
	/* border: 6px solid #7f7d80; */
	background-image: url(/img/structure/barbg.jpg); 
	background-position: center center;
	background-repeat: repeat;
	background-color: #ffffcc;
	/* margin-bottom: 5px; */
	/* padding: 30px 20px 10px 20px; */
	line-height:2em;
	}
	
	#content a {
		color: #000000;
		}
			
	#content p {
		margin: 2em 0;
			}
#hero {
}

#foot {
	position: relative;
	text-align:right;
	width: 760px;
	margin: 0 auto;
	font-size:10px;
	margin-bottom:300px;
	background-color:#ffffcc;
	background-image: url(/img/structure/barbg.jpg);
	background-position: center center;
	background-repeat: repeat;
	}
	#foot p {
		margin: 2em 0;
		line-height:1.5em;
	}
#bottom {
	width: 760px;
	height: 300px;
	background-image: url(/img/structure/bottombg2.jpg);
	background-position: center center;
	}

	
/****************	INTRO						**************/


#intro {
	position:absolute;
	height: 600px;
	width: 760px;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -300px;
	background-color:#ffffcc;
	background-image: url(/img/structure/yellowbg.jpg);
	background-position: center center;
	background-repeat:repeat;
	}


/**************** HEADER AND NAV ************************/
	
	
header {
	position: relative;
	top: 00px;
	left: 0px;
	font-size: 12px;
	height: 200px;
	text-align: center;
	display: block;
	width: 760px;
	background-color:#ffffcc;
	background-image: url(/img/structure/headerbg2.jpg);
	background-position: center center;
	background-repeat: repeat;
	}

		header .current {
			}


nav {
	width: 260px;
	position: relative;
	top: 00px;
	left: 249px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #7f7d80;
	font-family: "Courier New", Courier, monospace;
	color: #000000;	
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(/img/structure/navbg11.png);
	background-position: center center;
	background-repeat: repeat;
	}

		nav a {
			position: relative;
			top: 0px;
			text-decoration: none;
			color: #000000;
			padding-left: 20px;
			padding-right: 20px;
			}
		nav .current {
			position: relative;
			top: 0px;
			text-decoration: none;
			color: #000000;
			padding-left: 20px;
			padding-right: 20px;
			}

		
			

/****************	BLOG POST DIVS	  *****************/

h1 {
    position: relative;
    width: 760px;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    color: #333;
    background-image: url(/img/structure/barbg.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-color: #ffffcc;
    margin: 1.5em 0;
    padding: .5em 0;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    flex-direction: column; /* Ensures stacking of child elements */
    justify-content: center; /* Vertically centers content */
    align-items: center; /* Horizontally centers content */
    min-height: 2em; /* Ensures consistent height */
    text-align: center; /* Ensures text alignment consistency */
	border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #996666;
}
		h1 a {
			text-decoration: none;
			font-size: 24px;
			text-align: center;
			font-family: "Montserrat", sans-serif;
			color: #000;
			}	
		h1 #postDate:not(:empty) {
    display: block;
    text-align: center;
    width: 100%;
}
h2 {
	width: 760px;
	font-size:20px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	color: #663366;
	background-color: #ffffcc;
	margin-top: 2em;
	margin-bottom:1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: 400;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #669966;
	}

.title {
    display: block;
    text-align: center;
    width: 100%;
}

#postDate {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-style: italic;
    margin-top: 0.2em;
    display: none; /* Hidden unless populated */
}

#postText {
	background-color: #ffffcc;
	position: relative;
	z-index: 1;
	color:#333;
}
#rss {
	position: relative;
	left: 355px;
	width: 25px;
	height: 25px;
	text-align: center;
}

		
/****************    TEXT FORMATTING STYLES 	****************/
/****************    TEXT FORMATTING STYLES 	****************/
/****************    TEXT FORMATTING STYLES 	****************/

/*
h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: 400;
}
*/
h3 {
	font-size: 16px;
	font-weight: bold;
}

.indent {
	text-indent: 30pt;
}
	
.plain {
	text-decoration: none;
	}

.bq {
	padding-left: 70px;
	padding-right: 70px;
	text-align: left;
}

img {
	border:0;
	text-align: center;
}

object {
	text-align: center;
	}
	
.left {
	text-align: left;
	}

.super {
	font-size: 8px;
	vertical-align: super;
	}

.footnote {
	font-size: 10px;
	}
	
hr {
	color:#996666;
}

.rimg {
    max-width: 40%;
    height: auto;
    padding: 10px;
    float: right;
    display: block;
	clear: right;
}
.limg {
    max-width: 40%;
    height: auto;
    padding: 10px;
    float: left;
    display: block;
	clear:left;
}