
/*html {
    font-size: 62.5%;
}*/

body { 
    font:11px Lucida Grande, HelveticaNeue, Helvetica, arial, sans-serif;
    color: #4a2b01;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #b21418;
}
   
a:hover {
	color: #000;
	background: #fff6e0;	
	text-decoration: none;
}
 
h1, h2, h3, .ancillary h4, .ancillary p, .nav {
font-family:	"P22UndergroundPro-Demi", 
				"P22 Underground Pro Demi",  
				"P22JohnstonUnderground-Regular",
				"P22JohnstonUnderground",
				"P22 Underground",
				"Gill Sans", 
				"Gill Sans MT",
				GillSans,
				Helvetica, 
				Arial,
				sans-serif;
}
   
h1 { 
	display: none;
} 

#default h1 {
	font-size: 23px;
	display: block;
	color: #c2803e;
	margin: -15px 0 39px 261px;
	width: 420px;
}

h1 a {
	border-bottom: 1px dotted #ddd;
}

h1 a.print {
	color: #1282bf;
}

h1 a.newfangledness {
	color: #e41b5b;
}

h1 a.icons {
	color: #61b933;
}

h2 { 
	margin: 0 0 15px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #b21418;
}

h2 a {
	text-decoration: none;
	font-weight: normal;
} 

.folio .side h3 {
	margin: 0;
	background: none;
	padding: 0;
}

h3,
.sidenotes h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c2803e;
}  

.side h3 {
	background: url(/images/roundel.gif) no-repeat left center;
	padding: 0 0 0 20px;
}

.flickr h3 {
	color: #0063dc;
}
 
 .flickr h3 span {
	color: #ff0084;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p, table {
	margin: 0 0 15px 0;
}

.comment p {
	margin: 0 0 7px 0;
}

 ul, ol { 
	margin: 0;
} 

.post ul li { 
	list-style-image: url(/images/bullet.gif); 
	margin: 0 0 0.3em 0;
	}

 
blockquote {
	margin: 0 0 1.5em 0;
	background: #fafeed;
	color: #a00101;
	padding: 1em 1em 0.1em 1.5em;
	line-height: 1.8;
	border-left: 2px solid #e2d3a2;
}

/*blockquote p:before {
	content: open-quote ;
	margin: 0 0 0 -0.3em;
}

blockquote p:after {
	content: close-quote ;
}*/ 

cite {
 	font-weight: bold;
 	font-style: normal;
 	display: block;
 	text-transform: uppercase;
	color: #a00101;
}

/* Code display */
/* ------------------------------------------------------- */
pre {
	background: #fafeed;
	/* color: #000; */
	padding: 8px 20px;
	width: 380px;
	font-family:  "Lucida Grande", Verdana, Arial, sans-serif;
	overflow: auto;
	margin: 0 0 15px 0;
}

code {
	/* color: #000; */
	font-family:  "Lucida Grande", Verdana, Arial, sans-serif;
}
  
/*Dates*/

.archivelist .ancillary {
	text-align: right;
}

.ancillary h4 {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	color: #c2803e;
}

.archivelist .ancillary h4 {
	text-align: right;
	font-size: 12px;
	clear: left;
}

.ancillary p {
	font-size: 14px;
}

.ancillary a {
	color: #c2803e;
}
