/*---- Reset Rules --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*---- Post Zero'd 'The good stuff' --- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #4b4757;
}

#wrap {
	margin: 0px auto;
	width: 960px;
	position: relative;
}

.content-wrap {
	background: #eeece4;
	border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.content {
	margin: 30px 80px 0px 80px;
	padding-bottom: 40px;
}


.montage-home {
float: right;
	margin: 0px 30px 20px 30px;
}


#header {
	background: #eeece4 ;
	height: 230px;
}

.header-logo {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}

#top-nav {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	height: 35px;
	background: #af0060;
}

#top-nav ul {
	list-style-type: none;
	padding: 10px 0px 10px 40px;
}

#top-nav li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	border-right: 1px solid #bb90a7;
}

#top-nav li.last {
	border-right: none !important;
}


#top-nav a{
	color: #fff;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#top-nav a:hover{
	color: #bb90a7;
}

.home-content {
	margin: 30px 10px 0px 40px;
	padding: 0px 0px 40px 0px;
}

.home-content p {
	font-size: 1.2em;
}

.home-content ul {
	margin: 0px 0px 20px 0px;
}

.home-content li {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #424242;
	list-style-type: disc;
	margin: 0px 0px 0px 15px;
}

.home-image-fr {
	float: right;
	padding: 0px 0px 20px 20px;
}

.mike {
 float: left;
 margin: -0px 10px 20px 0px;
}

.logo-image-fr {
	float: right;
	padding: 0px 0px 0px 20px;
	margin-top: 79px;
}

.artist-trans {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.column-220 {width: 220px}
.column-240 {width: 240px}
.column-280 {width: 280px}
.column-520 {width: 520px}
.column-580 {width: 580px}


.left { float: left }
.right { float: right }
.clear { clear: both }

.image-right {
	float: right;
	margin: 0px 0px 20px 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

h1 {
	font-size: 3.5em;
	color: #af0060;
	margin-bottom: 20px;
}

h1.home {
	font-size: 2em;
}

h2 {
	font-size: 2em;
	color: #af0060;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.5em;
	color: #424242;
	margin-bottom: 20px;
}

.artists h3 {
	font-size: 1.5em;
	color: #af0060;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 0px;
}

.accom h3 {
	font-size: 1.8em;
	color: #666;
	padding: 0px;
}

.links h3 {
	font-size: 1.5em;
	color: #666;
	padding: 0px;
	margin-bottom: 0px;
}

.artists h4 {
	font-size: 1.2em;
	color: #8c8c8c;
	margin: -10px 0px;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #424242;
	margin-bottom: 20px;
}

p a {
	color: #64572a;
	font-weight: bold;
}

a img {
	text-decoration: none;
	border: none;
}

.valign {
	display: inline-block;
	vertical-align: middle;
}

.content ul {
	margin-bottom: 20px;
}

.content li {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #666666;
	list-style-type: disc;
	margin-left: 20px;
}

.free {
	font-weight: bold;
	color: red;
}

strong {
	font-weight: bold;
}

blockquote {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4em;
	color: #8c8c8c;
	background: #f1f1f1;
	border: 1px solid #e5e5e5;
	margin: 0px 10px;
	padding: 10px 10px;
}

hr { display: none; }

.hr { 
	height: 2px;
	background: #d5d3cd;
	overflow: hidden;
	margin-bottom: 20px;
}

.hr-dotted { 
	height: 1px;
	border-top: 2px dotted #d5d3cd;
	overflow: hidden;
	margin-bottom: 20px;
}

.artist-image {
	padding: 4px;
	border: 1px solid #e5e5e5;
	background: #fff;
	margin: 0px 0px 10px;
}

.artists .image-right {
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 4px;
	border: 1px solid #e5e5e5;
	background: #fff;
}


fieldset {
	border: none;
	padding: 20px 0px;
}

legend {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
}

label {
	float: left;
	width: 150px;
}

input[type=submit] {
	float: left;
	margin: 0px 0px;
	margin-left: 150px;
}

input[type=reset] {
	float: left;
	margin: 0px 0px;
	margin-left: 20px;
}

#bottom-nav {
	margin: 20px 0px;
	font-size: 1.2em;
	text-align: center;
}

#bottom-nav ul {
	list-style-type: none;
}

#bottom-nav li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	border-right: 1px solid #6f6980;
}

#bottom-nav li.last {
	border-right: none !important;
}


#bottom-nav a{
	color: #eeece4;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#bottom-nav a:hover{
	color: #8f86a8;
}

#footer {
	text-align: center;
}

#footer p {
	font-size: 1.1em;
	color: #6f6980;
}

#footer a {
	color: #8f86a8;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* ------ Progamme table ------- */

.programme {
	margin: 30px 40px 0px 40px;
	padding-bottom: 40px;
}

.purple {color: #af0060}

.col-1 { background: transparent url("/images/programme/col--bg.jpg") repeat-x bottom; position: relative; margin-bottom:10px;}
.col-2 { background: transparent url("/images/programme/col--bg.jpg") repeat-x bottom}
.col-3 { background: transparent url("/images/programme/col--bg.jpg") repeat-x bottom}

.time {float: right; text-align: right; margin-right: 0px}

.programme h3 {
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	background: #51284d;
	padding: 10px 0px;
	color: #fff;
}

.programme h4 {
	font-size: 2em;
	color: #af0060;
	margin: 20px 0px 20px 0px;
}

.programme p {
	font-size: 1.2em;
	margin-left: 0px;
}

.programme .hr-dotted {
	height: 1px;
	border-top: 2px dotted #d5d3cd;
	overflow: hidden;
	margin: 10px 0px;
}

.prog-image {
height: 190px;}

.wed-session {
height: 160px;}

.fri-session {
margin-top: 133px;}

.af-session {
height: 300px;}

.ev-session {
height: 200px;}

.prices {
	border-top: 5px solid #eeece4;
	padding: 5px 0px;
}

.prices p{
	margin: 5px 0px 5px 0px;
}

.base {
	width: 280px;
	position: absolute;
	bottom: 0px;
}

/* ------ Tickets table ------- */

table.prices {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	color: #424242;
}

table.prices tr.alt {
	background: #e1dfd7;
}

table.prices th{
	font-size: 1.2em;
	padding: 5px 0px;
	text-align: center;
	color: #af0060;
	font-weight: bold;
}

table.prices td{
	font-size: 1.2em;
	padding: 10px 0px;
	text-align: center;
	width: 200px;
}

table.prices td.day{
	font-size: 1.2em;
	color: #af0060;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
}

.artist-links p{
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.artist-links a{
	font-weight: normal;
}

.download {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
