/* Presentation
----------------------------------------------- */

a { 
	color: #ec008c;
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
}

a.ext {
	padding-right: 15px;
	background: transparent url(../images/ext-link.png) center right no-repeat;
}

.hidden {
	text-indent: -1000em;
}
strong, b {
	color: #EC008C;
}
body.venue strong, body.contact strong { color: black; }
small { font-weight: normal; }

table strong {
 color: black;
}

body {
  background: black url(../images/body-bg2.png) top center no-repeat;
}
img { border: 0; }

#container {
  background-color: white;
}

#contentwrapper {
  background-color: white;
}

/* Left Column */
h1#logo {
	display: block;
	margin: 0;
	padding: 0;
	width: 168px;
	height: 230px;
	background: transparent url(../images/lrf-2010-logo.png) top left no-repeat;
}
#booknow {
	margin-bottom: 5em;
}
#liquidatum p { 
	margin-top: 0; 
	color: #808080; 
	font-size: 1.1em; 
}
#liquidatum a.ext {
	text-decoration: underline;
}
#liquidatum a.ext:hover {
	text-decoration: none;
}

/* Centre Column */

#slideshow-wrap {
  display: block;
  width: 610px;
  height: 322px;
}

#main-content h2.title {
	width: 686px;
	height: 165px;
	margin-top: 0;
	background: transparent url(../images/headings/generic.png) top left no-repeat;
}
body.home #main-content h2 {
	width: 610px;
	height: 322px;
	background-image: url(../images/headings/home.png);
}
body.home #main-content h2 a {
  display: block;
  width: 610px;
	height: 322px;
}

body.about #main-content h2 {
  width: 686px;
  height: 165px;
	background-image: url(../images/headings/about.png);
}
body.agenda #main-content h2 {
  width: 686px;
  height: 165px;
	background-image: url(../images/headings/agenda.png);
}
body.venue #main-content h2 {
  width: 686px;
  height: 165px;
	background-image: url(../images/headings/venue.png);
}
body.contact #main-content h2 {
  width: 686px;
  height: 165px;
	background-image: url(../images/headings/contact.png);
}
body.book #main-content h2 {
	width: 686px;
	height: 165px;
	background-image: url(../images/headings/booking.png);
}
body.terms #main-content h2 {
	width: 405px;
	height: 41px;
	background-image: url(../images/headings/terms.png);
}
.content h3 {
	font-size: 2.0em;
	line-height: 1.1em;
}
body.agenda .content h3 { margin-bottom: 0; }
h3#dateandtime {
	margin-top: 0;
}
.content h4 {
	font-size: 1.7em;
	line-height: 1.1em;
}
.content h5 {
	font-size: 1.4em;
	line-height: 1.1em;
}

#event-details {
  width: 610px;
  height: 105px;
  background: transparent url('../images/panels/home-details.png') repeat-x top left;
}
#event-details .block {
  margin: 0;
  width: 40%;
  float: left;
}
#event-details .block p {
  margin: 0;
  color: #b2b2b2;
}

body.venue .content h4 { margin-bottom: 0; }
body.venue .content h4 + p { margin-top: 0; }
.pink, h3 span { color: #EC008C; }

/* body text styles */
.content p, .content li, .content td {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333333;
}
body.home .content p {
	font-size: 1.6em;
	line-height: 1.3em;
	color: black;
}
body.home .content p, body.home #innerleft p, body.home #innerright p {
	font-weight: bold;
}
.content p.small { font-weight: normal; }
.content p.strong { font-weight: bold; }
.content p.intro {
	font-size: 1.6em;
	color: black;
}
.floatright {
	float: right;
	width: 125px;
	margin: 10px 0 10px 10px;
	padding: 5px;
}
.floatright a {
	text-decoration: underline;
}
.centered {
	text-align: center;
}
.content p.quote { font-weight: bold; font-size: 1.6em; }
.content p.quote-odd { color: #820053; }
.content p.quote-even { color: #EC008C; }
p.time { color: #999999; margin-bottom: 0;}
p.time + h3 {
	margin-top: 0;
}
body.home .intro p.first { margin: 0; }
body.home .intro p.second { margin-top: 0; }

p.director em { padding-left: 30px; }

table.panel-people { 
	width: 100%; 
	margin-top: 10px;
}
table.panel-people td.label { 
	vertical-align: top;
	font-style: italic;
	width: 20%;
}
table.panel-people td.person-people { 
	width: 80%;
}

img.left {
  float: left;
  margin: 0 1em 1em 0;
}
p.required {
  color: red;
}

/* Inner Columns */
#innerleft .block, #innerright .block {
	background: transparent url(../images/nav-line.png) top left repeat-x;
}
#innerleft .block p, #innerright .block p {
	margin: 5px 0;
}
#innerleft .block p.comment, #innerright .block p.comment {
	color: #820053;
	font-size: 1.6em;
}

body.home #innerright .block p.comment {
	display: block;
	width: 284px;
	height: 112px;
	background: transparent url(../images/panels/home-quote.png) top left no-repeat;
}

