/*--------------------
Site:         NursesWithHeart.net
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 img#banner { display: block; clear: both; }
#site-header ul#site-menu { display: block;  float: left; clear: both; margin-top: 36px;}
#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-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.2em;
	margin-bottom: 1em;
	padding-left: 0.6em;
	line-height: 40px;
}

#content h2 {
	margin: 1em 10px 0.3em 10px;
}


#content p, #content ul, #content ol, #content dl {
	font-size: 0.9em;
	margin: 0.5em 10px;
}

#content p { line-height: 1.4em; }

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

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

#content ul#site-map,
#content ul#site-map ul {
	list-style-type: none;
}

#content ul#site-map ul {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

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

#content dl {
	margin: 1em 0.6em;
	border-width: 0px;
}

#content dl dt {
	font-size: 1em;
	padding: 1em 0 0.2em 0;
}

#content dl dd {
	font-size: 1em;
	line-height: 1.4em;
}

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

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

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

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

