/*background-color:black; color:lime;*/
/*FlashBack:1980*/
/*prime formatting, designed around the main page.*/

body {background-color:black; color:lime;}

#main { text-align: center; font-family: "ocr a extended", "courier new", "westminster","courier",sans-serif;}
/* note: no fancy centering tricks here, since there is only text, no borders, etc.*/

/*actually, main should really be a class, not an ID.  This should depreciate the "header/footer" thing.*/
.main { text-align: center; font-family: "ocr a extended", "courier new", "westminster","courier",sans-serif;}

.presents {font-size:smaller; font-style:italic;}

/*ID versions left in to make this backwards compatable with older code*/
#presents {font-size:smaller; font-style:italic;}

#name {font-size:x-large; font-weight:bold;}


a.menu {font-size:larger; line-height: 1.25em;}
a:link {color: white; text-decoration: none;  }
a:visited { color: silver; text-decoration: none;}
a:hover {color: white; text-decoration: underline; background-color:green; }
a:active {color: red; }

a.small_link {font-size:smaller; line-height: 1em;/*cursor:crosshair;*/}

/*This material added to make the colophon print correctly*/
/*
#header {text-align: center; font-family: "ocr a extended", "courier new", "westminster","courier",sans-serif;}
*/
/*provides for a "main-like" block outside of #main. */

/*note: do we want the definition centered or not?*/
#def_wrap {font-family: serif; border: 3px lime solid; width: 60%; padding: 5px; margin-left: auto; margin-right:auto; text-align: left;}

/*goes inside #main, unlike #main_outer */
#main_inner { width: 80%; padding: 5px; margin-left: auto; margin-right:auto }

#main_outer{text-align:center;}
/*should act to center the #main block in IE (5&6)*/

/*And this material joined so that the Resume would format like I want*/

#resume_main {font-family: verdana, arial, serif; border: 3px lime solid; width: 80%; padding: 5px; margin-left: auto; margin-right:auto; font-size : 80%; text-align:left;}

/*And this is what I added when I did the Programming Samples*/

.blurb	{  /*assumed to be inside a .main block*/
	text-align: left;  width: 80%; margin-left: auto; margin-right:auto;
	}

.margins {  /*assumed to be inside a .main block*/
	width: 80%; margin-left: auto; margin-right:auto;
	}

.heading {  /*recreates the headers for the Programming Samples section*/
	font-size: large;
	font-weight: bold;
	}

/*and here's where I finally learn how to do this for Animation*/

h1 {font-size:x-large; font-weight:bold;} /*same as #name*/
h2 {font-size: large; font-weight: bold;} /*same as .heading*/

.circus {display: none;}

.wide {width = 80%;  margin: 0 10% 0 10%; padding: 0; background-color: red;}
	/*{width = 50%; margin-left: 25%; margin-right:25%; background-color:blue;}*/
.image_wrap {/*width: 700px; margin: 0; padding: 0; background-color: blue;*/}
.image_L {width: 320px; height: 240px; /*float: left;*/ padding: 3px; background-color: orange;}
.image_R {/*float: right;*/}