/* Lisa Lehman Class Site Updates */


body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.4em;
	margin: 10px 60px 40px 60px;
	
	/* add background image */
	background-image: url(pattern.jpg);
	background-repeat:  repeat;
}


h1 {
	font-family: "Rockwell", slab-serif;
	font-size: 36pt;
	text-align: center;
	color: white;
}

h2 {
	list-style-type: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 20px;
	color: #E6E100;
}

ul {
	list-style-type: none;
	width: 620px;
	


}

li {
	list-style-type:none;
	text-transform: uppercase;
	padding: 25px 15px 2px 10px;
	color: #fff;

}

ul.project {
	border: solid 8px yellow;
	padding: 0;
	text-align: center;

}

ul.project li {
	font-size:.9em;
	list-style-type: square;
	text-transform: none;
	display: inline;
	padding: .2em 1em;
	color: #fff;
	background-color: #036;

}

ul a {
	text-decoration: none;
	color: #8DCB41;
}

li a:hover {
	color: #fff;
	background-color: #369;
}



#othercontent {
	display: inline;
	list-style-type: none;
}

#maincontent {
	background-color: black;
	padding: 5px 5px 5px 5px;
	width: 700px;
}


/* just an easy way to make the text a little smaller than whatever it is  */

.smallertxt {
	font-size: smaller;
	font-variant: small-caps;
	text-align: right;
	margin-right: 10px;
}


