/*
	Main VPPL stylesheet - Text/fonts
	Author: Jeff Sand
*/


/* Global font properties */

body {
	font: 82% arial,helvetica,clean,sans-serif;
}

/* Line height */

#content { line-height: 1.3; }
#content h1, #content h2, #content h3, #content h4 { line-height: normal; }

/* Headings */

h1 {font-size:150%; font-weight:normal;  margin-top: .5em;
	color:#002B74; border-bottom: 6px solid #CFD7E6;}
h2 { font-size:125%; font-weight:bold; margin-top: 1em; 
	color: #806440; border-bottom: 1px solid #CCB18F;  }
h3 { color:#002B74; font-size:100%; font-weight:bold;  margin-top: 1em;}
h4 { font-size:100%; font-weight:bold;  margin-top: 1em;}

p { padding-left: .5em; margin-top: 1em;}



.sidebar p {margin-left: 0;}
.sidebar h2 {margin-top: 0; color: black; font-weight: bold; font-size: 125%; border-bottom: 2px solid #E6DBCF; padding-bottom: 2px;}
.sidebar a {color: #fff;}

a {color: #0047C2; font-weight: bold; text-decoration: none;}
a:hover { text-decoration: underline; }
.blogpost h2 a {color: #806440;}

cite { font-style: normal;  font-size: 82%; color: #666; }

#topnav {font-size: 90%; }

#topnav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#leftcol { font-size: 85%; }

#leftcol h2 {color: white; border: none; margin-top: 0; }

#leftcol a, #leftcol .pseudo, #leftcol h3 {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#content ul { list-style: disc; margin-left: 2em; margin-top: 1em; margin-bottom: 1em;} 
#content ol { list-style: decimal; margin-left: 2em; margin-top: 1em;} 
#content li { margin-top: 3px; }
.links li { margin-top: .5em; }
#content li p {margin-bottom: 1em;}

#footer {
		color: white;
		text-align: left;
		font-size: 82%;
}
#footer a {color: white;}