/* ADJUST FOR DESKTOPS */
@media screen and (min-width: 1040px) {
    .article_submitted {
        width: 500px;
        margin: 10px 50px;
        padding: 10px 5px;
        border-top: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
    }
    .article_tags {
        width: 500px;
        padding: 0px 5px;
        margin: 0px 50px;
    }
    .article_teaser {
        padding: 25px;
        margin: 0px 0px 25px 0px;
        width: 500px;
        min-height: 200px;
        justify-content: center;
        align-items: center;
    }
}


/* ADJUST FOR TABLETS AND PHONES*/
@media screen and (max-width: 1039px) {
    .article_submitted {
        width: 100%;
        margin: 0px 0px 5px 0px;
        padding: 5px 0px;
        border-top: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
    }
    .article_tags {
        padding: 0px;
        margin: 0px;
    }
    .article_teaser {
        padding: 15px 0px;
    }
}

.article_pad {
    position: relative;
    padding: 10px;
}

.article_pageTitle {
    margin: 25px 25px 10px 25px;
    font-size: 3.0rem;
    line-height: 1;
}

.article_titleBullet:before {
    content: '>';
    font-family: 'Raleway', cursive;
    font-weight: 400;
    font-size: 3.5rem;
    color: #FF5A14;
    position: relative;
    left: -1rem;
    top: 0rem;
    line-height: 1;
}

.feedHeaderImage {
	width: 100%;
}

/* ----------------------------------- */
/* "masking taped" images for articles */
/* ----------------------------------- */

/* ADJUST FOR DESKTOPS */
@media screen and (min-width: 1040px) {
  	.article_image {
	  	position: absolute;
  		right: 40px;
  	  	top: 85px;
  	}
	.article_image_header {
		margin: 0px;
		text-align: center;
	}
	.article_image_header_transform {
		border-radius: 10px;
	}
}


/* ADJUST FOR TABLETS AND PHONES*/
@media screen and (max-width: 1039px) {
  	.article_image {
	  	position: relative;
		padding: 20px 0px 0px 0px;
  	}
	.article_image_header {
		margin: 0px;
		text-align: center;
	}
	.article_image_header_transform {
		padding: 0px;
		border-radius: 10px;
	}
}

.article_image_header li {
	display: inline-block;
	margin: 5px;
	list-style: none;
}

.article_image_header a {
	position: relative;
	display: inline-block;
}

.article_image_header_tape li {
	width: 300px;
	padding: 5px;
	margin: 15px 10px;
	border: solid 1px #cac09f;
	background: #fdf8e4;
	text-align: center;
	box-shadow: inset 0 1px rgba(255,255,255,.9), 1px 4px 10px 4px rgba(0,0,0,0.2);
}

.article_image_header_tape figure {
	position: relative;
	margin: 0;
}

.article_image_header_tape a:before {
	position: absolute;
	z-index: 2;
	content: " ";
	top: -25px;
	left: 50%;
	width: 242px;
	height: 54px;
	margin-left: -121px;
	background: url(http://www.projectguitar.com/images/articles/base/tape.png) no-repeat;
}

.article_image_header_transform li {
	border: none;
	transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
}


/* ------------------- */
/* FOR PAGE STATISTICS */
/* ------------------- */

/* ADJUST FOR DESKTOPS */
@media screen and (min-width: 1040px) {
  	.page_stats {
	  	position: absolute;
  		right: 6px;
  	  	top: 6px;
  	}
}


/* ADJUST FOR TABLETS AND PHONES*/
@media screen and (max-width: 1039px) {
  	.page_stats {
	  	position: relative;
  	}
}

.page_stats {
	background: #000000;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	text-shadow: none;
	letter-spacing: 0;
    box-shadow: 2px 2px 8px #888888;
}