/* YUBIWA - Frame. http://bloom.tenshi-dream.net/yubiwa/ */


/* General */

body {
	background-color: transparent;
	font-family: Georgia;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	color: #D0D9E5;
	filter: dropshadow(color=#454545, offX=1, offY=1, positive=1);
}


input, textarea, option, select {
	background-color: #2A3B55;
	color: #D0D9E5;
	border: 1px dotted #D0D9E5;
	padding: 2px;
	font-family: Trebuchet Ms;
	font-size: 10px;
	line-height: 10px;
}


a:link, a:visited, a:active {
	color:#39405C;
	font-size: 11px;
	text-transform: lowercase;
	font-family: Georgia; 
	cursor: crosshair;
	text-decoration: none;
	border-bottom: 1px #D9E4F1 dotted;
}

a:hover {
	color:#1D202A;
	font-size: 11px;
	text-transform: lowercase;
	font-family: Georgia; 
	cursor: crosshair;
	text-decoration: none;
	border-bottom: 1px #D9E4F1 solid;
}



/* Site Content */

h1 {
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 4px;
	color: #AAB6E2;
	background-image: url(images/h1.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 40px;
	text-indent: 55px;
	border-bottom: 1px #39405C dotted;
	margin: 0px 0px 0px 0px;
}

i, u {
	color: #D1D9E0;
	font-size: 11px;
	font-family: Century Gothic;
	text-transform: lowercase;
}

b {
	color: #A6B0EB;
	font-size: 11px;
	font-family: Century Gothic;
	text-transform: lowercase;
}


.image {
	background: #39405C;
	border: 4px solid #39405C;
}

blockquote {
	background: #436596;
	font-family: Trebuchet MS;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	color: #AAB6E2;
	border-top: 1px dotted #39405C;
	border-bottom: 1px dotted #39405C;
	padding-left: 3px;
	padding-right: 3px;
	width: 228px;
}
