/* Layout */
.mainwrap{
	width: 100%;
	min-height: 1000px;
	margin: 0 auto;
	background: #222;
	display: inline-block;
}
.guidebody{
	display: inline-block;
	max-width: 840px;
	width: calc(100% - 270px);
	margin: 0 auto;
	color: white;
	font-family: sans-serif;
	padding-left: 40px;
	padding-right: 27px;
	padding-bottom: 100px;
}

.sidenav{
	top: 325px;
	display: inline-block;
	width: 165px;
	position: fixed;
	background: #111;
	border: #333 solid 3px;
	border-radius: 15px;
	color: #5cffa5;
	font-family: sans-serif;
	text-decoration: none;
	padding: 0px;
	padding-right: 15px;
}

/* Difficulties */

.heroic{
	color: red;
}
.mythic{
	color: #ff0eec;
}

/* Guide Formatting */

.bossname{
	font-size: 3em;
}

.generalstrat{
	font-size: 2em;
}
.phasediv{
	font-size: 1.3em;
}
.guidelist{
	list-style: square outside;
	padding-left: 0;
}
.guidelistsub{
	list-style: inherit;
	padding-left: 20px;
	padding-top: 10px;
}

.abilitylist{
	font-size: 2em;
}
.abilitycategory{
	font-size: 1.3em;
	padding-left: 30px;
}
.abilities{
	list-style: square outside;
}
.subabilities{
	list-style: inherit;
	padding-left: 15px;
}
.guideimage{
	width: 100%;
	padding: 1em;
	max-width: 800px;
}
.tinkerbotimages{
	max-width: 400px;
}
.interruptable{
	color: #9999ff;
}
.opulencejewels{
	font-size: 2em;
}
.generalstratdivs{
	font-size: 1.9em;
	font-weight:bold;
	color:#f96666;
}
.playerassignment{
	color: #54f754;
}

/*  Roles */

.role{
	font-size: 1.5em;
}

.tankstrat{
	color: #ffc670;
}

.healstrat{
	color: #88ffa7;
}

.dpsstrat{
	color: #ff6767;
}

.meleestrat{
	color: inherit;
}

.rangedstrat{
	color: inherit;
}

/* Links */

.videolink{
	text-decoration: none;
	color: orange;
	padding-bottom: 10px;
}
.abilitylink{
	text-decoration: none;
	color: yellow;
}
.livevideo{
	color: white;
}

/* Sidenav */

.sidenavlist{
	list-style: square outside;
}
.subsidenavlist{
	list-style: inherit;
	padding-left: 15px;
}

.headertag{
	display: block;
	font-size: 1.3em;	
	text-decoration: inherit;
	color: inherit;
	padding-bottom: .4em;

}

.roletag{
	display: block;
	font-size: 1.1em;
	text-decoration: inherit;
	color: inherit;
	padding-bottom: .1em;

}

.abilitytag{
	display: block;
	font-size: 1.0em;
	text-decoration: inherit;
	color: inherit;
	font-weight: bold;
}


/* Opulence Jewels */
.jewel{
	text-decoration: none;
}
.diamond{
	color: white;
}
.sapphire{
	color: #7575fb;
}
.amethyst{
	color: #b962b9;
}
.ruby{
	color: #ff6c6c;
}
.topaz{
	color: yellow;
}
.emerald{
	color: #70d670;
}
.opal{
	color: lightblue;
}

/* Jaina Abilities */

.chillt{
	text-decoration: none;
	color: #73ffec;
}

/* Cabal Abilities */

.cabalrelic{
	text-decoration: none;
	color: #db93ff;
}

/* Guide Link Page */

.guidelink{
	color: white;
	text-decoration: none;
}
.guidelink a:link{
	color: white;
	text-decoration: none;
}
.guidelink a:visited{
	color: white;
	text-decoration: none;
}
.bossguidelist{
	padding-left: 50px;
}
.bossguideboss{
	font-family: sans-serif;
	font-size: 2em;
	margin: 0;
	padding: 10px;
}


























