/* CSS Document */


/* normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{font-size : 1.5em; }

/* removes list-style from lists */
ol, ul
{list-style : none; }

/* normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style : normal; font-weight : normal; }

/* left-aligns text in cation and th */
caption, th
{text-align:left; }



html {
	text-align:center;
	font-size:62.5%;
	}
	
body {
	color:#BCBFC3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	}	
		
blockquote {
 	color:#81868D;
	font-size:1.3em;
 	text-align:left;
	}	
	
blockquote em {
	color:#50636F;
	font-size:1.4em;
	}
	
	
/**--------------------- Both sets of navs ----------------**/

a {
	text-decoration:none;
	color:#81868D;
	}						
	
#nav ul li a:visited, a:visited {
	color:#777;
	font-style:italic;
	}
	
#nav ul li a:hover, a:hover {
	color:#7D2915;
	font-size:1.4em;
	}
	
#nav ul li a:active, a:active {
	color:#555;
	font-size:1.4em;
	}

/**------------------------------	Div styles ---------***/

	
#branding h1 {
	text-indent: -9999px;
	}

	
#nav {
	color:#A6A8AC;
	}

#nav li {
	display:inline;
	font-size:1.2em;
	}

	
#siteinfo  {
	font-size:1em;
	color:#81868D;
	}
	
#siteinfo ul {
	display:block;
	text-align:right;
	}
	
#siteinfo p {
	font-size:1em;
	}


.currentlink {
	color:#7D2915;
	font-size:1.4em;
	}
	
.cat {
	color:#50636F;
	font-size:1.4em;
	}


