@charset "utf-8";
/* Main tablet styles. Multiplier 0.6908023483365949 */

@media screen 
and (min-width: 768px)
and (max-width: 1100px) {
	body {
		font-size: 86%;
	}
	
	.phone-only {
		display: none;	
	}
	
	div#masthead, #nav-and-bg nav, .section-content {
		width: 706px;	
	}
	
		#masthead {
			height: 79px;	
			padding: 18px 0 19px 0;
		}
		
			#masthead #main-logo img {
				width: 212px;
				height: 79px;	
			}
			
			#masthead #social-links {
				margin-top: 10px;
			}
			
				#masthead #social-links a {
					font-size: 26px;
					line-height: 24px;
					margin-left: 10px;
					height: 24px;
				}
				
			#masthead #search-group {
				height: 24px;
				width: 174px;
				margin-top: 19px;
			}
			
				#masthead #search-group input {
					width: 143px;
					height: 24px;
					padding-left: 7px;
				}
			
				#masthead #search-group button {
					width: 24px;
					height: 24px;
					line-height: 23px;
					padding-left: 6px;
				}
				
		#nav-and-splash {
			height: 48px;
		}

			body.home #nav-and-splash {
				height: 280px;
			}
		
			body.home #nav-and-splash #splash img {
				height: 232px;
				max-width: 706px;
			}
		
		#nav-and-bg {
			min-height: 48px;
		}
		
			#nav-and-bg nav, nav ul#main-menu {
				line-height: 48px;
			}
				
				ul#main-menu li {
					width: 68px;
					line-height: 48px;
					margin-right: 39px;
				}
				
					ul#main-menu li ul {
						top: 48px;
					}

	main aside {
		height: 48px;
		line-height: 47px;
	}
		
	main article {
		height: 184px;
		padding: 24px 0;
	}
			main article .section-copy {
				width: 386px;
				margin-right: 39px;
			}
	
				main article .section-copy header {
					margin-bottom: 24px;
				}
				
		.home main article .section-image {
			width: 280px;
			height: 183px;
			border: 1px solid #AEAABF;
		}

			main article:nth-of-type(even) .section-image {
				border: 1px solid #5d5672;
			}

			main article .band-photo-link {
				height: auto;
			}

				main article .band-photo-link button {
					height: 100%;
					background-color: transparent;
					color: #AEAABF;
					opacity: 0.75;
					bottom: 0;
					left: 0;
					font-size: 4em;
					line-height: 100%;
				}
		
					main article .band-photo-link:hover button {
						background-color: transparent;
						color: #AEAABF;
					}

					main article .band-photo-link:active button {
						background-color: transparent;
						color: #CCC878;
						opacity: 1;
					}

					main article .band-photo-link button .preview-button-text {
						display: none;
					}
		
		main article button {
			height: 30px;
			min-width: 87px;
			margin: 0 19px 0 0;
			line-height: 30px;
		}
		
	body > footer {
		height: 184px;
		padding: 24px 0;
	}
	
	body > footer #address {
		width: 155px;
		margin-right: 19px;
	}
	
	body > footer #hours {
		width: 232px;
	}
	
	body > footer nav {
		margin-left: 19px;
		width: 280px;
		columns: 83px 3;
		-webkit-columns: 83px 3;
		-moz-columns: 83px 3;
		column-gap: 14px;
		-moz-column-gap: 14px;
		-webkit-column-gap: 14px;
	}
}