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

* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
    height: 100vh;
}
body {
    background: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
    color: #ccc;
    min-height: 100vh;
}
#home {
    background: #333; /* Old browsers */
    background: -moz-linear-gradient(top,  #222 0%, #666 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #222 0%,#666 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #222 0%,#666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#666',GradientType=0 ); /* IE6-9 */
    /* Legacy green gradient: #2a3b00 => #77a800 */
}
header,
footer {
	min-width: 950px;
	width: 100%;
	background: black;
	color: #666;
}
header {
	height: 50px;
	box-shadow: 0 4px 4px #222;
}
img {
	border-width: 0;
}
div.header.logo {
	width: 336px;
	display: block;
	padding: 12px 20px 5px;
	float: left;
}
div.nav {
	float: right;
}
div.nav .link {
	float: left;
	margin: 15px 20px;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
div.nav .reverbnation {
	padding-top: 2px;	
}
.marquee {
	box-shadow: 0 8px 8px #333;
	border-radius: 0.5em;
	margin-bottom: 20px;
	width: 800px;
}
figcaption {
    font-size: small;
    text-align: center;
}
/*.section {*/
/*    border: 1px dotted gray;*/
/*}*/
#content-container {
    position: relative;
	margin: auto;
    margin-top: 30px;
}
#content {
    margin: 40px 20px;
	text-align: center;
}
#media {
    margin: 40px 40px 0 0;
	text-align: right;
}
#album-cover {
    box-shadow: 0px 10px 30px 15px #666;
}
.photo-cycle-container {
	height: 220px;
	margin-bottom: 40px;
}
.photo-cycle {
	display: none;	
}
#content h1 {
    color: white;
	font-size: 3em;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: .5em;
}
#content h2 {
    color: white;
	font-size: 2.5em;
	margin-top: 20px;
}
#content h3 {
    color: white;
	font-size: 3em;
}
#content h4 {
    font-size: 1.5em;
}
#content h2 a,
#content h3 a,
#content li a {
	text-decoration: none;
	color: #fff;
}
#content h2 a:after,
#content h3 a:after {
   content: " >";
}
#content h2 a:hover,
#content h3 a:hover {
	text-decoration: underline;
}
#content ul {
	list-style: none;
	margin-bottom: 20px;
    padding-bottom: 40px;
}
#content ul li {
	margin-bottom: 1em;
}
#media iframe {
	box-shadow: 0 4px 4px #333;
	margin-bottom: 8px;
}
.promo {
    background-size: 207px 320px;
    background-repeat: no-repeat;
    width: 207px;
    height: 320px;
    background-image: url('/img/promos/pono-ranch-w-dj-indica.png');
    margin: 20px 5px 5px;
}
footer {
	position: fixed;
	bottom: 0;
	box-shadow: 0 -2px 2px #333;
	text-align: center;
	padding: 10px 20px;
	font-size: 0.75em;
	z-index: 1000;
}