/* ------- Lunda Hunt stylesheet ------- */
/* ---------------- Eric Dubois ----------------- */
/* ------------- www.ericdubois.com ------------- */

/* ------- Styles for Typography ------- */

/* ------- Maintain line space with Sub+Superscript ------- */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
	font-size:65%;
}

sub {
	top: .5ex;
}

/* ------- Links ------- */
a, a:link, a:visited { 
	text-decoration: none;
	color: #047;
	border: none;
}

a:hover { 
	color: #600;
}

/* ------- Headlines ------- */
h1, h2, h3, h4 { 
	font-family: Georgia, Times, serif;
	font-style: italic; 
	font-weight: normal; 
	text-align: center;
	margin: 0;
	padding: 0.5em 0 0.2em 0;
}

h1 {
	font-size: 2.4em; 
	line-height: 1.5em; 
	color: #811; 
}

h2 {
	font-size: 1.8em; 
	line-height: 1.5em; 
	color: #811; 
}

h3 {
	font-size: 1.5em; 
	line-height: 1.5em; 
	color: #811; 
}

h4 {
	font-size: 1.2em; 
	line-height: 1.5em; 
	color: #811; 
	font-weight: bold;
}

/* ------- Basic paragraph ------- */
p, ul { 
	font-family: Georgia, Times, serif;
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.2em; 
	line-height: 1.5em; 
	text-align: left;
	margin: 5px 0;
	padding: 0.2em 0 0.5em 0;
	text-indent: 4em;
}
ul {
	padding-left: 0.5em;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}
/* ------- Tables ------- */
th, td { 
	font-family: Georgia, Times, serif;
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.2em; 
	line-height: 1.5em; 
	text-align: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
td { border-top: 1px solid black; }
th { font-weight: bold; }

/* ------- Side box ------- */
#sideBox h1, #sideBox h2, #sideBox h3, #sideBox h4 {
	font-style: normal; 
}
#sideBox p {
	text-align: center;
	font-style: italic; 
	text-indent: 0;
}
