/*
Theme Name: Mika Tajima
Author: Gregory Fong & Alvin Aronson
Description: Theme for Mika Tajima :-)
Version: 1.0

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

input::-moz-focus-inner, button::-moz-focus-inner {
	padding:0; border:0;
}

/* global */

body{
	font: 10px normal Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

img {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
}

a {text-decoration: underline; color: #000}

a:visited {text-decoration: line-through; color: #000}

a:active {text-decoration: line-through; color: #000}

a:hover {color: #000; text-decoration: underline}

.item ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 2em;
	/*text-indent: -2em;*/
}

/* header */

.logo {
	z-index: 100;
	position: absolute;
	top: 45px;
	left: 50px;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 0;
	padding: 13px 0 0 0;
	background: url(/img/logo.jpg) top left no-repeat;
}

#buttons {
	z-index: 100;
	text-align: center;
	position: fixed;
	top: 30px;
	right: 60px;
	text-decoration: none;
}

a.button {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 55px;
	font-size: 11px;
	color: #636363;
	padding: 2px 0;
	margin: 0 0 7px 0;
	text-decoration: none;
	background: -moz-linear-gradient(
		top,
		#ebebeb 0%,
		#e3e3e3 55%,
		#c9c9c9);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ebebeb),
		color-stop(0.55, #e3e3e3),
		to(#c9c9c9));
	border-radius: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 6px;
	border: 1px solid #cccccc;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0 0 28px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0 0 28px rgba(255,255,255,0);
	text-shadow:
		0px -1px 0 rgba(000,000,000,0.2),
		0px 1px 0 rgba(255,255,255,0);
}

/* layout */

#container {
	z-index: 0;
	position: relative;
	top: 200px;
	padding: 0 0 50px 50px;
}

.set {
	width: 320px;
	float: left;
	margin-right: 20px;
}


.item {
	width: 320px;
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
	display: block;
}

.item a {text-decoration: none;}

.set .item a {text-decoration: underline;}

.item a .on {
	position: absolute;
	top: 0; left: 0;
	display: none;
	z-index: 66;
	background: #fff;
	color: #000;
	margin: 20px 20px 0 20px;
	padding: 10px;
	/* transparency */
	filter:alpha(opacity=90); opacity:0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.item a:hover .on{
	display: block;
}

.item a:hover.desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

/* info page date-specific formatting */

ul.date {padding: 0 0 0 5em;}
/*ul.date li {float: left;} */
ul.date li.year {clear: both; text-indent: -5em; position: absolute;}