@import url("reset.css");
@import url("960.css");

/* Type */
body {
	 font-size: 64.5%;
	 line-height: 1.5;
	 font-family: calibri, helvetica, verdana, sans-serif;
	 background: #1B0A2A;
	 color: #F5EFFB;
}

#photo {
	float: right;
	margin-left: 10px;
	}

#header h1 {
	font-size: 4.0em;
}

#footer {
	border-top: 2px #610B38 solid;
	padding-top: 14px;
}

#navigation, #content {
	border-top: 2px solid #610B38;
}

	#navigation a {
		padding-left: 5px;
		display: block;
		text-transform: uppercase;
		color: #848484;
	}
	
		#navigation a:hover {
			background: #610B38;
			color: #F5EFFB;
		}

a {
	color: #848484;
	text-decoration: none;
}

	#content a:hover {
		border-bottom: 1px solid #848484;
	}

table {
	width: 100%;
}

	th {
		text-align: left;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: cambria, georgia, serif;
	font-weight: normal;
	border-bottom: 1px solid #610B38;
}

h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 2.6em;
}

h3 {
	font-size: 2.4em;	
}

h4 {
	font-size: 2.1em;	
}

h5 {
	font-size: 1.8em;	
}

h6 {
	font-size: 1.6em;	
}

p, li, td, th {
	font-size: 18px;
}

.tinywords {
	font-size: 14px;
}

p {
	margin: 1em 0;
}

li li {
	margin-left: 1em;
	padding-left: 1em;
}


#content ol {
	list-style-type: decimal;
}

.bullet {
	list-style-type: square;
	margin-left: 1em;
	padding-left: 1em;
}

.clear-float {
	clear: both;
}
