/* ***************************************************************************** */
/*  Design Modeling                                                              */
/* ***************************************************************************** */
@import url('/vulgata/stilum/manus.css');

/* ***************************************************************************** */
/*  MAIN TAGS                                                                    */
/* ***************************************************************************** */
html {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

input, textarea {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

a:hover {
	text-decoration: none
}

a span.aureae {
	--zoz-aureae: #a71419
}

/* ***************************************************************************** */
/* MAIN STYLES                                                                   */
/* ***************************************************************************** */
div.zz {
	background-image: url('/dm/picturae/dm.svg')
}

/* ***************************************************************************** */
/* ORBIS                                                                         */
/* ***************************************************************************** */
div#orbis {
	background-color: #000000;
	background-image: url('/dm/picturae/orbis.svg');
	background-size: 22px 22px;
	border-radius: 50%;
	box-shadow: none
}

/* ***************************************************************************** */
/* POPUPS                                                                        */
/* ***************************************************************************** */
div#popopped > div:first-child,
div.popopped > div:first-child {
	background-image: url('/dm/picturae/dm.svg')
}

div#popoppedTempus {
	color: #000000
}

	div#popoppedTempus > div#tempusPop span {
		color: #666666
	}

/* ***************************************************************************** */
/* POPUPS MESSAGE                                                                */
/* ***************************************************************************** */

div#rumori > div:first-child {
	background-image: url('/dm/picturae/dm.svg')
}

/* ***************************************************************************** */
/* PORTLETS                                                                      */
/* ***************************************************************************** */

div .porta {
	background-color: #fbfbfb;
	border: solid 1px #666666
}

h1.portam {
	background-color: #000000;
	color: #fbfbfb;
	--zoz-aureae: #000000
}

	h1.portam:before,
	h1.portam:after {
		background-color: rgba(255,255,255,0.05)
	}

/* ***************************************************************************** */
/* POWERED BY                                                                    */
/* ***************************************************************************** */
div#deus span.per {
	color: #fbfbfb
}

div#deus span.deus {
	color: #ffa724
}