	* {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	html {
		-webkit-text-size-adjust: none;
	}

	body {
		background-color: #eee;

		font-size: 16px;
		font-weight: 300;
		font-family: Open Sans, Helvetica, Arial, sans-serif;
		line-height: 20px;
		-webkit-font-smoothing: subpixel-antialiased;
	}

/* !header */
	
	body > header {
		position: relative;
		overflow: hidden;
		min-height: 500px;
		
		margin: 0;
		padding: 0 10%; 
		color: #fff;
		
		/* background-image: url(http://fc09.deviantart.net/fs71/f/2011/143/2/f/blood_splatter_transparency_by_sagacious-d3h1yw6.png); */
		background-image: url(/img/bg-header.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}	
		
			/*
			body.players > header {
				background-image: none;
			}
			*/
		
		body > header:before {
			position: absolute;
			content: " ";
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: -5;
			
			background-image: url(/img/bg-newspaper.jpg);
			background-color: #222;
			background-position: center top;
			background-repeat: no-repeat;
			background-size: cover;
			
			/*
			-webkit-filter: contrast(200%) grayscale(100%);
			filter: contrast(200%) grayscale(100%);
			*/
		}
			
			body.about > header:before	{ background-image: url(/img/bg-about.jpg); background-position: center center; }
			body.schedule > header:before	{ background-image: url(/img/bg-schedule.jpg); }
			body.photos > header:before		{ background-image: url(/img/bg-photos.jpg); }
			body.domain-of-gimli > header:before		{ background-image: url(/img/bg-domain.jpg); background-position: center center; }
			body.court > header:before		{ background-image: url(/img/bg-court.jpg); background-position: center bottom; }
			body.kindred > header:before		{ background-image: url(/img/bg-kindred.jpg); background-position: center bottom; }
			body.house-rules > header:before	{ background-image: url(/img/bg-rules.jpg); background-position: center center; }
			body.newspaper > header:before	{ background-image: url(/img/bg-newspaper.jpg); }
			body.resources > header:before	{ background-image: url(/img/bg-resources.jpg); }
			body.access > header:before		{ background-image: url(/img/bg-access.jpg); }
			body.contact > header:before		{ background-image: url(/img/bg-contact.jpg); }
			
			body.players > header:before		{ background-image: url(/img/bg-access.jpg); }
			
		body > header:after {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			content: " ";
			z-index: -2;
			
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 400px 1600px 0 0;
			border-color: #b00 transparent transparent transparent; /* border-color: #900 transparent transparent transparent; */
		}
		
			/*
			body.players > header:after {
				border-color: #683e3e transparent transparent transparent;
			}
			*/
			
		h1 {
			display: block;
			position: absolute;
			top: 30px;
			left: 150px;
			
			height: 500px;
			width: 580px;
			
			background-image: url(/img/logo.png);
			margin: 0;
			
			color: #fff;
			font-weight: 400;
			font-family: Open Sans, Helvetica, Arial, sans-serif;
			font-size: 20px;
			
			text-indent: -9999px;
		}
		
		body > header ul {
			display: block;
			position: absolute;
			top: 3%;
			left: 3%;
			z-index: 10;
			
			margin: 0;
			padding: 0;
			list-style-type: none;
			
			-webkit-transform:rotate(-14deg);
			-ms-transform:rotate(-14deg);
			transform:rotate(-14deg);
			
			z-index: 10;
		}
		
			body > header li {
			}
				
				body > header li a {
					position: relative;
							
					display: block;
					text-decoration: none;
					text-transform: uppercase;
					color: #000;
					font-weight: 700;
					
					padding: 2px 10px;
				}
				
					body.players > header li#nav_li_item_153 a,
					body > header li.on a {
						font-weight: 400;
					}
					
						body > header li a:hover {
							color: #fff;
							background-color: #000;
						}
					
						body.players ul li#nav_li_item_153 a,
						body > header ul li.on a {
							color: rgba(0,0,0,0.5);
							background: rgba(0,0,0,0.1);
						}
						
							body.players > header li#nav_li_item_153 a:before,
							body > header li.on a:before {
								position: absolute;
								top: 4px;
								left: -0.75em;
								
								display: block;
								content: "☞ ";
								font-size: 2em;
							}
							
	#menu {
		display: none;
	}						

	#flashMessage {
		position: absolute;
		top: 300px;
		z-index:10;
		padding: 90px 0; 
		width: 100%;
		
		color: #430;
		background-color: rgba(252, 238, 112, 0.9); /* rgba(220, 190, 0, 0.9); */
		text-align: center;
		
		font-size: 20px;
		font-weight: 700;
		font-style: normal;
		font-family: Montserrat, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}
	
	main,
	#alt-main {
		position: relative;
		margin: 0 auto;
		padding: 50px 0 1px 0; 
		width: 90%;
		max-width: 920px;
		min-height: 400px;
		color: #333;
	}
	
		#alt-main {
			padding: 0 0 1px 0; 
		}
		
		body.players main h2,
		body.players main p,
		body.players main form {
			opacity: 0.8;
			
			-webkit-filter: blur(2px);
			-moz-filter: blur(2px);
			filter: blur(2px);
		}
		
		body.players #alt-main {
			position: static;
			font-weight: 400;
			color: #333;
		}
	
		main .subnav_1,
		main .subnav_2 {
			position: absolute;
			top: -95px;
			left: 40px;
			padding: 4px 0 4px 13px;
			
			width: 100%;
			
			list-style-type: none;
			background-color: #a00;
			box-shadow: 800px 0 0 #a00;
			
			-webkit-transform:rotate(-14deg);
			transform:rotate(-14deg);
			
			z-index: 2;
		}
		
			body.players main .subnav_1,
			body.players main .subnav_2 {
				background-color: #683e3e;
				box-shadow: 800px 0 0 #683e3e;
			}
			
			main .subnav_1 li,
			main .subnav_2 li {
				display: inline-block;
			}
			
			main .subnav_1 li a,
			main .subnav_2 li a {
				position: relative;
				color: #eee;
				
				text-decoration: none;
				text-transform: uppercase;
				font-weight: 700;
				
				padding: 5px 13px;
				margin: 0;
			}
			
				main .subnav_1 li a:hover,
				main .subnav_2 li a:hover {
					color: #fff;
					background-color: #000;
				}
				
					/*
					body.players main .subnav_1 li a:hover,
					body.players main .subnav_2 li a:hover {
						color: #fff;
						background-color: #333;
					}
					*/
			
				
				main .subnav_1 li.on a,
				main .subnav_2 li.on a {
					font-weight: 400;
					color: rgba(255,255,255,0.5);
					background: rgba(0,0,0,0.1);
				}
				
					main .subnav_1 li.on a:hover,
					main .subnav_2 li.on a:hover {
						background: rgba(0,0,0,0.1);
					}
					
					/*
					main li.on a:after {
						position: absolute;
						top: 5px;
						right: -0.65em;

						display: block;
						content: " ☜";
						font-size: 2em;
					}
					*/						

/* !players */

	#members-overlay {
		position: absolute;
		top: 300px;
		padding: 90px 0; 
		width: 100%;
		min-height: 200%;
		z-index: 10;
		
		background-color: rgba(252, 238, 112, 0.95); /* rgba(220, 190, 0, 0.95); */
		
		font-weight: 400;
		color: #333;
	}
	
		#members-overlay b,
		#members-overlay strong {
			color: #000;
		}
	
		#members-overlay a {
			color: #a00;
		}
		
			#members-overlay a:hover {
				color: #b22;
				background-color: #fff;
				background-color: rgba(255,255,255,0.3);
			}
	
		#members-overlay h2 {
			position: relative;
			margin: 0 auto 100px auto;
			padding: 0;
			
			background: none;
			box-shadow: none;
			
			color: #000;
			
			-webkit-transform: none;
			-moz-transform: none;
			transform: none;
			
			text-align: center;
		}
		
			#members-overlay h2:after {
				display: block;
				
				content: "Sang Nordique Website Players-Only Area";
				top: -18px;
				left: 0;
				width: 100%;
				padding: 0;
				
				background: none;
				
				text-align: center;
				font-weight: bold;
				color: #444;
			}
	
		#members-overlay h3 {
			color: #000;
		}
			
		#members-overlay .subnav_1 {
			position: absolute;
			top: 170px;
			left: 0;
			width: 100%;
			padding: 0 0.5em;
			
			box-sizing: border-box;
			border-bottom: 2px solid #800;
			background-color: rgba(80, 1, 1, 0.1);
			list-style-type: none;
			
			text-align: center;
		}
		
			#members-overlay .subnav_1 li {
				display: inline;
				padding: 0 1em;
			}
			
				#members-overlay .subnav_1 li:first-child {
					padding: 0 0.5em 0 0;
				}
			
				#members-overlay .subnav_1 li a {
					font-size: 16px;
					font-weight: 700;
					font-style: normal;
					font-family: Montserrat, Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					text-decoration: none;
				}
			
				#members-overlay .subnav_1 li.on a {
					display: inline-block;
					padding: 0.25em 1em;
					
					background: #800;
					
					text-decoration: none;
					color: white; /* rgb(220, 190, 0); */
				}
				
		#members-overlay table {
			border-bottom: 1px solid rgba(0, 0, 0, 0.4);
		}
				
		#members-overlay th {
			background-color: #222;
			
			color: #FFF;
			font-weight: bold;
		}
				
		#members-overlay td {
			border-top: 1px solid rgba(0, 0, 0, 0.4);
			
			color: #000;
			line-height: 30px;
		}
		
			#members-overlay tr:nth-child(2) td {
				border-top: none;
			}
		
			#members-overlay td.empty {
				font-style: italic;
				text-align: center;
				opacity: 0.5;
			}
			
			#members-overlay td.right {
				white-space: nowrap;
			}
			
			#members-overlay td p {
				margin-top: 5px;
			}
		
		#members-overlay s {
			opacity: 0.3;
		}
		
		#members-overlay p.label {
			margin: 0;
			
			color: rgba(0,0,0,0.5);
			font-size: 0.9em;
			font-style: italic;
		}
		
		#members-overlay input + input {
			margin-top: 0.25em;
		}
		
		#members-overlay .group input {
			max-width: 95%;
		}
		
		#members-overlay .button,
		#members-overlay .button:hover {
			padding: 0.25em 0.5em;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: 700;cursor: pointer;
			display: inline-block;
			background-color: #e6e6e6;
			background-repeat: no-repeat;
			
			text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
			text-decoration: none;
			color: #333;
			font-size: 13;px;
			line-height: normal;
			border: 1px solid #ccc;
			border-bottom-color: #bbb;
			border-radius: 4px;
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		}
					
/* !footer */

	footer {
		clear: both;
		
		position: relative;
		overflow: hidden;
		z-index: 1;
		min-height: 300px;
		
		margin: 80px 0 0 0;
		padding: 0 5%;
		color: #eee;
			
		background-color: #000;
		/*background-image: url(/img/bg-footer.jpg); */
		background-position: center 100px;
		background-repeat: no-repeat;
		background-size: cover;
	}	
		
		body.players footer {
			display: none;
		}
	
		footer:before {
			position: absolute;
			top: 0;
			right: 0;
			display: block;
			content: " ";
			z-index: -2;
			
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 400px 2000px 0 0;
			border-color: #eee transparent transparent transparent;
		}
		
		.tilt {
			margin-top: 180px;
			margin-bottom: 80px;
			margin-left: 12%;

			-webkit-transform:rotate(-11.3deg);
			-ms-transform:rotate(-11.3deg);
			transform:rotate(-11.3deg);	
			
			color: #999;
		}
		
			.tilt:after {
				display: block;
				content: " ";
				clear: both;
			}
		
			.tilt form,
			.tilt div {
				width: 22%;
				margin-right: 4%;
				float: left;
			}
			
				.tilt form {
					margin: 0px;
				}
				
					footer .tilt form input.text {
						display: block;
						width: 80%;
						padding: 0.5em;
						margin-bottom: 0.5em;
						font-size: 14px;
					}
				
					footer .tilt form input.button {
						display: block;
						padding: 0.5em 1em;
						margin: 0 0 2em 0;
					}
			
			.tilt h3 {
				margin: 0;
				font-weight: 400;
				font-size: 20px;
				color: #ddd;
			}
			
			.tilt h4 {
				margin: 3px 0 15px 0;
				font-family: 'Open Sans', Helvetica, Arial, sans-serif;
				font-weight: 400;
				font-size: 15px;
				color: #900;
			}
			
			.tilt ul {
				list-style-type: square;
				margin: 1em 0 1em 1.5em;
			}
			
			.tilt b,
			.tilt strong {
				color: #bbb;
			}
			
			.tilt a {
				text-decoration: none;
				color: #78D;
				font-weight: 400;
			}
				
				.tilt a:hover {
					background-color: #222;
					color: #9af;
				}
			
				.tilt .more a {
					position: relative;
					text-transform: uppercase;
				}
					
					.tilt .more a:after {
						position: absolute;
						top: 0;
						right: -1.2em;
						
						display: block;
						content: " ☞";
						font-size: 2em;
				}
			
			/* FOOTER intro */
			
				.tilt .intro {
					display: block;
					width: 100%;
					float: none;
					
					margin: 0 auto;
					padding: 0 0 2em 0;
				}
			
			/* FOOTER gallery */
				
				.tilt .gallery ul {
					margin: 0;
					padding: 0;
					list-style-type: none;
				}
				
					.tilt .gallery ul:after {
						display: block;
						content: " ";
						clear: both;
					}
				
				.tilt .gallery li {
					float: left;
					width: 30%;
					margin-bottom: 3px;
					margin-right: 3%;
				}
				
				.tilt .gallery img {
					max-width: 100%;
					height: auto;
				}
				
/* !home-page */
	
	body#home-page {
		padding-bottom: 100px;
		
		background-color: #000;
		/* background-image: url(http://farm8.staticflickr.com/7140/8167910080_f7c1af3082_b.jpg); */
		background-image: url(/img/bg-footer.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 110% auto;
	}
	
		body > header {
			/* background-image: url(http://fc09.deviantart.net/fs71/f/2011/143/2/f/blood_splatter_transparency_by_sagacious-d3h1yw6.png); */
			background-image: url(/img/bg-header.png);
			background-position: left top;
			background-repeat: no-repeat;
			background-size: auto 100%;
		}
				
			body#home-page > header::before {
				background-image: none;
				background-color: #000;
			}
		
		#home-page h1:after {
			display: block;
			content: "Sang Nordique";
			width: 200%;
			
			font-weight: 400;
			font-family: Montserrat, Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			
			line-height: .8em;
			font-size: 100px;
			font-weight: 700;
			color: #000;
			
			-webkit-transform:rotate(-14deg);
			-ms-transform:rotate(-14deg);
			transform:rotate(-14deg);
			
			background: #fff;
			background: rgba(255,255,255,0.99);
			margin: -15px 0 0 390px;
			padding: 20px;
			text-indent: 0;
			
			box-shadow: 800px 0 1px #fff;
		}
	
	body#home-page main {
		min-height: 100px;
		color: #eee;
		
		margin-top: -220px;
	}
	
		body#home-page main .tilt {
			margin-top: 0;
			margin-left: 0;
			
			-webkit-transform:rotate(-14deg);
			-ms-transform:rotate(-14deg);
			transform:rotate(-14deg);
		}
	
		body#home-page main .intro {
			margin-bottom: 3em;
			text-indent: 2em;
		}
		
			body#home-page main .intro p {
				font-size: 1.5em;
				line-height: 1.6em;
				color: #fff;
				text-shadow: 0 0 10px #000;
			}
			
				body#home-page main .intro b,
				body#home-page main .intro strong {
					color: #fff;
				}
				
				body#home-page main .intro p a:hover {
					text-shadow: none;
				}
		
/* !general */
	
	.highlight {
		background-color: rgba(252, 238, 112, 0.3); /* rgba(220, 190, 0, 0.3); */
	}

	a {
		color: #259; /* color: #126; */
	}

		a:hover {
			color: #009;
			background-color: rgba(20,35,100,.1);
		}

		a.download:after {
			content: " ↩";
		}
		
	b, strong {
		font-weight: 700;
		color: #555;
	}
	
	.success { font-style: italic; color: #090; }
	.error { font-style: italic; color: #900; }
		
	.back {
		margin: 40px 0 -60px 20px;
	}
		
		.back a {
			position: relative;
			font-weight: 400;
			text-transform: uppercase;
		}
			
			.back a:before {
				position: absolute;
				top: 0;
				left: -1.2em;
				
				display: block;
				content: "☜ ";
				font-size: 2em;
			}
	
	h2, h3, h4, h5 {
		font-weight: 400;
		font-family: Montserrat, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #a00;
		
		margin-bottom: 0;
	}

		h2 {
			white-space: nowrap;
		
			line-height: .8em;
			font-size: 80px;
			font-weight: 700;
			color: #fff;
			
			-webkit-transform:rotate(-14deg);
			-ms-transform:rotate(-14deg);
			transform:rotate(-14deg);
			
			background: #000;
			background: rgba(0,0,0,0.99);
			margin: -220px 0 120px -60px;
			padding: 20px;
			
			box-shadow: 800px 0 1px #000;
		}
			
			h2:after {
				display: block;
				position: absolute;
				top: -10px;
				left: 15px;
				
				content: "Sang Nordique";
				
				font-size: 13px;
				font-weight: 300;
				font-family: Open Sans, Helvetica, Arial, sans-serif;
				line-height: 13px;
				color: #ccc;
				
				
				padding: 5px 10px;
				background-color: #000;
			}
		
		h3 {
			line-height: 1em;
			margin-top: 40px;
			margin-bottom: 10px;
			
			font-size: 30px;
			color: #c00;
		}
			
		h4 {
			line-height: 1em;
			margin-top: 20px;
			
			font-size: 20px;
			color: #555;
		}
		
			h3+h4 {
				margin-top: 13px;
			}

		h5 {
			line-height: 1em;
			margin-top: 1em;
			
			font-size: 13px;
			font-weight: 400;
			font-family: Open Sans, Helvetica, Arial, sans-serif;
			color: #555;
		}

	p {
		line-height: 1.8em;
		margin-bottom: 1em;
	}

	table {
		width: 100%;
		border-spacing: 0;
		line-height: 1.8em;
		margin: 2em 0;
		
		border-bottom: 1px solid #ccc;
	}
	
		th {
			color: #555;
			text-transform: uppercase;
			font-weight: 400;
			background-color: #ccc;
			
			padding: 5px 10px;
			text-align: left;
			vertical-align: top;
		}
	
		td {
			border-top: 1px solid #ccc;
			
			vertical-align: top;
			padding: 5px 10px;
			text-align: left;
		}
		
			td p {
				margin: 0;
			}
		
		.right {
			text-align: right;
		}
		
		.w10 { width: 10%; }
		.w20 { width: 20%; }
		.w30 { width: 30%; }
		.w40 { width: 40%; }
		.w50 { width: 50%; }
		.w60 { width: 60%; }
		.w70 { width: 70%; }
		.w80 { width: 80%; }
		.w90 { width: 90%; }
		.w100 { width: 100%; }
		
/* !forms */
	
	label,
	legend {
		display: block;
		
		font-weight: 400;
		text-transform: uppercase;
		color: #555;
		
		margin: 20px 0 0 0;
	}
	
	.tilt form input.text,
	.input.text input,
	.input.password input,
	.input.textarea textarea,
	.members-overlay select {
		font-family: monospace;
		font-size: 16px;
		letter-spacing: 2px;
		padding: 0.5em 1em;
		border: 1px solid #999;
		color: #555;
		width: 100%;
	}
	
		select {
			letter-spacing: 0;
			padding: 1em;
		}
		
		input[disabled="disabled"],
		select[disabled="disabled"] {
			opacity: 0.5;
		}
	
	.group,
	.radio {
		background-color: rgba(0,0,0,0.1);
		padding: 1em;
		border-radius: 1em;
	}
	
		.group label {
			margin: 10px 0 0 0;
		}
	
		.group .input.password input {
			width: 80%;
		}
		
		.radio label {
			margin: 0 1em;
			display: inline-block;
		
			text-transform: none;
			
			font-family: monospace;
			font-size: 16px;
			letter-spacing: 2px;
		}
		
		.radio hr {
			border-bottom: 1px solid rgba(0,0,0,0.1);
			margin: 0.5em 0;
		}
	
	.input.textarea textarea {
		height: 6em;
	}
	
	.tilt form input.button,
	.submit {
		margin: 20px 0;
		padding: 6px 13px;
		background-color: #900;
		color: #fff;
		text-transform: uppercase;
		font-weight: 400;
		cursor: pointer;
	}
	
/* !domain */
	
	.gimli-google-map main {
		min-height: 0;
	}
	
	.gimli-google-map iframe {
		width: 100%;
		height: 400px;
		
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		
		margin: 20px 0;
	}
	
	.gimli-google-map article .picture {
		display: block;
		
		margin-top: 15px;
		margin-bottom: 0;
		
		margin: 15px auto;
		width: 100%;
		height: 200px;
		
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
		
/* !gallery */
		
	.media-grid {
		list-style-type: none;
		margin: 20px 0;
	}
	
		.media-grid:after {
			display: block;
			content: " ";
			clear: both;
		}
	
		.media-grid li {
			padding: 6px 0;
			margin: 0 7px 13px 8px;
			text-align: center;
			overflow: hidden;
			float: left;
			
			position: relative;
			background: #ccc;
			background-position-y: 6px;
			background-repeat: no-repeat;
			background-size: 100px 100px;
			width: 100px;
			height: 120px;
			vertical-align: bottom;
			
			border-radius: 13px;
		}
			
			.media-grid li a {
				display: block;
				min-height: 100px;
			}
			
			.media-grid li img {
				display: block;
			}
			
			.media-grid li a span {
				font-size: 12px;
				font-weight: 400;
				line-height: 13px;
				padding-bottom: 4px;
				
				position: absolute;
				display: block;
				bottom: 3px;
				width: 100%;
				
				text-decoration: underline;
			}
			
				.media-grid li:hover a span {
					background-color: rgba(20,35,100,.1);
				}
				
					.media-grid li a span:before {
						display: block;
						content: " ";
						position: absolute;
						bottom: 23px;
						left: 0;
						
						width: 0px;
						height: 0px;
						border-style: solid;
						border-width: 0 0 26px 100px;
						border-color: transparent transparent #ccc transparent;
					}
					
					.media-grid li a span:after {
						display: block;
						content: attr(title);
						position: absolute;
						bottom: 36px;
						left: -18px;
						width: 100px;
						padding: 0 20px;
						
						text-align: left;
						
						font-weight: 700;
						background: rgba(0,0,0,0.5	);
						text-transform: uppercase;
						color: #fff;line-height: 13px;
						
						-webkit-transform:rotate(-14deg);
						-ms-transform:rotate(-14deg);
						transform:rotate(-14deg);
					}
					
						.media-grid li a span i {
							position: relative;
							font-style: normal;
							z-index: 1;
						}
					
		.media-grid.gallery li {
			background: none;
			overflow: none;
			width:49%;
			height: auto;
			float: left;
			
			padding: 0;
			margin: 0;
			text-align: left;
			
			border-radius: 0;
		}
		
			.media-grid.gallery li.left { clear:both; }
			.media-grid.gallery li.right { margin-left:2%; }
			
			.media-grid.gallery li img {
				width:100%;
			}
			
			.media-grid.gallery li p {
				display: block;
				padding: 3px 20px 23px 6px;
			}
			
/* !kindred */
	
	.kindred ul:after {
		display: block;
		content: " ";
		clear: both;
	}
	
	.kindred h3.clan {
		position: relative;
	}
	
		.kindred h3.clan:before {
			content: " ";

			position: absolute;
			left: -100px;
			top: 70px;
			z-index: -1;
			
			font-size: 200px;
			font-family: 'wwvampire_dingbatsregular';
			text-transform: lowercase;
			color: #ddd;
		}
		
			.kindred h3.clan.salubri:before { content: "a"; font-size: 240px; }
			.kindred h3.clan.assamite:before { content: "b"; }
			.kindred h3.clan.brujah:before { content: "c"; top: 50px; }
			.kindred h3.clan.childofhaqim:before, .kindred h3.clan.childernofhaqim:before { content: "b"; font-size: 240px; }
			.kindred h3.clan.daughtersofcacophony:before, .kindred h3.clan.daughterofcacophony:before { content: "d"; }
			.kindred h3.clan.followersofset:before, .kindred h3.clan.followerofset:before { content: "e"; }
			.kindred h3.clan.gangrel:before { content: "f"; top: 50px; }
			.kindred h3.clan.giovanni:before { content: "g"; font-size: 170px; }
			.kindred h3.clan.lasombra:before { content: "h"; }
			.kindred h3.clan.malkavian:before { content: "i"; }
			.kindred h3.clan.nosferatu:before { content: "j"; left: -70px; }
			.kindred h3.clan.ravnos:before { content: "k"; }
			.kindred h3.clan.samedi:before { content: "l"; }
			.kindred h3.clan.toreador:before { content: "m"; top: 60px; }
			.kindred h3.clan.tremere:before { content: "n"; top: 50px; }
			.kindred h3.clan.ventrue:before { content: "p"; font-size: 240px; }
			
	
	.kindred article {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	
		position: relative;
		width: 100%;
		margin: 0 auto 13px auto;
		padding: 20px;
		
		background-color: #fff;

	}
		
		.kindred article:after {
			display:block;
			clear: both;
			content: " ";
		}
		
		.kindred article .gallery {
			position: absolute;
			top: 18px;
			right: 20px;
			font-weight: 400;
		}
		
			.kindred article .gallery span {
				display: inline-block;
				height: 20px;
				width: 30px;
				background-position: center center;
				background-size: cover;
				margin-left: 0.5em;
				margin-bottom:-4px;
				opacity: 0.6;
			
				border-radius: 6px;
			}
			
				.kindred article .gallery:hover span {
					opacity: 1;
				}
		
		.kindred article header {
			margin-bottom: 13px;
		}
			
			.kindred article h4,
			.kindred article h5 {
				margin-top: 0;
				color: #333;
			}
			
			.kindred article h5,
			.kindred article header p {
				margin-left: 0;
				display: inline;
			}
			
		.kindred article figure {
			float: left;
			position: relative;
			margin: 0 13px 20px 0;
			padding: 6px 0;
			background: #333;
			
			border-radius: 13px;
			border-top-right-radius: 0;
			overflow: hidden;
		}
		
			.kindred article img {
				background-color: #000;
				width: 100px;
				height: 100px;
			}
		
			.kindred article figure:before {
				position: absolute;
				display: block;
				content: " ";
				position: absolute;
				top: 80px;
				left: 0;
				
				width: 0px;
				height: 0px;
				border-style: solid;
				border-width: 0 0 26px 100px;
				border-color: transparent transparent #333 transparent;
			}
		
			.kindred article figure ul {
				z-index: 1;
				list-style-type: none;
				text-align: center;
				margin: 0 0 6px 0;
			}
			
				.kindred article figure li {
					font-size: 12px;
					line-height: 15px;
					font-style: italic;
					color: #999;
				}
				
					.kindred article figure li.none {
						display: none;
					}
				
					.kindred article figure li:after {
						display: inline;
						content: ",";
					}
					
					.kindred article figure li:last-child:before {
						display: inline;
						content:"& ";
					}
					
					.kindred article figure li:last-child:after,
					.kindred article figure li:first-child:before {
						content:"";
					}
				
					.kindred article figure li.positional a {
						font-weight: 400;
						color: #999;
					}
			
		.kindred article p {
			margin-left: 113px;
			margin-bottom: 6px;
		}
		
			.kindred article p.player {
				color: #999;
			}
			
/* !court */
	
		ul.court {
			margin: 40px 0;
			list-style-type: none;
			text-align: center;
		}
		
			ul.court.small {
				margin: 40px auto;
			}
		
		ul.court:after {
			display: block;
			content: " ";
			clear: both;
		}
		
		/* 920 = 8 * ( 100 + 15 ) */
		ul.court li { 
			position: relative;
			margin: 0 7px 13px 8px;
			width: 150px;
			display: inline-block;
		}
				
			ul.court figure:after {
				position: absolute;
				display: block;
				top: 0;
				left: 0;
				content: " ";
				width: 150px;
				height: 180px;
				background-image: url('/img/frame-100.png');
			}
			
			ul.court img,
			ul.court span {
				display: block;
				width: 150px;
				height: 150px;
				background-color: #999;
				box-shadow: 0 10px 20px #666;
			}
			
				ul.court.small img {
					margin-top: 20px;
				}
			
			/* 920 = 4 * ( 200 + 30 ) */
			ul.court.medium li {
				padding: 40px 5px 0 7px;
				width: 200px;
			}
				
				ul.court.medium figure:after {
					width: 215px;
					height: 255px;
					background-image: url('/img/frame-200.png');
				}
			
			ul.court.medium img,
			ul.court.medium span { width: 200px; height: 200px; box-shadow: 0 20px 20px #666; }
			ul.court.medium h4 { margin-top: 25px; margin-bottom: 0; }
			ul.court.medium h5 { margin-top: 3px; }
			
			/* 920 = 2 * ( 400 + 60 ) */
			ul.court.large li {
				width: 400px;
				padding: 70px 19px 0 19px;
				margin: 0 5px 13px 10px;
			}
				
				ul.court.large figure:after {
					width: 438px;
					height: 488px;
					background-image: url('/img/frame-400.png');
				}	
			
			ul.court.large img,
			ul.court.large span { width: 400px; height: 400px; box-shadow: 0 20px 20px #666; }
			ul.court.large h3 { margin-top: 25px; margin-bottom: 0; }
			ul.court.large h4 { margin-top: 6px; }
			
		h4.council,
		h5.council {
			text-align: center;
			margin-top: -40px;
		}
		
			h5.council {
				font-weight: 700;
			}
			
/*  !newspaper */
	
	#gimlitimes {
		background: #fff;
		
		background-image: url(/img/times.png);
		background-size: 80% auto;
		background-repeat: no-repeat;
		background-position: center 20px;
		
		box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
		
		margin-top: 20px;
		padding: 175px 3% 3%;
		color: #444;
	}
	
		#gimlitimes img {
			display: block;
			max-width: 100%;
			margin: 10px 0;
		}
		
			#gimlitimes p img {
				margin: 0;
			}
	
		#gimlitimes:after {
			display: block;
			content: " ";
			clear: both;
		}
		
		#gimlitimes h3 {
			display: none;
		}
		
		#gimlitimes .gimli-volume { float: left; }
		#gimlitimes .gimli-select { float: right; }
			
			/* separate logo/date to get around PRINT stylesheet issue with backgrounds */
			
			#gimlitimes #gimlilogo {
				display: none;
			}
			
			#gimlitimes .gimli-volume span {
				display: none;
			}
		
		#gimlitimes article {
			margin-bottom: 36px;
		}
		
			#gimlitimes article * {
				font-family: "Playfair Display", Times, serif;
			}
		
			#gimlitimes article h4 {
				text-transform: capitalize;
				font-weight: 900;
				font-size: 36px;
				line-height: 0.9em;
				margin: 0;
			}
		
			#gimlitimes article p {
				text-indent: 0.5em;
				font-weight: 400;
				font-size: 16px;
				line-height: 24px;
				margin: 0.5em 0;
			}
			
			#gimlitimes .featured {
				clear: both;
				margin: 10px 0 40px 0;
				border-top: 3px dotted rgba(0,0,0,0.3);
				border-bottom: 1px solid rgba(0,0,0,0.1);
			}
				
				#gimlitimes .featured article h4 {
					color: #333;
					text-transform: uppercase;
					text-align: center;
					margin: 36px 0;
					letter-spacing: -5px;
					font-size: 88px;
					line-height: 0.9em;
				}
				
				#gimlitimes .featured article img:first-child {
					width: 100%;
				}
			
			#gimlitimes .normal {
				width: 64%;
				float: left;
				clear: both;
				padding-right: 3%;
				border-right: 1px solid rgba(0,0,0,0.1);
			}
			
				#gimlitimes .normal article {
					padding-bottom: 24px;
					border-bottom: 1px solid rgba(0,0,0,0.1);
					margin-bottom: 32px;
				}
				
					#gimlitimes .normal article:last-child {
						border-bottom: 0;
					}
					
					#gimlitimes .normal article h4 {
						color: #444;
					}
			
			#gimlitimes .sidebar {
				width: 30%;
				float: right;
			}
			
				#gimlitimes .sidebar article {
					padding-bottom: 12px;
					border-bottom: 1px solid rgba(0,0,0,0.1);
					margin-bottom: 16px;
				}
				
					#gimlitimes .sidebar article:last-child {
						border-bottom: 0;
					}
					
					#gimlitimes .sidebar article h4 {
						font-weight: 700;
						font-size: 24px;
						line-height: 0.9em;
					}
					
					#gimlitimes .sidebar article p {
						font-size: 14px;
						line-height: 20px;
						margin: 0.5em 0;
					}
					
/* !google maps */
	
	.map {
		position: relative;
		display: block;
		
		margin-top: 15px;
		margin-bottom: 0;
		
		/*
		margin-left: -30%;
		width: 160%;
		height: 300px;
		*/
		
		margin: 15px auto;
		width: 100%;
		height: 200px;
		
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		
		background-position: center center;
		background-size: cover;
		
	}
	
/* !search */
	
	.search-result h5 {
		margin-top: 3px;
	}
	
	.search-result p {
		margin-top: 0.5em;
	}
	
/* !error */

	body.error {
		background-color: #222;
		font-style: normal;
	}
	
		body > header::before {
			background-image: none;
		}
		
		body.error main {
			color: #eee;
			min-height: 100px;
		}
		
			body.error main p {
				display: none;
			}
	
		body.error footer {
			display: none;
		}