@charset "UTF-8";
/* THE LONG YEARS
© JONAH BIRNS 2007
------------------------ */



/* FONTS & COLORS
------------------------ */

body {
	background-color: #0099ff; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #714b1a;
	line-height:12px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
}

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

a:hover {
	color:#787d90;
	text-decoration: none;
}

.footer {
	color:#bf9536;
	font-size:1.0em;
	text-align:left;
	line-height:40px;
	letter-spacing:.015em;
	font-weight:400;
}
	
.text {
	font-size:1.1em;
	line-height:14px;
	text-align:left;
	padding:10px;
	letter-spacing:.001em;

}

.small {
	font-size:.9em
}


/* STRUCTURE
------------------------ */

#shell {
	background:url('../_imgs/index_plate.gif') no-repeat center;
	width: 549px;
	height:753px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
}

#nav {
	margin:160px auto 0 auto;
	padding: 0 0 0 0;
	width:413px;
	height:23px;
	border-top: 1px solid #e0ceb6;
	border-bottom: 1px solid #e0ceb6;
}

#footer {
	width:482px;
	height:30px;
	margin:525px 12px 0 28px;
	padding:0 0 0 0;
	line-height:30px;
}

#header h1 {
	display: block;
	overflow: hidden; 
	text-indent: -9999px; 
	float:left;
}

#about a {
	width: 62px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/index_about.gif') center no-repeat;
	float: left;
	padding: 0 0 0 2px;
}

#about a:hover {
	width: 62px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/index_about_on.gif') center no-repeat;
	float: left;
	padding: 0 0 0 2px;
}

#location a {
	width: 91px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/index_location.gif') center no-repeat;
	float: left;
	padding: 0 0 0 62px;
}

#location a:hover {
	width: 91px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/index_location_on.gif') center no-repeat;
	float: left;
	padding: 0 0 0 62px;
}

#travel a {
	width: 65px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/index_travel.gif') center no-repeat;
	float: left;
	padding: 0 0 0 11px;
}

#travel a:hover {
	width: 65px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/index_travel_on.gif') center no-repeat;
	float: left;
	padding: 0 0 0 11px;
}

#registry a {
	width: 84px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/index_registry.gif') center no-repeat;
	float: right;
	padding: 0 8px 0 0;
}

#registry a:hover {
	width: 84px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/index_registry_on.gif') center no-repeat;
	float: right;
	padding: 0 8px 0 0;
}
