@charset "UTF-8";
/* hard reset */
* {
margin: 0;
padding: 0;
}

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
background-color: #0f4c33;
}

p {
font-size: 1.4em;
line-height: 1.5;
color: #456;
margin-bottom: 1em;
}

a {
color: #00824d;
font-weight: bold;
}
a:hover {
color: #00824d;
}

h1 {
font-size: 2.8em;
font-weight: normal;
margin-bottom: 1em;
padding-bottom: .2em;
border-bottom: 1px solid #ccc;
}

h2 {
font-size: 1.8em;
font-weight: bold;
font-style: italic;
margin-bottom: 1em;
}

h3 {
font-size: 1.5em;
margin-bottom: 0;
}

#content ul, ol {
margin: 0 0 1em 2em;
font-size: 1.4em;
/* color: #456; */
color: #222;
line-height: 1.5;
}

table {
margin-bottom: 1em;
}
table td {
border-bottom: 1px solid #f2f2f2;
padding: 4px 0;
vertical-align: top;
}
table td p {
margin-bottom: .5em;
}

form {
background-color: #f2f2f2;
padding: 20px;
margin-bottom: 20px;
}
form legend {
font-size: 1.4em;
font-weight: bold;
margin-bottom: 1em;
color: #00824d;
}
form fieldset {
border: none;
margin-bottom: 1em;
overflow: auto;
}
form label {
font-weight: bold;
}
form input, select, textarea, label {
font-size: 1.4em;
}
form .fieldgroup {
margin-bottom: 4px;
padding: 2px 0;
clear: both;
overflow: hidden;
}
form .radio {
margin-right: .5em;
}
form .inline {
float: left;
display: block;
}
form .hidden {
visibility: hidden;
}
form span.req {
color: red;
}

#bookingform label.inline {
width: 200px;
}
#bookingform input.text {
width: 400px;
}
#bookingform textarea {
width: 400px;
}

/* main layout */

#header {
/* height: 248px; */
height:auto !important;
height:225px;
min-height:225px;
overflow: hidden;
background: url(http://parlicentre.org/img/subsites/bg-header.jpg) center bottom no-repeat;
padding:20px 30px 0 30px;
}

#title {
/* float: left;
display: block;
width: 660px;
padding: 0;
margin: 20px 0 0 0; */
display: inline;
}
#title p {
margin: 0;
}

.conf-title{
	/* width:800px; */

}

#title .conf-title {
font-size: 2.14em;
font-weight: bold;
font-style: italic;
color: #fff;
}
#title .conf-title span {
font-weight: bold;
color: #f3ca4e;
}
#title .conf-date-venue {
font-size: 1.6em;
color: #cce9dd;
}

#cps-logo {
float: right;	
height: 44px;
width: 179px;
/* margin: 20px 0 0 0;
padding: 0; */
margin-left:1em;
display: inline;
}
#cps-logo a {
display: block;
height: 44px;
width: 179px;
border: none;
text-indent: -3000em;
outline: none;
background: url(http://parlicentre.org/img/subsites/cps-logo.gif) top left no-repeat;
}

#wrapper {
width: 1000px;
margin: 0 auto 20px auto;
padding: 0;
background: url(http://parlicentre.org/img/subsites/bg-wrapper.gif) top left repeat-y;
overflow: hidden;
}

#nav {
margin: 0 30px 0 30px;
}

#nav ul {
list-style: none;
#overflow: auto;
#height: auto;
height:auto !important;
height:4em;
min-height:4em;
}

#nav ul li {
float: left;
padding: 10px 20px 10px 0;
}

#nav ul li a {
display: block;
float: left;
font-weight: normal;
font-size: 1.6em;
text-decoration: none;
color: #cce9dd;
outline: none;
}
#nav ul li a:hover {
color: #f3ca4e;
}

#home 				#nav ul li.home 			a { color: #f3ca4e; }
#contact 			#nav ul li.contact 		a { color: #f3ca4e; }
#attend 			#nav ul li.attend 			a { color: #f3ca4e; }
#agenda 			#nav ul li.agenda 			a { color: #f3ca4e; }
#venue 			#nav ul li.venue 			a { color: #f3ca4e; }
#accommodation 	#nav ul li.accommodation 	a { color: #f3ca4e; }
#register 		#nav ul li.register 		a { color: #f3ca4e; }
#training 		#nav ul li.training 		a { color: #f3ca4e; }
#gallery 			#nav ul li.gallery 		a { color: #f3ca4e; }
#downloads 		#nav ul li.downloads 		a { color: #f3ca4e; }
#speakers 		#nav ul li.speakers 		a { color: #f3ca4e; }

#content {
overflow: auto;
height: 100%;
margin: 0 30px 20px 30px;
background-color: #fff;
padding: 10px 20px;
}


.column {
float: left;
margin: 0 20px 10px 0;
}
.primary {
width: 660px;
}

.secondary {
width: 220px;
}
.equal {
width: 440px;
}
.full {
width: 900px;
}
.last {
margin: 0;
}
.clear {
clear: both;
}

#footer {
clear: both;
width: 1000px;
background: url(http://parlicentre.org/img/subsites/bg-footer.gif) bottom left no-repeat;
margin: 0 auto;
text-align: center;
padding-bottom: 20px;
}
#footer p {
font-size: 1.2em;
color: #fff;	
}
#footer a {
color: #fff;
text-decoration: none;
}

.conf-detail {
background-color: #f2f2f2;
padding: 10px;
}
.conf-detail p {
}
.conf-detail p span.title {
display: block;
float: left;
width: 100px;
font-weight: bold;
}
.conf-detail p span.info {
display: block;
float: left;
width: 280px;
}

.quote {
border-left: 4px solid #456;
padding-left: 10px;
font-size: 1.3em;
font-style: italic;
}
.quote-attribution {
text-align: right;
font-weight: bold;
font-size: 1.3em;
}

/* large icons on venue */
.large-icon {
padding-left: 70px;
}
.parking {
background: url(http://parlicentre.org/img/subsites/icon-parking.png) 0 .5em no-repeat;
}
.eurostar {
background: url(http://parlicentre.org/img/subsites/icon-eurostar.png) 0 .5em no-repeat;
}
.airport {
background: url(http://parlicentre.org/img/subsites/icon-airport.png) 0 .5em no-repeat;
}
.underground {
background: url(http://parlicentre.org/img/subsites/icon-underground.png) 0 .5em no-repeat;
}

/* jquery ui tabs */
.ui-tabs .ui-tabs-hide {
display: none;
}
#content #tabs {
list-style: none;
overflow: auto;
border-bottom: 1px solid #456;
margin-left: 0;
height: 30px;
}
#content #tabs li {
float: left;
overflow: hidden;
font-weight: bold;
margin-right: 4px;
}
#content #tabs li a {
display: block;
text-decoration: none;
background-color: #f2f2f2;
color: #456;
padding: 4px 20px;
}

/*#content #tabs li.ui-state-default {
background-color: #f2f2f2;
}
#content #tabs li.ui-state-default a {
color: #456;
}
#content #tabs li.ui-tabs-selected {
background-color: #456;
}
#content #tabs li.ui-tabs-selected a {
color: #fff;
}*/

#content #tabs li.last {
border: none;
}

/* speakers */

#speakers #tabs {
border-bottom: none;
overflow: auto;
height: auto;
}

#speakers #tabs li {
width: 208px;
height: 110px;
padding: 4px;
margin-bottom: 4px;
background-color: #f2f2f2;
}
#speakers #tabs li:hover {
background-color: #cce9dd;
}
#speakers #tabs li a {
display: block;
width: 208px;
height: 110px;
padding: 0;
margin: 0;
color: #000;
line-height: 1.3;
}
#speakers #tabs li a span {
font-weight: normal;
font-size: .8em;
}
#speakers #tabs li img {
float: left;
border: none;
margin-right: 8px;
}

/* agenda */
table td.time {
font-weight: bold;
width: 80px;
}
table td.session {
font-weight: bold;
width: 100px;
text-transform: uppercase;
text-align: right;
}
table td p.title {
font-weight: bold;
font-size: 1.4em;
color: #000;
background-color: #f2f2f2;
padding: 4px;
}
.confirmed {
/*font-weight: bold;
border-left: 20px solid #95df59;
padding-left: 8px;*/
}
.invited {
/*padding-left: 8px;
border-left: 20px solid #df5959;*/
}

/* images */
.img-right {
float: right;
margin: 0 0 20px 20px;
}

.main-image {
clear: both;
margin-bottom: 10px;
}
.column img {
margin-bottom: 10px;
}

#book-place {
background: #cce9dd url(http://parlicentre.org/img/subsites/icon-booking.gif) 10px 10px no-repeat;	
}
#events {
background: #cce9dd url(http://parlicentre.org/img/subsites/icon-film.gif) 10px 10px no-repeat;	
}

.box {
padding: 10px;
margin-bottom: 10px;
height: 70px;
}
.box p {
padding-left: 70px;
margin-bottom: 0;
}

/* gallery */

#gallery ul.slideshow {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
overflow: auto;
}

#gallery ul.slideshow li {
float: left;
width: 208px;
height: 138px;
margin: 0 0 5px 5px;
padding: 5px 5px 15px 5px;
background: url(http://parlicentre.org/img/subsites/bg-gallery-pic.gif) top left no-repeat;	
}

#gallery ul.slideshow li a {
margin: 0;
padding: 0;
}

#gallery ul.slideshow li a img {
border: none;
margin: 0;
padding: 0;
}

#film {
margin-bottom: 20px;
}

.thumbnails img {
   width:200px;
   float:left;
   margin-right:25px;
   margin-bottom:10px;
}

img.last {
   margin-right:0;
}

#content ul.speakers {
	list-style:none;
	margin:0;
	padding-left:0;
}

#content ul.speakers li {
	margin-left:0;
	padding-left:0;
}

ul.speakers .name {
	font-weight:bold;
}

ul.speakers li.confirmed {
	color:#DF7401;
}

ul.speakers li.confirmed .name{
	
}

#content .timestamp {
	font-family:"Tahoma",sans;
	font-size:1.1em;
	line-height:3.2em;
	float:right;
}

