@import "text.css";

/* @group Global */
body {
  background: url(../images/background.jpg) repeat-x fixed;
}

a, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

#page {
  width: 800px;
  background-color: #fff;
  min-height: 640px;
  margin: auto;
}

#expiry_time {
  padding: 10px 0;
  margin-left: 100px;
  clear: both;
  color: #cd0000;
}
/* @end */


/* @group Flash */
.flash {
  border: 2px solid;
  margin: 0.5em auto;
  padding: 5px 0;
  font-size: smaller;
  text-align: center;
}

.notice {
  background-color: #ccddff;
  border-color: #3399ff;
}

.warning {
  background-color: #fff6bf;
  border-color: #ffaa44;
}

.error {
  background-color: #ffb7a2;
  border-color: #ff0000;
}

.message {
  background-color: #44ffaa;
  border-color: #00aa55;
}
/* @end */

/* @group Errors */
#errorExplanation {
  background-color: #fff6bf;
  border: 1px solid #af0302;
  padding: 7px;
  padding-bottom: 0.1em;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

#errorExplanation h2 {
  background: #ff6352 no-repeat 2px;
  border-bottom: none;
  color: black;
  font-weight: bold;
  padding: 0 0 0 45px;
  margin: -7px;
  text-align: left;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
/* @end */

/* @group Header */
#header {
  height: 200px;
}

#header img {
  padding-left: 20px;
  padding-right: 30px;
  margin-left: 8em;
}
/* @end */

/* @group Event */
.event {
  margin: 30px 0;
}

.event .side {
  float: left;
  text-align: right;
  color: #666;
  width: 85px;
  margin-top: 10px;
}

.event .main {
  margin-left: 100px;
  text-align: justify;
}

.booking {
  margin-left: 100px;
}

.event h1 a, #content h1 a:visited {
  color: #000099;
  text-decoration: none;
}

.event h1 a:hover {
  color: #000099;
  text-decoration: underline;
}
/* @end */

/* @group Customer */
.customer {
  margin-left: 100px;
}
/* @end */

/* @group Cart */
#cart {
  width: 100%;
  border: 1px solid #000099;
}

#cart th {
  background: #000099;
  color: #ffffff;
  padding: 3px;
}

#cart .event {
  font-weight: bold;
  background-color: #ccc;
  padding: 2px;
}
/* end */

/* @group Sidebar */
#sidebar_wrapper {
  float: right;
}

#sidebar {
  width: 214px;
  float: none;
  margin-left: 2em;
  margin-right: 1em;
  min-height: 275px;
}

#sidebar #top {
  background: transparent url(../images/sidebar-top.jpg) no-repeat scroll 0 0;
  height: 43px;
}

#sidebar #body {
  background: transparent url(../images/sidebar-content.jpg) repeat-y scroll 0 0;
  min-height: 200px;
  padding: 0 0.5em 0.5em 1em;
}

#sidebar #bottom {
  background: transparent url(../images/sidebar-bottom.jpg) no-repeat scroll 0 0;
  height: 35px;
  margin-bottom: 2em;
}

#sidebar hr {
  width: 190px;
  clear: both;
}

#sidebar .cart {
  position: relative;
  margin: auto;
}

#sidebar .cart #items {
  margin-top: -30px;
}

#sidebar .cart .event {
  margin-bottom: 8px;
}

#sidebar .cart .subtotal {
  position: absolute;
  right: 25px;
  font-weight: bold;
}

#sidebar .cart #buttons {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

#sidebar .cart #empty_cart {
  float: left;
}
#sidebar .cart #checkout {
  float: right;
  margin-right: 1em;
}
/* @end */

/* @group Main */
#content #main {
  padding-right: 40px;
}
/* @end */

/* @group Form */
.checkout_form {
  margin-left: 100px;
}

.input {
  margin-bottom: 10px;
  width: 80%;
}
.explanation {
  font-size: x-small;
  color: #333;
}
#customer input {
  width: 20em;
}
/* @end */

/* @group Pagination */
.pagination {
  padding: 3px;
  margin: 3px 3px 3px 100px;
  font-size: small;
  width: 100%;
}

.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #000099;
}

.pagination a:hover, .pagination a:active {
  border: 1px solid #000099;
  color: #000;
}

.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #000099;
  font-weight: bold;
  background-color: #000099;
  color: #FFF;
}

.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}
/* @end */

/* @group Common */
.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.required {
  font-size: smaller;
  color: #ff0000;
}
/* @end */

/* @group Javascripts */
div.autocomplete {
  width: 350px;
  background: #fff;
}

div.autocomplete ul {
  border: 1px solid #888;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

div.autocomplete ul li {
  margin: 0;
  padding: 3px;
}

div.autocomplete ul li.selected {
  background-color: #ffb;
}

div.autocomplete ul strong.highlight {
  color: #800;
  margin: 0;
  padding: 0;
}
/* @end */

/* @group Footer */
#footer {
  background: #0080ff url(../images/bass_blue.jpg) repeat scroll 0 0;
  clear: both;
  height: 62px;
  margin: 0 auto;
  width: 100%;
}

#footer #logos {
  float: left;
}

#footer a img {
  border-style: none;
}

#footer #logos a img {
  margin-left: 10px;
  margin-right: 10px;
}

#footer #footer_links {
  color: #ffffff;
  float: right;
  font-size: 10px;
  padding: 25px 45px 15px 15px;
  
}

#footer #footer_links a {
  color: #ffffff;
}

#footer #footer_links a:hover {
  text-decoration: none;
}
