@import 'header.css';

/* layout */

@media screen {
	html,
	body {
		height: 100%;
	}
}
body,
table {
	font: 100% "Palatino Linotype", serif;
}
body {
	margin: 0;
	padding: 0 272px 0 0;
	color: #fff;
	background: #000 url(/img/artdeco/layout/harold.jpg) no-repeat top right;
	background: #000 url(/img/artdeco/layout/harold2.jpg) no-repeat top right;
	background: #000;
	background: #000 url(/img/artdeco/layout/sidebar.jpg) no-repeat right top;
}
div.page {
	min-height: 100%;
	color: #493017;
	background: #e3bb74 url(/img/artdeco/layout/stripe.png) repeat-y;
}
div.favino {
	position: absolute;
	top: 15px;
	left: 0;
	width: 55px;
	height: 80px;
	background: url(/img/artdeco/layout/favino.png);
}
div.armed {
	background: #e3bb74 url(/img/artdeco/layout/arm.png) no-repeat right 244px;
	background: #e3bb74;
}

div.overlay {
	position: absolute;
	top: 139px;
	right: 272px;
	width: 12px;
	height: 240px;
	background: #e3bb74 url(/img/artdeco/layout/sidebar.jpg) no-repeat 0 -139px;
}

/* typo */

div#copy {
	min-height: 317px;
	padding: 20px 40px 5px 85px;
	background: url(/img/artdeco/layout/stripe.png) repeat-y;
}

div#copy h1 {
	margin: 0 0 0 -30px;
	padding: 0 0 0 30px;
	background: url(/img/artdeco/copy/pointer.png) no-repeat left center;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 1.2em;
}
h2 {
	margin: 1em 0 1em -39px;
	padding: 0 0 0 39px;
	background: url(/img/artdeco/copy/bullet.png) no-repeat left center;
	font-size: 1em;
}
h3 {
	margin: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
}
p {
	margin: 0;
	line-height: 1.4;
}
p+p {
	text-indent: 1.5em;
}
p small {
	letter-spacing: 1px;
}
div#copy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#copy ul li {
	margin: 0.2em 0;
	padding: 0 0 0 18px;
	background: url(/img/artdeco/copy/arrow.png) no-repeat left center;
}
address {
	clear: both;
	margin: 2em 0 1em 0;
	border-top: 1px solid #6b5239;
	padding: 5px 0;
	text-align: center;
}
form {
	margin: 0;
}
th {
	text-align: right;
}
th,
td {
	vertical-align: top;
}
hr {
	display: none;
}
abbr {
	border: 0 none;
	font-style: normal;
}

/* links */

a {
	color: #700;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: transparent;
}
a img {
	border: 0 none;
}

/* generic elements */

div.section {
	margin-left: -85px;
	padding-left: 85px;
}

div.quote {
	margin-top: 0.5em;
	margin-bottom: 0.4em;
	padding: 5px 0 0 85px;
	background: url(/img/artdeco/sidebar/quote.png) no-repeat;
	text-align: right;
}
div.quote blockquote {
	margin: 0;
	padding: 0 0 0.4em 0;
	background: url(/img/artdeco/copy/fade-left.png) no-repeat bottom right;
	text-align: left;
	font-style: italic;
}
div.quote p {
	margin: 0;
}

div.hrule {
	width: 260px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1;
}
div.hrule img {
	vertical-align: middle;
}

div.pilcrow {
	padding-top: 2px;
	background: url(/img/artdeco/sidebar/pilcrow.png) no-repeat 0 4px;
}

.digit {
	white-space: nowrap;
	letter-spacing: 1px;
}

img.left,
img.right {
	border: 2px solid #c19952;
}
img.left {
	float: left;
	margin: 0.3em 0.8em 0.2em 0;
}
img.right {
	float: right;
	margin: 0.3em 0 0.2em  0.8em;
}
img.square {
	width: 160px;
	height: 160px;
}

/* home */

div.info {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	padding-top: 5px;
	background: url(/img/artdeco/sidebar/info.png) no-repeat;
}
div.info div#footage img {
	float: left;
	width: 318px;
	height: 218px;
	margin: 0 18px 1.4em 0;
	border: 5px solid #c19952;
}
div.info div.bands {
	margin: 0;
	padding: 0;
}
div.info div.bands h2 {
	margin: 0;
	padding: 0;
	background: none;
}
div.bands h2 img {
	width: 112px;
	height: 112px;
}
div#copy div.info div.bands ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#copy div.info div.bands li {
	margin: 0 0 0.5em 0;
	padding: 0;
	background: none;
}
div#copy div.info div.bands li.highlight a {
	margin: 0 0 0 -18px;
	padding: 0 0 0 18px;
	background: url(/img/artdeco/copy/arrow.png) no-repeat left center;
}
div.call-to-action {
	margin: 1em 0;
}
div.call-to-action a {
	padding: 2px 15px 3px 10px;
	color: #e3bb74;
	background: url(/img/artdeco/layout/calltoaction.png) no-repeat right center;
	font: 0.9em Arial, sans-serif;
}
div.call-to-action a span {
}
div.agenda {
	clear: both;
	float: right;
	margin: 0 0 1em 3em;
	padding: 0;
}
div#copy div.agenda h2 {
	margin: 0;
	padding: 0;
	background: none;
}
div#copy div.agenda ul {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 2px;
}
div#copy div.agenda li {
	margin: 5px 0;
	padding: 0 0 0 18px;
	background: url(/img/artdeco/copy/arrow.png) no-repeat 0 3px;
}
div.agenda div.more {
	padding: 0 5px 4px 0;
	background: url(/img/artdeco/copy/fade-left.png) no-repeat -150px 0;
	text-align: right;
}

div.news {
	clear: left;
	padding-top: 1px;
	background: url(/img/artdeco/sidebar/news.png) no-repeat;
}
div.news ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
}
div#copy div.news ul li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 22px;
	background: url(/img/artdeco/copy/arrow.png) no-repeat 2px 2px;
}

/* news */



/* agenda */

table.agenda {
	margin-top: 1em;
}
table.agenda th,
table.agenda td {
	vertical-align: top;
	padding: 0.5em 0.5em 1em 0.5em;
}
table.agenda th {
	text-align: right;
	white-space: nowrap;
}
table.agenda th sup {
	line-height: 0;
}

/* about */



/* bands */

div.bands {
	padding: 1em 0 0 0;
}
div.bands div.band {
	clear: left;
}
div.bands div.band h2 {
	margin: 0 0 0.3em 0;
	padding: 0;
	background: none;
}
div.bands div.band h2 img {
	float: left;
	margin: 0.2em 0.8em 1.5em 0;
	border: 2px solid #c19952;
}
div.band div.more {
	margin: 0.3em 0 0 0;
	background: url(/img/artdeco/copy/fade-left.png) no-repeat top right;
	text-align: right;
}

div.more a,
a.more {
	padding: 0 0 3px 12px;;
	background: url(/img/artdeco/copy/more.png) no-repeat left center;
}

div.slide {
	margin: 1em 0;
	border: 2px solid #c19952;
	padding: 2px 0 0 0;
	color: #e3bb74;
	background: #000 none no-repeat center;
	text-align: center;
}
div#wrap {
	overflow: hidden;
}
div.slide img {
	vertical-align: bottom;
}
div.slide a {
	margin: 0 10px;
}
div.slide a,
div.slide a:hover {
	color: #e3bb74;
}

/* discography */

div.disco {
	padding: 1em 0;
}
div#copy div.disco ul.quicklist {
	float: right;
	list-style: none;
	margin: 0.2em 0 0 2em;
	padding: 0;
	font-size: 0.8em;
}
div#copy div.disco ul.quicklist li {
	padding: 0 0 0 12px;
	background: url(/img/artdeco/copy/more.png) no-repeat left center;
}
div.cd {
	overflow: hidden;
	margin: 1.5em 0;
}
div.cd h2 img {
	float: left;
	width: 80px;
	height: 80px;
	margin: 2px 15px 1.5em 0;
	border: 2px solid #c19952;
}
div.cd h2 {
	margin: 0;
	padding: 0;
	background: none;
	font-weight: normal;
}
div.cd h2 cite {
	font-weight: bold;
}

/* links */

div.links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.links ul li {
	margin: 0.5em 0;
	padding: 0 0 0 22px;
	background: url(/img/artdeco/copy/arrow.png) no-repeat left center;
}

/* press kit */

div.high-res a {
	margin: 0 10px 0 0;
}
div.high-res img {
	border: 2px solid #c19952;
	vertical-align: bottom;
}

/* contact */

div.contact table {
	margin-top: 0.5em;
}
div.contact table th,
div.contact table td {
	padding: 0.1em 0.2em;
}
div.contact h3 {
	margin: 1.5em 0 0.5em 0;
}
input {
	vertical-align: middle;
}
input.text {
	margin: 0 0 0 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #493017 #7c6049 #7c6049 #493017;
	padding-left: 0.2em;
	color: #493017;
	background: #f4cc85;
}
input.submit {
	border-width: 1px;
	border-style: solid;
	border-color: #7c6049 #000 #000 #7c6049;
	color: #e3bb74;
	background:#493017;
}

div#copy div.photos li,
div#copy div.video li {
	display: inline;
	background: 0 none;
	margin: 0;
	padding: 0;
}

div.music {
	border: 2px solid #c19952;
	padding: 10px;
	background: #000;
	text-align: center;
}
div.music object,
div.music embed {
	vertical-align: bottom;
}

/* @group photos */
div#copy ul.playlist li {
	margin: 1em 0;
	background-position: top left;
}
div.photos {
	text-align: center;
}
div.photos a img {
	margin: 0 4px 8px 4px;
	border: 2px solid #c19952;
	vertical-align: bottom;
}
div.photos a:hover img {
	border-color: #700;
}
/* @group end */

div.videoplayer {
	width: 425px;
	margin: 0 auto 20px auto;
	border: 2px solid #c19952;
}
div.videoplayer embed,
div.videoplayer object {
	vertical-align: bottom;
}

/* @group passepartout */
#passepartout {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#passepartout iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 0;
    height: 0;
	border: 0 none;
    opacity: 0;
    filter: Alpha(opacity=0);
}
#passepartout .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 0;
    height: 0;
    text-align: center;
    background: #000;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#passepartout .legend {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    padding: 5px 0;
	color: #000;
    background: #fff;
    text-align: center;
    opacity: 0.6;
    filter: Alpha(opacity=60);
}
#passepartout .load {
    position: absolute;
    z-index: 10001;
    visibility: hidden;
}
#passepartout .frame {
    visibility: hidden;
    position: absolute;
    z-index: 10002;
    padding: 10px 10px 0 10px;
    background: #fff;
    line-height: 1;
}
#passepartout .frame img {
    vertical-align: bottom;
}
#passepartout .toolbar {
    overflow: hidden;
    padding: 5px 0;
}
#passepartout a {
    border: 0 none;
    outline: 0 none;
}
#passepartout a:hover {
    padding: 0;
}
#passepartout a img {
    border: 0 none;
    vertical-align: middle;
}
#passepartout .prev {
    float: left;
    display: none;
    margin-right: 10px;
}
#passepartout .next {
    float: right;
    display: none;
    margin-left: 10px;
}
#passepartout .caption {
    display: block;
	color: #000;
	background: transparent;
    text-align: center;
}
#passepartout .caption .enum {
    color: #666;
    background: transparent;
}
#passepartout .close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
/* @end */

