/* 

TITLE: Pure

DESCRIPTION: Based on purevtbuilding.com. Big Arial H1, large-ish Verdana body copy

*/

/* Typography Suite 3 */

/* base font */
body {
	font: normal 0.75em/1.75 Verdana, sans-serif;
}

/* vertical spacing */
h1,
h2,
p,
ul,
ol { margin-bottom: 15px; }

h3,
h4,
h5,
h6,
ul ul,
ol ol { margin-bottom: 0; }


/* headings */
h1 { font: normal normal 200%/1 Arial, Helvetica, sans-serif; }
h2 { font: normal bold 117%/1 Verdana, Arial, Helvetica, sans-serif; }
h3 { font: normal bold 108%/1 Verdana, Arial, Helvetica, sans-serif; }
h4 { font: normal bold 100%/1 Verdana, sans-serif; }
h5, h6 { font: normal bold 100%/1 Verdana, sans-serif; }


/* lists */
ul, ol { margin-left: 20px; }

/* sidebar */
#sidebar h3,
#sidebar2 h3 {
	text-transform: uppercase;
	font-size: 100%;
	margin-bottom: 5px;
}
#sidebar h4,
#sidebar2 h4 {
	font-size: 111%;
}
h4.pssheader {margin-top:5px; }

/* other */
.tagline {
	font-style: italic;
	margin-top: -10px;
}

blockquote {
	margin-left: 20px;
	font-style: italic;
}