/* IE defaults */
section, article, header, footer, nav, aside, hgroup {
	display: block;
}

body {
	font: normal 1em/1.5 georgia, serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 75%;
	margin: 0 auto;
}

.leftAlign {
    margin-left: 0;
}

.rightAlign {
    float: right;
    margin-right: 0;
}

/* header */
header#pageHeader {
	border-bottom: 2px solid #000000;
	overflow: hidden;
	text-align:center;
}
#pageHeader h1 {
	font-size: 2.5em;
	font-weight: bold;
	line-height: .25;
	text-transform: uppercase;
}
#pageHeader h2 {
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
	line-height: .25;
	text-transform: lowercase;
}

/* nav bar */
#pageNav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	border-bottom-style: double;
	text-align:center;
	line-height: .25;
}
#pageNav li { display:inline; }
#pageNav a {
	display:inline-block;
	text-decoration: none;
	padding-left: 2em;
	padding-right: 2em;
}

/* content */
#content {
	width: 100%;
	margin: 0 auto;
	text-align: justify;
}
.postHeader h1 {
	font-size: 1.50em;
	font-weight: bold;
	line-height: .5;
}
.postHeader h2 {
	font-size: 1.10em;
	font-style: italic;
	font-weight: normal;
	line-height: .5;
}

/* bottom nav */
#bottomNav {
    border-top-style: double;
	margin: 0 auto;
    margin-top: 1.5em;
	padding: 0;
}

/* footer */
#footer {
	border-top: 1px solid #000000;
	font-size: .75em;
	font-style: italic;
	text-align:center;
}
