/*
	library.css
*/

* {
	padding: 0px;
	margin: 0px;
}

input[name=email] {
	position: absolute;
	left: -2000px;
}

body {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

hr {
	border: 2px solid black;
	margin-top: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

h1 {
	font-size: x-large;
	padding-top: 20px;
}

h2 {
	font-size: larger;
	padding-top: 20px;
}

p {
	margin-top: 10px;
}

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

a:hover {
	color: grey;
}

ul {
	list-style-position: inside;
	margin-top: 10px;
	margin-bottom: 10px;
}

.container {
	width: 1024px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: left;
	background-color: white;
	border: 1px solid black;
}

/*
	Header
*/
.header {
	height: 338px;
	background-image: url("img/header_sakura_garden_crop_text.png");
	background-position: top;
	background-repeat: no-repeat;
}


/*
	Menus
*/
.left_menu {
	width: 200px;
	float: left;
	border-right: 1px solid black;
}

.menu_title {
	font-weight: bold;
	padding-left: 20px;
}

#menu {
	background-color: black;
	color: white;
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#menu ul {
	padding-left: 20px;
	list-style-type: hiragana;
}

#menu a {
	color: white;
	text-decoration: none;
}

.menu_last {
	margin-bottom: 0px !important;
	padding-left: 5px;
	width: 195px !important;
}

.menu_last #menu {
	width: 195px;
}


/*
	Content
*/
.content {
	padding-left: 220px;
	padding-right: 20px;
	text-align: justify;
}

.project_item {
	border: 1px solid #cccccc;
	width: 95%;
	height: 100px;
	margin-top: 20px;
}

.project_image {
	width: 100px;
	height: 100px;
	float: left;
}

.project_details {
	height: 100px;
	margin-left: 120px;
	padding-top: 10px;
	padding-right: 20px;
}

.book_item {
	border: 1px solid #cccccc;
	width: 95%;
	height: 100px;
	margin-top: 20px;
}

.book_image {
	height: 100px;
	width: 100px;
	float: left;
}

.book_image img {
	height: 100%;
	width: auto;
}

.book_details {
	height: 100px;
	margin-left: 120px;
	padding-top: 10px;
	padding-right: 20px;
}


/*
	Other
*/
.endcap {
	clear: both;
}


/*
	Footer
*/
.footer {
	font-size: x-small;
	color: white;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 20px;
}


/*
	Pages
*/
.ul_outside li {
	padding-bottom: 5px;
}

.ul_outside {
	list-style-position: outside;
}

.media_year {
	width: 50px;
	margin: 0px auto;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	border: 2px #ddd solid;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 1px 1px 4px #333;
}

.media_item {
	width: 90%;
	margin: 0px auto;
	border: 2px #ddd solid;
	padding: 7px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 1px 1px 4px #333;
}

.timeline {
	border-left: 2px black solid;
}

.timeline .year_header {
	font-weight: bold;
}

.year_details li {
	font-weight: normal;
	margin-top: 5px; 
	padding-left: 5px;
	list-style-position: outside;
}


/*
	CV
*/

