/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LAYOUT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


body
{
	text-align: left;
	background-color: #4a4f52;
	font-family: verdana;
	font-size: 1em;
	background-image: url("wallpaper.jpg");
	text-align: justify;
}

.logo {
	width: 1200px;
	height: 300px;
	background-image: url("logo.jpg");
	background-repeat: no-repeat;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.shrink { height:400px; overflow:hidden; text-overflow: ellipsis; content: ""; position:relative;}
.shrink:before { content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:linear-gradient(transparent 150px, white);}
.theButton{ padding:10px; display:block; color: red; font-weight: bolder; width:100px; margin:10px auto; text-align:center; cursor:pointer; position:relative;}
.theButton:after{content:"Read More";}
#showMore:checked + .shrink{height:100%;}
#showMore:checked ~ .shrink:before{background: none;}
#showMore:checked ~ .theButton:after{content:"Read Less";}

.shrink1 { height:400px; overflow:hidden; text-overflow: ellipsis; content: ""; position:relative;}
.shrink1:before { content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:linear-gradient(transparent 150px, white);}
#showMore1:checked + .shrink1{height:100%;}
#showMore1:checked ~ .shrink1:before{background: none;}
#showMore1:checked ~ .theButton:after{content:"Read Less";}

.shrink2 { height:400px; overflow:hidden; text-overflow: ellipsis; content: ""; position:relative;}
.shrink2:before { content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:linear-gradient(transparent 150px, white);}
#showMore2:checked + .shrink2{height:100%;}
#showMore2:checked ~ .shrink2:before{background: none;}
#showMore2:checked ~ .theButton:after{content:"Read Less";}

.shrink3 { height:400px; overflow:hidden; text-overflow: ellipsis; content: ""; position:relative;}
.shrink3:before { content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:linear-gradient(transparent 150px, white);}
#showMore3:checked + .shrink3{height:100%;}
#showMore3:checked ~ .shrink3:before{background: none;}
#showMore3:checked ~ .theButton:after{content:"Read Less";}

.shrink4 { height:400px; overflow:hidden; text-overflow: ellipsis; content: ""; position:relative;}
.shrink4:before { content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:linear-gradient(transparent 150px, white);}
#showMore4:checked + .shrink4{height:100%;}
#showMore4:checked ~ .shrink4:before{background: none;}
#showMore4:checked ~ .theButton:after{content:"Read Less";}

.shrink5 { height:400px; overflow:hidden; text-overflow: ellipsis; content: ""; position:relative;}
.shrink5:before { content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:linear-gradient(transparent 150px, white);}
#showMore5:checked + .shrink5{height:100%;}
#showMore5:checked ~ .shrink5:before{background: none;}
#showMore5:checked ~ .theButton:after{content:"Read Less";}

.shrink6 { height:400px; overflow:hidden; text-overflow: ellipsis; content: ""; position:relative;}
.shrink6:before { content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:linear-gradient(transparent 150px, white);}
#showMore6:checked + .shrink6{height:100%;}
#showMore6:checked ~ .shrink6:before{background: none;}
#showMore6:checked ~ .theButton:after{content:"Read Less";}

.shrink7 { height:400px; overflow:hidden; text-overflow: ellipsis; content: ""; position:relative;}
.shrink7:before { content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:linear-gradient(transparent 150px, white);}
#showMore7:checked + .shrink7{height:100%;}
#showMore7:checked ~ .shrink7:before{background: none;}
#showMore7:checked ~ .theButton:after{content:"Read Less";}

.right_float {
	float: right;
	width: 250px;
	margin: 50px 10px 0 0;
}

.box1 {
	background-color: rgb(0, 74, 63);
}

.box2 {
	background-color: rgb(92, 36, 0);
}

.box3 {
	background-color: rgb(99, 18, 39);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.google {
	padding: 0;
	margin: 0;
}

.column {
  float: left;
  width: 50%;
	display: inline-block;
}

.container {
  overflow:auto;
  width: 1200px;
  background-color: #ffffff;
	border-radius: 20px;
	margin: auto;
}


.sidebar {
	overflow: hidden;
	background-color: #ffffff;
	position: fixed;
	border-radius: 20px;
	font-size: 0.75em;
	margin: 0px;
	border: 2px solid #000000;
	width: 300px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IMAGES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.classfeatures {
	display: inline;
	height: 15px;
	width: 15px;
	margin: 0 0 0 5px;
}

cite {
 margin: 5px;
}

.class {
	width: 600px;
	display: block;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.class4 {
	width: 500px;
	display: block;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.class2 {	width: 800px;
	display: block;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.class3 {
  display: block;
  margin: 20px auto;
}

.right {
	float: right;
	clear: right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HEADERS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1 {
	text-indent: 20px;
	font-size: 0.75em;
	font-variant: small-caps;
}

h2 {
	font-size: 2em;
	text-transform: uppercase;
	font-variant: small-caps;
	padding: 15px 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	text-indent: 50px;
	margin: 30px auto;
	clear: left;
}

h3 {
	padding: 5px 0px;
	text-indent: 10px;
	width: 98%;
	font-size: 1.2em;
	font-variant: small-caps;
	background-color: #d9ead3;
	color: #000000;
	clear: left;
	margin: 10px auto;
	border-radius: 5px;
}

h3.godname {
	padding: 5px 0px;
	text-indent: 10px;
	width: 98%;
	font-size: 1.4em;
	font-variant: small-caps;
	background-color: #000000;
	color: #d9ead3;
	clear: left;
	margin: auto;
	border-radius: 5px;
}

h3.middle {
	padding: 5px 0px;
	text-indent: 30px;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	color: #000000;
	clear: left;
}

h4 {
	text-indent: 20px;
	font-weight: bold;
	font-size: 1em;
}

hr {
	width: 80%;
}

h5 {
	padding: 0px;
	font-variant: small-caps;
	text-indent: 150px;
	font-size: 1em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

hr {
	clear: left;
	display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PARAGRAPHS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

p {
	padding: 0px 20px 0px 20px;
	font-size: 1em;
}

.houserule {
	padding: 10px 0 10px 0;
	font-weight: bold;
	font-size: 1em;
}

p.headline {
	padding: 10px;
	width: 90%;
	text-align: center;
	margin: auto;
	border: 1px black solid;
	background-color: #daecf5;
	font-size: 1em;
	font-variant: small-caps;
	text-indent: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LISTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.spells {
	list-style: none;
	font-size: 0.9em;
	font-variant: normal;
	text-indent: 0px;
	padding: 15px;
}

ul.small {
	list-style: none;
	padding: 10px 0px 0px 100px;
	margin: 0px;
}

li.small {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}

ul.classes {
  display: grid;
	width: 100%;
	grid-template-columns: repeat(7, 1fr);
}

li.spells_li:nth-child(-n+3) {
	font-weight: bold;
}

li.spells_li:nth-child(n+4) {
	text-indent: 15px;
}

li.spells_li {
	padding: 5px 0 0 0;
}

ul {
  list-style: none;
	padding: 0px 30px 0px 30px;
}

ul.classic {
	background-image: url("art/classic1.png");
	background-position: 500px center;
	background-repeat: no-repeat;
	min-height: 350px;
}

ul.advanced {
	background-image: url("art/advanced1.png");
	background-position: 500px center;
	background-repeat: no-repeat;
	min-height: 350px;
}

ul.carcass {
	background-image: url("art/carcass1.png");
	background-position: 500px center;
	background-repeat: no-repeat;
	min-height: 350px;
}

ul.dolmenwood {
	background-image: url("art/dolmenwood3.png");
	background-position: 450px center;
	background-repeat: no-repeat;
	min-height: 300px;
}

li {
	padding: 5px 0px;
	margin: 0 0 0 20px;
}

ul.smalllist {
	font-size: 0.8em;
}

li.spells {
	list-style-type: lower-roman;
	padding: 0px 30px 0px 30px;
}

li.statblocktop {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 1px;
	margin-bottom: 1px;
}

li.statblockbottom {
	border-bottom: 1px solid #000000;
}

.firstline {
  text-indent: 0px;
  font-weight: bold;
	font-size: 1em;
}

.subheader_li {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0;
}

li.fancy {
	padding: 5px 0 0 20px;
	font-size: 0.9em;
	font-variant: small-caps;
	list-style-type: square;
	list-style-position: inside;
}

li.first_li {
	text-indent: 30px;
	width: 100%;
	font-size: 1.2em;
	font-variant: small-caps;
	background-color: #d9ead3;
	color: #000000;
	clear: left;
	font-weight: bold;
	margin: 0 0 0 -10px;
	border-radius: 5px;
}

li.first_li_cc {
	text-indent: 30px;
	width: 100%;
	font-size: 1.2em;
	font-variant: small-caps;
	background-color: #000000;
	color: #d9ead3;
	clear: left;
	font-weight: bold;
	margin: 0 0 0 -10px;
	border-radius: 5px;
}

li.first-li-bm {
	text-indent: 30px;
	width: 100%;
	font-size: 1.2em;
	font-variant: small-caps;
	background-color: #1d1e20;
	color: #c8dd54;
	clear: left;
	font-weight: bold;
	margin: 0 0 0 -10px;
	border-radius: 5px;
}

li.first-li-dw {
	text-indent: 30px;
	width: 100%;
	font-size: 1.2em;
	font-variant: small-caps;
	background-color: #f4f0dc;
	color: #c56b4f;
	clear: left;
	font-weight: bold;
	margin: 0 0 0 -10px;
	border-radius: 5px;
}

li.second_li {
	text-indent: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

li.advanced_li_top {
	margin-bottom: 10px;
	text-indent: 0px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;
	color: #8f0808;
}

li.advanced_li {
	padding: 2px;
	color: #c40404;
}

s {
	color: #c40404;
}

.indent {
	list-style: none;
	text-indent: 20px;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}

.subtitle {
	list-style: none;
	text-indent: 10px;
	font-size: 1.0em;
	font-weight: bold;
}


li.square {
	list-style-type: square;
	list-style-position: inside;
}

ol li {
	margin: 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LINKS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link, a:visited {
    color: #231f20;
    text-decoration: none;
}

a:hover {
		color: #c3c3c3;
    text-decoration: underline;
}

a:active {
		color: #231f20;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TABLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.equip {
	margin: 10px auto;
	padding: 0 0 0 10px;
	font-size: 1em;
	font-variant: normal;
	width: 100%;
}

table {
	margin: 5px auto;
	font-size: 1em;
	width: 95%;
}

table.smalltable {
	margin: auto;
	font-size: 1em;
	width: 50%;
}

table.big {
	margin: auto;
	padding: 10px;
	font-size: 0.8em;
	font-variant: small-caps;
	width: 100%;
}

.big td {
	text-align: center;
}

td {
  padding: 2px;
  text-align: center;
}

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

th {
	font-size: 1.1em;
	font-variant: small-caps;
	background-color: #231f20;
	color: #ffffff;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ OTHER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.authorsnote {
	background-color: #d9ead3;
	border: solid 1px #000000;
	color: #000000;
	width: 95%;
	margin: 5px auto;
	padding: 2px;
	display: block;
	border-radius: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DOLMENWOOD PAGES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.dolmenwoodnote {
	background-color: #f4f0dc;
	border: solid 2px #c56b4f;
	color: #000000;
	width: 95%;
	margin: 5px auto;
	padding: 2px;
	display: block;
	border-radius: 15px;
}

tr.dolmenwoodtr:nth-child(even) {
  background-color: #e4dcd5;
}

.dolmenwoodtr th {
	background-color: #755844;
}

.noblehouse {
	padding: 0 110px 0 0;
	margin: 0 10px 0 0;
}

.brackenwold {
	background-image: url("art/brackenwold.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

.guillefer {
	background-image: url("art/guillefer.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

.harrowmoor {
	background-image: url("art/harrowmoor.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

.hogwarsh {
	background-image: url("art/hogwarsh.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

.malbleat {
	background-image: url("art/malbleat.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

.mulbreck {
	background-image: url("art/mulbreck.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

.murkin {
	background-image: url("art/murkin.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

.nodlock {
	background-image: url("art/nodlock.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

.ramius {
	background-image: url("art/ramius.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

.dwh3 {
	padding: 5px 0px;
	text-indent: 10px;
	width: 98%;
	font-size: 1.5em;
	font-variant: small-caps;
	background-color: #fff;
	color: #c56b4f;
	clear: left;
	margin: auto;
}

.dwh4 {
	padding: 5px 0px;
	text-indent: 10px;
	font-size: 1.1em;
	font-variant: small-caps;
	color: #653425;
	clear: left;
	margin: auto;
}

.dwh4red {
	padding: 5px 0px;
	text-indent: 10px;
	font-size: 1.1em;
	font-variant: small-caps;
	color: #cf2a2a;
	clear: left;
	margin: auto;
}

h2.dolmenwoodh2 {
	color: #ba4832;
	font-size: 2em;
	text-transform: uppercase;
	font-variant: small-caps;
	padding: 15px 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #ffffff;
	text-align: left;
	text-indent: 50px;
	margin: 30px auto;
	clear: left;
}

.dolmenwoodlogo {
	background-image: url("logo2.jpg");
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Barrowmaze PAGES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.barrowmazelogo {
	background-image: url("logo3.jpg");
}

.cclogo {
	background-image: url("logo4.jpg");
}

.godsimg {
	float: right;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
	box-sizing: border-box;
	padding-right:50px;
}
