
/*page*/
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Verdana, "Bitstream Vera sans", "Lucida Grande", sans-serif; 
	font-size: .8em; 
	line-height: 1.25; 
	color: #000000;
	background: #FFFFFF;
}

/*titles*/
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; 
}
h1, h2, h3, h4 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; 
}
h1 {
	font-size: 3em; 
}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}

/*lists*/
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; 
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/*paragraphs*/
p {
	margin: 1.5em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/*citations*/
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/*links*/
a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #333333;
}
a img {
	border: solid 1px #111111; 
}

/*inline elements*/
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #666;
}


/*EXCEPTIONS FOR CERTAIN CONTENT*/

.gallery {
	list-style: none;
	padding-left: 60px;
}
.gallery li {
	margin: 20px;
}
	
pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #EEE;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: #000000;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #555;
}
#copyright a {
	color: #555;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}

