/* CSS Document */

a{/* standard links at the top of the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000077;
}
a:hover {
	text-decoration: underline;
	color: #000077;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.stdlinks{ /* the links that appear at the top and bottom of each page */
	text-align: center;
	margin-top: 5px;
	max-width: 750px;
}

.title{ /* The little title bar on each page */
	background-color: #660000;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 3px 3px 6px;
}

.footer{
	text-align: center;
}

.stdmenu{ /* Sidebar that appears on most pages */
	background-image: url(gray_background.gif);
	vertical-align: top;
	border-left: 2px solid #cc9;
	border-right: 2px solid #cc9;
	border-bottom: 2px solid #cc9;
}

.stdmenu a{ /* sidebar links */
	display: block;
	margin-right: auto;
}

.linkbox{ /* a box around the sidebar links in eaqch category */
margin: 8px 0px 10px 5px;
}

.content{ /* make the content keep away from the sidebar */
padding: 1em 1em 1em 0em ;
}

.subjecttop{ /* for top menus on subject guides */
font-size: 11px;
font-weight: normal;
}

.subjecttop span{
font-size: 12px;
font-weight: bold;
}

.subjecttop a{
font-size: 11px;
font-weight: bold;
}

.help { 
font-size: 11px;
font-weight: normal;
}

.listoflinks{ /* for lists of links followed by their descriptions. */
font-size: 11px;
font-weight: normal;
}

.listoflinks a{ /* The links are bigger then the text */
font-size: 12px;
font-weight: bold;
}

.listoflinks2{  /* for altpress guide */
font-size: 11px;
font-weight: normal;
}

.listoflinks2 a{ /* for altpress guide */
font-size: 11px;
font-weight: bold;
}

.listoflinks2 span{ /* for altpress guide */
font-size: 12px;
font-weight: bold;
}

.listoflinks3{ /* Titles followed by the links they are referring to, and a further description */
font-size: 11px;
}

.listoflinks3 a{
font-size: 11px;
font-weight: normal;
}

.listoflinks3 span{ /* The title needs to be bigger and underlined */
font-size: 12px;
text-decoration: underline;
}

.seealso{ /* For sections with additional links, which may be more weakly emphasised */
font-size: 11px;
}

.seealso span{ /* This wraps around the "See Also:" text to emphasise it */
font-weight: bold;
font-style: italic;
}

.seealso a{ /* Links in the "see also" section */
font-weight: normal;
font-size: 11px;
}

.navlinks a{  /* for nav links between sections on a page */
font-size: 11px;
font-weight: normal;
}

.textwithlinks{  /* for chunks of text, paragraphs */ 
font-weight: normal;
font-size: 11px;
}

.textwithlinks a{
font-weight: bold;
font-size: 11px;
}

.citation h1{ /* for MLA citations with titles above them (used on "how to cite" type pages) */
margin: 0;
font-size: 14px;
font-weight: bold;
}

.citation p{ /* Gives the paragraph a hanging indent */
text-indent: -30px;
padding-left: 30px;
margin-left: 0;
}

p.citation{
text-indent: -30px;
padding-left: 30px;
margin: 0;
}

.citation em{ /* <em> Won't italicise as usual, but will underline */
text-decoration: underline;
font-style: normal;
}

.apacitation h1{ /* for APA citations with titles above them (used on "how to cite" type pages) */
margin: 0;
font-size: 14px;
font-weight: bold;
}

.apacitation p{ /* Gives the paragraph a hanging indent */
text-indent: -30px;
padding-left: 30px;
margin: 0;
}

p.apacitation{
text-indent: -30px;
padding-left: 30px;
margin: 0;
}

.apacitation em{ /* for APA */
font-style: italic;
}

.bold{ 
font-weight: bold;
}

.bold2{ 
font-size: 12px;
font-weight: bold;
}

.bold3{
font-size: 18px;
font-weight: bold;
}

.topintro{  /* for intro blurb at top of page */
font-size: 12px;
font-weight: normal;
}

.topintro span{ 
font-size: 13px;
font-weight: bold;
}

.topintro a{
font-size: 12px;
font-weight: bold;
}

h1{ /* Largest heading size, not always used */
font-size: 18px;
font-weight: bold;
}

h1 a{ /* Make sure links in H1 show up big too */
font-size: 18px;
font-weight: bold;
}

h2{
font-size: 16px;
font-weight: bold;
}

h3{
font-size: 14px;
font-weight: bold;
}

h4{
font-size: 13px;
font-weight: bold;
}

.ft{ /* green full text indicator */
font-weight: bold;
color: #090;
}

.r{ /* red restricted database indicator */
font-weight: bold;
color: #900;
}

.newsitem a{ /* For news headlines on news + blog */
font-size: 12px;
}

.hangindent{ /* Hanging indent. Is this really necessary? Included as a stopgap */
text-indent: -30px;
padding-left: 30px;
margin: 0;
}

.keypointlist{ /* For lists of points and explanations. This will bold the title of each item, and make the list omly slightly indented */
font-weight: bold;
margin-left:0px;
padding-left:20px; /* Keeps the bullet points from disappearing */
}

.keypointlist p{ /* Paragraphs within the list will appear normally, and slightly indented. */
font-weight: normal;
padding-left:20px;
margin-top: 5px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form.feedback{
font-size: 11px;
font-weight: bold;
}
