@charset "iso-8859-1";


/*
WebSite palette
http://paletton.com/palette.php?uid=30q0u0ku-pek0vJpkul-ujnIYf5
*/

/* T-his following test to cache (and NAMED)  variables color works ni moz but still NOT in chrome*/
:root{ --main-color:#06c;}
/*
#main 
{
	font-family: 'Cantata One', serif;
	color: #000000;
	background-color: #F0F0FF;
	opacity:0.9;
	filter:alpha(opacity=80); 
	border-style:ridge;	
	border-width:3px;  


	text-align: center;

	margin-left:auto;
	margin-right:auto;
	width:70%;
}
*/


body
	{
	font-family: 'Cantata One', serif;
	color: #000;
	background-color: #F0F0FF;
	text-align: center;

	/*background-image:url("../rsrc/Background.png");*/
	/*background-image:url("../rsrc/Background.png");*/
	  background: url("../rsrc/Canvas/Background.jpg") no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}


table
	{
	margin-left:auto;
	margin-right:auto;
	border : 5px ;
	border-spacing: 4px;
    border-collapse: separate;
	}
	tr:nth-child(odd){background-color: #D6AD91} /* we color odd lines to better distinnguish them*/
	th{text-align:right; padding-right: 5px;}
	td{padding: 4px;text-align:left}



article /* An article is left-aligned (instead of standard like home) */
	{
	text-align: left;
	margin-right:30px;	/*must be greater the width of the right ribbon */ 
	margin-left:30px;  /* must be greater the width of the left ribbon */


	padding-top: 15px;
	padding-bottom: 15px;
	}

h3
	{
	text-align: center;
	display: block;
	font-size: 16px;
	margin-before: 0px;
	margin-after: 0px;
	margin-start: 0px;
	margin-end: 0px;
	font-weight: bold; 
	}

strong
	{
	/*font-family: 'Cantata One', serif;*/
	/*font-size: 14px;*/
	font-weight: bolder;
	color: #EFEFEF;
	background-color: #2B1200;
	/* border-right-width: medium;*/
	/* border-left-width: medium;*/
	/* border-top-width: medium;*/
	/* border-bottom-width: medium;*/

	/* Adding some padding to gives some space aroung the bolded text*/
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;

	/*text-decoration:underline*/
	}
a
{
font-weight: bolder;
}


.GameTitle
	{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	}


.OldMapCanvas{
	background: #fff url(../rsrc/Canvas/Tiled/map.jpg) repeat;


	margin-left:auto;
	margin-right:auto;

	margin-top:25px;	/* offset not to be glued to nav bar */


	/*width: 300px;*/
	width:70%;

	min-height: 150px;
	
	position:relative;

	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-top-left-radius: 60px 5px;
	-webkit-border-top-right-radius: 60px 5px;
	-webkit-border-bottom-right-radius: 60px 60px ;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;

	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.7);
    
    /*box-shadow:0 5px 10px #666;*/
    -moz-border-radius:5px;
    -o-border-radius:5px;
    /*border-radius:5px;*/ 
}
.OldMapCanvas:before{
	content:'';	
	width: 25px;
	height: 20px;
	position: absolute;
	bottom:0;
	right:0;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
	-webkit-transform:
	rotate(-20deg)
	skew(-40deg,-3deg)
	translate(-13px,-13px);
}
.OldMapCanvas:after{
	content: '';
	z-index: -10;
	width: 100px;
	height: 100px;
	position:absolute;
	bottom:0;
	right:0;
	background: rgba(0, 0, 0, 0.2);
	display: inline-block;
	-webkit-box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(0deg) translate(-45px,-20px) skew(20deg);
}
.box13_corner_lf{
	width: 100px;
	height: 100px;
	top:0; left:0;
	position:absolute;
	z-index:-6;
	display: inline-block;
	-webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(2deg) translate(20px,25px) skew(20deg);
}

.box13_corner_rt{
	content: '';
	width: 50px;
	height: 50px;
	top:0; right:0;
	position:absolute;
	display: inline-block;
	z-index:-6;
	-webkit-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(2deg) translate(-14px,20px) skew(-20deg);
}
.box13_ribbon:before{
	content: '';
	position:absolute;
	top:0; left: 0;
	width: 130px;
	height: 40px;
	background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
	border-left: 1px dashed rgba(0, 0, 0, 0.1);
	border-right: 1px dashed rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(90deg) skew(0,0) translate(100px,65px);
}
.box13_ribbon:after{
	content: '';
	position:absolute;
	top:0; right: 0;
	width: 130px;
	height: 40px;
	background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
	border-left: 1px dashed rgba(0, 0, 0, 0.1);
	border-right: 1px dashed rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(90deg) skew(0,0) translate(100px,-65px);
}






footer
	{
	border-top: 1px solid #000;
	/*height: 35px;*/
	color: #EFEFEF;
	background-color: rgb(28,2,51);
	/*background-color: #202020;*/

	position: absolute;
	bottom: 0;
	}
