﻿/* @license
 * MyFonts Webfont Build ID 2336371, 2012-07-31T04:35:38-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Mostra Nuova Bold Alt C by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/mostra-nuova/bold-alt-c/
 * 
 * Webfont: Mostra Nuova Bold Alt B by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/mostra-nuova/bold-alt-b/
 * 
 * Webfont: Mostra Nuova Bold Alt D by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/mostra-nuova/bold-alt-d/
 * 
 * Webfont: Mostra Nuova Bold Alt A by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/mostra-nuova/bold-alt-a/
 * 
 * Webfont: Mostra Nuova Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/mostra-nuova/bold/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2336371
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2009 by Mark Simonson. www.ms-studio.com. All rights reserved.
 * 
 * © 2012 Bitstream Inc
*/
  
 @font-face {
	font-family: 'MostraNuovaAltC-Bold';
	src: url('//newworldartists.net/_webfonts/23A673_0_0.eot');
	src: url('//newworldartists.net/_webfonts/23A673_0_0.eot?#iefix') format('embedded-opentype'), url('//newworldartists.net/_webfonts/23A673_0_0.woff') format('woff'), url('//newworldartists.net/_webfonts/23A673_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'MostraNuovaAltB-Bold';
	src: url('//newworldartists.net/_webfonts/23A673_1_0.eot');
	src: url('//newworldartists.net/_webfonts/23A673_1_0.eot?#iefix') format('embedded-opentype'), url('//newworldartists.net/_webfonts/23A673_1_0.woff') format('woff'), url('//newworldartists.net/_webfonts/23A673_1_0.ttf') format('truetype');
}
@font-face {
	font-family: 'MostraNuovaAltD-Bold';
	src: url('//newworldartists.net/_webfonts/23A673_2_0.eot');
	src: url('//newworldartists.net/_webfonts/23A673_2_0.eot?#iefix') format('embedded-opentype'), url('//newworldartists.net/_webfonts/23A673_2_0.woff') format('woff'), url('//newworldartists.net/_webfonts/23A673_2_0.ttf') format('truetype');
}
@font-face {
	font-family: 'MostraNuovaAltA-Bold';
	src: url('//newworldartists.net/_webfonts/23A673_3_0.eot');
	src: url('//newworldartists.net/_webfonts/23A673_3_0.eot?#iefix') format('embedded-opentype'), url('//newworldartists.net/_webfonts/23A673_3_0.woff') format('woff'), url('//newworldartists.net/_webfonts/23A673_3_0.ttf') format('truetype');
}
@font-face {
	font-family: 'MostraNuova-Bold';
	src: url('//newworldartists.net/_webfonts/23A673_4_0.eot');
	src: url('//newworldartists.net/_webfonts/23A673_4_0.eot?#iefix') format('embedded-opentype'), url('//newworldartists.net/_webfonts/23A673_4_0.woff') format('woff'), url('//newworldartists.net/_webfonts/23A673_4_0.ttf') format('truetype');
}
/* === COMMON CSS === */

:root {
	overflow-y: scroll;
} /* Forces a scroll bar in Mozilla */
html, body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
}
/* Text */
h1, h2, h3, h4, h5 {
	font-weight:bold;
	margin:0 0 8px 0;
}
h1, h2 {
	font-family: MostraNuovaAltD-Bold, Verdana, Geneva, sans-serif;
	color:#fff200;
	text-transform:uppercase;
}
h1 {
	font-size:3em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a, a:visited {
	color:#666666;
}
a:hover {
	color:#363636;
}
p {
	margin-bottom:10px;
}
/* Admin */
.adminlink {
	margin:14px 0;
	font-size:0.9em;
}
.adminlink, .adminlink a {
	color:#ccc;
}
.adminlink a:hover {
	color:green;
}
/* Forms */
button, input[type=submit], input[type="radio"], input[type="checkbox"], .button {
	cursor:pointer;
}
input[type=text], input[type=password], select, textarea {
	border:1px solid #5a5a5a;
}
input[type=text], textarea, input[type=password], option {
	padding:4px;
}
textarea.tny, input.tny, select.tny {
	width: 10%;
}
textarea.sml, input.sml, select.sml {
	width: 25%;
}
textarea.med, input.med, select.med {
	width: 38%;
}
textarea.lrg, input.lrg, select.lrg {
	width: 70%;
}
textarea.ful, input.ful {
	width: 95%;
}
select.ful {
	width: 100%;
}
input[type="radio"], input[type="checkbox"] {
	color: #000;
	background-color: #FFFFFF !important;
	border:solid 1px #000 !important;
	border:0;
}
.button {
	background: #5a5a5a;
	color: #f3f3f3;
	font-weight: bold;
	padding: 2px;
	margin: 4px auto;
	border: 2px #5a5a5a outset;
	font-size:1.1em;
}
.button:hover {
	background: #FFF200;
	color: #000;
}
.delete {
	background: #9c0c00;
	color: #FDF5E5;
}
/* General Layout */
.spacer {
	margin-top:20px;
}
.clear {
	clear:both;
}
.crumbs {
	margin:0 0 14px 0;
	font-weight:bold;
}
.crumbs a {
	font-weight:normal;
}
.comment {
	font-size:0.8em;
	font-weight:normal;
}
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.padit, .contentbox {
	margin:0 20px;
	padding:20px 0;
}
.padright {
	margin:0 20px 0 0;
}
.maincontentbox {
	padding:19px;
	min-height:400px;
}
.box, .contentbox {
	min-height:100px;
}
.imgreplace span {
	display:none;
	background-repeat:no-repeat;
	position:absolute;
}
.showregion {
	border:1px dotted yellow;
}
.textlrg {
	font-size:1.5em;
	font-weight:bold;
}
.outline {
	border:1px solid #7e7e7e;
}
.imgleft {
	display:block;
	float:left;
	padding:0 20px 20px 0;
}
.imgcenter {
	display:block;
	margin:auto;
}
.imgright {
	display:block;
	float:right;
	padding:0 0 10px 10px;
}
hr {
	height:2px;
	border:0;
	width:100%;
	background:#FFF200;
	margin:30px auto;
}
iframe {
	border:0;
}
.maincontentbox h3 {
	color:#FFF200;
}
ul.bullets li, #productbulletbox ul li, #productdescription ul li {
	list-style-type: square;
	margin-left:14px;
	color:#fff;
}
.table {
	width:100%;
}
.table td, .table th {
	padding:6px;
	vertical-align:top;
	color:#fff;
}
.table th {
	font-weight:bold;
}
.columns {
	border:1px solid #363636;
	padding:4px auto;
}
.columns th {
	background-color:#484848;
	color:#fff;
	padding:6px;
}
.rows th {
	width:20%;
}
.table .row1, div.row1 {
	background-color:#0C1009;
}
.table .row2, div.row2 {
	background-color:#1A1F19;
}
div.row1, div.row2 {
	padding:14px;
}
table.productthumbs {
	width:100%;
	text-align:center;
}
/* Thumbnails */
.thumb, .nothumb {
	display:block;
	margin:auto;
	width:100px;
	height:100px;
	overflow:hidden;
	text-align:center;
}
/* Search Results */
div.searchresult {
	border-bottom:1px dotted black;
	padding:16px 0;
}
.resultstext {
	font-size:1.8em;
}
.resultstext span {
	color:#c6c6c6;
}
/* Footer */
#ft {
	color:#ccc;
	font-size:85%;
	color:#ccc;
	text-align:center;
}
#ft a {
	text-decoration:none;
}
#ft a:hover {
	color:#fff;
	text-decoration:underline;
}
/* Responses */
div#error, div#response {
	display:block;
	position: fixed;
	top:0;
	margin:0;
	width:100%;
	min-height:54px;
	z-index:1000;
	padding-top:5px;
}
div#error img, div#response img {
	border:0;
}
div#error div, div#response div {
	text-align:left;
	padding:4px;
}
div#error {
	background-color: #e30000;
	background-color: rgba(227, 0, 0, 0.9);
}
div#error strong {
	color: #fff;
	font-size:1.2em;
	margin:10px;
}
div#error ul {
	color:#ffffff;
	margin-left:20px;
	margin-bottom:10px;
}
div#error li {
	color:#ffffff;
	list-style-type:square;
}
div#response {
	color:#ffffff;
	background-color: #008040;
	background-color: rgba(0, 128, 64, 0.9);
}
div#response p {
	color:#ffffff;
	margin:10px;
}
#closebutt {
	float:right;
	margin-right:8px;
}
/* === CLIENT CSS === */

/* Background */
html {
	background-color:#000;
	background-image:url('//d2ev0h6j4e792p.cloudfront.net/outlet_additional_files/2011-NewWorldArtists/images/background.jpg');
	background-repeat:repeat-y;
	background-position:top center;/*background-attachment:fixed;*/
}
body {
	margin:0 auto;
	padding:0;
	min-height:100%;
	color:#fff;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#1A1F19;
	scrollbar-face-color:#0C1009;
	width:974px;
}
/* Text */
h1 {
	color:#43493E;
}
h2, h3 {
	color:#43493E;
}
h4 {
	color:#43493E;
}
a, a:visited {
	color:#FFF200;
}
a:hover {
	color:#CCBE00;
}
/* Header */
#hd {
	margin-top:60px;
	position:relative;
}
#hd h1 {
	position:absolute;
	width:600px;
	height:480px;
	background-image:url('//d2ev0h6j4e792p.cloudfront.net/outlet_additional_files/2011-NewWorldArtists/images/logo-nwa.png');
	background-repeat:no-repeat;
	margin:-60px 0 0 -180px;
	z-index:2000;
}
#hd h1 span {
	display:none;
}
#headerbox {
	background-color:#fff200;
	border:3px solid black;
	width:744px;
	margin-left:230px;
	height:340px;
	position:relative;
	margin-bottom:30px;
}
#headerflash {
	position:absolute;
	top:0;
	right:0;
	width:744px;
	height:300px;
	padding:0;
	background-color:#0b1208;
	text-align:right;
}
/* Nav */
#nav {
	position:absolute;
	top: 288px;
	right:0;
	width:auto;
}
#nav li {
	display:block;
	float:left;
	height:29px;
}
#nav a {
	font-weight:bold;
	margin:0 0 8px 0;
	font-family: MostraNuovaAltD-Bold, Verdana, Geneva, sans-serif;;
	text-transform:uppercase;
	font-family: MostraNuova-Bold, Verdana, Geneva, sans-serif;;
	text-decoration:none;
	color:#000;
	margin:0 44px 0 0;
	color:#000;
	display:block;
	font-size:1.4em;
	line-height:38px;
}
#nav #nav_facebook a {
	line-height:none;
	margin:0;
	padding:0;
}
/* General Content */
.mainfill {
	background-color:#0C1009;
	overflow:hidden;
}
#youtubeid option {
	font-size:0.8em;
}
#artistBody #ttlYouTube {
	margin-top:50px;
}
/* Titles */
#ttlAusArtistRoster {
	width:288px;
	height:22px;
	margin-top:-30px;
	background-image:url(/_client/i/layout/sprite-titles.png);
	background-position:0 0;
}
#ttlGigs {
	width:291px;
	height:22px;
	margin-top:-30px;
	background-image:url(/_client/i/layout/sprite-titles.png);
	background-position:0 -27px;
}
#ttlYouTube {
	width:270px;
	height:22px;
	margin-top:-30px;
	background-image:url(/_client/i/layout/sprite-titles.png);
	background-position:0 -53px;
}
#ttlLatestNews {
	width:270px;
	height:22px;
	margin-top:-30px;
	background-image:url(/_client/i/layout/sprite-titles.png);
	background-position:0 -81px;
}
#ttlComingSoon {
	width:270px;
	height:22px;
	margin-top:-30px;
	background-image:url(/_client/i/layout/sprite-titles.png);
	background-position:0 -110px;
}
#ttlBuyTickets {
	width:270px;
	height:22px;
	margin-top:-30px;
	background-image:url(/_client/i/layout/sprite-titles.png);
	background-position:0 -134px;
}
#ttlContactUs {
	width:270px;
	height:22px;
	margin-top:-30px;
	background-image:url(/_client/i/layout/sprite-titles.png);
	background-position:0 -163px;
}
#ttlArtistProfile {
	width:270px;
	height:22px;
	margin-top:-30px;
	background-image:url(/_client/i/layout/sprite-titles.png);
	background-position:0 -190px;
}
#ttlReviews {
	width:270px;
	height:22px;
	margin-top:-30px;
	background-image:url(/_client/i/layout/sprite-titles.png);
	background-position:0 -218px;
}
#ttlLinks {
	width:270px;
	height:22px;
	margin-top:-30px;
	background-image:url(/_client/i/layout/sprite-titles.png);
	background-position:0 -247px;
}
/* Footer */
#ft {
	color:#000;
	padding:30px;
}
#ft a {
	color:#000;
}
/* --- GIGS --- */
#gigsBody .gigDate, #artistBody .gigDate {
	width:15%;
}
#gigsBody .gigTix, #artistBody .gigTix {
	width:18%;
}
#frontGigs {
	font-size:0.9em;
}
#frontGigs strong.title {
	color:#CCBE00;
}
#frontGigs .gigTix {
	text-align:center;
}
.gigTix span {
	font-weight:bold;
}
span.free {
	color:#CB9F15;
}
span.onsale {
	color:#fffd00;
}
span.salesoon {
	color:yellow;
}
span.sellingfast {
	color:#ff3300;
}
span.soldout {
	color:red;
}
span.cancelled {
	color:#fa000c;
}
#panel_memlogin {
	visibility: hidden;
	background-color:#000;
	color:#fff;
	padding:0 10px;
	margin:0;
	border:4px solid white;
}
#panel_memlogin .hd {
	background-color:#FFF200;
	text-transform:uppercase;
	border:0;
	background-image:url('/_client/i/layout/memloginttl.gif');
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	height:40px;
	line-height:40px;
	margin-top:10px;
	padding:0 0 0 12px;
	margin:10px 0 0 0;
}
#panel_memlogin .bd {
	background-color:#000;
	border:0;
}
#panel_memlogin td, #panel_memlogin th {
	padding-bottom:10px;
}
#showmemlogin {
	text-decoration:underline;
	cursor:pointer;
}
#memloginresponse {
	font-weight:bold;
}
#memlogin_table2 {
	display:none;
	overflow:hidden;
}
#memloginresponse a {
	color:#000;
}
#buytixbox {
	text-align:center;
}
/* --- ARTIST ROSTER --- */
#bioDiv h3 {
	color:#fff;
	font-size:4em;
	text-transform:uppercase;
	font-family: MostraNuovaAltD-Bold, Verdana, Geneva, sans-serif;;
}
/*.largetext a, .smalltext a {font-weight:bold;font-size:1.8em;line-height:1em;color:#fff;text-decoration:none;}
.offcycle {display:none;}
.smalltext a:hover, .largetext a:hover {color:#CCBE00;}
#artistrosterbox .smalltxt {padding-top:6px;display:block;font-weight:bold;font-size:1.4em;line-height:0.4em;}

#viewartists {font-weight:normal;}
#viewartists a {color:#CB9F15;background-repeat:no-repeat;}
#viewartists a:hover {color:#fff;}
#frontartists .smalltxt #viewartists {display:none;}*/

#artistroster {
	overflow:hidden;
	padding:0;
	margin:0;
}
#artistroster li {
	display:block;
	width:173px;
	margin:0 0 18px 18px;
	float:left;
}
#artistroster li div {
	padding-bottom:4px;
}
#artistroster li a {
	font-family: MostraNuova-Bold, Verdana, Geneva, sans-serif;;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.25em;
}
#gigsBody .scroller {
	height:1100px;
	overflow:auto;
}
#facebookicon {
	margin:4px 30px 0 0;
}
#buytickets, #links {
	margin-top:40px;
}
#links td img {
	display:block;
	margin:auto;
}
#artistnews {
	margin-top:80px;
}
.fblike {
	padding:4px 0;
}
#artistgallery {
	overflow:hidden;
x
}
#artistgallery li {
	position:relative;
	z-index:0;
	height:300px;
}
#artistgallery li img {
	z-index:0;
}
#artistgallery li div {
	color:#fff200;
	position:absolute;
	top:266px;
	left:0;
	font-weight:bold;
	font-size:1.6em;
	width:100%;
	padding:4px;
	background-image:url(../i/layout/blackfade.png);
	text-indent:20px;
}
#bd {
	position:relative;
}
/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:550px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:550px;
	height:300px;
	display:block;
}
/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:550px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	text-align:left;
	font-weight:bold;
}
