
/*
for your eyes only
*/

body {
	font-size: 11px; 
	font-family: Lucida ;
	font-family: Verdana, Geneva, sans-serif;
	background: #A2CB98 url(/i/bg) repeat-x ;
}

#closet {
	position: absolute;
	z-index: 1;
	
	top:0;
	bottom:0px;
	right:0;
	left:10px;
	text-align: left;
}

#leftside {
	position: absolute;
	z-index: 1;
	float: left;
	margin-top: 105px;
	font-weight: bold;
	width: 75px;
}

#strongside {
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 75px;
}

#caption {
	float: left;
	width: 150px;
}

#caption i {
	font-size: 18px;
	}

#stick {
	width: 650px;
	height: 20px;
}

#ahead {
	position: fixed;
	top: 25px;
	left: 100px;
}

img {
	float: left;
	margin-right: 10px;
	border-width: 5px;
	border-color: #A2CB98;
}

.thumb {
	float: left;
	border: 5px solid #CAD8C3;
	margin: 3px;
}


.present {
	margin-top: 25px;
	margin-left: -10px;
	
	}
.present div {
	margin: 5px; }
	
.present span {
	float: left;
	font-size:18px;
	font-weight: bold;
	color: #2D4C13;
	background-color: #CAD8C3;
	padding:3px;
	margin: 0 5px 5px 0;
}
.present .small {
	font-size: 12px;
	font-weight: bold;
	background-color: #CAD8C3;
	padding:3px;
	margin: 0 5px 5px 0;
}
.present .smaller {
	font-size: 9px;
	font-weight: bold;
	background-color: #CAD8C3;
	padding:2px;
	margin: 0 5px 5px 0;
}

.detail {
	float: left;
	width: 300px;
	height: 206px;
	margin: 8px;
	background-color: #E4F1DD;
	border: 2px solid #CAD8C3;
	}
.detail div {
	font-size: 12px;
	margin: 5px; }
	
.detail span {
	float: left;
	font-size:12px;
	font-weight: bold;
	color: #2D4C13;
	background-color: #CAD8C3;
	padding:3px;
	margin: 0 5px 5px 0;
}

.detail .smallbox {
	float: right;
	width: 10px;
	height: 10px;
	background-color: #97B188;}

.title {
	z-index: 0;
	color: #A2CB98;
	font-size: 125px;
	
	top:-60px;
	left:50px;
	
	position: absolute;
	
}


/*
keep looking [notes css]
-------------------------------*/



/*
input
-------------------------------*/

input, textarea {
	font-size: 11px; 
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}


/*
Links
-------------------------------*/

.detail a:link { padding: 0; }
.detail a:visited { padding: 0; }
.detail a:hover { padding: 0;; }
.detail a:active { padding: 0; }

#leftside a:link { color: #000000; text-decoration: none; background: none; padding: 0px; }
#leftside a:visited { color: #000000; text-decoration: none; background: none; padding: 0px; }
#leftside a:hover { color: #000000; text-decoration: none; background: none; padding: 0px; }
#leftside a:active { color: #000000; text-decoration: none; background: none; padding: 0px; }


