/* BANG CLOTHING ----------------------------- */
* {
	padding: 0;
	margin: 0;
}
body {
	color:#fff;
	background: #39c url(../images/bg.jpg) top center repeat-x;
	text-align: center;
	font: small/1.3em Arial, Helvetica, sans-serif;
}
#wrap {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}
#header {
	height: 145px;
}
#logo img {
	border: none;
	margin-top: 28px;
	width: 257px;
	float: left;
}
#logo a {
	border-bottom: none;
}
#logo a:hover {
	background-color: transparent;
}

/* NAVIGATION ----------------------------- */

#nav {
	overflow: hidden;
	float: right;
	width: 400px;
	margin-top: 75px;
	padding: 0;
}
#nav li {
	display: inline;
	float: right;
	list-style-type: none;
}
#nav a {
	display: block;
	padding-left: 17px;
	margin-left: 15px;
	color: #999;
	font-weight: bold;
	
	border-bottom: none;
	background: #fff url(../images/star_blue.gif) left 50% no-repeat;
}

#nav a:hover {
	color: #036;
}
#nav li.active a {
	color: #c33;
	background: #fff url(../images/star_red.gif) left 50% no-repeat;
}

#subnav {
	float: right;
	overflow: hidden;
	width: 400px;
	margin-top: 40px;
}

#subnav li {
	display: inline;
	float: right;
	list-style-type: none;
	font-weight: normal;
}
#subnav a {
	display: block;
	margin-left: 1em;
	padding-left: 1em;
	color: #fff;
	border-bottom: none;
	border-left: #BBD9EB solid 1px;
}
#subnav a#tix {
	border-left: none;
}
#subnav a:hover {
	color: #036;
}
#content {
	clear: both;
	float: left;
	width: 700px;
	min-height: 370px;
	margin: 20px 0;
}
#flashcontent {
	margin-bottom: 20px;
}
#flashwarning {
	padding: 30px;
	background-color:#036;
	color:#999;
}
#flashwarning fieldset {
	border: none;
}
#flashwarning legend {
	padding-bottom: 1em;
	font-size: 120%;
	color: #fff;
	font-weight: bold;
}
#flashwarning a:hover {
	color: #ccc;
	border-bottom: #ccc solid 1px;
}

#recent_news {
	float: left;
	margin-top: 10px;
	width: 300px; /* for Opera */
	overflow: hidden;
}
#recent_news dl {
	padding: 10px;
	height: 100px;
	width: 280px;
	background: #6DB5DA url(../images/lightblue_bott.gif) left bottom no-repeat;
}
#merchandise-list {
	float: left;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 340px;
	background: transparent url(../images/col-bott.gif) left bottom no-repeat;
}
#labels-list {
	float: right;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 340px;
	background: transparent url(../images/col-bott.gif) left bottom no-repeat;
}
#merchandise-list dd.toggler ul li, #labels-list dd.toggler ul li {
	text-transform: uppercase;
}
#merchandise-list dl, #labels-list dl {
	padding: 0px;
	width: 340px;
	background-color: #E6F3F8;
}
#merchandise-list dt, #labels-list dt {
	cursor: pointer;
	color: #369;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 0.5em 25px;
	background: #fff url(../images/arrowup.gif) left 50% no-repeat;
}
#merchandise-list dd, #labels-list dd {
	margin-left: 25px;
	color: #369;
}
#merchandise-list ul, #labels-list ul {
	list-style: none;
	padding: .5em 0;
}
#merchandise-list li, #labels-list li {
	color: #369;
	padding: 0.3em 20px;
	background: transparent url(../images/star_blue.gif) left 50% no-repeat;
}
#merchandise-list p, #labels-list p {
	color: #369;
	padding: 0.5em 20px .5em 0;
}

#sydney {
	float: left;
	margin: 10px 0 20px 0;
	padding-top: 48px;
	width: 340px;
	background: transparent url(../images/sydney.gif) left top no-repeat;
}

#melbourne {
	float: right;
	margin: 10px 0 20px 0;
	padding-top: 48px;
	width: 340px;
	background: transparent url(../images/melbourne.gif) left top no-repeat;
}
#sydney h3, #melbourne h3 {
	padding: 15px 0 1em 15px;	
}
.contact-details {
	width: 340px;
	background-color: #fff;
}
.contact-details dl {
	padding-bottom: 1em;
}
.contact-details dt {
	color: #069;
	font-weight: bold;
	float: left;
	padding-left: 15px;
}
.contact-details dd {
	color: #036;
	margin-left: 10em;
}
#mapSydney, #mapMelbourne {
	width: 340px;
	height: 250px;
	background-color: #fff;
}
.gmap {
	padding-bottom: 5px;
	background: transparent url(../images/col-bott.gif) left bottom no-repeat;
}
.gmap dt {
	cursor: pointer;
	color: #369;
	font-weight: bold;
	padding: 0.5em 25px;
	background: #fff url(../images/arrowup.gif) left 50% no-repeat;
	background-color
}
.gmap dd {
	background-color: #fff;
}
.newsitem {
	border-bottom: #6DB5DA dashed 1px;
	padding: 1em 0;
}

#event {
	float: right;
	margin-top: 10px;
	padding: 0;
}

#main-text {
	float: left;
	margin-top: 10px;
	width: 340px;
}

ol li {
	padding-bottom: 1.5em;
}

#secondary-text dl {
	padding-top: 5px;
	background: #6DB5DA url(../images/lightblue_top.gif) left top no-repeat;
}
#secondary-text {
	float: right;
	margin-top: 1em;
	width: 300px;
	padding-bottom: 5px;
	background: #6DB5DA url(../images/lightblue_bott.gif) left bottom no-repeat;
}
#secondary-text dt {
	margin: 5px 10px 0 10px;
	color: #036;
	font-weight: bold;
	font-size: 110%;
}
#secondary-text dd {
	margin: 5px 10px 20px 10px;
}


#footer {
	clear: both;
	float: left;
	width: 700px;
	padding: .5em 0 2em 0;
	border-top: #fff solid 1px;
}
#copyright {
	float: left;
	width: 500px;
}
#design {
	float: right;
	text-align: right;
	width: 200px;
	color: #BBD9EB;
}
#design a {
	color: #BBD9EB;
}

.float-left {
	float: left;
	margin: 5px 30px 10px 0;
}
.float-right {
	float: right;
	margin: 5px 0 10px 20px;
}

.clear {
	clear: both;
}

/* LINKS ----------------------------- */
img {
	border: none;
}
#img-link {
	border: none;
}
a {
	text-decoration: none;
	border-bottom:#ccc dotted 1px;
}
a:link, a:visited {
	color:#fff ;
}
#merchandise-list a:link, #labels-list a:link,
#merchandise-list a:visited, #labels-list a:visited {
	color: #369;
}
a:hover {
	color: #036;
	border-bottom: #036 solid 1px;
}

#merchandise-list a:hover, #labels-list a:hover {
	border-bottom: #369 solid 1px;
}
/* ---------------------[ Buttons ]------------- */

#content .prev a {
	margin: 1.5em 0 15px 0;
	padding: 2px 10px 2px 25px;
	border: 0;
	cursor: pointer;
	float: left;
	color:#BBD9EB;
	background:#036 url(../images/star_white.gif) no-repeat left 50%;
}
#content .prev a:hover {
	color: #fff;
}
#content .next a {
	margin: .5em 0 15px 0;
	padding: 2px 10px 2px 25px;
	border: 0;
	cursor: pointer;
	float: right;
	color:#BBD9EB;
	background:#036 url(../images/star_white.gif) no-repeat left 50%;
}
#content .next a:hover {
	color: #fff;
}
/* TYPOGRAPHY ----------------------------- */

h1 { font-size: 150%; text-indent: -9000px; height: 0; }
h2, h3, h4 {
	padding-bottom: .6em;
	color: #036;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
p {
	font-size: 100%;
}
#footer, #subnav {
	font-size: 90%;
}
#recent_news h2 {
	background: url(../images/recent_news.gif) left top no-repeat;
	height: 48px;
	width: 300px;
	padding-bottom: 0;
	text-indent: -9000px;
}
#merchandise-list h2 {
	background: transparent url(../images/merchandise.gif) left top no-repeat;
	height: 48px;
	width: 340px;
	padding-bottom: 0;
	text-indent: -9000px;
}
#labels-list h2 {
	background: transparent url(../images/labels.gif) left top no-repeat;
	height: 48px;
	width: 340px;
	padding-bottom: 0;
	text-indent: -9000px;
}
ul, ol {
	padding-left: 20px;
}

p, blockquote {
	padding: 0 0 1em 0;
}

blockquote {
	font-style: italic;
	margin: 1em 2em;
	float: right;
	width: 350px;
}

#recent_news dt {
	font-weight: bold;
	font-size: 70%;
	color:#036;
	text-transform: uppercase;
}

#recent_news dd {
	font-size: 90%;
	margin-bottom: 1em;
}

.date {
	font-weight: bold;
	font-size: 70%;
	color:#BBD9EB;
	text-transform: uppercase;
	display: inline;
	padding-left: 1em;
}

hr {
	display: none;
}

/* FORM ----------------------------- */
#email-title {
	visibility: hidden;
	height: 0;
}

form {
	clear: both;
	width: 700px;
}
#email-fields fieldset {
	border: none;
	float: left;
	padding: 0 0 5px 0;
	width: 700px;
	background: transparent url(../images/email_bott.gif) left bottom no-repeat;
}
#email-fields {
	float: left;
	padding-top: 48px;
	width: 700px;
	background: #fff url(../images/email.gif) left top no-repeat;
}
#leftcol {
	float:left;
	width:300px;
	margin-left: 20px;
	display: inline;
}
#rightcol {
	float: right;
	width:300px;
	margin-right: 20px;
	display: inline;
}
#email-fields legend {
	visibility: hidden;
	height: 0;
}
label {
	color: #036;
	display: block;
	margin-top: 1em;
}

input.zemText, input.zemTextarea, textarea, select, #news_archive input[type="text"] {
	border: none;
	background-color:#BBD9EB;
	width: 100%;
	padding: .2em 0;
}
.zemText, .zemTextarea, .zemSelect, #news_archive input {
	font: 100% Arial, Helvetica, sans-serif;
	color:#036;
	line-height:140%;
}
.zemSubmit {
	margin: .5em 0 15px 0;
	padding: 2px 10px 2px 25px;
	font-size: 120%;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	color:#BBD9EB;
	background:#036 url(../images/star_white.gif) no-repeat left 50%;
}
body#news input[type="submit"] {
	margin:.5em 0 1em 0;
	padding: 2px 10px 2px 25px;
	font-size: 100%;
	border:0;
	cursor: pointer;
	text-transform: uppercase;
	color:#BBD9EB;
	background:#036 url(../images/star_white.gif) no-repeat left 50%;
}
.zemSubmit:hover, body#news input[type="submit"]:hover {
	color: #fff;
}
.required {
	margin: 2em 0;
	color:#369;
}

.zemError {
	color: #036;
	padding: 0 0 0 20px;
}
.zemError strong {
	color: #c33;
}
.zemError li {
	list-style: none;
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	padding-left: 25px;
	background: transparent url(../images/star_red.gif) no-repeat left 50%;
}
.zemThanks {
	padding-bottom: 3em;
	background: transparent url(../images/email_bott.gif) left bottom no-repeat;
}
.zemThanks p {
	color: #036;
	font-size: 120%;
	font-weight: bold;
	margin: 3em 20px 0 20px;
	padding: 0 0 0 25px;
	background: transparent url(../images/star_red.gif) no-repeat left 50%;
}