/* ADJUST FOR DESKTOPS */
@media screen and (min-width: 1040px) {
  	.tutorial_difficulty {
	  	position: absolute;
  		left: -4px;
  	  	top: -2px;
  	}
  	.tutorial_difficulty_badge {
		-webkit-transform: rotate(-4deg);
    }
    .tutorial_teaser {
        padding: 25px;
        margin: 0px;
        width: 500px;
        min-height: 180px;
        justify-content: center;
        align-items: center;
    }
}


/* ADJUST FOR TABLETS AND PHONES*/
@media screen and (max-width: 1039px) {
  	.tutorial_difficulty {
	  	position: relative;
  	}
  	.tutorial_difficulty_badge {
		-webkit-transform: rotate(0deg);
    }
    .tutorial_teaser {
        padding: 15px 0px;
    }
}

.tutorial_difficulty_badge {
	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;
	-webkit-transform: rotate(-4deg);
    box-shadow: 2px 2px 8px #888888;
}

.tutorial_difficulty_style1 {background: #B3B3B3;}
.tutorial_difficulty_style2 {background: #68A72F;}
.tutorial_difficulty_style3 {background: #CBB641;}
.tutorial_difficulty_style4 {background: #D42B39;}
.tutorial_difficulty_style5 {background: #000000;}

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




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

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


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

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

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

.tutorial_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);
}

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

.tutorial_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;
}

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








.creative_commons_licence_container {
    padding: 25px 75px;
}

ul.creative_commons_licence_properties {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

li.creative_commons_licence {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 70px;
    padding-top: 0px;
    min-height: 52px;
}

li.creative_commons_licence p {
    margin: 0;
    padding: 0;
}

li.creative_commons_licence_by {background: url("/images/resources/creativecommons/by.png") 0 0 no-repeat;}
li.creative_commons_licence_nc {background: url("/images/resources/creativecommons/nc.png") 0 0 no-repeat;}
li.creative_commons_licence_sa {background: url("/images/resources/creativecommons/sa.png") 0 0 no-repeat;}



/* Standard Style Modifiers */

.ipsImage_thumbnailed {
    box-shadow: 0 6px 4px -4px rgba(0,0,0,0.4);
    padding: 6px;
    margin-bottom: 6px;
}