/* ------------- Colours used in this site

background brown #866240
link blue #171C94
link green  #48A942
link brown  #C5960C
link red  #D31145
link pink #ED008C

menu blue #0033FF
menu purple  #F200FF
menu red  #FF0079
menu orange #FF9300
menu green  #4EFF0B

bus yellow  #F6B620
sun yellow  #FDC00F
curtain orange  #F14F29

logo red  #D41348
logo blue  #171C94

----------------*/


/* ------------- Standard tag definitions ----------------------------- */
body {
	background-color: #866240;
	background-image:url(../images/background-stage-v3.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

p,a,li,em,strong,span,td { font-family:Arial, Helvetica, sans-serif; }

p {
	color:#000000;
	margin:0px 5px 5px 10px;
	font-size:0.8em;
	padding-top: 5px;
	line-height: 1.5em;
}

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

a:hover, a:focus { text-decoration:none; }

ul { list-style:disc; margin:0px 5px; list-style-position:outside; }

li { font-size:1em; }

strong { font-weight:bold; }

em { font-style:italic; }

h1,h2,h3,h4,h5,h6,h7 {
	font-weight:bold;
	color:#D41348;
	margin:5px 5px 8px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size:1.4em; }
h2 { font-size:1.2em; }
h3 { font-size:1em; }
h4 { font-size:.9em; }
h5 { font-size:.8em; }
h6 { font-size:.7em; }
h7 { font-size:.6em; }

table{
	width:95%;
	margin:0px auto 5px auto;
	padding-top:5px;
	background-color: #FFFFFF;
}
td{
	padding:3px 3px 3px 3px;
	font-size:0.8em;
	vertical-align:top;
}
td p,td p a {
	font-size:1em;
	vertical-align: top;
	margin: 0px;
	padding:0px;
}
td p { margin:0px 3px 3px 3px; }

/* ------------------ Standard Class Definitions -------------------------- */
.clearer { clear:both; }

.align-center,td.align-center{ text-align:center; }
.align-left,td.align-left{ text-align:left; }
.align-right,td.align-right{ text-align:right; }
.align-full,td.align-full{ text-align:justify; }

.color-white,bold-white { color:#FFFFFF; }
.color-black,bold-black { color:#000000; }
.color-red,bold-red { color:#FF0000; }
.color-blue,bold-blue { color:#0000FF; }
.bold-white,.bold-black,bold-red,.bold-blue { font-weight:bold; }

/* ----------------------- Custom Colours ------------------------------ */

.color-show-brown{ color:#C5960C; }
.color-show-blue {color:#171C94;}
.color-show-red {color:#D31145; }
.color-show-green{color:#48A942;}
.color-show-pink{color:#ED008C;}

/* ------------------- Layout Styles ---------------------------------- */
#background_wrapper{

}

#page_wrapper, #page_top, #page_bottom, #header_wrapper, #footer_wrapper, #body_wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#page_wrapper {
	margin-bottom: 30px;
}

#page_top {
	height: 75px;
	padding-left: 40px;
	position: relative;
}

#header_wrapper {
	background-image: url(../images/background-menu.png);
	background-repeat: repeat-x;
	margin-left: 200px;
	margin-right: 136px;
	width: auto;

}
#menu_wrapper {
	height: 40px;
	background-image: url(../images/background-menu.png);
	background-repeat: repeat-x;
	padding-left: 0px;
	margin-left: 20px;
	position: relative;
	z-index: 99;
}


#body_wrapper {
	background-image: url(../images/background-centercolumn.png);
	background-repeat: repeat-y;

}
#left_column {
	float: left;
	padding-top: 180px;
	width: 180px;
	padding-left: 20px;
}
#right_column {
	float: right;
	width: 136px;
	background-image: url(../images/background-rightcolumn.png);
	background-repeat: repeat-y;
}
#center_column {
	margin-left: 200px;
	margin-right: 136px;
}
#center_column_content {
	float: left;
	width: 100%;
}
#center_banner {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



#footer_wrapper {
	height: 15px;
}

#page_bottom {
	height: 10px;
	background-repeat: repeat-y;
}

/* ------------------ Menu Styles -------------------------- */
.img-menu { margin:0px; }
#menu_wrapper a { margin:0px; padding:0px; }
.root-item {
	display:inline;
	margin: 0px 0px 0px -1px;
}
.img-cities {
	margin:0px 0px 1px 5px;
}

/* ---------------- Image Styles --------------------------- */
.img-align-center{ margin:0px auto; }
.img-add-space{ margin:5px; }

/* ---------------- Show Info Styles --------------------- */
.showinfo-homepage{
	background-image: url(../images/background-showinfo.png);
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 10px;
}
.showinfo-heading-brown,.showinfo-heading-blue,.showinfo-heading-green,.showinfo-heading-red{
	margin-bottom:0px;
	margin-left:10px;
}
.showinfo-heading-brown,.showinfo-heading-brown a,.heading-showbrown-center{
  font-family:Arial, Helvetica, sans-serif;
  color:#C5960C;
  text-decoration:none;
  font-weight:bold;
}
.showinfo-heading-blue,.showinfo-heading-blue a,.heading-showblue-center{
  font-family:Arial, Helvetica, sans-serif;
  color:#171C94;
  font-weight:bold;
  text-decoration:none;
}
.showinfo-heading-green,.showinfo-heading-green a,.heading-showgreen-center{
  font-family:Arial, Helvetica, sans-serif;
  color:#48A942;
  font-weight:bold;
  text-decoration:none;
}
.showinfo-heading-red,.showinfo-heading-red a,.heading-showred-center{
  font-family:Arial, Helvetica, sans-serif;
  color:#D31145;
  font-weight:bold;
  text-decoration:none;
}
.showinfo-heading-pink,.showinfo-heading-pink a,.heading-showpink-center{
	font-family:Arial, Helvetica, sans-serif;
	color:#ED008C;
	font-weight:bold;
	text-decoration:none;
}
.img-showinfo{
	float:left;
	margin-right: 6px;
	margin-bottom: 6px;
	display: block;
}
.heading-showpink-center,.heading-showbrown-center,.heading-showblue-center,.heading-showgreen-center,.heading-showred-center{ text-align:center; }
/* --------------------- Text Styles ------------------------------ */
.txt-bold-red,.heading-red-center{ 
	color:#D41348;
	font-weight:bold;
}
.txt-bold-green,.heading-green-center{
	font-weight:bold;
	color:#4EFF0B;
}
.txt-bold-blue,.heading-blue-center{
	font-weight:bold;
	color:#0033FF;
}
.txt-bold-purple,.heading-purple-center{
	font-weight:bold;
	color:#F200FF;
}
.txt-bold-orange,.heading-orange-center{
	font-weight:bold;
	color:#FF9300;
}
.txt-bold-white,.heading-white-center{
	font-weight:bold;
	color:#FFFFFF;
}
.txt-bold-pink,.heading-pink-center{
   font-weight:bold;
   color:#ED008C;
}
.text-playing-at{
	font-size:0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.heading-orange-center,.heading-purple-center,.heading-blue-center,.heading-green-center,.heading-red-center,.heading-white-center{ text-align:center; }


.text-small { font-size:.7em; }
.text-smaller { font-size:.6em; }
.text-large { font-size:1em; }
.text-larger { font-size:1.2em; }
.text-largest { font-size:1.5em; }

/* ---------------- Table Styles ------------------ */
table.tour-dates td { width:33%; }
table tr { 
	border-bottom:#CCCCCC solid 1px;
}
tr.row-color-grey {
	background-color:#E5E5E5;
}

