@charset "utf-8";
body {
	font:100% Verdana,Arial,Helvetica,sans-serif;
	background:#666666;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
}
body a {
	color:#0070E0;
}
body a:visited {
	color:#660066;
}
/*body a:hover {
	border-bottom:solid;
	text-decoration:none;
	padding:3px;
}*/
#container {
	width:960px;
	background:#EBEBEB;
	margin:0 auto;
	border:1px solid #000000;
	text-align:left;
}
#header {
	height:300px;
	background:#DDDDDD;
	padding:0;
	background-image:url(../images/earth-monkey.jpg);
}

/* HEADER */
#header h1 {
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:180px 0 10px 180px;
}
#header h2 {
	color:#EEEEEE;
	padding:10px 0 0 280px;
	text-shadow: 1px 1px 0 #777777, 2px 2px 0 #555555, 3px 3px 0 #333333;
}
#header .w {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:0px;
	font-variant:normal;
	font-weight:bold;
	text-transform:uppercase;
	font-style:oblique;
	letter-spacing:-4px;
	color:#99FF33;
}
/* end header */


#leftColumn {
	float:left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:15px 10px 15px 20px;
	margin:0;
	width:450px;
}
#rightColumn {
	margin:0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftColumn div contains, the column space will remain. You can remove this margin if you want the #rightColumn div's text to fill the #leftColumn space when the content in #leftColumn ends. */
	padding:15px 20px 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	width:450px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float:right;
	margin-left:8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float:left;
	margin-right:8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
#buffer {
	height:20px;
	border:0;
	background-color:#EBEBEB;
/*	background-image:url(images/in-work.gif);
	background-repeat:repeat; */
}


/* DELTA */
/* Delta Blue is #477886 */
#delta {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	text-align:left;
	border:5px solid #477886; /*#666666; */
	font-size:14px;
	padding:0 5px;
}
#delta h3 {
	font-size:20px;
	text-align:center;
}
#delta .headline {
	font-size:14px;
	font-weight:bold;
	padding-bottom:0;
}
#delta .headline a {
	color:#000000;
	text-decoration:none;
}
#delta .headline a:visited {
	color:#333333;
}
#delta .headline a:hover {
	text-decoration:underline;
}
#delta img {
	float:right;
	border:2px solid #666666;
	margin-left:5px;
}
#delta li {
	list-style-position:outside;
	list-style-image:url(../images/dbul.png);
}
#delta #dnews {
	border:0;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	text-align:left;
	font-size:14px;
	padding:0 15px;
}
#delta .timestamp {
	padding:0 0 0 30px;
	font-size:9px;
	color:#333333;
}
/* end delta */


/* EAST LANSING, MICHIGAN */
#ELMI {
	font-family:"Palatino Linotype","Times New Roman",Georgia,Times,serif;
	font-size:15px;
	padding:20px 10px;
	margin:0px 6px;
	border:3px double #006633;
/*	background-image: url(../images/ivy.png);*/
	background-repeat: no-repeat;
	background-position: 0px 95px;
/*	border-width:6px;
	border-color:#006633;
	border-style:groove;*/
}
#ELMI h3 {
	padding:0;
	margin:0;
	text-align:center;
	text-decoration:underline;
}
#ELMI .title a {
	color:#000000;
/*	text-decoration:none; */
}
#ELMI .title a:hover {
	color:#006633;
	text-decoration:underline;
}
#ELMI h4 {
	padding:0;
	margin:0;
	text-align:center;
	text-decoration:none;
}
#ELMI img {
	float:right;
	padding:3px;
	border-style:inset;
	border-color:#888;
	margin:10px 0 0 0;
}
#ELMI .ileft {
	float:left;
	margin-right:5px;
}
#ELMI .iright {
	float:right;
	margin-left:5px;
}
/* end elmi */


/* WEBLOG */
#weblog #title {
	background-image:url(../images/Boolean-5.png);
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FFF;
	background-repeat:no-repeat;
	height:70px;
}
#weblog #title h3 {
	font-family:"Trajan Pro";
	font-size:20px;
	letter-spacing:0px;
	margin-bottom:3px;
	margin-top:3px;
	padding:15px 0 0 10px;
}
#weblog h3 a {
	text-decoration:none;
	color:#FFFFFF;
}
#weblog h3 a:hover {
	border-bottom:none;
	color:#FFFFFF;
}
#weblog #title #tagline {
	border-top:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:10px;
	padding:0;
	text-decoration:none;
	margin:0 0 0 10px;
	float:left;
}
#weblog #teaser {
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	color:#111111;
	font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
	font-size:12px;
	padding:12px 10px 0 10px;
}
#weblog #teaser .headline {
	font-family:Verdana,"BitStream vera Sans";
	font-size:13px;
	font-weight:bold;
	color:#3C3C3C;
}
#weblog #teaser .headline a {
	color:#3C3C3C;
	text-decoration:none;
}
#weblog #teaser .headline a:visited {
	color:#6C6C6C;
}
#weblog #teaser .headline a:hover {
	text-decoration:underline;
}
#weblog #teaser p {
	line-height:20px;
	text-indent:25px;
	text-align:justify;
	text-justify:inter-word;
}
#weblog #teaser img {
	border:1px solid #CCCCCC;
	float:right;
	margin-bottom:3px;
	margin-left:10px;
	margin-top:0px;
	padding:3px;
}
#weblog #teaser .timestamp {
	padding:0 0 0 30px;
	font-size:9px;
	color:#333;
}
#weblog #teaser .content {
	margin-bottom:10px;
}
/* end weblog */


/* GOOGLE MAPS */
#maps {
	margin:0 auto;
	text-align:left;
	padding:0px 5px;
}
#maps img {
	text-align:center;
	border:1px solid #333333;
	vertical-align:middle;
	display: block;
}
#maps img a {
	border:none;
}
#maps .keepleft {
	float:left;
	margin-right:5px;
}
#maps .keepright {
	float:right;
	margin-left:5px;
}
#maps h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-variant:normal;
	font-weight:bold;
	text-align: center;
	margin:10px 0 15px;
}
#maps #descr {
	font-size:13px;
}
#maps #onemap {
	display:table;
	height:75px;
	margin:0;
}
#maps #cell {
	display:table-cell;
	vertical-align:middle;
	height:75px;
}
/* end google maps */


/* BOOKS */
#books {
	font-size:12px;
	margin:25px;
	padding:0 10px 0 0;
	line-height:17px;
}
#books img {
	border:1px solid #CCCCCC;
	float:left;
	margin:0px 10px 3px 0px;
	padding:0px;
}
/*end books */


/* AD SPACE */
#adspace {
	padding:10px;
	font-size:10px;
}
#adspace img {
	padding:3px;
	vertical-align:middle;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	margin:0 3px 0 0;
}
#adspace #adleft {
	float: left;
	width: 205px;
	text-align: center;
}
#adspace #adright {
	float: right;
	width: 205px;
	text-align: center;
}
/* end ad space */


/* RECENT CHANGES */
#recent {
	color:#FFFFFF;
	background-color:#000017;
	border:solid 0px black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
}
#recent p {
	margin-left: 25px;
	text-indent: -20px;
	line-height: 15px;
}
#recent a {
	color:#007cf7;
}
#recent a:visited {
	color:#BB00BB;
}
#recent img {
	vertical-align:middle;
	border:0;
}
/* end recent */


/* TWITTER */
#twitter {
	font-size:12px;
	border:solid 1px #CCCCCC;
	padding:3px;
	background-color:#333333;
	color:#FFFFFF;
}
#twitter a {
	color:#0070E0;
}
#twitter a:visited {
	color:#A30052;
}
#twitter li {
	list-style-position:inside;
	list-style-image:none;
	list-style-type:none;
}
#twitter .prefix img {
	vertical-align:middle;
}
#twitter .hashtag a {
	color:#00E070;
}
#twitter .time a {
	color:#999999;
}
/* end twitter */

/* FOOTER */
#footer {
	padding:0 10px 0 125px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(../images/ksflogo2_l.gif);
	background-repeat:no-repeat;
}
#footer p {
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	font-weight:bold;
}
/* end footer */
