/* -------------------------------------------------------------- 

	Modoku, Inc.
	25 January 2010

-------------------------------------------------------------- */

body {
	font-family: Palatino, Georgia, "Times New Roman", times, serif;
	color: #666;
	text-align: center;
	font-size: 100%;
	line-height: 1.5em;
	}

.nav {
	font-family: "Futura", helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	}

.nav ul, .nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
.nav a {
	text-transform: uppercase;
	background: none;
	border: none;
	margin: 0;
	font-size: 75%;
	padding: 6px 9px 4px 9px;
	}

.nav a:hover {
	background: #faf1da;
	border-bottom: 2px solid #e8bb20;
	}

.nav .selected a {
	background: #f2d891;
	color: #333;
	}
	
h1 {
	color: #005996;
	font-size: 2.5em;
	line-height: 1.25em;
	margin: .75em 0em .5em 0em;
	font-weight: normal;
	}

h2 {
	font-family: "Futura", helvetica, san-serif;
	text-transform: none;
 	font-weight: 500;
	color: #ba131a;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: .75em 0em .25em 0em;
	}

h3 {
	font-family: "Futura", helvetica, san-serif;
	text-transform: none;
 	font-weight: 500;
	color: #005996;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: .75em 0em .25em 0em;
	}

p {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	}

a {
	color: #666;
	text-decoration: none;
	padding: 3px 3px 2px 3px;
	background: #f8e9c5;
	border-bottom: 2px solid #e8bb20;
	}

a:hover {
	color: #333;
	background: #f8efd4;
	border: none;
	}

strong {
	font-weight: bold;
	}

.large {
	font-size: larger;
	}

.small {
	font-size: smaller;
	}

.red {
	color: #ba131a;
	}