@import url(reset.css);

body {
	background-color: #fefdf2;
	letter-spacing: .06em;
}

p {
	line-height: 1.33em;
	margin-bottom: 1em;
}

canvas {
	z-index:2;
	position: absolute;
	top:0;
	left:0;
}

a:link,
a:visited {
	color: #000;
}

a:hover,
a:active {
	color: #c36b18;
}

#wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
	height: 593px;
}

header {	
}

	#sitename {
		behavior:url(../js/-ms-transform.htc);
		font-size: 50px;
		-webkit-transform: rotate(-30deg);
		-moz-transform: rotate(-30deg);
		-o-transform: rotate(-30deg);
		-ms-transform: rotate(330deg);
		position: absolute;
		top:81px;
		left:111px;
		z-index:3;
	}
	
		#sitename a:link,
		#sitename a:visited,
		#sitename a:hover,
		#sitename a:active {
			text-decoration: none;
			color: #000;
		}
			
	#tagline {
		behavior:url(../js/-ms-transform.htc);
		font-size: 24px;
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		position: absolute;
		top: 451px;
		left: 218px;
		z-index:3;
	}

nav {
	line-height: 23px;
	text-align:right;
	position: absolute;
	top: 201px;
	right: 320px;
	z-index:3;
}
	
	nav #portfolio {
		margin-bottom: 23px;
	}
	
	nav .active {
		color: #c36b18;
	}

	#portfolio_pg nav,
	#about_pg nav,
	#contact_pg nav,
	#detail_pg nav {
		right: 0px;
	}

#content {
	width: 300px;
	position: absolute;
	top: 235px;
	left: 440px;
	text-align: center;
	z-index:3;
}
	#about_pg #content {
		width: 250px;
		top: 130px;
		text-align: left;
		font-size: 14px;
	}
	#portfolio_pg #content {
		top: 60px;
	}
	#detail_pg #content {
		top: 30px;
		text-align: left;
		font-size: 14px;
	}
		#detail_pg #back_menu {
			font-size: 16px;
		}
		#detail_pg #content img {
			margin-bottom: .5em;
			margin-left: -1px;
			border: solid 1px #ccc;
		}
		#detail_pg #content h1 {
			line-height: 1.25em;
			font-size: 18px;
			text-align: center;
			font-weight: normal;
			margin-bottom: 14px;
		}

#back_menu,
#back_menu a:link,
#back_menu a:visited {
	color: #999;
}
#back_menu a:hover,
#back_menu a:active {
	color: #c36b18;
}
#back_menu a:link,
#back_menu a:visited,
#back_menu a:hover,
#back_menu a:active {
	font-size: .75em;
}
#back_menu,
#port_menu {
	margin-bottom: 30px;
}
#port_menu {
	display:none;
	color: #ccc;
}	
	#port_menu .active {
		color: #c36b18;
	}
	#port_menu a:link,
	#port_menu a:visited {
		color: #999;
	}
	#port_menu a:active,
	#port_menu a:hover {
		color: #c36b18;
	}
#portfolio_list {
	width: 280px;
	text-align: left;
	overflow: auto;
	height: 473px;
	padding-right: 20px;
}

	#portfolio_list li {
		margin-bottom: 30px;
		list-style: none;
		width: 300px;
		height: 60px;
		font-size: 12px;
		line-height: 1.33em;
	}
		#portfolio_list li strong {
			display:block;
			margin-bottom: 5px;
			font-size: 14px;
		}
	
	#portfolio_list li img {
		float:left;
		margin-right: 10px;
		border: solid 1px #ccc;
	}
	
dt {
	float: left;
	margin: 0;
	padding-right: 5px;
	text-align: right;
	clear: both;
	font-weight: bold;
}

dd {
	float: left;
	margin: 0;
	padding-left: 5px;
	text-align: left;
	margin-bottom: .33em;
}
#details_list {
	width: 300px;
	line-height: 1.33em;
}
	#details_list dt {
		width: 100px;
	}
	#details_list dd {
		width: 190px;
	}

#contact_list {
	width: 250px;
	position: absolute;
	top: 215px;
	left: 440px;
	line-height: 1.33em;
	z-index:3;
	font-size: 14px;
}
	#contact_list dt {
		width: 70px;
	}
	#contact_list dd {
		width: 170px;
	}
	
footer {
	text-align: center;
	font-size: 14px;
	padding-top:17px;
	border-top: solid 3px #000;
	height: 48px;
	width: 100%;
}
