/*

	Caitland, a text adventure
	par Jonathan Cohen.

	Week-End Jeu Vidéo du 22-25 aout 2014. (haha)
	www.developpez.net

	Ne pas reproduire sans autorisation, merci ;)

*/
@font-face{font-family:Aventura;src:url(./Aventura-Bold.otf)}html{margin:0;padding:0;background:url(../data/bkg.jpg) no-repeat center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}body{overflow:hidden}p{margin:0;padding:0}footer{text-align:center}table tr td:first-child{width:20%}table tr td:last-child{width:80%}.little-img{width:5%}.little-img:hover{cursor:pointer;-webkit-filter:invert(90%);filter:invert(90%)}.caitfont{color:#dcdcdc;font-family:Consola,monospace;font-size:17px}.italic{font-style:italic}.block{display:block}.full-width{width:100%}.half-width{width:50%}.full-height{height:100%}.half-height{height:50%}.bg-red{background:red}.box-shadow-blue{box-shadow:0 0 10px #395a90}.box-shadow-blue:focus{box-shadow:0 0 15px #4d64a4}.center{margin:auto}.margin-top{margin-top:5%}.margin-right{margin-right:5%}.auto-scroll-y{overflow-y:auto;overflow-x:hidden}.translucid{background-color:#000;background-color:rgba(0,0,0,.8)}.light-translucid{background-color:#282828;background-color:rgba(40,40,40,.8)}.light-padding{padding:2%}.light-margin{margin:2%}.box-round{border-radius:5px}.box-shadow,.box-shadow-hover{box-shadow:0 0 15px #323232}.box-shadow-hover:hover{box-shadow:0 0 20px #505050}.no-display{display:none}h1{text-align:center;font-family:Aventura,sans;font-size:350%;color:#fff;text-shadow:0 0 8px rgba(30,30,30,.8)}.game-title{display:none;margin-top:0;text-align:center;font-family:Consolas,monospace;font-size:200%;color:#fff;text-shadow:0 0 8px rgba(30,30,30,.8)}.menu{text-align:center}.menu-item{text-align:center;display:inline-block}.menu-item:hover{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.9)}.typewriter{display:none}input{padding:8px;border:none}.user-cmd{padding:3%}