a:link {
    color:#C7F7C7;
}
a:visited {
    color:#C7F7C7;
}

html {
	 overflow-y: scroll;
}

body {
	background-color:#000000;
    width: 1060px;
    margin: 8px auto;
    line-height: 1.6;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: #000000;
    color: #FFFFFF;
}

header {    
  width: 1060px;
  height: 250px;
}

footer {
    clear: both;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-image: url('../layout/bottomborder.png');
  text-align: center;
  text-shadow: #000000 2px 2px;
}

section {
    padding: 10px 8px 10px 8px;
    background-color: #111111;
    background-image: url('https://manallsmods.net/layout/subheaderX.png'),url('../layout/border.png');
    background-repeat: no-repeat, repeat-y;
    height: 100%;
    width: 1044px;
    float: left;
}

canvas {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
}

/*              */
/*     BODY     */
/*              */
/* Note: Sum of next three widths should equal the <section> width */
#left-col {
    float: left;
    width: 172px;
    line-height: 1.2;
    text-align: center;
    font-size: 10pt;
    color: #C7F7C7;
}
    
main {
    float: left;
    width: 700px;
    height: auto;
}
    
#right-col {
    float: right;
    width: 172px;
    line-height: 1.2;
    text-align: center;
    font-size: 10pt;
    color: #C7F7C7;
}

/* Gold */
#goldart {
    width: 660px;
    padding: 10px 12px;
    border-width: 1px;
    border-color: #DBD683;
    background-color: #104163;
    margin: -10px auto 0px 7px;
    -webkit-border-radius: 5px;
    border-style: solid;
    background-image: linear-gradient(#104163 0%, #0D3A56 15%, #041119 125%)
}

/* Latest News */
#pinned {
    width: 660px;
    padding: 3px 12px 13px 12px;
    border-width: 1px;
    border-color: #000;
    background-color: #080221;
    margin: -10px auto 0px 7px;
    -webkit-border-radius: 5px;
    border-style: solid;
    text-align: center;
}
#larticle {
    width: 660px;
    padding: 10px 12px 2px 12px;
    border-width: 1px;
    border-color: #cfffcf;
    background-color: #1D076B;
    margin: -10px auto 0px 7px;
    -webkit-border-radius: 5px;
    border-style: solid;
    background-image: linear-gradient(#1C0B7D 0%, #15085E 15%, #040119 125%)
}
/* Older news */
article {
    width: 660px;
    padding: 10px 12px 2px 12px;
    border-width: 1px;
    border-color: #70a070;
    background-color: #150859;
    margin: 12px auto 0px 7px;
    -webkit-border-radius: 5px;
    border-style: solid;
    background: linear-gradient(#13074d 0%, black 150%)
}

/* Expand Article */

details {
  margin: 15px 0px 0px 0px;
}

summary {
  list-style: none;
}

/*fixes for mobile*/
details > summary::marker, /* Latest Chrome, Edge, Firefox */ 
details > summary::-webkit-details-marker /* Safari */ {
  display: none;
}

summary::after {
  content: '';
  cursor: pointer;
  float: right;
  margin: -77px -8px 0px 0px;
  width: 28px;
  height: 28px;
  background: url('/layout/bulletgear2.png') no-repeat;
  background-size: cover;
  transition: 0.2s;
}

details[open] > summary::after {
  transform: rotate(180deg);
}

.nohead > summary::after {
  content: '';
  cursor: pointer;
  float: right;
  margin: -54px -8px 0px 0px;
  width: 28px;
  height: 28px;
  background: url('/layout/bulletgear2.png') no-repeat;
  background-size: cover;
  transition: 0.2s;
}

details[open] > .nohead > summary::after {
  transform: rotate(180deg);
}


/* For Reviews Categories */
#jarticle {
    width: 660px;
    padding: 12px 12px 4px 12px;
    border-width: 1px;
    border-color: #cfffcf;
    background-color: #1D076B;
    margin: -10px auto 0px 7px;
    border-radius: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    border-style: solid;
}

#karticle {
    width: 660px;
    padding: 12px 12px 5px 12px;
    border-width: 1px;
    border-color: #cfffcf;
    background-color: #1D076B;
    margin: 7px auto 0px 7px;
    border-radius: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    border-style: solid;
}

/*The dark section in about the author, AND the title of the reviews*/
#author {
    width: 660px;
    padding: 10px 12px 2px 12px;
    border-width: 1px;
    border-color: #4015FF;
    background-color: #080221;
    margin: -10px auto 0px 7px;
    border-radius: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    border-style: solid;
}

#revindex {
    width: 660px;
    padding: 17px 12px 2px 12px;
    border-width: 1px;
    border-color: #4015FF;
    background-color: #080221;
    margin: -10px auto 0px 7px;
    border-radius: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    border-style: solid;
}

#revtitle {
    width: 660px;
    padding: 10px 12px 19px 12px;
    border-width: 1px;
    border-color: #4015FF;
    background-color: #080221;
    margin: -10px auto 0px 7px;
    border-radius: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    border-style: solid;
}

#review {
    width: 660px;
    padding: 2px 12px 2px 12px;
    border-width: 1px;
    border-color: #4015FF;
    background-color: #080221;
    margin: 12px auto 0px 7px;
    border-radius: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    border-style: solid;
} 

/* News Archive container */
#aarticle {
    width: 660px;
    padding: 6px 12px 10px 12px;
    border-width: 0px;
    border-color: #cfffcf;
    background-color: #02010E;
    margin: -10px auto 0px 7px;
    border-radius: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 0px;
    border-style: solid;
}

/*                */
/*    HEADERS     */
/*                */

/*     Pins     */
pn {
  color: #cFFFcF;
	font-size: 16px;
	/*font-weight: bold;*/
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: #000000 2px 2px;
}

/* News header */
h1 {
  color: #C7F7C7;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: #000000 2px 2px;
}

/* Subheader for mod releases */
h2 {
	font-size: 13pt;
	font-weight: normal;
	margin: -5px auto;
	text-shadow: #4015ff 2px 2px;	
}

/* review date */
h3 {
  color: #C7F7C7;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	line-height: 1.2;
}

/* Generic subheader */
h4 {
  color: #C7F7C7;
	font-size: 13pt;
	font-weight: normal;
	margin: -5px auto;
	text-shadow: #000000 2px 2px;
}

/* Archive header */
h5 {
  color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
	text-shadow: #4015ff 2px 2px;
}

#auth {
  color: #C7F7C7;
	font-size: 28px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 3px;
	text-shadow: #000000 2px 2px;
	text-align: right;
}

/* For review categories */
#rev {
  color: #C7F7C7;
	font-size: 28px;
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 14px;
	text-shadow: #000000 2px 2px;
	text-align: center;
}

#rev2 {
  color: #C7F7C7;
	font-size: 28px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 0px;
	text-shadow: #000000 2px 2px;
	text-align: center;
}

#rev3 {
  color: #C7F7C7;
	font-size: 28px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
	text-shadow: #000000 2px 2px;
	text-align: center;
}

nav > img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/*              */
/*     TEXT     */
/*              */

/* Used by articles */
p {
	font-size: 11pt;
	line-height: 1.3;	
	-indent: 40px;
	margin-left: 0px;
	margin-right: 0px;	
}

/* Purp shadow emphasis */
px {
	font-size: 11pt;
	line-height: 1.3;	
	-indent: 40px;
	margin-left: 0px;
	margin-right: 0px;
	text-shadow: #4015ff 2px 1px;
}

img {
  pointer-events: none; 
}

/* Used by L/R columns */
d {
	margin-top: 0px;
  text-shadow: #0A310A 1px 1px;
}

dx {
	font-size: 7pt;
	color: #000000;
	margin-top: 0px;
  text-shadow: #4015ff 1px 1px;
}

/*             */
/* L/R COLUMNS */
/*             */
#cyandral {
  background: url(../layout/GRADIENTx3.png) no-repeat;
	margin:5px 0px 0px 30px;
    display: block;
    height: 120px;
    width: 120px;
}

#donate {
  background: url(../layout/donate.png) no-repeat;
	margin:15px auto 5px auto;
    display: block;
    height: 50px;
    width: 148px;
}

#modcon1 {
  background: url(../layout/Modcon1.png) no-repeat;
	margin:0px auto 5px auto;
    display: block;
    height: 42px;
    width: 42px;
}

#modcon2 {
  background: url(../layout/Modcon2.png) no-repeat;
	margin:0px auto 5px auto;
    display: block;
    height: 42px;
    width: 42px;
}

#modcon3 {
  background: url(../layout/Modcon3.png) no-repeat;
	margin:0px auto 5px auto;
    display: block;
    height: 42px;
    width: 42px;
}

#modcon4 {
  background: url(../layout/Modcon4.png) no-repeat;
	margin:0px auto 5px auto;
    display: block;
    height: 42px;
    width: 42px;
}

/*             */
/* MID COLUMN  */
/*             */

#guide {
  background: url(../layout/modlink-scroll1.png) no-repeat;
	margin:0px 0px 0px 0px;
    display: inline-block;
    height: 28px;
    width: 28px;
}

#changelog {
  background: url(../layout/modlink-gear1.png) no-repeat;
	margin:0px 0px 0px 0px;
    display: inline-block;
    height: 28px;
    width: 28px;
}

#download {
  background: url(../layout/modlink-arrow1.png) no-repeat;
	margin:0px 0px 0px 0px;
    display: inline-block;
    height: 28px;
    width: 28px;
}

#changelogold {
  background: url(../layout/Changelogo.png) no-repeat;
	margin:-4px 0px 0px 0px;
    display: block;
    height: 32px;
    width: 93px;
}

#forbidden {
  background: url(../layout/reviews/Forbidden1.png) no-repeat;
	margin:5px auto 5px auto;
    height: 300px;
    width: 200px;   
}

#encanto {
  background: url(../layout/reviews/Encanto1.jpg) no-repeat;
	margin:5px auto 5px auto;
    height: 300px;
    width: 200px;
}

#lightyear {
  background: url(../layout/reviews/lightyear1.jpg) no-repeat;
	margin:5px auto 5px auto;
    height: 300px;
    width: 200px;
}

#SoC {
  background: url(../layout/reviews/SoC1.png) no-repeat;
	margin:5px auto 5px auto;
    height: 250px;
    width: 250px;
}

#Seasons {
  background: url(../layout/reviews/72Seasons1.png) no-repeat;
	margin:5px auto 5px auto;
    height: 250px;
    width: 250px;   
}

/*???????*/

#bighomm3 {
    background: url(../layout/mods/MH3large.png) no-repeat;
	margin:5px auto 5px auto;
    height: 190px;
    width: 422px;
    text-align: center;
}

/*             */
/* HOVER STUFF */
/*             */
#guide:hover {
    content: url('../layout/modlink-scroll2.png');
    background-position: 0px 0;
    display: inline-block;
}
#changelog:hover {
    content: url('../layout/modlink-gear2.png');
    background-position: 0px 0;
    display: inline-block;
}
#download:hover {
    content: url('../layout/modlink-arrow2.png');
    background-position: 0px 0;
    display: inline-block;
}
#changelogold:hover {
    background-position: -93px 0;
}
#donate:hover {
    background-position: -148px 0;
}
#modcon1:hover {
    background-position: -42px 0;
}
#modcon2:hover {
    background-position: -42px 0;
}
#modcon3:hover {
    background-position: -42px 0;
}
#modcon4:hover {
    background-position: -42px 0;
}