/*
    SKAP Does The Vegas CSS
	Version 2.0 / May 2014
*/

@import "base.css";

/* Basic Styles
================================================== */
	
body {
	background-color: #fff;
	color: #000;
	font: 14px/18px Baskerville, Times, "Times New Roman", Georgia, serif;
	text-align: center;
	}
	
#container {
  margin: 80px 40px 80px;
  }
	
a, a:visited {
	color: #ff6480;
	color: red;
	text-decoration: none;
  }
	
a:hover, a:active {
	text-decoration: underline;
  }
	
h1 {
  background: url("../img/v2/logo.png") no-repeat center 0;
  height: 22px;
  margin-bottom: 28px;
  text-indent: -9999px;
  }

  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    h1 {
      background-image: url("../img/v2/logo@2x.png");
      background-size: 535px 22px;
      }
    }

h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 6px;
	}
	
.filter {
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 40px;
  text-transform: uppercase;
  }

  .filter a {
    color: #8f949e;
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    text-decoration: none;
  }
  
  .filter a.selected {
    border-bottom: 2px solid #b7b7b7;
    padding-bottom: 2px;
  }

#info-button {
  background: transparent url("../img/v2/icon-info.png") no-repeat 0 0;
  cursor: pointer;
  position: absolute;
  top: 20px; right: 20px;
  opacity: 0.6;
  width: 16px; height: 16px;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  }
  
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    #info-button {
      background-image: url("../img/v2/icon-info@2x.png");
      background-size: 16px 16px;
      }
    }
      
  #info-button:hover {
    opacity: 1;
    }

#info {
  background: rgba(255,255,255,0.9);
  display: none;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 69;
  }
	
	#info-close {
  	background: transparent url("../img/v2/close.png") no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    right: 40px; top: 40px;
    width: 28px; height: 28px;
    }
        
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
      #info-close {
        background-image: url("../img/v2/close@2x.png");
        background-size: 28px 28px;
        }
    }
	
	#info-body {
		margin: 0 auto;
		position: relative;
		top: 50%;
		width: 500px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		}
		
	#info-body p {
		margin-bottom: 32px;
		text-align: left;
		}
	
#photos,
#playlists {
  }
	
	.photo,
	.playlist {
		display: inline-block;
		margin: 0 14px;
    }
	
	.photo img,
	.playlist img {
    height: 300px;
    width: auto;
    -webkit-transition-duration: 0.3s;
    }
      /*
      .photo img:hover {
        -webkit-transform: scale(1.04) rotate(-0.5deg);
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.2s;
        box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
        }*/
	
	.photo p,
	.playlist p {
		padding: 12px 0 28px 0;
    }
	
	.photo span.partNumber,
	.playlist span.partNumber {
    color: #8f949e;
    display: block;
		font-size: 12px;
		line-height: 16px;
		text-transform: uppercase;
    }
		
	.photo span.partDate,
	.playlist span.partDate {
		color: #8f949e;
		display: block;
		font-size: 12px;
		line-height: 20px;
    }
	
	.photo strong,
	.playlist strong {
		display: block;
		font-size: 24px;
		font-weight: normal;
		line-height: 28px;
    }
    
#playlists {
  display: none;
  }
  
  #playlists a {
    color: #1ed760;
    font-size: 12px;
    line-height: 20px;
    }
    
  #playlists a:hover {
    text-decoration: none;
    color: #17a348;
  }
	
#divider {
  background: #ddd;
  clear: both;
  display: block;
  height: 1px;
  margin: 20px auto 40px;
  width: 400px;
  }

#footer {
  clear: both;
  font-size: 12px;
  line-height: 20px;
  }
    
  #footer em {
    color: #8f949e;
    }
        
  a#twitter-button {
    background: transparent url("../img/v2/icon-twitter.png") no-repeat 0 0 ;
    display: inline-block; 
    margin: 12px 0 0 0;
    opacity: 0.6;
    width: 19px; height: 15px;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    }
        
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
      a#twitter-button {
        background-image: url("../img/v2/icon-twitter@2x.png");
        background-size: 19px 15px;
        }
      }
        
    a#twitter-button:hover {
      opacity: 1;
      }


/* Mobile Styles
================================================== */ 

@media screen and (max-width: 765px) {
  #container {
    margin: 36px 0 20px;
		width: 100%;
    }
  
  #info-button {
    display: none;
    }
  		
  h1 {
    background-image: url("../img/v2/logo-mobile@2x.png");
    background-size: 217px 54px;
    height: 54px;
    margin-bottom: 24px;
    }
    
  .filter {
    margin-bottom: 24px;
    }
  
  #photos .photo {
    display: block;
    margin: 0;
    }
  
  #photos img {
    height: auto;
    width: 90%;
    }
  
  a.zoom {
    pointer-events: none;
    }
  
  #divider {
    width: 160px;
    }
  
  #footer {
    margin: 0 auto;
    padding-bottom: 40px;
    width: 90%;
    }
}
