﻿
/* Tags */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ddd;
	font-family: "Century Gothic", AppleGothic, sans-serif;
	font-size: medium;
	text-align: center;
	color: #3f3e3e;
}

h3, h4 {
	margin: 0.5em 0;
}

p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

a {
	color: #666;
}

a:hover, .bio a:hover {
	color: #d00;
}

ul {
	list-style-type: none;
	list-style-image: none;
}

ol {
	margin-left: 1.5em;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: none;
}


/* Elements */

#container {
	width: 980px;
	margin: 2em auto 0 auto;
}

#container.splash {
	width: 100%;
	max-width: 1280px;
}

#home {
	position: relative;
	width: 451px;
	height: 128px;
	margin: 0 auto;
}

#ppf-logo, #leo37-logo {
	display: block;
	height: 100%;
}

#ppf-logo {
	position: absolute;
	left: -48px;
	width: 70px;
	background: transparent url('img/ppf-logo.png') no-repeat 50% 0%;
}

#leo37-logo {
	width: 451px;
	background: transparent url('img/leo37-logo.20121009.png') no-repeat 50% 0%;
}

#nav, .nav {
	display: table;
	width: 451px;
	margin: 0 auto;
	/*padding-right: 80px;*/
	font-size: 200%;
}

#nav a, .nav a {
	color: #3f3e3e;
	font-weight: 100;
	text-decoration: none;
	text-transform: uppercase;
}

#nav .nav-row {
	display: table-row;
}

#nav .nav-row div {
	display: table-cell;
}

#content {
	margin-top: 3em;
}

.splash #content {
	width: 77%;
	margin: 1em auto 4em auto;
}

#main {
	float: left;
	width: 69%;
	border-right: #3f3e3e solid 1px;
}

#main .article {
	margin: 2em 1em;
	text-align: left;	
}

#main .article h1, #live .article  h2 {
	color: #d00;
	font-size: 100%;
	font-weight: normal;
}

#main .article h1 {
	padding-bottom: 0.5em;
}

#sidebar {
	float: right;
	width: 30%;
	min-width: 170px;
}

#music {
	width: 200px;
}

#live, #music {
	margin: 1em;
	text-align: left;
}

#live h1, #music h1 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-weight: normal;
	text-transform: uppercase;
}

#live h1 span, #music h1 span {
	border-bottom: #3f3e3e dotted 4px;
}

#music p {
	margin-bottom: 0;
}

#music a {
	color: #f00;
	text-decoration: none;
	text-transform: uppercase;
}

#music a:hover {
	text-decoration: underline;
}

#music #music-table {
	display: table;
}

#music #music-table .music-row {
	display: table-row;
}

#music #music-table .music-cell {
	display: table-cell;
	height: 27px;
	padding-right: 4px;
	vertical-align: middle;
}

#live .article {
	margin: 1em 0 2em 0;
	text-align: left;	
}


#splash-nav {
	clear: both;
	width: 100%;
	margin-bottom: 2em;
}

#splash-nav .nav-left {
	float: left;
}

#splash-nav .nav-right {
	float: right;
}

#close {
	display: none;
}

#disco h4, .source {
	color: #d00;
}

#disco ul {
	margin-left: 1.2em;
	list-style-image: url('img/bullet-sm.png');
	list-style-type: disc;
}


/* Classes */

.home {
	width: 451px;
	height: 128px;
	margin: 2em auto 0 auto;
	background: transparent url('img/leo37-logo.png') no-repeat 50% 0%;
}

.home a {
	display: block;
	width: 100%;
	height: 100%;
}

.nav {
	margin-bottom: 1em;
}

.nav-left, .nav-right {
	padding-top: 0.5em;
}

.article .post {
	width: 100%;
	margin: 0.5em 0 4em 0;
	color: #666;
}

.article .post .post-by {
	float: left;
}

.article .post .back {
	float: right;
}

.back {
	text-align: right;
}

.back a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}

.back a:hover, .article .post .back a:hover {
	color: #d00;
}

.article .post .back a {
	color: #666;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	/*clear: both;*/
	max-width: 100%;
	margin: 0 auto;
}

.tags {
	margin: 0.5em 0;
	font-size: 80%;
}


/* the overlayed element */

.visible {
	visibility: visible;
}

.hidden {
	visibility: hidden;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: auto;
	background: transparent url(img/black-transparent.png);
	color: #fff;
}

#overlay #close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	width: 48px;
	height: 48px;
}

#close a {
	display: block;
	width: 48px;
	height: 48px;
	background: transparent url(img/close.png) no-repeat 0 0;
}

#close a:hover {
	background: transparent url(img/close.png) no-repeat -48px 0;
}

#overlay .container {
	width: 980px;
	margin: 2em auto 0 auto;
}

#overlay .home {
	width: 451px;
	height: 128px;
	margin: 0 auto;
	background: transparent url('img/leo37-logo-white.png') no-repeat 50% 0%;
}

#overlay .home a {
	display: block;
	width: 100%;
	height: 100%;
}

#overlay .nav {
	font-size: 200%;
	color: #fff;
	text-align: center;
}

#overlay .nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#overlay p {
	margin-bottom: 1.6em;
}

.bio {
	width: 800px;
	margin: 0 auto;
	line-height: 1.6em;
	text-align: left;
}

#overlay .bio a {
	color: #ccc;
}

#overlay .bio a:hover {
	color: #ff0;
}

#press h1, #disco h1, #photo h1 {
	font-size: 900%;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

#overlay #disco h4, #overlay .source {
	color: #ff0;
}

#overlay #disco ul {
	list-style-image: url('img/bullet-yellow-sm.png');
}

.photo-table {
	display: table;
	margin: 0 auto;
}

.photo-column {
	display: table-cell;
}

#photo img {
	display: block;
	width: 360px;
	margin: 0.5em;
	border: #fff solid 1px;
}

.source {
	margin-top: -1.25em;
	text-align: right;
}


/* special DOWNLOAD NOW! styles */
#single-art { display: table-cell; width: 30%; padding-right: 1em; vertical-align: top; }
#single-text { display: table-cell; text-align: left; vertical-align: top; }
#single-text p { margin-bottom: 0.4em; line-height: 1.4em; }
#single-text img { margin-bottom: 0.6em; }


/* NEW FANFARE COVER STYLES - 2012-02-26 */
#fanfare-cover, #splash-video, #splash-nav {
	max-width: 1280px;
}

#download-link {
	width: 100%; 
	margin: 1.5em 0;
	text-align: left;
}

#download-link>img {
	padding-right: 1em;
}

#listen-now {
	display: none;
}

.column-left, .column-right, .column-centre {
	width: 32.9%;
}

.column-left, .column-centre {
	float: left;
}

.column-centre {
	margin-left: 0.7%;
}

.column-right {
	float: right;
}

/* More Posts */

#more {
	display: none;
	clear: both;
	float: none;
	width: 91%;
	height: auto;
	margin: 1em auto;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #e3e3e3;
	padding: 0.5em 1em;
	color: #777;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 0;
	text-decoration: none;
}

#more:hover {
	border-color: #d3d3d3;
	background: #e9e9e9;
	color: #555;
}

/* Media Queries */
@media only screen and (max-width: 768px) {
	body {
		width: 100%;
		font-size: 90%;
	}
	#container, #overlay .container, .container, .splash #content {
		width: 98%;
		margin: 0 auto;
	}
	.splash #content {
		margin-top: 1em;
	}
	#home, #overlay .home, .home {
		height: 82px;
	}
	#overlay .home {
		background: transparent url('img/leo37-logo-white-sm.png') no-repeat 50% 0%;
	}
	.home {
		margin-top: 0;
	}
	#home, #overlay .home, .home, #nav, #overlay .nav, #leo37-logo, .nav {
		width: 289px;
	}
	#nav, #overlay .nav, .nav {
		font-size: 144%;
	}
	#ppf-logo {
		left: -31px;
		width: 45px;
		background: transparent url('img/ppf-logo-sm.png') no-repeat 50% 0%;
	}
	#leo37-logo, .home {
		background: transparent url('img/leo37-logo-sm.20121009.png') no-repeat 50% 0%;
	}
	#overlay #close {
		width: 32px;
		height: 32px;
	}

	#close a {
		display: block;
		width: 32px;
		height: 32px;
		background: transparent url(img/close-sm.png) no-repeat 0 0;
	}

	#close a:hover {
		background: transparent url(img/close-sm.png) no-repeat -32px 0;
	}
	#splash-video {
		display: none;
	}
	#download {
		display: none;
	}
	#listen-now {
		display: inline;
	}
	#main, #sidebar {
		float: none;
		width: 100%;
	}
	#main {
		border-right: none;
		border-bottom: #ccc dotted 1px;
	}
	#music, #live {
		width: 45%;
	}
	#music {
		float: left;
	}
	#live {
		float: right;
	}
	#press h1, #disco h1, #photo h1 {
		margin: 0.5em 0;
		font-size: 720%;
	}
	.bio {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	#music, #live {
		float: none;
		width: 100%;
		margin: 0.33em;
	}
	#download-link>img {
		padding-right: 0.33em;
	}
	#press h1, #disco h1, #photo h1 {
		font-size: 540%;
	}
	.photo-table, .photo-column {
		display: block;
	}
	#photo img {
		width: auto;
	}
	#more {
		display: block;
	}
	#more-content {
		display: none;
	}
}