@import url(reset.css);

/* FONTS */
@font-face {
	font-family: "Liberation Mono";
	src: url(../fonts/LiberationMono-Regular.ttf);
}

/* GENERAL */
body {
	font-family: "Liberation Mono", "Courier New", courier, monospace;
	color: #666;
	font-size: 12px;
	padding-top: 10px;
}
a:link, a:visited, a:active {
	color: #898989;
}
a:hover {
	color: #555;
}
#root {
	width: 864px;
	margin: auto;
}
h1 a {
	width: 117px;
	height: 38px;
	background: transparent url(../img/hirofumi_inaba.gif) left top no-repeat;
	display: block;
	text-indent: -3000px;
	margin-bottom: 7px;
}

/* NAV, SUBNAV */
#nav, #subnav {
	text-transform: uppercase;
	padding-bottom: 4px;
}
#nav li, #subnav li {
	display: inline;
}
#nav a, #subnav a {
	text-decoration: none;
}
#nav a:hover, #subnav a:hover {
	border-bottom: 4px solid #e1e1e1;
}
#nav .active a, #subnav .active a {
	color: #555;
	border-bottom: 4px solid #ffe512;
}
#nav {
	float: left;
}
#subnav {
	float: right;
}

/* FOOTER */
#footer {
	padding-top: 10px;
	font-size: 10px;
	clear: both;
}

/* IMAGES */
#content {
	clear: both;
	padding-top: 10px;
}
#images {
	height: 580px;
	position: relative;
}
#images img {
	position: absolute;
	left: 0;
	top: 0;
}
#thumbs li {
	display: inline;
	float: left;
	margin-right: 5px;
}
#thumbs img {
	cursor: pointer;
}
#content .arrow {
	cursor: pointer;
	background: transparent url(../img/arrows2.png) 0 0 no-repeat;
	width: 31px;
	height: 56px;
	position: absolute;
	left: 10px;
	top: 260px;
	z-index: 2;
}
#content .arrow.right {
	background-position: -31px 0;
	left: auto;
	right: 10px;
}

/* HOMEPAGE IMAGE */
#image {
	padding-top: 10px;
	clear: both;
}

/* ABOUT HIRO PAGE IMAGE */
#about_img {
	margin-top: 5px;
	clear: both;
}

/* CONTACT INFO */
#contact {
	position: absolute;
	top: 85px;
	margin-left: 390px;
	width: 360px;
	background-color: none; 
	font-size: 12px;
	line-height: 14pt;
}
#contact p {
	margin: 1px 0 0 1px;
}
#contact a {
	background-color: none;
	text-decoration: none;
}
#contact img {
	margin-top: 12px;
}

