@font-face {
	font-family: Talisman2ndEd;
	src: url("SerifGothicStd-Heavy.otf");
}

/* BODY */
body {
	font-family: Talisman2ndEd, Arial, Sans-Serif;
}

/* Headings */
h1, h2, h3, h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Boxes */
.border {
	margin: 2px;
	border: 27px solid green;
	border-image-source: url("images/border.png");
	border-image-slice: 28 29 29 28;
	border-image-repeat: round;
	display: inline-block;
}
.inner {
	margin: -22px;
	padding: 6px;
	background-color: white;
}

/* LINKS */

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

/* MENU */
.menu {
	padding: 0.8em;
}
.menu a {
	padding: 0.2em 0.4em;
	margin: 0em 0.25em;
	background-color: #286947;
	color: #eab541;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.menu a.selected {
	background-color: #fc0204;
	color: #fcfe04;
}	

.menu a:hover {
	text-decoration: none;
	color: #286947;
	background-color: #eab541;
}

/* DOWNLOAD */

div.download {
	font-size: larger;
}

div.download a {
	text-decoration: underline;
	font-style: italic;
}

/* TABLES */
th, td {
	padding: 0.1em .3em;
}

th {
	background-color: #286947;
	color: #eab541;
	text-transform: uppercase;
	letter-spacing: 1px;
}

tr:nth-child(even) {
  background-color: #e2e2e2;
}

td.numeric {
	text-align: right;
}

a.rules, a.board {
	font-weight: bold;
}
/* CHARACTER STATS */
td.stat {
	text-align: center;
}

div.strength, div.gold, div.lives, div.craft, div.fate {
	padding-top: 0.3em;
	width: 2em;
	height: 1.7em;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}

div.strength {
	background-color: #ff0000;
}

div.craft {
	background-color: #66ccff;
}

div.gold {
	background-color: #ffcc00;
}

div.lives {
	background-color: #009933;
}

div.fate {
	background-color: #9900cc;
	color: #ffffff;
}

/* CHARACTER ALIGNMENT */

div.neutral, div.good, div.evil, div.god {
	padding-top: 0.3em;
	width: 5em;
	height: 1.7em;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}
div.neutral {
	background-color: #c0c0c0;
	border: 1px solid #000000;
}

div.evil {
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #ffffff;
}

div.good {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
}

div.god {
	background-color: #e0e0e0;
	color: #000000;
	border: 1px solid #000000;
}

/* Edition */
td.edition {
	width: 3em;
}

td.edition span {
	font-size: small;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

span.second {
	background-color: red;
	color: white;
}

span.third {
	background-color: yellow;
}

span.fourth {
	background-color: blue;
	color: white;
}

img {
	border: 0px;
}

img.smallcard {
	width: 85px;
	height: 50px;
}

img.medcard {
	width: 127px;
	height: 75px;
}

td.deck {
	text-align: center;
}
