@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Chakra+Petch:400,400i,700,700i');

.manu {
	font: 10.5pt "Chakra Petch", Candara, sans-serif;
	color: white;
	background:
		radial-gradient(farthest-corner at 0px 0px, rgba(120,120,51,0.6) 0%, rgba(0,0,0,0) 100%),
		url('https://dl.dropbox.com/s/codmcmztmc4hgpl/stars.png') bottom,
		linear-gradient(150deg, #12151A 0%, black 100%);
	min-height: 355px;
	position: relative;
	padding: 30px;
}

.manu ::selection {background: #E25A00;}
.manu ::-moz-selection {background: #E25A00;}

.manumona {
	position: absolute;
	bottom: 0; right: 10px;
	content: url('https://dl.dropbox.com/s/rrfo4dhr80jgsyh/ruri2.png');
	pointer-events: none;
}

.manupost {
	margin-right: 255px;
	background: rgba(0,50,80,.5);
	padding: 8px 11px 11px;
	border-radius: 4px;
	min-height: 120px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.85);
	box-shadow:
		inset 0 3px 5px rgba(255,255,255,0.25),
		inset 0 -5px 5px rgba(0,0,0,0.6),
		4px 4px 8px rgba(0,0,0,.35);
}

.manusig {
	background: linear-gradient(to bottom, rgba(0,0,0,.4) 0%, rgba(0,0,0,.4) 100%), rgba(0,50,80,.5);
	margin: 15px 0 0 15px;
	margin-right: 60%;
	color: #aaa;
	min-height: 0px;
	font-size: 9pt;
}


.manu .quote, .manu .code {
	background: transparent;
	box-shadow: 0px 0px;
	margin: 4px 40px 0 10px;
	padding: 0;
}

.manu .box {
	border-radius: 3px;
}

.manu .quote > .box, .manu .quote > .boxhead {
	color: #bbb;
	background: rgba(0,37,63,.8);
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px #2C5068;
}

.manu .quote > .box {
	padding: 4px 7px;
	margin-top: -1px;
}

.manu .code > .box {
	font: 14px Consolas,sans-serif;
	border: 1px solid #aaa;
	border-radius: 2px;
	background: #013;
	margin-top: -8px;
	color: #FA0;
	text-shadow: none;
	box-shadow: 2px 2px 1px rgba(0,0,0,.8);
}

.manu .quote > .boxhead {
	font-size: 7pt;
	border-bottom: none;
	border-radius: 2px 2px 0 0;
	margin-left: 3px;
	font-style: oblique;
	padding: 1px 4px;
}

.manu .code > .boxhead {display: none;}


.manu a {font-weight: bold; text-decoration: none;}
.manu a:link {color: #FFC600;}
.manu a:visited {color: #D87300;}
.manu a:hover {color: #FFDCA8;}
.manu a:active {text-decoration: underline;}