/* @override https://ticketworkshop.com/styles.css */

/* Begin initial settings */

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0em;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* End initial settings. */

/* ------------------ GENERAL FORMAT & STRUCTURE ------------------ */

body {
	background: #ECECEC url(images/background.gif);
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.4em;
}

a {
	text-decoration: underline;
	color: #C00;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background: #FFF;
}

#main-column {
	width: 500px;
	margin: 0px;
	padding: 0px 30px;
	float: left;
	display: inline;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/* ------------------ HEADER ------------------ */


#header {
	width: 760px;
	height: 200px;
	background: url(images/header.png) no-repeat;
	margin-bottom: 20px;
}

#header h1 {
	width: 600px;
	height: 163px;
	margin: 0px;
	float: left;
	display: inline;
}

#header h1 a {
	display: block;
	width: 600px;
	height: 163px;
	text-decoration: none;
}

.miva #header h1 {
	width: 760px;
	height: 163px;
	margin: 0px;
}

.miva #header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#header p {
	padding: 5px 5px 5px 25px;
	background: #FFF url(images/cart.gif) no-repeat 5px 5px;
	width: auto;
	float: right;
	font-size: 11px;
	margin: 0px;
	border: 1px solid #999;
	border-width: 0px 1px 1px 1px;
}

#header span {
	visibility: hidden;
}

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

#header ul {
	list-style: none outside;
	margin: 0px;
	text-align: right;
	padding: 10px;
	clear: both;
}

#header li {
	display: inline;
	list-style: none outside;
	margin-left: 15px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#header ul li a {
	color: #222;
	text-decoration: none;
}

#header ul li a:hover {
	color: #C00;
}

/* ------------------ SIDEBAR ------------------ */


#sidebar {
	width: 160px;
	padding: 10px 19px;
	float: left;
	display: inline;
	border-left: 1px solid #999;
}

#rss {
	padding-left: 16px;
	background: url(images/feed-icon-12x12.gif) no-repeat;
	margin: 0px 10px;
	font-size: 11px;
	line-height: 12px;
}

#sidebar ul {
	list-style: none outside;
	font-size: 11px;
	line-height: 14px;
}

#sidebar li {
	list-style: none outside;
	margin: 10px 0px;
	padding: 5px;
}

#sidebar li a {
	text-decoration: none;
	color: #000;
}

#sidebar li a:hover {
	text-decoration: underline;
	color: #C00;
}

#upcomingSidebar li:hover {
	background: url(images/info-bkgd.gif);
}

/* ------------------ FOOTER ------------------ */


#footer {
	padding-top: 15px;
	clear: both;
	width: 100%;
}

#footer h4 {
	width: 180px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	background: url(images/signup-background.gif) no-repeat;
	margin: 0px;
	float: right;
}

#bottom {
	background: #AD9E77;
	padding: 10px;
	clear: both;
	color: #FFF;
}

#bottom a {
	color: #FFF;
}

#bottom form {
	float: right;
}

#bottom form p {
	margin: 0px;
}

#bottom input#email {
	color: #666;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 135px;
	height: 20px;
}

#bottom input#submit {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}

p#footer-text {
	float: left;
	display: inline;
}

/* ------------------ FEATURED ------------------ */


.featured img.buy-tickets {
	float: right;
	margin-left: 15px;
}

.featured {
	padding: 15px 0px;
	margin-top: 10px;
	border-top: 1px solid #999;
}

.featured img {
	margin: 0px;
}

.featured h2 {
	font-size: 32px;
	color: #666;
	letter-spacing: -2px;
	line-height: 32px;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
}

.featured p.opening {
	color: #333;
	margin-top: 0.5em;
	font-size: 14px;
}

.featured h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 0px;
}

.featured p.details {
	color: #333;
	margin-top: 0.5em;
	font-size: 14px;
}

/* ------------------ UPCOMING ------------------ */


.upcoming img.buy-tickets {
	float: right;
	margin: 10px 10px 10px 15px;
}

ul.upcoming {
	list-style: none outside;
}

ul.upcoming li {
	list-style: none outside;
	padding: 15px 0px;
	margin-top: 10px;
	border-top: 1px solid #999;
}

	
.upcoming h2 {
	font-size: 22px;
	color: #000;
	line-height: 22px;
	letter-spacing: -1px;
	margin: 0px;
	text-transform: uppercase;
}

.upcoming a {
	color: #000;
	text-decoration: none;
}

.upcoming a:hover {
	color: #C00;
}

.upcoming p.opening {
	color: #333;
	margin-top: 0.5em;
}

.upcoming p.details {
	color: #333;
	margin-top: 0.5em;
	font-size: 14px;
}

.upcoming img.thumbnail {
	float: left;
	display: inline;
	margin-right: 15px;
}

/* ------------------ DETAIL ------------------ */


.detail h2 {
	font-size: 32px;
	color: #666;
	line-height: 32px;
	letter-spacing: -2px;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
}

.detail img.media {
	float: right;
	display: inline;
	margin: 0px 0px 10px 15px;
	border: 1px solid #333;
}

.info {
	padding: 10px;
	background: url(images/info-bkgd.gif);
}

.detail p.opening {
	color: #333;
	margin-top: 0.5em;
	font-size: 14px;
}

.info h3 {
	font-size: 18px;
	color: #333;
	margin: 0px;
}

.detail p.details {
	color: #333;
	margin-top: 0.5em;
	font-size: 14px;
	line-height: 18px;
}

.detail img.buy-tickets {
	float: none;
	display: block;
	margin-left: 0px;
}

p.notes {
	color: #333;
}

.venue {
	margin-top: 15px;
}

.venue img.media {
	float: none;
	display: block;
}

.venue .info h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: -10px;
}



#faq-list li {
	list-style: none outside;
	padding: 5px 0px;
}

li h3 {
	font-size: 14px;
}

#outlet-list {
	margin-left: 20px;
}

#outlet-list li {
	list-style: none outside;
	padding: 5px 0px;
}

#outlet-list h3 {
	margin: 2px 0px;
}

/* ------------------ MIVA ------------------ */

/* SIDEBAR */

.miva #sidebar ul {
	list-style: none outside;
	font-size: 12px;
	line-height: 16px;
}

.miva #sidebar li {
	list-style: none outside;
	margin: 10px 0px;
	padding: 5px 5px 0px 25px;
	border-top: 1px dotted #CCC;
	font-weight: normal;
}

.miva #sidebar li a {
	text-decoration: underline;
	color: #C00;
	display: inline;
	padding: 0px;
}

.miva #sidebar li a:hover {
	text-decoration: none;
	background: #ECECEC;
}

li.account-link {
	background: url(images/user.gif) no-repeat 3px 5px;
}

li.checkout-link {
	background: url(images/lock.gif) no-repeat 3px 5px;
}

li.cart-link {
	background: url(images/cart.gif) no-repeat 3px 5px;
}
span.option {
	font-size: 10px;
	color: #666;
}

/* GENERAL STUFF */

p.form {
	margin: 0px;
	padding: 0px;
}

.error, .basket-empty {
	padding: 5px;
	background: #FEFEDC;
	font-size: 12px;
}

.red {
	color: red;
}

.required {
	font-weight: bold;
}

.optional {
	font-style: italic;
}

img.heading {
	margin-bottom: 10px;
	display: block;
}

p.message {
	color: #666;
}


/* PRODUCT PAGE */


ul.product-details {
	list-style: none outside;
	margin: 0px;
}

ul.product-details li {
	list-style: none outside;
	color: #333;
	margin: 15px 0px;
}

ul.product-details li span {
	color: #000;
	font-weight: bold;
}

img.product-image {
	float: left;
	display: inline;
	margin: 0px 15px 8px 0px;
	border: 1px solid #333;
}

form#product-detail-add {
	margin: 15px 0px;
	padding: 5px 0px;
	border-top: 1px dotted #CCC;
}

#quantity-input {
	margin-left: 10px;
}

div#add-button {
	padding: 10px 0px;
}

/* BASKET */


table#basket {
	width: 100%;
	border: 1px solid #CCC;
	clear: both;
}

#basket th {
	text-align: left;
	background: #AD9E77;
	padding: 5px;
	color: #FFF;
	margin: 0px;
}

#basket td {
	padding: 5px;
	font-size: 11px;
	color: #333;
	margin: 0px;
	vertical-align: top;
}

#basket p {
	margin: 0px;
	padding: 0px;
}

.basket-price, .basket-subtotal {
	text-align: right !important;
}

.remove {
	text-align: center;
	background-color: transparent;
}

td.basket-total-label, td.basket-total-price {
	background: #AD9E77;
	color: #FFF !important;
	font-size: 12px !important;
	text-align: right;
}

td.basket-subtotal, td.basket-total-price {
	font-weight: bold;
}

td.basket-charge-desc {
	text-align: right;
	font-style: italic;
	color: #666;
}

td.basket-charge-price {
	font-style: italic;
}

td.basket-attribute {
	color: #666 !important;
	padding-left: 15px;
	font-style: italic;
}

td.basket-attribute-price {
	color: #666 !important;
	text-align: right;
}

td.basket-attribute-subtotal {
	color: #666 !important;
	text-align: right;
	font-weight: bold;
}

table.checkout th, table.checkout td.basket-total-label, table.checkout td.basket-total-price {
	background: #ECECEC !important;
	color: #333 !important;
}

td.basket-charge-desc, td.basket-charge-price {
	text-align: right !important;
}

table.invoice th, table.invoice td.basket-total-label, table.invoice td.basket-total-price {
	background: #FFF !important;
	color: #000 !important;
	font-weight: bold;
}

table.invoice th {
	border-bottom: 1px solid #000;
}

table.invoice {
	border: 1px solid #000 !important;
}

tabel.invoice td {
	color: #000 !important;
}

/* FORMS */

.customer-fields fieldset {
	border: 0px;
	margin: 10px 5px;
	border: 1px solid #CCC;
	padding: 10px;
}

.customer-fields legend {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.customer-fields ol {
	margin: 0px;
}

.customer-fields ol li {
	list-style: none;
	margin: 10px 0px;
}

.customer-fields label {
	display: -moz-inline-box; /* for Mozilla browsers */
	display: inline-block;
	width: 200px;
}

div.miva-submit {
	text-align: center;
	padding: 5px;
}

div.miva-submit input {
	font-size: 14px;
	margin: 0px auto;
}

label.checkbox {
	display: block;
	width: auto;
	padding: 5px;
	color: #666;
}

label.radio {
	display: inline;
	margin-right: 50px;
}

fieldset#payment label {
	width: 150px !important;
}

fieldset#payment input {
	margin: 5px;
	width: 250px;
}

.customer-fields input.width {
	width: 230px;
	color: #333;
}

ul#order-info-bill, ul#order-info-ship {
	width: 240px;
	float: left;
	display: inline;
	margin: 0px 0px 15px;
}

ul#order-info-bill li, ul#order-info-ship li {
	list-style: none outside;
	margin: 5px 0px;
}

ul#order-info-ship {
	margin-right: 15px;
}

ul#order-info-bill h2, ul#order-info-ship h2 {
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	margin: 0px 0px 8px;
	color: #666;
}

#paymentTerms {
	padding: 0 10px;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

/* ------------------------ ADMIN ----------------------------*/

p.admin-choices {
	font-size: 18px;
	background: #ECECEC;
}

p.admin-choices a {
	padding: 20px;
	display: block;
	border: 1px solid #CCC;
}

p.admin-choices a:hover {
	border-color: #666;
	background: #FFD;
}

.admin ul {
	margin: 20px 0px 20px 50px;
	font-size: 14px;
}

.admin ul li {
	list-style: none;
	margin: 10px 0px;
	padding: 3px;
}

.admin h2 {
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;	
}

p.logout {
}

.admin ol {
	margin: 0px;
}

.admin ol li {
	list-style: none;
	margin: 10px 0px;
	padding-left: 10px;
}

.admin label {
	display: -moz-inline-box; /* for Mozilla browsers */
	display: inline-block;
	width: 120px;
	vertical-align: top;
	font-size: 14px;
	color: #000;
}

label.checkbox {
	display: block;
	width: auto;
	padding: 5px;
}

.admin input {
	width: 250px;
	color: #333;
	height: auto;
}

.admin textarea {
	width: 250px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.admin select {
	font-size: 14px;
	color: #333;
}

.admin .error {
	font-weight: bold;
	color: #C00;
}

input#admin-submit {
	width: auto;
	font-size: 18px;
	color: #333;
	margin: 8px;
}
