/* 

STYLE SHEET FOR PWD 36 WEB SITE

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}


		
/*  --------- 2. structure  --------- */

#wrapper {
		width: 720px;
		margin: 0 auto;
		padding: 40px 0;
		}
		
.boxout {
		float: right;
		width: 150px;
		margin: 0 0 20px 20px;
		padding: 1em 0 0 10px;

		}
		


/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		margin: 30px 20px 20px 50px;
		}

h1 {/* main heading */
		font-size: 2em;
		font-family:Arial, Helvetica, sans-serif;
		line-height: 1.0em;
		font-weight: normal;
		margin: 10px 0 5px 0;
		letter-spacing: 0.08em;
		}

.timeStamp {
		font-size: 0.5em;
		float: right;
		letter-spacing: 0;
		}

.boxout h1 {
		font-size: 1.5em;
		line-height: 1.0em;
		margin-bottom: 5px;
		}

h2 {/* strap line */
		font: normal 1.4em/1.1em Arial, serif;
		margin-bottom: 1.2em;
		margin-top: .8em;
		padding-left: 1px;
		}

.byLine {
		text-transform: uppercase;
		font-size: 0.8em;
		font-weight: bold;
		}

h3 {/* cross-head */
		font-size: 1.2em;
		font-weight: bold;
		margin-top: 0.8em;
		}

p, ul {
		font: 1.2em/1.5em "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
		}

p {		
		text-indent: 1em;
		}

hr+p, h3+p, .boxout p, ul+p {
		text-indent: 0;
		}
		
.boxout p {
		font-size: 1.1em;
		font-weight: bold;
		}
		
ul {
		margin: 0.8em 0;
		list-style-type: none;
		padding-left: 25px;
		}
		
li { 
		padding-bottom: 10px;
		}

.quotation {
		margin: 1.6em 1em 1em 0;
		float: left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-size: 1.2em;
		}

.quotation p {
		text-indent: 0;
		font-family: Arial, sans-serif;
		}

p.quoteBody {
		margin: 0;
		}
		
p.quoteCite {
		font-size: 1.0em;
		}

hr {/* standard, grey single-pixel break */
		background-color: #000000;
		color: #000000;
		height: 1px;
		border: 0;
		margin-bottom: 1.6em;
		}
		
/*__________Footer__________*/
#footer {
	font-size: 0.75em;
	font-style:italic; 
	text-align: center; 	
	margin-top: 10px;
	width: 100%;
	}