/****** LINK COLORS *******/
a {
color : #F22929;
text-decoration : none;
}
a:link {
color : #F22929;
text-decoration : none;
}
a:visited {
color : #F22929;
text-decoration : none;
}
a:hover {
color : #CC2222;
text-decoration : none;
}
a:visited:hover {
color : #CC2222;
text-decoration : none;
}
blockquote {
  color : #111111;
  background: #e2e2e2;
  border : 1px #F22929 solid;
  border-left: 10px solid #F22929;
}
/******************************* MENU COLORS ***********************/
.sm_link a, .sm_link a:link, .sm_link a:visited, .showmore, .button, a.button, a.button:visited { background: #F22929; color : #111111; }
.showmore a, .showmore a:link, .showmore a:visited { color : #111111; }
a.votefor, a.votedfor:link, a.votefor:visited { 
    background-image: linear-gradient(#F22929, #CC2222); color : #111111; font-weight : 600; }
/************************************************* WEB BANNER **********/
.web_banner { display : block; position : relative; overflow : hidden; width : 100%; height : 200px; background-image:url('/app/supernova.jpg'); background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
.web_banner img { display : block; position : relative; width : auto; height : 160px; margin : 20px auto auto 20px; }
/************************************** TEAMS STYLING *******************/
.teambar { display : block; position : relative; width : 100%; height : 30px; overflow : hidden; padding : 0; margin : 0 0 0 0; border : 0; }
.team_bar { position : relative; float : left; height : 30px; padding : 0 0 0 0; margin : 0 0 0 0; background-size : 30px 30px; background-position : left; background-repeat : no-repeat; text-indent : 40px; line-height : 30px; font-size : 12px; color : #fff; text-shadow : 0 0 1px #111; text-transform : uppercase; letter-spacing : 1px; }
.team_bar a, .team_bar a:link, .team_bar a:visited, .team_bar a:visited:hover { color : #fff; }
.mothra { background-color : #008E90; background-image : url('/app/teams/emblem_mothra.jpg'); }
.godzilla { background-color : #016B99; background-image : url('/app/teams/emblem_godzilla.jpg'); }
.ghidorah { background-color : #C68E00; background-image : url('/app/teams/emblem_ghidorah.jpg'); }
.rodan { background-color : #AD2C01; background-image : url('/app/teams/emblem_rodan.jpg'); }
.kong { background-color : #CD3E2D; background-image : url('/app/teams/emblem_kong.jpg'); }
.team_godzilla, .team_mothra, .team_rodan, .team_ghidorah, .team_kong { text-align : right; }
/*** MENU MODIFIERS ***/
@media screen and (max-width: 480px) {
.menu_item a img { margin-top : 10px; margin-bottom : 10px; }
.logobit { width : 40%; }
.menu_item a, .menu_item a:link, .menu_item a:visited { font-size : 20px; }
.sm_link a, .sm_link a:link, .sm_link a:visited { font-size : 12px; }
.w25 { width : 25%; float : left; }
}