* {
margin: 0;
padding: 0;
}

/* reset html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

body {
color: #444;
background-color: #fff;
/* font-size: 62.5%; */
line-height: 1.8em;
}

img {
border: none;
}

img.right,
.right {
float: right;
xwidth: 100%;
}

img.left,
.left {
float: left;
xwidth: 100%;
}

img.wide {
display: block;
max-width: 100%;
height: auto;
}

a {
color: #444;
text-decoration: none;
}

a.btn {
display: inline-block;
padding: 10px;
color: #fff;
background-color: #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a.btn:hover {
color: #fff;
background-color: #999;
}

a.prime-link {
padding: 10px;
font-size: 1.4em;
}

.more-links a {
float: left;
background-color: #000;
color: #fff;
font-size: 1.4em;
}

blockquote {
margin: 0 3rem;
}

sup,
sub {
line-height: 0;
}


/* Typography
------------------------------*/
#pageheader h1 {
font-size: 2em;
font-weight: normal;
}

#channel-head h1,
#page-head h1 {
padding: 10px 0;
font-size: 3.6em;
line-height: 1em;
font-weight: normal;
}

#channel-head h1 span,
#page-head h1 span {
font-size: 0.6em;
font-weight: normal;
}

.index p {
padding: 10px;
font-size: 1.4em;
}

.index-entry h1 {
padding: 5px 0;
font-size: 1.6em;
line-height: 1.3em;
font-weight: normal;
overflow: hidden;
}

.index-short h1 {
padding: 0;
font-size: 1.4em;
font-weight: 400;
}

.index-entry p {
padding: 5px 0;
font-size: 1.3em;
overflow: hidden;
}

.index-entry p.article-date {
padding: 0;
color: #999;
background-color: transparent;
}

.content h1 {
padding: 5px 0;
font-size: 1.8em;
font-weight: normal;
}

.content h2 {
padding: 5px 0;
font-size: 1.6em;
font-weight: normal;
}

.content h3 {
padding: 5px 0;
font-size: 1.4em;
font-weight: normal;
}

.content p {
padding: 5px 0;
font-size: 1.4em;
}

.index-entry a {
display: block;
padding: 10px 0;
color: #444;
background-color: transparent;
text-decoration: none;
overflow: hidden;
}

.index-short a {
display: block;
padding: 5px 0;
color: #444;
background-color: transparent;
text-decoration: none;
}

.feature-head h1,
.section-head h1 {
padding: 10px 0;
font-size: 1.8em;
font-weight: normal;
}

.article-content h1 {
padding: 10px 0;
font-size: 3em;
font-weight: 100;
line-height: 1.2em;
}

.article-content h2 {
padding: 10px 0;
font-size: 2.4em;
font-weight: 100;
line-height: 1.2em;
}

.article-content h3 {
padding: 10px 0;
font-size: 2em;
font-weight: 100;
line-height: 1.2em;
}

.article-content h4 {
padding: 10px 0;
font-size: 1.8em;
font-weight: 400;
line-height: 1.2em;
}

.article-content h5 {
padding: 10px 0;
font-size: 1.8em;
font-weight: 100;
line-height: 1.2em;
}

.article-content h6 {
padding: 10px 0;
font-size: 1.6em;
font-weight: 600;
line-height: 1.2em;
}

.article-content p {
padding: 10px 0;
font-size: 1.4em;
}

.article-content p.standfirst {
padding: 10px 0;
font-size: 2em;
line-height: 1.2em;
font-weight: 400;
letter-spacing: 0.1em;
}

.article-content p.quoteCenter,
.article-content p.quoteCentre {
padding: 10px 0;
font-size: 1.6em;
line-height: 1.4em;
font-weight: 100;
letter-spacing: 0.125em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.article-content p.quoteLeft {
float: left;
width: 280px;
margin: 10px 20px 10px 0;
padding: 10px 0;
font-size: 1.6em;
line-height: 1.4em;
font-weight: 100;
letter-spacing: 0.125em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.article-content p.quoteRight {
float: right;
width: 280px;
margin: 10px 0 10px 20px;
padding: 10px 0;
font-size: 1.6em;
line-height: 1.4em;
font-weight: 100;
letter-spacing: 0.125em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.article-content ul,
.article-content ol {
margin: 0 0 0 30px;
}

.article-content ul li,
.article-content ol li {
padding: 5px 0;
font-size: 1.4rem;
}

.boxRight h1,
.boxLeft h1,
.boxCentre h1 {
font-size: 2.2em;
}

.boxRight h2,
.boxLeft h2,
.boxCentre h2 {
font-size: 2em;
font-weight: 400;
}

.boxRight h3,
.boxLeft h3,
.boxCentre h3 {
font-size: 1.8em;
font-weight: 400;
}

.article-head p {
padding: 2px 0;
font-size: 1.2em;
}

.article-utils p.article-date {
float: left;
padding: 8px 0 0 0;
color: #999;
background-color: transparent;
font-size: 1.6em;
}

#account-status p {
font-size: 2em;
}

#account-status p span {
font-size: 0.6em;
}

#account-status p.Active {
color: #468C00;
background-color: transparent;
}

#account-status p.Expired {
color: #f00;
background-color: transparent;
font-size: 2em;
}

#site-alert p {
font-size: 1.2em;
}

#site-alert a {
color: #ff0;
background-color: #000;
}

.footer-head h1 {
font-size: 1.8em;
font-weight: normal;
}

footer p {
padding: 5px;
font-size: 1.2em;
}

.error {
color: #f00;
background-color: transparent;
}

.error-label {
position: relative;
top: -10px;
left: 0;
}
.error-label::before {
content: "\25b2";
}

.alert {
color: #f00;
background-color: transparent;
}

.notice {
padding: 5px !important;
color: #444;
background-color: #FFF6B2;
border: 1px solid #FFBF54;
}

.index-img {
float: left;
padding: 10px 10px 10px 0;
position: relative;
}

.slides .index-img {
padding: 0;
}

p.admin {
display: none;
color: #f00;
background-color: transparent;
font-size: 1em;
}

.small {
font-size: 0.8em !important;
}

/* Alert modal
------------------------------*/
.modal {
display: none;
}
.modal-dialog {
position: relative;
width: 100%;
border-bottom: 1px solid #fff;
}
.modal-content {
position: relative;
color: #444;
background-color: #ffe710;
text-align: left;
overflow: hidden;
}
.modal-body {
padding: 20px;
overflow: hidden;
}
.modal-buttons {
float: right;
padding: 20px;
}
.modal-content p {
padding: 0.2rem;
font-size: .9rem;
line-height: 1.4rem;
color: #444;
background-color: transparent;
}
.modal-content input.btn,
.modal-content button.btn {
padding: 5px 10px !important;
font-size: 20px !important;
line-height: 26px !important;
color: #fff !important;
background-color: #03468C !important;
}

/* Account navigation
------------------------------*/
#accountnav {
overflow: hidden;
}

	#accountnav ul {
	float: right;
	margin-top: 5px;
	list-style: none;
	}

		#accountnav ul li {
		float: left;
		}

			#accountnav ul li a {
			display: block;
			width: 74px;
			margin: 0 0 0 2px;
			padding: 5px 0;
			color: #444;
			background-color: transparent;
			font-size: 1.3em;
			line-height: 1.3em;
			text-align: center;
			text-decoration: none;
			}

			#accountnav ul li#nav-login a {
			color: #fff;
			background-color: #468C00;
			}

			#accountnav ul li#nav-trial a {
			color: #fff;
			background-color: #0085B2;
			}

/* Main navigation
------------------------------*/
#mainnav {
color: #fff;
background-color: #000;
overflow: hidden;
}

	a.navtoggle {
	display: none;
	color: #fff;
	background-color: transparent;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.6em;
	text-decoration: none;
	}

	.navwrap {
	margin: 0 10px;
	overflow: hidden;
	}

	#mainnav ul {
	list-style: none;
	}

		#mainnav ul li {
		float: left;
		}

			#mainnav ul li a {
			display: block;
			width: 88px;
			padding: 5px 0;
			color: #fff;
			background-color: #000;
			font-size: 1.6em;
			line-height: 1.6em;
			text-align: center;
			text-decoration: none;
			}

			#mainnav ul li.active a {
			color: #fff;
			background-color: #666;
			}

			#mainnav ul li a:hover {
			color: #fff;
			background-color: #666;
			}

/* Forms
------------------------------*/
legend {
display: none;
}

fieldset {
padding: 2px;
border: none;
}

fieldset.fb-combo {
position: relative;
padding: 0;
}

fieldset.shaded {
clear: left;
margin: 0 !important;
padding: .5rem;
background-color: #efefef;
background-image: none;
}

.content-form label {
display: block;
font-size: 1.4em;
}

.content-form label.checkbox-label {
display: inline;
font-size: 1.4em;
}

.content-form input,
.content-form select {
width: 99%;
margin: 0 0 10px 0;
padding: 5px 0;
border: 1px solid #ccc;
font-size: 1.4em;
}

.content-form input.checkbox {
width: auto;
height: auto;
margin: 0 10px 0 0;
border: 1px solid #ccc;
font-size: 1.4em;
}

.content-form input.supercheckbox {
width: 20px;
height: 20px;
margin: 0 10px 0 0;
border: 1px solid #ccc;
}

.content-form input.radio {
width: auto;
height: auto;
margin: 0 10px 0 0;
border: 1px solid #ccc;
font-size: 1.4em;
}

.content-form span.radio-txt {
font-size: 1.4em;
}

.content-form textarea {
width: 98%;
height: 180px;
margin: 0 0 10px 0;
border: 1px solid #ccc;
font-size: 1.4em;
}

.content-form input.btn,
.content-form button.btn {
/* width: auto;
min-height: 26px;
margin: 0 5px;
padding: 10px;
font-size: 1.4em;
color: #fff;
background-color: #000;
border: none;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; */
}

.content-form input.btn:hover,
.content-form button.btn:hover {
color: #fff;
background-color: #666;
}

.content-form input.txt-btn,
.content-form button.txt-btn {
width: auto;
margin: 0 5px;
padding: 10px;
font-size: 1.2em;
text-decoration: underline;
color: #666;
background-color: transparent;
border: none;
cursor: pointer;
}

.content-form a.txt-btn {
margin: 0 10px 0 0;
font-size: 1.2em;
text-decoration: underline;
color: #666;
background-color: transparent;
}

.content-form input.cart-btn,
.content-form button.cart-btn {
width: auto;
min-height: 0;
margin: 0;
padding: 0 .5rem;
font-size: .8em;
}

input.readonly {
border: none;
}

input.inline {
display: inline;
width: auto;
}

input.coupon {
padding: 2px 0;
font-size: 1em;
}

input.highlight {
border: 1px solid #FF3036;
}

label.error {
display: inline;
color: #FF3036;
background-color: transparent;
padding: 0 0 0 17px;
}

/* Search form elements
------------------------------*/
.search-form {
/* padding: 10px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px; */
}

#search .search-options {
text-align: center;
}

#search a.searchtoggle {
padding: 5px 10px;
font-size: 1.2em;
font-weight: normal;
color: #444;
background-color: #efefef;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.search-form span {
font-size: 1.4em;
font-weight: normal;
}

#sf-keywords-label {
display: block;
margin-right: 50px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border: 1px solid #ccc;
}

input#sf-keywords {
width: 100%;
margin: 0;
padding: 7px 5px;
border: none;
border-color: transparent;
color: #333;
outline: none;
font-size: 1.4em;
}

button#sf-submit {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 8px 5px;
border: none;
outline: none;
font-size: 1.4em;
color: #000;
background-color: #fff;
cursor: pointer;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

#adv-search-options {
padding: 5px;
}

#adv-search {
display: none;
padding: 5px;
overflow: hidden;
color: #444;
background-color: #efefef;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#adv-search label {
display: block;
font-size: 1.4em;
}

#adv-search select {
width: 100%;
margin: 0 0 10px;
padding: 5px;
font-size: 1.2em;
border: 1px solid #ccc;
}

#adv-search input {
width: 98%;
margin: 0 0 10px;
padding: 5px;
font-size: 1.2em;
border: 1px solid #ccc;
}

#adv-search input.radio {
border: 1px solid #ccc;
font-size: 1.2em;
height: auto;
margin: 0 5px;
width: auto;
}

#adv-search fieldset.date {
float: left;
overflow: hidden;
width: 300px;
}

#adv-search input.date {
float: left;
width: 250px;
}

#adv-search img.datepick-trigger {
float: left;
margin: 0 0 0 5px;
cursor: pointer;
}


/* Table styles
------------------------------*/
.article-content table {
margin: 0 0 10px 0;
}

.article-content table caption {
font-size: 1.4em;
font-weight: 100;
margin: 10px 0 5px 0;
text-align: left;
}

.article-content table th {
padding: 4px;
color: #fff;
background-color: #000;
font-size: 1.2em;
text-align: center;
vertical-align: top;
}

.article-content table th.subhead {
color: #fff;
background-color: #666;
}

.article-content table th.subhead2 {
color: #333;
background-color: #ccc;
}

.article-content table td {
padding: 4px;
color: #333;
background-color: #e7e7e7;
background-image: none;
font-size: 1.2em;
text-align: left;
vertical-align: top;
}

.article-content table td.white {
color: #333;
background-color: #fff;
}

.article-content table p,
.article-content table li {
font-size: 1.2em;
}

/* Imported (old) table styles
------------------------------*/
table.import {
margin: 10px;
border-collapse: collapse;
}

table.import td {
padding: 0 10px;
background-color: transparent;
}


/* Comment styles
------------------------------*/
#article-comments {
clear: both;
}

.quip-comment,
.quip-comment-body {
padding: 10px 0;
overflow: hidden;
}

.quip-preview {
margin: 10px 0 0 0;
color: #000;
background-color: #efefef;
}

.quip h2 {
font-size: 1.4em;
font-weight: 400;
}

.quip p {
font-size: 1.4em;
}

.quip p.comment-date {
font-size: 1.2em;
color: #999;
background-color: transparent;
}



/* Header
------------------------------*/
#pageheader {
padding: 0 0 40px 0;
color: #444;
background-color: #efefef;
overflow: hidden;
}

	/* Logo
	------------------------------*/
	#logo {
	float: left;
	width: 264px;
	margin: 0 10px;
	padding: 10px 0;
	}

	#logo img {
	width: 100%;
	}

	/* Head banner
	------------------------------*/
	#banner {
	/* float: right;
	height: 90px;
	margin: 0 10px;
	padding: 10px 0; */
	}

/* Outer container
------------------------------*/
#outerwrap {
overflow: hidden;
}

	.fixedwrap {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	}

/* Section containers
------------------------------*/
#site-alert {
padding: 5px;
text-align: center;
color: #fff;
background-color: #000;
}

#search {
float: right;
width: 640px;
}

#ing-page article.article-content {
margin-bottom: 20px;
max-width: 620px;
}

#register-form {
max-width: 640px;
}

#related-index {
margin: 10px 0;
}

ul.tab-nav {
clear: left;
overflow: hidden;
list-style-type: none;
}

		ul.tab-nav li {
		margin: 0 3px 0 0;
		float: left;
		}

			ul.tab-nav a {
			display: block;
			padding: 8px;
			color: #333;
			background-color: #efefef;
			text-decoration: none;
			font-size: 1.2em;
			white-space: nowrap;
			}

			ul.tab-nav a.selected {
			color: #333;
			background-color: #ccc;
			}

#related-pages ul {
list-style-type: none;
}

	#related-pages li {
	padding: 5px 0;
	color: #444;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: 400;
	}

.trending ol {
padding: 5px;
list-style-position: inside;
list-style-type: decimal-leading-zero;
}

	.trending li {
	padding: 5px;
	color: #444;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: 400;
	}

	.trending li a {
	font-weight: 400;
	}

#pagefooter {
margin-top: 20px;
}

#pagefooter ul.content {
margin: 0 10px 0 5px;
}

#pagefooter ul.content li {
padding: 5px 0;
color: #444;
background-color: transparent;
font-size: 1.2em;
}

#pagefooter ul.footer-nav {
margin: 0;
list-style: none;
}

#pagefooter .footer-nav li {
font-size: 1.4em;
}

#pagefooter .footer-nav li a {
display: block;
padding: 5px;
}

#pagefooter .footer-nav li a:hover {
color: #fff;
background-color: #999;
}

#pagefooter a.btn {
float: left;
margin: 5px;
font-size: 1.8em;
}


	/* Index styles
	------------------------------*/
	.index-entry {
	position: relative;
	overflow: hidden;
	}

		.index-entry span {
		position: relative;
		margin: 0 0 0 5px;
		padding: 2px 5px;
		font-size: 0.8em;
		color: #fff;
		background-color: #000;
		overflow: hidden;
		}

		.index-entry p.status-info {
		xdisplay: none;
		}

	.index a figure {
	position: absolute;
	top: 0;
	}

	.index a:hover figure {
	top: 155px;
	}

	.tweet a {
	display: inline;
	}

	.divider-dark {
	border-bottom: 1px dotted #999;
	}

	.divider-light {
	border-bottom: 1px solid #fff;
	}

	ul.sub-link {
	clear: left;
	margin: 0 0 10px 0;
	list-style-position: inside;
	}

	ul.sub-link li {
	font-size: 1.2em;
	}

	ul.sub-link li a {
	display: inline;
	padding: 0;
	}

	.flexslider {
	xmin-height: 300px;
	overflow: hidden;
	}

	.adslot {
	text-align: center;
	line-height: 0;
	}

	.adslot div {
	margin: 0 auto 10px auto;
	}

	#infocus {
	margin-bottom: 10px;
	}

	.pagination {
	clear: both;
	height: 1%;
	margin: 10px 0;
	overflow: hidden;
	}

	.pagination a {
	border: 1px solid #ccc;
	float: left;
	margin: 2px;
	padding: 5px 8px 2px 8px;
	}

	.pagination span.current-page {
	background-color: #ccc;
	border: 1px solid #ccc;
	color: inherit;
	float: left;
	margin: 2px;
	padding: 5px 8px 2px 8px;
	}

	.pagination a,
	.pagination span.current-page {
	font-size: 1.4em;
	}

	.index-image {
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
	}

	.index-supplement {
	float: right;
	width: 140px;
	margin: 0 5px;
	}

	.logo {
	text-align: right;
	}

	.logo img,
	.index-image img {
	max-width: 100%;
	}


	/* Content styles
	------------------------------*/
	.article-head {
	border-bottom: 1px dotted #999;
	overflow: hidden;
	}

		span.label {
		margin: 0 0 0 5px;
		padding: 2px 5px;
		vertical-align: super;
		font-size: 0.5em;
		color: #fff;
		background-color: #000;
		}

		.article-head span {
		margin: 0 0 0 5px;
		padding: 2px 5px;
		vertical-align: super;
		font-size: 0.5em;
		}

	.comment-header {
	float: left;
	width: 140px;
	margin: 20px 10px 0 0;
	font-size: 1.4em;
	overflow: hidden;
	}

		.comment-header img {
		display: block;
		width: 100%;
		}

	.article-utils {
	padding: 5px 0;
	border-bottom: 1px dotted #999;
	overflow: hidden;
	}

		.article-utils>div {
		float: right;
		}

		.article-utils a {
		margin: 0 0 0 5px;
		}

		.article-utils a.print-icon {
		float: right;
		width: 32px;
		height: 32px;
		color: inherit;
		background: url("images/print-icon.jpg") no-repeat scroll left top transparent;
		}

		.article-utils a.print-icon:hover {
		color: inherit;
		background: url("images/print-icon.jpg") no-repeat scroll left bottom transparent;
		}

		.article-utils a.comment-icon {
		float: right;
		width: 32px;
		height: 32px;
		color: inherit;
		background: url("images/comment-icon.jpg") no-repeat scroll left top transparent;
		}

		.article-utils a.comment-icon:hover {
		color: inherit;
		background: url("images/comment-icon.jpg") no-repeat scroll left bottom transparent;
		}

	.boxRight {
	float: right;
	width: 280px;
	margin: 5px 0 5px 20px;
	padding: 10px;
	color: inherit;
	background-color: #efefef;
	border-top: 3px solid #000;
	overflow: hidden;
	}

	.boxLeft {
	float: left;
	width: 280px;
	margin: 5px 20px 5px 0;
	padding: 10px;
	color: inherit;
	background-color: #efefef;
	border-top: 3px solid #000;
	overflow: hidden;
	}

	.boxCentre {
	clear: both;
	display: block;
	margin: 20px 0;
	padding: 10px;
	color: inherit;
	background-color: #efefef;
	border-top: 3px solid #000;
	overflow: hidden;
	}

	.imgRight {
	float: right;
	width: auto;
	margin: 5px 0 5px 20px;
	border-bottom: 3px solid #000;
	overflow: hidden;
	}

	.imgLeft {
	float: left;
	width: auto;
	margin: 5px 20px 5px 0;
	border-bottom: 3px solid #000;
	overflow: hidden;
	}

	.imgCenter {
	display: block;
	width: auto !important;
	margin: 5px 0;
	border-bottom: 3px solid #000;
	overflow: hidden;
	}

	span.caption {
	display: block;
	clear: both;
	margin: 0;
	padding: 5px;
	text-align: left;
	color: #444;
	background-color: #efefef;
	font-size: 0.8em;
	}

	#priv-pol, #tandc {
	display: none;
	clear: left;
	height: 300px;
	margin: 5px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: auto;
	}

	.shaded {
	color: #444;
	background-color: #efefef;
	}

	.highlightbox {
	margin: 10px 0;
	padding: 5px;
	color: #444;
	background-color: #efefef;
	}


	/* Gallery containers
	------------------------------*/

	#gallery-modal {
	display: none;
	width: 640px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	overflow: auto;
	}

	.gallery-thumb {
	float: left;
	width: 140px;
	margin: 5px;
	}

	.gallery-thumb a {
	display: block;
	min-height: 195px;
	}

	.gallery-thumb a:hover,
	.gallery-thumb a:hover span {
	color: #fff;
	background-color: #999;
	}

	.gallery-thumb .index-img {
	padding: 0;
	}

	.gallery-thumb span {
	clear: both;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 11px;
	color: #999;
	background-color: inherit;
	}

	.inline-nav {
	clear: both;
	height: 1%;
	color: #444;
	background-color: #E7E7E7;
	text-align: center;
	overflow: hidden;
	}

	a.gallery-next {
	float: right;
	}

		a.gallery-next span {
		float: right;
		width: 50px;
		height: 40px;
		color: #444;
		background-color: #E7E7E7;
		}

		a.gallery-next:hover span {
		color: #000;
		background-color: #E7E7E7;
		}

	a.gallery-prev {
	float: left;
	}

		a.gallery-prev span {
		float: left;
		width: 50px;
		height: 40px;
		color: #444;
		background-color: #E7E7E7;
		}

		a.gallery-prev:hover span {
		color: #000;
		background-color: #E7E7E7;
		}

	a.gallery-link {
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
	}


	/* Group containers
	------------------------------*/
	.row-group {
	width: 100%;
	overflow: hidden;
	}

	#index-group,
	#article-group,
	#account-group {
	float: left;
	max-width: 640px;
	}

	#side-group {
	float: left;
	max-width: 320px;
	}


	/* Index column
	------------------------------*/
	.column1 {
	width: 140px;
	}

	.column2 {
	width: 300px;
	}

	.column3 {
	width: 460px;
	}

	.column4 {
	width: 620px;
	}

	.column5 {
	width: 780px;
	}

	.column6 {
	width: 940px;
	}

	.column7 {
	width: 1100px;
	}

	.column8 {
	width: 1260px;
	}

	.column1,
	.column2,
	.column3,
	.column4,
	.column5,
	.column6 {
	float: left;
	margin: 10px;
	}

	/* Events
	------------------------------*/
	ul.event-nav {
	clear: left;
	margin: 10px;
	list-style-type: none;
	border-bottom: 3px solid #6394BE;
	overflow: hidden;
	}

		ul.event-nav li {
		float: left;
		margin: 0 3px 0 0;
		}

		ul.event-nav a {
		display: block;
		padding: 10px 20px;
		color: #444;
		background-color: #efefef;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		font-size: 14px;
		text-decoration: none;
		white-space: nowrap;
		}

		ul.event-nav a:hover {
		background-color: #ccc;
		color: #444;
		}

		ul.event-nav a.selected {
		background-color: #6394BE;
		color: #fff;
		}

	#sponsor-logos {
	margin: 10px 0 0 0;
	}

	.eventlogo {
	min-height: 135px;
	text-align: center;
	}

	#sponsor-logos .eventlogo {
	min-height: 70px;
	}

	.eventlogo img {
	max-width: 60%;
	}

    .eventvideo {
    position:relative;
    padding-bottom: 52.75%;
    overflow:hidden;
    }
    .eventvideo iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    }

	.sponsor-thumb {
	min-height: 80px;
	}

	.speaker-thumb {
	min-height: 230px;
	}

	.speaker-thumb img {
	max-width: 100%;
	}

	.speaker-thumb span {
	clear: both;
	display: block;
	padding: 3px 0;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #999;
	background-color: inherit;
	}

	.mapmarker {
	width: 200px;
	height: 60px;
	}

		#event-agenda a.day-link {
		padding: 3px 10px;
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		background-color: #999;
                margin: 0 5px;
		}

		#event-agenda a.day-link.selected {
		color: #fff;
		background-color: #4389c9;
		}

		.event-session {
		margin: 5px 0;
		padding: 10px 5px;
		overflow: hidden;
		}

			.session-time {
			float: left;
			width: 20%;
			}

			.session-details {
			float: left;
			width: 80%;
			}

			.section-head h1,
			.event-session h2 {
			padding: 0;
			font-size: 16px;
    		line-height: 20px;
    		font-weight: bold;
			}

		.session-session {
		color: #000;
		background-color: #efefef;
		border-top: 1px solid #000;
		}


/* Footer
------------------------------*/
footer#pagefooter {
color: #444;
background-color: #dfdfdf;
overflow: hidden;
border-top: 10px solid #999;
}

.back-to-top {
position: fixed;
display: none;
bottom: 5px;
right: 5px;
padding: 15px 20px;
color: #fff;
background-color: #666;
font-size: 20px;
z-index: 10;
}




/* TEST STYLES
------------------------------*/


.halfblock {
height: 125px;
}

.fullblock {
height: 250px;
}
