/* =========================================================
   ARCTICMETAL - CONTENT STYLES
   Used by JCE Style Select and frontend content
   ========================================================= */


/* =========================================================
   ICON BOXES
   ========================================================= */

.am-info,
.am-lightbulb,
.am-warning,
.am-pin,
.am-horns,
.am-skullhorns,
.am-microphone,
.am-bdm,
.am-blackmetal,
.am-vinyl,
.am-loudspeaker,
.am-blockquote {
    padding: 15px 0 15px 60px;
    margin-right: 50px;
    margin-left: 50px;
    display: block;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: left center;
    color: #000000;
    border: 1px solid #8a8a8a;
	border-radius: 8px;
    box-shadow: 5px 5px 5px #888888;
}


/* INFO
   --------------------------------------------------------- */

.am-info {
    background-image: url("/images/info.png");
}


/* LIGHTBULB
   --------------------------------------------------------- */

.am-lightbulb {
    background-image: url("/images/light_bulb.png");
}


/* WARNING
   --------------------------------------------------------- */

.am-warning {
    background-image: url("/images/warning.png");
}


/* PIN
   --------------------------------------------------------- */

.am-pin {
    background-image: url("/images/pin.png");
}


/* HORNS
   --------------------------------------------------------- */

.am-horns {
    background-image: url("/images/horns.png");
}


/* SKULL HORNS
   --------------------------------------------------------- */

.am-skullhorns {
    background-image: url("/images/skull-hands.png");
}


/* MICROPHONE
   --------------------------------------------------------- */

.am-microphone {
    background-image: url("/images/microphone.png");
}


/* BRUTAL DEATH METAL
   --------------------------------------------------------- */

.am-bdm {
    background-image: url("/images/brutal-death-metal.png");
}


/* BLACK METAL
   --------------------------------------------------------- */

.am-blackmetal {
    background-image: url("/images/black-metal.png");
}


/* VINYL
   --------------------------------------------------------- */

.am-vinyl {
    background-image: url("/images/vinyl.png");
}


/* LOUDSPEAKER
   --------------------------------------------------------- */

.am-loudspeaker {
    background-image: url("/images/loudspeaker.png");
}


/* BLOCKQUOTE
   --------------------------------------------------------- */

.am-blockquote {
    background-image: url("/images/blockquote.png");
}

/* THUMBS UP
   --------------------------------------------------------- */

.am-thumbs-up {
    background-image: url("/images/thumbs-up.png");
    padding: 15px 0 15px 60px;
    margin-right: 70px;
    margin-left: 70px;
    display: block;
    background-color: #fdde8d;
    background-repeat: no-repeat;
    background-position: left center;
    color: #000000;
    border: 2px solid #8a8a8a;
	border-radius: 8px;
    box-shadow: 5px 5px 5px #888888;
}

/* NOTEPAPER
   --------------------------------------------------------- */

.am-notepaper {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-width: 500px;
    padding: 20px 25px 20px 45px;
    margin: 25px auto;
    line-height: 30px;
    color: #6a5f49 !important;

    background-color: #f2f6c1;
    background-image:
        radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.7) 0%,
            rgba(255, 255, 255, 0.1) 90%
        ),
        repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent 29px,
            rgba(239, 207, 173, 0.7) 29px,
            rgba(239, 207, 173, 0.7) 30px
        );

    border: 1px solid rgba(195, 186, 170, 0.9);
	box-shadow:
		inset 0 1px rgba(255, 255, 255, 0.5),
		inset 0 0 5px #d8e071,
		6px 6px 0 #e8e4c5,
		7px 7px 0 rgba(160, 150, 125, 0.35),
		0 5px 10px rgba(0, 0, 0, 0.18);
}

.am-notepaper * {
    color: #6a5f49 !important;
}

.am-notepaper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28px;
    width: 2px;
    border-left: 1px solid rgba(239, 207, 173, 0.9);
    border-right: 1px solid rgba(239, 207, 173, 0.9);
}

/* =========================================================
   LINE BOXES
   ========================================================= */

.am-blackline,
.am-redline,
.am-blueline,
.am-greenline {
    border: 1px solid #ddd;
	border-radius: 8px;
    padding: 8px;
    background: #fafafa;
    margin: 10px 60px 20px;
}


/* BLACK LINE
   --------------------------------------------------------- */

.am-blackline {
    border-left: 8px solid #333;
}


/* RED LINE
   --------------------------------------------------------- */

.am-redline {
    border-left: 8px solid #521218;
}


/* BLUE LINE
   --------------------------------------------------------- */

.am-blueline {
    border-left: 8px solid #417378;
}


/* GREEN LINE
   --------------------------------------------------------- */

.am-greenline {
    border-left: 8px solid #CDD452;
}


/* =========================================================
   QUOTE BOXES
   ========================================================= */


/* BLOCKQUOTE YELLOW
   --------------------------------------------------------- */

.am-yellow-quote {
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    padding: 10px;
    background-color: #faebbc;
    background-image: url("/images/openquote1-black.gif");
    background-position: top left;
    background-repeat: no-repeat;
    border-top: 1px solid #e1cc89;
    border-bottom: 1px solid #e1cc89;
	border-radius: 8px;
    text-indent: 23px;
    margin: 5px 90px;
    box-shadow: 3px 3px 5px #888888;
}
/* =========================================================
   ARCTICMETAL - SPECIAL CONTENT BOXES
   ========================================================= */


/* UNDERGROUND TIP
   --------------------------------------------------------- */

.am-underground-tip {
    position: relative;
    padding: 18px 22px 18px 58px;
    margin: 20px 40px;
    background: #181818;
    color: #eeeeee;
    border-left: 5px solid #8b0000;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.am-underground-tip,
.am-underground-tip p,
.am-underground-tip span,
.am-underground-tip strong,
.am-underground-tip em {
    color: #eeeeee;
}

.am-underground-tip::before {
    content: "☠";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #c7c7c7;
}


/* TRACK HIGHLIGHT
   --------------------------------------------------------- */

.am-track-highlight {
    position: relative;
    padding: 16px 20px 16px 55px;
    margin: 20px 40px;
    background: #f4f4f4;
    color: #222222;
    border-left: 5px solid #521218;
    border-radius: 4px;
}

.am-track-highlight::before {
    content: "♫";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #521218;
}


/* FOR FANS OF
   --------------------------------------------------------- */

.am-for-fans-of {
    padding: 15px 22px;
    margin: 20px 50px;
    background: #202020;
    color: #f2f2f2;
    border-top: 3px solid #777777;
    border-bottom: 3px solid #777777;
    text-align: center;
    letter-spacing: 0.3px;
}

.am-for-fans-of,
.am-for-fans-of p,
.am-for-fans-of span,
.am-for-fans-of strong,
.am-for-fans-of em {
    color: #f2f2f2;
}


/* EDITOR'S NOTE
   --------------------------------------------------------- */

.am-editors-note {
    padding: 18px 22px;
    margin: 20px 50px;
    background: #f3f3f3;
    color: #222222;
    border: 1px solid #d0d0d0;
    border-left: 6px solid #333333;
    border-radius: 0 6px 6px 0;
    font-style: italic;
}


/* BRUTALITY ALERT
   --------------------------------------------------------- */

.am-brutality-alert {
    padding: 18px 22px;
    margin: 20px 40px;
    background: linear-gradient(135deg, #240000, #080808);
    color: #ffffff;
    border: 1px solid #551010;
    border-left: 7px solid #8b0000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    text-shadow: 1px 1px 2px #000000;
}


/* VERDICT
   --------------------------------------------------------- */

.am-verdict {
    padding: 20px 25px;
    margin: 25px 40px;
    background: #eeeeee;
    color: #181818;
    border-top: 4px solid #333333;
    border-bottom: 4px solid #333333;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
    font-size: 17px;
    line-height: 1.6;
}

/* LIGHT TEXT IN DARK BOXES
   --------------------------------------------------------- */

.am-underground-tip,
.am-underground-tip *,
.am-for-fans-of,
.am-for-fans-of *,
.am-brutality-alert,
.am-brutality-alert * {
    color: #f2f2f2 !important;
}
