/* mezzoblue master control */
/* He who controls the CSS controls the experience. */


/* Start with the basic XHTML elements */
body {
	font: small/2em verdana, tahoma, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	}

#skipNav, #siteInfo, #projects, #linkList, #intro hr {display: none;}
	
p, li, dt, dd, td {
	font-size: 84%;
	line-height: 1.7em;
	}
ul li {
	list-style-image: url(/i/li1.gif);
}

blockquote {font-style: italic; line-height: 3ex;}
acronym {border-bottom: none;}
hr {border: none; border-bottom: dotted 1px #6294D1; color: #C6D8F2; background-color: #C6D8F2; width: 60%; margin-left: auto; margin-right: auto; margin-bottom: 2em; text-align: center;}
pre {font-size: 93%; margin: 0 10px 2em 15px; background-color: #D7E4F6; padding: 5px; padding-left: 10px; border: solid 1px #A7C1E9;}

#pageHeader h2, #pageHeader h3 {font: 110% 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif; font-weight: normal; letter-spacing: -1px; text-transform: lowercase; color: #48618B; display: inline;}

h3 {font: 110% 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif; font-weight: normal; letter-spacing: -1px; text-transform: lowercase; color: #48618B; margin: 0; margin-top: 1.7em;}
h3 a:link, h3 a:visited {font: 110% 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif; font-weight: normal; letter-spacing: -1px; text-transform: lowercase; color: #48618B; text-decoration: none; margin: 0;}
h3 a:hover {color: #6697D3; text-decoration: underline;}
h4 {font-weight: normal; font-size: 75%; font-style: italic; color: #5673A7; padding-top: 0; margin-top: 0; margin-left: 10px; line-height: 1em;}
h5 {font-size: 90%; margin-bottom: 0px;}
h6 {margin: 0px;}

a, a:link {
	font-weight: bold;
	color: #3B7EBB;
	text-decoration:
	underline;
	}
a:visited {
	font-weight: normal;
	color: #405C7F;
	text-decoration: underline;
	}
a:hover {
	color: #6697D3;
	text-decoration: underline;
	}


acronym, abbr {border-bottom: none;}
input, textarea {font: 100%/1.2em verdana, sans-serif;}


#container {
	padding-bottom: 1em;
	}


