@charset "utf-8";
/* CSS Document */

/*
div {
border: 1px solid blue;	
	}
*/

.header3 {
	font-family: 'IM Fell English', serif;
	}
.peru-intro {
margin: 50px auto;
	max-width: 700px;
	text-align: left;
}

.peru-divider {
	margin: 0 auto 40px auto;
	max-width: 810px;
	background-image:url(graphics/peruline1.png);
	background-size: 16px 18px;
	background-repeat:repeat-x;
	background-position: top center; 
	height: 18px;
	}
	
.peru-logos-container {
	margin: 0 auto 50px auto;
	text-align:center;
	max-width: 800px;
	}
.peru-logos-container a {
	text-decoration: none;
	font-family: 'IM Fell English', serif;
	font-size: xx-large;
	font-weight: bold;
	color: black;	
		}	
.peru-logos-container img {
	max-width: 200px;
	max-height: 150px;
	margin: 13px 14px;
    vertical-align: middle;
		}
	
.peru-logo-header {
	margin: 20px auto;
	max-width: 600px;
	font-family: 'IM Fell English', serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;	
	text-decoration: underline;
}
.peru-logo-header img {
/*	display:none;*/
margin: 0 auto;
	max-width: 100%;	
}



.peru-band-logo {
	display: block;
	margin: 30px auto 20px auto;
	font-family: 'IM Fell English', serif;
	font-size:xx-large;
	font-weight: bold;
	text-align: center;
	}
/**************************** INTERVIEWS ******************/

/************** MOB ***************/
@media only screen and (max-width:650px)
{
.peru-logos-container img {
	display: block;
	margin: 30px auto;
}
.peru-logos-container span {
	display: block;
}

.peru-bandlist {
	margin: 40px 0;
padding: 0 25px;
  background-image: url(graphics/perustripe-right.png), url(graphics/perustripe-left.png);
  background-position: right top, left top;
  background-repeat: repeat-y, repeat-y;
}	
.peru-band-divider {
	margin: 0 -7px 20px -7px;
	height: 27px;
	background-image:url(graphics/peruline1.png);
	background-repeat: repeat-x;
}
.peru-band {
	margin: 0 auto;
	max-width: 100%;
	}
.peru-band img {	
	display: block;
	margin: 8px auto 20px auto;
	max-width:90%;
	height: auto;
}
.peru-vids {
	margin: 20px auto;
}
.peru-vids iframe {
	display: block;
	margin: 6px auto;
	width: 100%;
	height: 300px;
}
}

/******* PC ******/

@media only screen and (min-width:950px) 
{	
#article-wide {
background-image:url(graphics/tumi-knife-background-right.png), url(graphics/tumi-knife-background-left.png);
background-repeat:no-repeat, no-repeat;
background-position:bottom right, left;	
}
}

@media only screen and (min-width:650px) 
{
.peru-bandlist {
width: 800px;	
margin: 50px auto;
  background-image: url(graphics/perustripe1.png), url(graphics/perustripe1.png);
  background-position: right top, left top;
  background-repeat: repeat-y, repeat-y;
}

.peru-band-divider {
		width: 700px;
		height: 27px;
	background-image:url(graphics/peruline1.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 auto;	
}
.peru-band {
	width: 700px;
	margin: 0 auto;
	}
.peru-band img {	
	display: block;
	margin: 8px auto 20px auto;
	max-width:650px;
	max-height: 400px;
	height: auto;
}

	
.peru-band-info {
	width: 660px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid black;
	padding: 10px;
	}
	
.peru-img-right {
	margin: 10px 0 10px 10px !important;
	float: right;
	width: 300px;
	max-height: 400px;
	height: auto;
}

.peru-img-right-tall {
	margin: 10px 0 10px 10px !important;
	float: right;
	max-width: 300px;
	height: auto;
}

.peru-img-left-tall {
	margin: 10px 10px 10px 0 !important;
	float: left;
	max-width: 300px;
	height: auto;
}

.peru-img-left {
	margin: 10px 10px 10px 0 !important;
	float: left;
	width: 300px;
	max-height: 400px;
	height: auto;
}

.peru-vids {
	margin: 30px auto 0 auto;
	padding-bottom: 50px;
	}
.peru-vids iframe {
	width: 560px;
	height: 315px;
	display: block;
	margin: 6px auto;
}
}

