/* CarbonPOP - Ticketing - Calgary Fringe */
/* STYLES BY CARBON MEDIA */
/* http://www.carbonmedia.ca */

/* import the general ticketing theme */
@import "../ticketing/ticketing.css";

/* global styles----------------------------------------------------------------- */
body {
  background: #781113 url( images/bg.gif ) repeat top left scroll;
}
a:hover,
a:visited:hover {
  background-color: #f8f5ea;
  color: #e0b00c;
}

/* Flash messages ------------------------------------------ */
#on-hold {
  border: 1px dotted #ebbc21;
}
/* head----------------------------------------------------------------- */
#head {
  background: #000;
}
#head p {
  color: #888;
}

/* sidebar----------------------------------------------------------------- */
#sidebar {
  background: #303538;
  border: 0;
}
#sidebar h3 {
  background: #000;
  border: 0;
  color: #fff;
  font-size: 9pt;
  font-weight: normal;
}
#sidebar ul a,
#sidebar ul a:visited {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 4px 2px 1px #121212;
	-moz-box-shadow: 4px 2px 1px #121212;
	box-shadow: 4px 2px 1px #121212;
	
  border: 0;
  color: #000;
}
#sidebar ul a:hover,
#sidebar ul a:visited:hover {
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	
  background: #d8aa21;
}
#sidebar #info p {
  color: #ccc;
}
#sidebar a {
	background: #000;
	color: #fff;
	padding: 0 2px;
}
#sidebar a:hover {
	background: #151515;
	color: #f00;
}
h2 {
  background: #e8ba31;
}

/* Main ----------------------------------------------------------------- */
table.listing {
  border-bottom: 1px dotted #ebbc21;
}
table.listing td {
  border: 1px dotted #ebbc21;
  border-bottom: 0;
}
table.listing td a {
  color: #000;
  /*text-decoration: underline;*/
}
table.listing td a.performer {
  color: #de1e2b;
  text-decoration: none;
}
table.listing td.right a {
  color: #de1e2b;
  text-decoration: none;
}

/* meta----------------------------------------------------------------- */
#meta {
  background: #232323;
  border: 0;
}
#meta a:link,
#meta a:visited {
  background: #000;
}

/* Browse By Date ------------------------------ */
#browse_by_date form {
	text-align: right;
}
#year,
#month,
#day {
  font-size: 12px;
  font-weight: bold;
  width: 72px;
}
#month {
  width: 72px;
}
#day {
  width: 42px;
}
