* {
	margin: 0px;
	padding: 0px;
}

html {
	/* forces scrollbar track in Mozilla */
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #111 url("http://southerndocumentaryfund.org/images/background_780px.gif") repeat-y;
	color: white;
	font: 11px Georgia, 'Times New Roman', Times, sans-serif;
}

img {
	display: block;
	border: 0;
}

#logo_print {
	display: none;
}

#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 {
	width: 230px;
	height: 282px;
	background: url("http://southerndocumentaryfund.org/images/background_accent.gif") no-repeat;
}
#branding img {
	padding-top: 29px;
	padding-left: 31px;
}
#branding a, a:visited, a:hover {
	background: transparent;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav {
	position: absolute;
	top: 140px;
	left: 20px;
	font: 10px Verdana;
	color: white;
	width: 190px;
}
#nav li {
	*height: 18px;
	*margin-top: -1px;
}
#nav a, #nav a:visited  {
	display: block;
	color: white;
	text-decoration: none;	
	padding-left: 5px;
	padding-top: 3px;
	*padding-top: 3px;
	padding-bottom: 4px;
	*padding-bottom: 3px;	
	*line-height: 15px;
	*margin-bottom: -10px;
	*position: relative;
}
#nav a:hover, #nav a:active {
	color: white;
	background: url("http://southerndocumentaryfund.org/images/background_nav_hover_single.png") 0px 19px;
	*background: #800 ;
}
#nav a.current, #nav a.current:visited, #nav a.current:hover, #nav a.current:active {
	color: white;
	background: url("http://southerndocumentaryfund.org/images/background_nav_hover_single.png") no-repeat;
	*background: #c00 url("http://southerndocumentaryfund.org/images/background_nav_hover_single.png") 0px 2px no-repeat;
}
#nav ul {
	list-style-type: none;
}
#nav li.spacer {
	padding-bottom: 7px;
	border-bottom: solid 1px #6C6F6E;
	margin-bottom: 7px;
	*margin-bottom: 2px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	main content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content {
	position: absolute;
	top: 0px;
	left: 230px;
	padding: 25px;
	padding-bottom: 0px;
	background: white;
	color: black;
	width: 500px;
	line-height: 22px;	
	height: auto;
}

#content div, #content h1, #content h2, #content p, #content img, #content ul, #content address {
	margin-bottom: 25px;
}
#content img {
	border: solid 1px #bbb;
}
#content img.borderless {
	border: 0px;
}

#content img.float {
	float: left;
	margin-top: 20px;
	margin-right: 30px;
}

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;
}
h2.subtext_sans {
	font: bold 14px Arial, Tahoma, Helvetica, sans-serif;
	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 1px #bbb;
	padding-top: 25px;
}

.subtext {
	/* provides tighter spacing for subheadings */
	margin-top: -20px;
	color: #666;
}

p.larger {
	font-size: 13px;
}
p.monospace {
	font-family: 'Courier New', Courier, monospace;
}
p.news_date {
	margin-top: -20px;
	font-size: 11px;
	color: #888;
}
div.image_caption {
	margin-top: -25px;
	border-bottom: solid 1px #ddd;	
	background: #f9f9f9;
	padding: 10px;
	padding-bottom: 5px;
	text-align: right;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	color: #999;
}

#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 {
	font: 11px Tahoma, Arial, Verdana, sans-serif;
}
#path_links a, #footer a {
	text-decoration: none;
}	
#path_links a:hover, #footer a:hover {
	text-decoration: underline;
}

.callout {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;	
	padding: 20px;
	padding-bottom: 0px;
	background: #ffe;

}
p.callout {
	padding-bottom: 20px;
}
.truck {
	background: #ffe url("http://southerndocumentaryfund.org/images/background_truck.png") 345px 25px no-repeat;	
}

div.callout h2.news {
	font-size: 12px;
	font-weight: bold;
}

#content div.credits {
	background: #f9f9f9;
	padding: 10px;
	padding-left: 15px;
}
#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: #666;
	margin-bottom: 0px;
	font-style: normal;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	forms + message board
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.padded {
	/* used with "callout" class, for displaying posted messages */
	padding-bottom: 20px;
}

input, textarea {
	background: #f5f5f5;
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	padding: 2px;
}
input:focus, textarea:focus {
	/* not supported by IE */
	background-color: #ffe;
}

input.button {
	padding: 10px;
	margin-right: 10px;
	background: #f5f5f5;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;	
	border-bottom: solid 2px #888;
	border-bottom: solid 2px #888;
	*overflow: visible;
	-moz-border-radius: 3px;	
}
input.button:focus {
	background: #f5f5f5;
}

ul.threads {
	font: 11px Tahoma, Arial, Verdana, sans-serif;
}
ul.threads ul, ul.threads li {
	margin-bottom: 15px;
}
ul.threads li ul {
	margin-top: 5px;
	*margin-top: 0px;	
}
ul.threads ul.reply {
	margin-top: 5px;
	*margin-top: 0px;	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
	border-top: solid 1px #bbb;
	padding-top: 25px;
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #9A9A9A;
}
#footer p {
	margin-bottom: 5px;
}

#footer a.special_link, #footer a.special_link:visited {  color: #666; text-decoration: none; }
#footer a.special_link:hover, #footer a.special_link:active { color: black; background: yellow; text-decoration: none; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	special classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.note {
	padding: 15px;
	background: #ff8;
}
span.note {
	padding: 0px;
}

.red {
	color: red;
}

.error {
	color: red;
	font-size: 15px;
}

.security_code {
	padding: 20px;
	color: black;
	background: #ffa;
	width: 60px;
	font: 20px Tahoma, Verdana, Arial, sans-serif;
}