/*--------------------
Site:         SCFWA.org
Description:  Primary, site-wide TYPOGRAPHY, MARGINS, PADDING style sheet. 
Code:         CSS
Media:        Print
Author:       Tim Snoots
--------------------*/


body { font-family: "century gothic", "Trebuchet MS", Verdana, Arial, sans-serif; }

#content { margin-top: 36px; }


/* HEADER, NAV, FOOTER
-------------------- */

#site-header img#banner { display: block; clear: both; }

#site-footer { margin-top: 2em; }

#site-footer p#page-info { font-size: 9pt; line-height: 1.5em; margin: 0.5em 0.5em; }


/* CONTENT
-------------------- */

strong { font-weight: bold; }
em { font-style: italic; }
acronym { border-bottom: 1px dotted #999; }

#content h1, #content h2 { font-weight: bold; }

#content h1 {
	font-size: 16pt;
	margin-bottom: 1em;
	padding-bottom: 0.6em;
}

#content h2 {
	font-size: 14pt;
	margin: 1em 10px 0.3em 10px;
}

#content h3 {
	font-size: 13pt;
	margin: 0.8em 10px 0 10px;
}

#content p,
#content ul,
#content ol {
	font-size: 12pt;
	margin: 0.5em 10px;
	line-height: 1.4em;
}

#content ul,
#content ol {
	list-style-position: outside;
	padding-left: 2em;
	padding-right: 3em;
}

#content ul { list-style-type: disc; }

#content ol.lower-latin { list-style-type: lower-latin; }
#content ol.decimal { list-style-type: decimal; }

#content li {
	padding-bottom: 0.5em;
	line-height: 1.4em;
}

#content dl {
	font-size: 12pt;
	margin: 1em 1.7em;
	border-width: 0px;
}

#content dl dt {
	margin: 0.7em 0 0.2em 0;
}

#content dl dd {
	line-height: 1.3em;
	margin: 0.3em 0 0.5em 0;
}

#php-status { padding: 0 0.5em; }

a[href^="http:"]:after {
	content: url(icon-external-link-10x10.png);
	padding-right: 0.2em;
}

a[href$=".pdf"]:after {
	content: url(icon-pdf-17x10.png);
	padding-right: 0.2em;
}

.more:after {
	content: '...';
}
