/* Glyphic Technology Web Site Style Sheet */

/* Basic attributes of HTML elements
   --------------------------------- */

body, div, p, th, td, li, dd {
	/* redundant selectors to help NS4 not forget */
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
}

h3 {
	font-family: "Trebuchet MS", "Gill Sans", "Arial Black", Geneva, sans-serif;
	font-weight: bold;
}

	/* Netscape needs the defaults restated in the p & h3 tags
	   for reasons I don't understand.  It also needs them for
	   the td tag, but that is a documented problem with Netscape. */




/* Modifiers that can be used to adjust other styles 
   ------------------------------------------------- */

.bigger {
	font-size: 14pt;
	font-weight: bold;
}

.smaller {
	font-size: 9pt;
}

.smallest {
	font-size: 8pt;
}

.standout {
	color: #CC3300;
}

/* Semantic Classes
   ---------------- */

.title {
	/* title of a page */
	font-family: "Trebuchet MS", "Gill Sans", "Arial Black", Geneva, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #999999;
}

.nav {
	/* nav bar elements */
/*	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;*/
	font-size: 9pt;
	color: #000000;
}

.nav A {
	color: #000000;
	text-decoration: none;
}

.nav A:hover {
	color: #FFFFFF;
}

.nav-alt {
	/* different color nav */
	font-size: 9pt;
	color: #999999;
}

.nav-alt A {
	color: #999999;
	text-decoration: none;
}

.nav-alt A:hover {
	color: #000000;
	text-decoration: underline;
}

.free-link {
	/* links on the free software page */
	font-family: "Trebuchet MS", "Gill Sans", "Arial Black", Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt;
	color: #666666;
}

.free-link:hover {
	color: #000000;
	text-decoration: underline;
}

.resume-section {
	/* section headers on the resume pages */
	font-family: "Trebuchet MS", "Gill Sans", "Arial Black", Geneva, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #999999;
	text-align: center;
}

.article {
	/* blocks of text to be read as running text */
	font-size: 10pt;
}

.article a {
	/* links in running text */
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}

.article a:hover {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}

.article-hide-link {
	/* for those cases where the links want to be hidden */
	color: #000000;
}

.article-hide-link a {
	color: #000000;
	text-decoration: none;
}

.article-hide-link a:hover {
	color: #000000;
	text-decoration: underline;
}

.col-header {
	/* column headers for articles */
	font-family: "Trebuchet MS", "Gill Sans", "Arial Black", Geneva, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: #666666;
}

.col-header a {
	color: #666666;
	text-decoration: none;
}

.col-header a:hover {
	color: #000000;
	text-decoration: underline;
}


.intro {
	color: #666666;
}

.introBig {
	font-family: "Trebuchet MS", "Gill Sans", "Arial Black", Geneva, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #FFA042;
}


.logotype {
	/* The Glyphic name */
	font-family: Frutiger, "Trebuchet MS", "Arial Black", Geneva, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #FFA042;
}
