h1 {
	font-size: 32pt;
	margin: 0 0 10px 0;
	}

h2 {
	font-family: 'Lucida Sans Typewriter';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14pt;
	letter-spacing: 2px;
	color: white;
	border-top: none;
	padding-top: 25px;
	}

#main {
	position: relative;
	min-height: 714px;
	}

#nav-sidebar {
	position: absolute;
	min-height: 590px;
	top: 80px;
	left: 0px;
	width: 280px;
	background-color: #acacac;
	font-size: 9pt;
	line-height: 10pt;
	color: white;
	padding-left: 30px;
	}
    #nav-sidebar .white {float: right;}
#nav-sidebar .white  a {color:#dddddd; text-decoration:underline;}
#nav-sidebar .white  a:hover {color:#dddddd; text-decoration:none;}

.sidebar {
	width: 222px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #959595;
	}

.sidebar a {
	font-size: 12pt;
	color: black !important;
	}

.sidebar a:hover {
	color: white !important;
	}

.sidebar img {
	padding-right: 10px;
	}

.sidelast {
	border-bottom: 1px solid #959595;
	}

#blog_posts {
	width: 225px;
	font-size: 7pt;
	color: black;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 80px;
	}

#blog_posts a {
	font-size: 12pt;
	text-transform: none;
	letter-spacing: 0;
	color: black;
	}

#list {
	position: relative;
	top: 11px;
	left: 250px;
	font-size: 14pt;
	color: black;
 
	}

#list a {
	font-size: 8pt;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	}

.list_module {
	padding: 25px 8px 25px 30px;
	width: 682px;
	}

.list_module:nth-child(odd) {
	background-color: #ebebeb;
	}
	
.list_module:nth-child(even) {
	background-color: #dedede;
	}

.big-ike {
	padding: 0 20px 0 0;
	}


/*
    The setting the width on the body and .psbody used to be in style-sub.css. akittredge, May 2018.
*/

body {
    min-width: 1000px;
    max-width: 1000px;
}

.psbody {
    min-width: 1200px;
    max-width: 1200px;
    max-width: 100%;
}