/** General mainpage qualities **/
.mainpage .page-header__title,
.mainpage .page-header__separator {
	display: none;
}

.mainpage-wrap {
    font-family:Nunito;
}

.mainpage-wrap .wikia-gallery-caption-below .lightbox-caption {
    font-family: 'Orbitron', tahoma,  sans-serf;
    font-size: 18px;
    text-transform:uppercase;
}

/* Basic box qualities */
/* Center */
.mainpage-box-affiliations {
     margin:auto auto auto auto;
     text-align:center;
}

/* Left */
.mainpage-box-characters,
.mainpage-box-welcome,
.mainpage-box-featured-videos {
     margin:50px auto auto auto;
     width:670px;
}

/* Right */
.mainpage-box-share,
.mainpage-box-news,
.mainpage-box-twitter,
.mainpage-box-wiki {
     margin:50px auto auto auto;
}
 
.mainpage-box-news {
    font-size:14px;
}
.mainpage-box-wiki {
    padding:25px;
    background:#518;
    color:#fff;
}
.mainpage-box-wiki a,
.mainpage-box-wiki a:link {
    color:#fff;
    text-decoration:underline;
}

/** Share box **/
.mainpage-box-share .icons {
     text-align: left; 
     margin:15px 4px;
}
.mainpage-box-share .icon {
     display: inline;
     margin-right:9px;
}

/* Headers */
/* Center */
.mainpage-box-affiliations .header {
     text-align:center;
     font-size:25px;
     letter-spacing:2px;
     text-transform:uppercase;
     margin:0 auto 20px auto;
     padding-bottom:2px;
     font-family: 'Orbitron', tahoma,  sans-serf;
     color:#4C9141;
     line-height:100%;
}

/* Left rail */
.mainpage-box-welcome .header,
.mainpage-box-characters .header,
.mainpage-box-featured-videos .header {
     text-align:left;
     font-size:25px;
     letter-spacing:2px;
     text-transform:uppercase;
     margin:0 auto 20px auto;
     padding-bottom:2px;
     font-family: 'Orbitron', tahoma,  sans-serf;
     color:#4C9141;
     line-height:100%;
}
/* Right rail */
.mainpage-box-news .header,
.mainpage-box-twitter .header,
.mainpage-box-share .header {
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: 'Orbitron', tahoma,  sans-serf;
	font-size:25px;
	text-align:left;
	color:#4C9141;
}
 
.mainpage-box-wiki .header {
   font-weight:bold;
    text-transform:uppercase;
	letter-spacing:3px;
    font-size:25px;
	font-family: 'Orbitron', tahoma,  sans-serf;
}

.mainpage-box-welcome .subheader,
.mainpage-box-characters .subheader,
.mainpage-box-featured-videos .subheader,
.mainpage-box-seasons .subheader,
.mainpage-box-share .subheader,
.mainpage-box-news .subheader,
.mainpage-box-twitter .subheader {
	text-transform:uppercase;
	font-family: 'Orbitron', tahoma,  sans-serf;
	font-size:18px;
	text-align:left;	
    margin-bottom:15px;
    color:#fff;
}