﻿* {
	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;
}

iframe, object, embed {
	width: 640px;
	height: 390px;
}

#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.png') no-repeat 50% 0%;
}

#nav {
	display: table;
	width: 451px;
	margin: 0 auto;
	/*padding-right: 80px;*/
	font-size: 200%;
}

#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;
}

.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: #ccc;
	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;
}

/* the overlayed element */
.visible {
	visibility: visible;
}

.hidden {
	visibility: hidden;
}

#overlay {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: auto;
	background: transparent url(img/black-transparent.png);
	color: #fff;
}

#overlay #close {
	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 {
	margin-bottom: 1em;
	margin-left: 14px;
	/*padding-right: 20px;*/
	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;
}

.bio a {
	color: #ccc;
}

#press h1, #disco h1, #photo h1 {
	font-size: 900%;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

#disco h4, .source {
	color: #ff0;
}

.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;
}

#disco ul {
	margin-left: 1.2em;
	list-style-image: url('img/bullet-yellow-sm.png');
	list-style-type: disc;
}

/* special DOWNLOAD NOW! styles */
#download {	width: 100%; margin: 1.5em 0; }
#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 {
	margin: 1.5em 0;
	text-align: left;
}

.column-left, .column-right {
	width: 48.5%;
}

.column-left {
	float: left;
}

.column-right {
	float: right;
}
	
