/* tags */
body {
	background-color: #fff;
	color: #000;
	font: 0.7em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
}

h1, h2, h3, h4, h5, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1,
h2.main {
	font-size: 2.8em;
	
}
#content h1 {
	margin-bottom: 0.15em;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 0.7em;
}
h3 a {
    text-decoration: none;
}
h3 a:hover 
{
    text-decoration: underline;
}
p {
	font-size: 1.2em;
	margin: 0 0 1em;
}

a {
	color: #000;
}
.blue a,
a:hover,
#header ul li a:hover,
#header ul li.active a {
	color: #009ac7;
}
/* structure */
#wrapper {
	width: 960px;
	margin: 12px auto;
	text-align: left;
	position: relative;
	
}
#header {
	height: 135px;
	position: relative;
}

/* header */
#logo {
	display: block;
	float: left;
}
#header h1 {
	float: left;
}
#header ul {
	position: absolute;
	bottom: 0;
	left: 172px;
	width: 738px;
	border-bottom: 3px solid #000;
	padding: 0 18px 0 22px;
}
#header ul li {
	float: left;
	font-size: 1.3em;
}
#header ul li.lang {
	float: right;
}
#header ul li a {
	display: block;
	float: left;
	padding: 7px 12px;
	color: #000;
	text-decoration: none;
}

/* content */
#contentholder {
	margin: 57px 0 96px;
}
#nav {
	float: left;
	width: 151px;
	margin-right: 19px;
	min-height: 10px;
}
#nav ul li {
	display: inline; /* IE6 is shit */
}
#nav ul li a {
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #000;
	padding: 7px 0;
}
#nav ul li:last-child a,
#nav ul li.last a {
	border-bottom: none;
}
#content {
	float: left;
	width: 480px;
}
#sidebar {
	float: right;
	width: 231px;
}
.testimonials {
	border-top: 1px solid #000;
	margin-top: 26px;
	padding-top: 20px;
}
.testimonials p {
	color: #009ac7;
}
/* home */

#content.home {
	float: none;
	margin: 23px 0 30px;
	width: 960px;
}
#banner {
	float: left;
	width: 710px;
	height: 290px;
	margin-bottom: 20px;
}
#homecontent {
	margin: 0 290px 0 248px;
}
.feature {
	float: right;
	width: 240px;
}
#content .feature h3 {
	font-size: 1.7em;
	line-height: 1.1;
	margin-bottom: 10px;
}
.feature p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.title {
	font-size: 1.5em;
}
/* programme */
.schedule {
	float: left;
	padding-top: 21px;
	width: 790px;
	margin-right: -310px;
}
.schedule li {
	float: left;
	position: relative;
	height: 617px;
	background-color: #eeeded;
	width: 230px;
	padding: 13px;
	margin: 0 11px 0 0;
}
.schedule li.last {
	margin: 0;

}
.schedule li ul li {
	float: none;
	position: relative;
	background: none;
	height: 120px;
	width: 230px;
	padding: 0;
	overflow: hidden;
	margin: 0 0 13px;
}
.schedule li ul li a {
	display: block;
	width: 230px;
	height: 120px;
	text-decoration: none;
}
.schedule li ul li span.desc {
	display: block;
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 2px 5px 0 10px;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 215px;
	height: 34px;
	font-size: 1em;
	/*background: transparent url(../images/bg-trans.png) top left repeat; */
	background: #777676;
}
.schedule li h3,
#content .schedule li h3 {
	position: absolute;
	top: -22px;
	right: 16px;
	color: #fff;
	width: 46px;
	height: 38px;
	padding: 20px 18px 0 12px;
	font-size: 1em;
	margin: 0;
	text-align: center;
}
.thurs {
	background: transparent url(../images/bg-thursday.png) top left no-repeat;
}
.fri {
	background: transparent url(../images/bg-friday.png) top left no-repeat;
}
.sat {
	background: transparent url(../images/bg-saturday.png) top left no-repeat;
}
.schedule li ul li span.link {
	color: #fff;
	font-size: 0.9em;
	text-decoration: underline;
}
.schedule li ul li a:hover span.link {
	color: #009ac7;
}
/* pop-up / session */
#session {
	text-align: left;
	width: 445px;
	margin: 18px 0 0 18px;
}
/*
#cboxTitle 
{
    visibility: hidden;
} */
#content #session {
	margin-top: 0;
}
#session h1 {
	font-size: 2.2em;
}
#session h1 span {
	font-size: 0.55em;
	vertical-align: top;
}
#session .schedule {
	width: auto;
	margin: 0;
}
#session .schedule li {
	height: 203px;
	width: 238px;
}
#session .schedule li h2 {
	margin-bottom: 1em;
}
#session .schedule li ul li {
	height: 158px;
}
.session_info {
	float: left;
	width: 168px;
	margin-top: 21px;
}

.info,
.details p,
label,
.submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.details {
	width: 190px;
	margin-right: 18px;
	float: right;
}
.row {
	margin-bottom: 15px;
}
label {
	display: block;
	margin-bottom: 7px;
}
.textbox,
select {
	width: 216px;
	
}
.textbox,
.textarea,
select,
.submit {
	border: 1px solid #999;
	background-color: #f8f8f8;
	padding: 2px 1px;
}
.textarea {
	width: 454px;
	height: 177px;
}
.submit {
	padding: 2px 6px;
	cursor: pointer;
}
.submit:hover {
    background-color: #009ac7;
    color: #fff;
}
/* virtual pierhead */
.gallery {
	margin: 0 -300px 10px 0;
	width: 780px;
}
.gallery li {
	float: left;
	width: 193px;
	height: 117px;
	position: relative;
	margin: 0 2px 3px 0;
}
.gallery li p {
	position: absolute;
	bottom: 0;
	left: 16px;
	margin: 0;
}
.videos,
.seemore {
	width: 783px;
	margin-right: -303px;
}
.videos li {
	float: left;
	width: 258px;
	margin-right: 3px;
}
.seemore {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
}
.gallery li p a,
.seemore a {
	color: #898989;
}
.gallery li p a:hover,
.seemore a:hover {
	color: #009ac7;
}

.staff, .news{
    margin-bottom: 20px;
}
/* footer */
#footer {
	border-top: 1px solid #000;
	padding-top: 9px; 
}
#footer a {
	color: #898989;
}
#bookmark {
    float: left;
    position: relative;
    z-index: 1;
}
.BookmarkList {
    background-color: #fff;
    position: absolute;
    display: block;
    margin: 0;
    padding: 10px;
    z-index: 10;
}

.BookmarkList li 
{
    margin-bottom: 5px;
}
.BookmarkList li a {
    display: block;
    text-decoration: none;
}
.BookmarkList li a:hover span,
.BookmarkList li a:hover {
    color: #009ac7;
}
.BookmarkList li a span 
{
    text-decoration: underline;
}
.BookmarkList li a img 
{
    vertical-align: middle;
    margin-right: 10px;
}

.content {
    height: 65px;
    min-height: 65px;
    padding-bottom: 1px;
}
html>body .content {
    height: auto;
}
.resources li img {
    vertical-align: middle;
}
/* classes */
.blue {
	color: #009ac7;
}
.float_left {
	float: left;
}
.float_left.thumbnail {
    margin: 0 10px 10px 0;
}
.float_right {
	float: right;
}
.pngfix {
	behavior: url(js/iepngfix.htc);
}
.clear {
	clear: left;
}
.quote,
.quotee {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.quote {
	font-size: 1.7em;
}
.quotee {
	font-size: 1.1em;
	margin: -0.8em 0 2.2em;
}
.quote_left {
	margin-left: -25px;
}
.quote_right {
	vertical-align: text-bottom;
}

.image-summary {
    display:block;
    float:left;
    width:640px;
    margin-top:10px
    }
.image-title{
    float:left;
    position:relative;
    left:0px;top:-10px;display:block;width:640px
    }

/* wysiwyg styles */
.wysiwygleft {
    float: left;
    margin: 0 1em 1em 0;
}
.wysiwygright {
    float: right;
    margin: 0 0 1em 1em;
}
.highlight {
    background-color: #FDC613;
    padding: 0 2px;
}
.warning {
    color: #B32317;
    font-weight: bold;
}
#content h3 {
    font-size: 2.2em;
}
h4 {
    font-size: 1.7em;
}
h5 {
    font-size: 1.4em;
}
#content h3, h4, h5 {
    margin-bottom: 10px;
}
/* Pagination */
.paginationHeader, .paginationFooter
{
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.paginationHeader 
{
    border-bottom: 1px solid #999;
}
.paginationFooter 
{
    border-top: 1px solid #999;
}
.paginationHeader span, .paginationHeader a, .paginationFooter span, .paginationFooter a
{
    padding: 0 2px;
}
.currentPage 
{
    color: #009AC7;
}
