/*
------------------------------------------
SCREEN MEDIA
Project:     Making of Modern Michigan: Digitization Center
FileName:    default.css
Version:     2003.09.22
-------------------------------------------
*/

@import url("global.css");

/* ELEMENTS */
/* ----------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
	font-family: georgia, "Book Antiqua", palatino, serif;
	color: #000;
	background: #fff;
}

a {
	font-family: georgia, "Book Antiqua", palatino, serif;
	text-decoration: underline;
	background: transparent
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #993399;
}
a:hover {
	color: #cc0000;
}
td,dl,dt,dd {
	font-family: georgia, "Book Antiqua", palatino, serif;
}


code,tt,pre {
	font-family: courier, monospace;
	font-weight: bold;
	color: #f00
}
img {
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px
}

h1,h2,h3,h4,h5,h6 {
  font-family: arial, helvetica, sans-serif;
  color: #000;
}
h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1em;}
h6 {font-size: 0.85em;}

#content {
  margin: 0px 10px 50px 20px;
  padding: 10px 10px 10px 10px;
}
#menu2 {
  padding: 20px;
}
#footer {
	border-top: 1px solid #ccc;
	border-right: 0px dashed #ccc;
	border-bottom: 0px dashed #ccc;
	border-right: 0px dashed #ccc;
	margin-top: 50px;
	padding-top: 10px;
	background-color: #fff;
	font-family: georgia, "Book Antiqua", palatino, serif;
	text-align: left;
	color: #000;
}

.large {
	font-family: arial, helvetica, sans-serif;
  font-weight: bold;
	font-size: 1.15em;
  color: #FF6600;
}
.medium {
	font-family: arial, helvetica, sans-serif;
  font-weight: bold;
	font-size: 1em;
  color: #993300;
}
.lgtitle {
	padding: 0px;
	margin-top: 1.5em;
	font-family: arial, helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
	color: #000;
}
.title 	{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.byline 	{
	font-family: georgia, "Book Antiqua", palatino, serif;
	font-size: .9em;
	color: #000;
}

.question	{
	font-family: georgia, "Book Antiqua", palatino, serif;
  font-weight: bold;
	color: #003399;
}

/*#footer {
	margin: 10px 0px 0px 0px;
  padding: 10px;
}
*/
