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


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

#content { margin-top: 36px; }

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

#access em { text-decoration: underline; font-style: normal; }

#access ul { float: right; margin-top: 0.5em; }
#access ul li { float: left; }
#access ul li a {
	float: left;
	font-size: 0.7em;
	text-decoration: none;
	padding: 0 0.8em;
}

#site-header ul#site-menu { display: block;  float: left; clear: both; margin-bottom: 20px;}
#site-header ul#site-menu li { float: left; }
#site-header ul#site-menu li a {
	display: block;
	float: left;
	font-size: 0.8em;
	padding: 0 0.5em;
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2em 0 30px;
}

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

#site-footer { margin-top: 2em; }
#site-footer ul { float: right; margin-top: 0.5em; }
#site-footer ul li { float: left; }
#site-footer ul li a {
	float: left;
	font-size: 0.75em;
	text-decoration: none;
	padding: 0 0.8em;
}
#site-footer p#page-info { font-size: 0.75em; 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: 1.7em;
	margin-bottom: 1em;
	padding-bottom: 0.6em;
}

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

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

#content p,
#content ul,
#content ol {
	font-size: 0.9em;
	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: 0.9em;
	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: '...';
}
