* {
	margin: 0px;
	padding: 0px;
}

body {
	background: white;
	color: black;
	font: 11px Georgia, 'Times New Roman', Times, sans-serif;
	margin: 72px;
}

img {
	display: block;
	border: 0;
}

#logo_print {
	width: 500px;
	display: block;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px black;
}

#content a {
	color: #c00;
	text-decoration: underline;
}
#content a:visited {
	color: #966;
}
#content a:hover {
	background: #f7f0ea;
	text-decoration: underline;
	color: #c00;
}

#content a.external {
	padding-right: 13px;
	margin-right: 3px;
	background: transparent url("http://southerndocumentaryfund.org/images/icon_external.gif") center right no-repeat;
}
#content a.external:hover {
	background: #f7f0ea url("http://southerndocumentaryfund.org/images/icon_external.gif") center right no-repeat;
}

#content a.document, #content a.document:visited {
	padding-left: 14px;
	background: transparent url("http://southerndocumentaryfund.org/images/icon_document.gif") center left no-repeat;
}
#content a.document:hover {
	background: #f7f0ea url("http://southerndocumentaryfund.org/images/icon_document.gif") center left no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	branding
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#branding {
	display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav {
	display: none;	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	main content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content {
	background: white;
	color: black;
	width: 500px;
	line-height: 22px;	
}

#content div, #content h1, #content h2, #content p, #content img, #content ul, #content address {
	margin-bottom: 25px;
}
#content img {
	border: 0px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	word-spacing: 2px;	
}
h2 {
	font: bold 14px Arial, Tahoma, Helvetica, sans-serif;
}
h2.subtext {
	font: 13px Georgia, 'Times New Roman', Times, sans-serif;
	color: black;
	margin-top: -15px;
}
div.callout h2 {
	font: 13px Georgia, 'Times New Roman', Times, sans-serif;
}

.divider {
	/* adds a line above the element */
	border-top: dashed 0px black;
	padding-top: 25px;
}

.subtext {
	/* provides tighter spacing for subheadings */
	margin-top: -20px;
	color: black;
}

p.larger {
	font-size: 13px;
}
p.monospace {
	font-family: 'Courier New', Courier, monospace;
}
div.image_caption {
	padding: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: black;
	border-bottom: solid 0px black;
}

#content div.image_caption p {
	margin-bottom: 5px;
}

#content ul {
	margin-left: 30px;
}
#content ul a {
	text-decoration: none;
}
#content div.callout ul {
	margin-left: 15px;
}
#content ul.spaced li {
	margin-bottom: 25px;
}
#content ul.spaced_tighter li {
	margin-bottom: 15px;
}

address {
	font-size: 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	special elements inside of the main content area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#path_links {
	display: none;
}

.callout {
	border-top: solid 0px black;
	border-bottom: solid 0px black;	
	padding: 0px;
	padding-bottom: 0px;
	background: #ffe;

}
p.callout {
	padding-bottom: 20px;
}
.truck {
	background: #ffe url("http://southerndocumentaryfund.org/images/background_truck.png") 345px center no-repeat;	
}

#content div.credits {
	background: #f9f9f9;
	padding: 0px;
	padding-left: 0px;
}
#content div.credits p {
	margin-bottom: 0px;
}
div.credits strong {
	margin-right: 3px;
}

div.quote {
	font: italic 15px 'Times New Roman', Times, Georgia, serif;
	padding-bottom: 0px;
	text-align: center;
}
div.quote p.quote_attribution {
	color: black;
	margin-bottom: 0px;
	font-style: normal;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
	display: none;
}
