@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);


#mainContent {
}
/*
body::before { 
	background-color: #f5f5f5;
	background-image: url(../../faerun/img/background2.jpg);
	background-attachment: fixed;
	background-size: cover;
	content: ' ';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
}
*/
body { 
	background-color: #f5f5f5;
	background-image: url('https://bertball-images.s3.us-west-2.amazonaws.com/faerun/background2b.jpg');
	background-attachment: fixed;
	background-size: cover;
	
	font-size: 13pt;
	font-family: 'PT Serif', sans-serif;
	color: hsl(33,60%,12%);
}

.content_right {
    padding-left: 20px;
}

dt {
	font-weight: bold;
}

td > p:first-of-type {
	margin: 0;
}


h1, h2, h3, h4, dt {

}
h2 {
	border-bottom: 1px solid black;
}
h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; color: hsl(225,80%,30%); }
h4 { font-size: 125% }

#mainContent a, #sidebarContent a {
	color: hsl(225,80%,60%);
	text-shadow: 0 0 5px rgba(12, 116, 223, 0.5);
	-webkit-transition-property: text-shadow, color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	text-decoration: none;
}
#mainContent a:hover, #sidebarContent a:hover { 
	color: hsl(225,90%,80%);
	text-shadow: 0 0 5px rgb(77,230,255); 
}
#mainContent a.inactive, #sidebarContent a.inactive {
	color: red;
}
#mainContent a.empty:hover, #sidebarContent a.empty:hover {
	color: rgb(255,230,77);
	text-shadow: 0 0 5px rgb(255,230,77); 
}

.section {
	/*background: rgba(22,13,5,0.8);*/
	background: none;
	padding: 10px;
}

.sectionOuter {
}

.sectionOuter h1 {
	padding: 10px 0 0 10px;
	border-bottom: 1px solid hsla(33,60%,12%,0.5);
	margin-bottom: 10px;
}

table {
	border-collapse: collapse;
}
table td, table th {
	background: hsla(33,60%,30%,0.4);
	vertical-align: top;
	border: 1px solid #DF740C;
	margin: 0;
	padding: 2px 6px;
}
table th {
	background: #243C53;
	color: white;
	text-align: left;
	font-family: 'IM Fell DW Pica', serif;
	font-weight: normal;
}
#content th a {
	color: white;
}
table tr:nth-child(odd) td { background: hsla(33,60%,50%,0.4); }

.right {
	float: right;
	margin-left: 20px;
	max-width: 40%;
}
.right img {
    max-width: 100%;
}
#sidebarContent .right {
	float: none;
	margin-left: 0;
	max-width: 100%;
}


article#mainContent {
	background-color: white;
	/*background-color: transparent;*/
	/*background-image: url('../../faerun/img/scroll_02.png');*/
	background-size: 100%;
	background-image: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url('../../faerun/img/parchment.jpg');
}