/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com 
Twitter:  @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

/* ----- GLOBAL ------------------------------------------------------- */

h1 {
	margin-bottom: 10px;
	color: #3D8C9C;
/*	font-family: Georgia, "Times New Roman", serif;*/
	font-size: 16px;
	font-weight: normal;
}
/*
h1 strong {
	font-size: 18px;
	font-weight: bold;
}
*/
h1 .strong {
	font-size: 20px;    font-weight: bold;
}

h1 .light {    
	font-weight:bold;    font-size:14px;    padding:0px; 
} 

h1 .sub {   
	display:block;    margin-top:5px;
}

h1.decorated {
	padding: 0 0 10px 15px;
	background: transparent url(../images/divider-short.png) left bottom no-repeat;
}

h2 {
	color: #3D8C9C;
/*	font-family: Georgia, "Times New Roman", serif;	*/
	font-size: 13px;
	font-weight: normal;
}

h2 a {
	color: #3D8C9C;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

h3 a {
	color: #333;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

p, .text ul, .text ol, .copy-heavy ul, .copy-heavy ol {
	margin-bottom: 10px;
	color: #333;
	font-size: 11px;
	line-height: 13px;
}

.text ul, .text ol, .copy-heavy ul, .copy-heavy ol  {
	margin-left: 25px;
}

.text ul, .copy-heavy ul {
	list-style-type: disc;
}

.text ol, .copy-heavy ol {
	list-style-type: decimal;
	list-style-position: inside;
}

p a {
	color: #3D8C9C;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

img {
	font-size: 11px;
}

label {
	color: #3D8C9C;
/*	font-family: Georgia, "Times New Roman", serif;*/
	font-size: 11px;
}

input[type=text], input[type=password] {
	border: 1px solid #999;
	/*border-top-color: #B2B2B2;
	background: #fff url(../images/text-input-bg.png) left top repeat-x;*/
	height: 20px;
}

input[type=submit], .button-link {
	/*padding: 2px 5px;*/
	padding: 2px 8px;
	border: none;
	border-bottom: 1px solid #222;
	/*border-radius: 5px;*/
	border-radius: 4px;
	color: #fefefe;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
	background: #221F20 url(../images/button-gradient.png) left top repeat-x;
}

textarea {
	resize: vertical;
	cursor: pointer;
	font-size: 11px;
}



.light-button {
	border-bottom: 1px solid #D0D6D7;
	color: #333;
	background: #FEFFFF url(../images/button-gradient2.png) left bottom repeat-x;
}

.light-button:hover {
	color: #3D8C9C;
}

.show-more {
	padding-right: 28px;
	border-bottom: 1px solid #D0D6D7;
	color: #3D8C9C;
	background: #E3E9EA url(../images/button-more.png) right -2px no-repeat
}

.show-more.open {
	background-position: right -42px;
}

.button-add {
	padding-left: 28px;
	background: #221F20 url(../images/button-add.png) left top repeat-x;
}

.highlighted {
	color: #3D8C9C;
}

.wrapper {
	position: relative;	
	width: 975px;
	margin: 0 auto;
}

.form-row {
	margin-bottom: 10px;
	overflow: hidden;
}

#filling {
	background: #e6e7e8 url(../images/main-bg.png) left top repeat-x;
}

#filling .wrapper {
	position: relative;
/*	top: -12px;*/
}

#filling:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#sidebar {
	position: relative;
	top: -10px;
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

#logo {
/*	margin-top: 20px;*/
}

#logo {
	position: absolute;
	left: 13px;
	top: 69px;
}

#logo-print {
	display: none;
}

#categories li {
	position: relative;
	margin-bottom: 3px;
	padding: 8px 35px 20px 10px;
	background: #fff;
	border-bottom: 1px solid #DEDEDE;
	border-radius: 5px;
	color: #333;
	font-size: 12px; 
	
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;	
}

#categories li ul li {
	border-bottom: 0;
	padding: 0;
	
	display: inline-block;
}



#categories li:hover{
	cursor: pointer;
	background
}

/*#categories .description {
	margin-top: 5px;
	color: #3D8C9C;
	font-size: 10px;
}*/


#categories li a {
	text-decoration: none;
	/*position: absolute;
	right: 10px;
	top: 50%;*/
	display: block;
	color: #222;
	overflow: hidden;
	/*text-indent: -9999px;*/
	-moz-transition: opacity 0.15s ease;
	margin-bottom: 10px;
	
} 


#categories li ul li a {
	color: #3D8C9C;
	margin-bottom: 0;
	line-height: 1.5em;
}

#categories a:hover {
	opacity: 0.75;
}

#navigation {
	margin-top: 6px;
	margin-bottom: 9px;
	padding: 10px 15px;
	background: #fff;
	font-size: 11px;
}

#navigation li {
	padding: 6px 0px;	
	background: transparent url(../images/divider-short.png) left top no-repeat;
}

#navigation li:first-child {
	background-image: none;
}

#navigation a {
	color: #333;
	text-decoration: none;
}

#navigation a:hover, #navigation .current a {
	color: #3D8C9C;
}

#main {
	position: relative;
	top: -18px;
	float: right;
	width: 760px;
/*	background: #F0F0F0 url(../images/main-bg.png) left top repeat-x;*/
}

#header {
	background: #1D1A1B url(../images/header-bg.png) center top no-repeat;
}

#header .wrapper {
	height: 160px;
}
/*
#countries {
	position: absolute;
	right: 0px;
	top: 17px;
}

#countries li {
	float: left;
	width: 51px;
}
*/

#countries {
	position: relative;
	top: 10px;
	font-size: 0px;
	text-align: center;
}

#countries li {
	display: inline-block;
	width: 57px;
	vertical-align: top;
}

#countries a {
	display: block;
	width: 65px;
	padding-top: 32px;
	color: #fefefe;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	background: transparent center top no-repeat;
}

#country1 a {
	background-image: url(../images/miniflag-brazil.png);
}

#country2 a {
	background-image: url(../images/miniflag-ireland.png);
}

#country3 a {
	background-image: url(../images/miniflag-uk.png);
}

#country4 a {
	background-image: url(../images/miniflag-netherlands.png);
}

#country5 a {
	background-image: url(../images/miniflag-germany.png);
}

#country6 a {
	background-image: url(../images/miniflag-italy.png);
}

#country7 a {
	background-image: url(../images/miniflag-sweden.png);
}

#country8 a {
	background-image: url(../images/miniflag-turkey.png);
}

#country9 a {
	background-image: url(../images/miniflag-south-africa.png);
}

#country10 a {
	background-image: url(../images/miniflag-oman.png);
}

#country11 a {
	background-image: url(../images/miniflag-india.png);
}

#country12 a {
	background-image: url(../images/miniflag-china.png);
}

#country13 a {
	background-image: url(../images/miniflag-malaysia.png);
}

#country14 a {
	background-image: url(../images/miniflag-japan.png);
}

#quick-search {
	position: absolute;
	right: 10px;
	top: 77px;
	width: 633px;
	height: 65px;
	padding: 10px;
	background: transparent url(../images/quick-search-bg.png) left top no-repeat;
	z-index: 20;
	text-align:center;
}

#quick-search h2 {
	display: inline;
	margin-left: 12px;
	font-size: 14px;
}

#quick-search select {
	width: 160px;
	margin: 0px 5px;
}

#quick-search input[type=text] {
	width: 140px;
	padding-left: 2px;
	padding-right: 2px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}

#quick-links {
	/*position: absolute;
	right: 10px;
	top: 40px;*/
	margin-top:10px;
	color: #4993A3;
	font-size: 12px;
}

#quick-links li {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	border-left: 1px solid #67686B;
	font-size: 12px;
}

#quick-links li:first-child {
	border-left: none;
}

#quick-links a {
	color: #4993A3;
	text-decoration: none;
}

#quick-links a:hover {
	text-decoration: underline;	
}

#quick-links ul ul {
	display: none;
	position: absolute;
	top: 12px;
	left: 0px;
	padding: 4px 0;
	min-width: 50px;
	background: white;
	border-radius: 2px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
	white-space: nowrap;
	text-align:left;
}

#quick-links ul ul li {
	display: block;
	float: none;
	padding: 5px 12px;
	border: none;
}

#quick-links .autoNav > ul > li:hover ul {
	display: block;
}

/*
#content-column {
	float: left;
	width: 500px;
}
*/ 
#page-header {
	overflow: hidden;
}

#page-header h1 {
	float: left;
	width: 300px;
}

#page-header .pager {
	clear: none;
	float: right;
	width: 400px;
}

#button-strip {
	margin-bottom: 22px;
	overflow: hidden;
}

#button-strip a {
	float: right;
}

#button-strip a:first-child {
	float: left;
}

#button-strip .button-link {
	padding: 3px 10px;
}

.copy-heavy {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: transparent url(../images/divider-long.png) left bottom no-repeat;
}

.copy-heavy h2 {
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.copy-heavy h2 .date {
	font-size: 12px;
	font-weight: normal;
}

/* ----- Nuggets ----- */

#nugget-column {
	float: right;
	width: 244px;
}

#see-all-speakers {
	display: block;
	overflow: hidden;
}

#see-all-speakers:hover .text {
	text-decoration: underline;
}

#flag-container {
	position: relative;
	float: left;
	width: 71px;
	height: 79px;
	margin-right: 10px;
	background: #fff url(../images/flag-bg.png) left top no-repeat;
}

#flag-container img {
	position: absolute;
	left: 6px;
	top: 6px;
}

#see-all-speakers .variant {
	display: block;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #3D8C9C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;	
}

#nugget-contact {
	background: #608A9B url(../images/contact-nugget-bg.png) left top repeat-x;
	background: -moz-linear-gradient(top,  #6eaeba 0%, #608a9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6eaeba), color-stop(100%,#608a9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6eaeba 0%,#608a9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6eaeba 0%,#608a9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6eaeba 0%,#608a9b 100%); /* IE10+ */
	background: linear-gradient(top,  #6eaeba 0%,#608a9b 100%); /* W3C */
}

#nugget-contact h2, #nugget-international h2, #nugget-enquiries h2 {
	position: relative;
	top: 2px;
	float: left;
}

#nugget-contact h2, #nugget-international h2 {
	color: #fefefe;
}

#nugget-contact .button-link, #nugget-international .button-link, #nugget-enquiries .button-link {
	float: right;
}

#nugget-search input[type=text] {
	width: 102px;
}

#nugget-column #nugget-international {
	background: #262223;
	color: #fefefe;
}

#nugget-twitter .header {
	margin-bottom: 15px;
	padding: 4px 0px 7px 0;
	border-bottom: 1px solid #D9D9D9;
	overflow: hidden;
}

#nugget-twitter .header h2 {
	float: left;
}

#nugget-twitter .header a {
	float: right;
	color: #3D8C9C;
/*	font-family: Georgia, "Times New Roman", serif;	*/
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
}

#nugget-twitter .header a:hover {
	text-decoration: none;
}

#nugget-twitter .tweet, .tweet_list li {
	margin-bottom: 15px;
	font-size: 11px;
	
}

.tweet .date, .tweet_time {
	color: #3D8C9C;
	font-size: 10px;
	text-transform: uppercase;
}

.tweet_list a {
	color: #3D8C9C;
}

.tweet_time a {
	text-decoration: none;
}

.tweet_avatar {
	display: none;
}

/* ----- Footer ----- */

#footer {
	clear: both;
	padding: 30px 0;
	overflow: hidden;
	background: #231F20;
}

#footer-logo {
	float: left;
	width: 150px;
}

#footer-logo img {
	display: block;
	margin-bottom: 17px;
}

#fanatic-link {
	font-size: 10px;
	line-height: 11px;
}

#fanatic-link a {
	color: #777;
	text-decoration: none;
	
	transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
}

#fanatic-link a:hover {
	color: #999;
}

#fanatic-link span {
	font-weight: bold;
}

#my-speakers-login {
	float: left;
	width: 224px;
	margin-left: 40px;
	padding: 6px 10px 12px 10px;
	border: 1px solid #686465;
	border-radius: 6px;
	color: #fefefe;
}

#my-speakers-login h2 {
	margin-bottom: 4px;
	color: #fff;
}

.my-speakers-login legend {
	display: none;
}

.my-speakers-login .form-column {
	float: left;
	width: 86px;
}

.my-speakers-login label {
	display: block;
	margin-bottom: 4px;
	color: #fefefe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.my-speakers-login input[type=text], .my-speakers-login input[type=password] {
	width: 78px;
}

.my-speakers-login .button-column {
	float: right;
	width: 52px;
	padding-top: 15px;
	text-align: right;
}

.my-speakers-login .button-group a {
	padding: 2px 7px;
	font-size: 10px;
}

#social-media {
	float: left;
	width: 170px;
	margin-left: 12px;
	padding-top: 4px;
}

#social-media a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#twitter-link {
	height: 27px;
	width: 160px;
	margin-bottom: 8px;
	background: transparent url(../images/twitter.png) left top  no-repeat;
}

#facebook-link {
	height: 39px;
	width: 130px;
	background: transparent url(../images/facebook.png) left top  no-repeat;	
}

#random-house-logo {
	position: absolute;
	right: 260px;
	top: 0px;
}

#logo-global {
	float: right;
}

#footer p {
	color: #eee;
}

/* ----- Pop-out ----- */

#popout {
	position: fixed;
	right: 100px;
	bottom: -400px;
	width: 344px;
	height: 477px;
	background: transparent url(../images/popout-bg.png) left top no-repeat;
}

#popout-top {
	position: absolute;
	left: 112px;
	top: 15px;
	width: 120px;
	padding: 7px 0 0 80px;
	color: #fff;
	font-size: 12px;
}

#popout-body {
	position: absolute;
	left: 0px;
	top: 95px;
	padding: 0 30px;
}

#popout-body ul {
	overflow: hidden;
}

#popout-top a {
	color: #fff;
	text-decoration: underline;	
}

#popout-top a:hover {
	text-decoration: none;
}

#popout p {
	margin-bottom: 8px;
	color: #fff;
	font-size: 12px;
}

#popout img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.close {
	display: block;
	width: 19px;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/close.png) left top no-repeat;
}

.close:hover {
	opacity: 0.75;
}

#popout .close {
	display: none;
	position: absolute;
	right: 18px;
	top: 18px;
}

#popout .button-link {
	clear: both;
}

#popout-body li {
	float: left;
	width: 140px;
	margin-bottom: 10px;
}

#popout-body ul a {
	display: block;
	height: 27px;
	padding-left: 40px;
	background-position: left top;
	background-repeat: no-repeat;
	color: #fefefe;
	font-size: 12px;
	line-height: 27px;	
	text-decoration: none;
}

#popout-body ul a:hover {
	text-decoration: underline;
}

#popout-body #variant-brazil a {
	background-image: url(../images/miniflag-brazil.png);
}

#popout-body #variant-turkey a {
	background-image: url(../images/miniflag-turkey.png);
}

#popout-body #variant-ireland a {
	background-image: url(../images/miniflag-ireland.png);
}

#popout-body #variant-south-africa a {
	background-image: url(../images/miniflag-south-africa.png);
}

#popout-body #variant-uk a {
	background-image: url(../images/miniflag-uk.png);
}

#popout-body #variant-oman a {
	background-image: url(../images/miniflag-oman.png);
}

#popout-body #variant-netherlands a {
	background-image: url(../images/miniflag-netherlands.png);
}

#popout-body #variant-india a {
	background-image: url(../images/miniflag-india.png);
}

#popout-body #variant-germany a {
	background-image: url(../images/miniflag-germany.png);
}

#popout-body #variant-china a {
	background-image: url(../images/miniflag-china.png);
}

#popout-body #variant-italy a {
	background-image: url(../images/miniflag-italy.png);
}

#popout-body #variant-malaysia a {
	background-image: url(../images/miniflag-malaysia.png);
}

#popout-body #variant-sweden a {
	background-image: url(../images/miniflag-sweden.png);
}

#popout-body #variant-japan a {
	background-image: url(../images/miniflag-japan.png);
}

/* ----- HOME --------------------------------------------------------- */

#intro {
	margin-bottom: 10px;
}

#intro .button-link{
	margin-top: 5px;
}

.container {
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #D5D5D5;
	border-radius: 6px;
/*	min-height:130px;*/
	/*overflow: hidden; */	
}

.related {
	width:210px;
	float:left;
	margin-right:5px;
/*	min-height:0px;*/
}

#related-list {
	clear:both;
}

#related-list H2 {
	margin-bottom:10px;
}

.related .thumbnail {
	float:left;
	margin-right:4px;
}

.container:before,
.container:after {
	display: table;
	content: "";
	clear: both;
}

#carousel {
	position: relative;
	height: 245px;
}

#carousel ul {
	position: absolute;
/*	left: 36px;*/
	top: 25px;.
}

#carousel li {
	position: relative;
	float: left;
	width: 200px;
	height: 212px;
	margin: 0 -8px;
	background: transparent url(../images/carousel-speaker-bg.png) left top no-repeat;
}

#carousel h2 {
	margin-bottom: 4px;
	color: #8BC7D4;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
}

#carousel .speaker {
	position: relative;
	width: 158px;
	height: 178px;
	top: 5px;
	left: 15px;
	padding: 6px;
	background: #3B383A;
	color: #fefefe;
	overflow: hidden;
}

#carousel img {
	margin-bottom: 4px;
}

#carousel .caption {
	margin-bottom: 4px;
	font-size: 10px;
}

#carousel .button-link {
	float: right;
}

#carousel .previous, #carousel .next {
	display: inline-block;
	width: 25px;
	height: 26px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/carousel-controls.png) no-repeat;
}

#carousel .previous:hover, #carousel .next:hover {
	opacity: 0.75;
}

#carousel .previous {
	background-position: 0px 0px;
}

#carousel .next {
	background-position: 0px -50px;
}

#carousel .controls-wrapper {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

#carousel .controls-wrapper * {
	vertical-align: middle;
}

#carousel .controls a {
	display: inline-block;
	width: 19px;
	height: 8px;
	margin: 0px 6px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/carousel-controls.png) 0px -100px no-repeat;

}

#carousel .controls a:hover, #carousel .controls a.selected {
	background-position: 0px -110px;
}

/* ----- Updates: Latest News / Recent Events ----- */

.promo {
/*	margin-top: 10px;*/
	min-height: 115px;
}

.promo h2 {
	margin-bottom: 6px;
}

#promo1 {
	float: left;
	width: 240px;
}

#promo2 {
	float: right;
	width: 205px;
}

#updates {
	clear: both;
/*	overflow: hidden;*/
}

#updates .container {
	min-height: 130px;
}

#updates h2 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #D9D9D9
}

#updates .listing-item {
	margin-bottom: 10px;
	overflow: hidden;
}

#updates .button-link {
	float: right;
}
/*
#latest-news {
	overflow: hidden;
}

#latest-news .listing-item {
	float: right;
	width: 222px;
}

#latest-news .listing-item:first-child {
	float: left;
}

.news-story {
	overflow: hidden;
}

#latest-news .thumbnail {
	float: left;
	width: 55px;
}

#latest-news .text {
	float: right;
	width: 160px;
}
*/
#recent-events {
	float: right;
	width: 205px;
}

/* ----- Speaker of the Month ----- */

#featured-speaker {
	clear: both;
}

#featured-speaker .thumbnail {
	float: left;
	width: 157px;
	height: 110px;
	background: transparent url(../images/thumbnail-frame.png) left top no-repeat;
}

#featured-speaker .thumbnail img {
	position: relative;
	left: 5px;
	top: 5px;
}

#featured-speaker .text {
	float: right;
	width: 310px;
}

#featured-speaker h2 {
	margin-bottom: 10px;
}

#featured-speaker .button-link {
	float: right;
}

/* ----- Latest News Carousel ----- */

#latest-news #news-stories {
	float: left;
	width: 350px;
}

#latest-news {
	position: relative;
}

#latest-news h3 {
	color: #3B8997;
	font-size: 12px;
}

#latest-news h3 a {
	color: #3B8997;
}

#news-stories h3 a {
	color:#333333;
	font-weight:normal;
}

#news-stories {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#news-stories li {
	height: 50px;
	margin-bottom: 4px;
	padding: 3px 5px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
	
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;	
}

#news-stories li.current {
	background-color: #E2ECEE;
}

#news-stories .text {
	float: left;
	width: 240px;
}

#news-stories .thumbnail {
	float: right;
	width: 94px;
	opacity: 0.75;
	
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;	
}

#news-stories li.current .thumbnail {
	opacity: 1;
}

#news-main-images {
	position: relative;
	float: right;
	width: 370px;
	height: 247px;
	margin-right: 5px;
	overflow: hidden;
}

#news-main-images li {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 370px;
	height: 247px;
}

#news-main-images .caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 10px 55px 5px 10px;
	background: transparent url(../images/caption-bg.png) left top repeat;
}

#news-main-images .caption p {
	color: #fff;
}

#news-main-images .caption .button-link {
	position: absolute;
	right: 10px;
	top: 20px;
}

#latest-news .previous, #latest-news .next {
	width: 25px;
	height: 25px;

	cursor: pointer;
	opacity: 1;
	
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/carousel-controls.png) no-repeat;
}

#latest-news .previous-wrapper {
	position: absolute;
	left: 291px;
	top: 29px;	
	width: 55px;
	height: 3px;
	background: #fff;
}

#latest-news .previous {
	position: relative;
	left: 14px;
	top: -9px;
	background-position: 0px -150px;
}

#latest-news .next {
	position: absolute;
	left: 305px;		
	bottom: 5px;
	background-position: 0px -200px;
}

#latest-news .disabled {
	opacity: 0.5;
}

/* ----- Lower Nuggets ----- */

#home-nuggets .nugget {
	position: relative;
	float: left;
	width: 228px;
	min-height: 180px;
	margin-left: 7px;
	padding: 10px;
	background: #fff;
}

#home-nuggets .nugget .button-link {
/*
	clear: both;
	float: right;
*/
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#home-nuggets .nugget:first-child {
	margin-left: 0px;
}

#home-nuggets h2, #latest-news h2 {
	margin-bottom: 8px;
	padding-bottom: 6px;
	font-size: 14px;
	border-bottom: 1px solid #D9D9D9;
	text-align: left;
	font-weight:bold;
}

#home-nuggets .image-wrapper {
	width: 146px;
	margin: 0 auto 4px;
	padding: 5px;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

#home-nuggets p {
	clear: both;
}

#nugget-masterclass img {
	display: block;
	border: 5px solid #3B383A;
}

#nugget-testimonial {
	/*text-align: center */
}

#nugget-testimonial h2 {
	margin-bottom: 15px;
}

#nugget-testimonial p {
	margin-top:10px;
	color: #333;
	font-size: 11px;
	font-style: italic;
}

#testimonials {
	width: 228px;
}

#testimonials li {
	float: left;
	width: 228px;
	/*min-height: 165px;
	text-align: center;*/
}

#home-nuggets .text {
	float: left;
	width: 160px;
}

#home-nuggets .thumbnail {
	float: right;
	width: 65px;
}

#home-nuggets .ccm-area {
	position: relative;
	float: left;
}

#home-nuggets .ccm-area:first-child .nugget {
	margin-left: 0px;
}

#home-nuggets .ccm-area .greenLink {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* ----- SPEAKER LISTING ---------------------------------------------- */

#listing-header {
	position: relative;
	/*width: 720px;*/
	height: 35px;
	margin-bottom: 14px;
	border-top: 1px solid #F6F7F7;
	border-bottom: 1px solid #BCC1C2;
	
	background-image: linear-gradient(bottom, rgb(226,232,233) 0%, rgb(253,254,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(226,232,233) 0%, rgb(253,254,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(226,232,233) 0%, rgb(253,254,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(226,232,233) 0%, rgb(253,254,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(226,232,233) 0%, rgb(253,254,255) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(226,232,233)),
		color-stop(1, rgb(253,254,255))
	);
	
	border-radius: 3px;
}

#listing-header h1 {
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 17px;
}

#listing-header .pager {
	position: absolute;
	left: 0px;
	top: 6px;
	width: 650px;
	overflow: hidden;
	text-align: right;
}

.pager {
	clear: both;
	text-align: right;
}


.pager li {
	display: inline;
	font-size: 11px;
}

.pager a {
	position: relative;
	left: 0px;
	padding: 0 3px;
	color: #3D8C9C;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0);
}

.pager a:hover, .pager .current a {
	left: 0px;
	background: #fff;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	border-bottom: 1px solid #D5D5D5;
	color: #222;
}

#listing-header .button-link {
	position: absolute;
	right: 10px;
	top: 9px;
}

.listing-row {
	clear: both;
}

#speaker-listing .item {
	float: left;
	width: 285px;
	margin: 0 35px 20px 0px;
}

#speaker-listing .item .thumbnail {
	float: left;
	width: 94px;
	padding-bottom: 6px;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
}

#speaker-listing .item img {
	position: relative;
	left: 4px;
	top: 4px;
	border: 1px solid #3B383A;
}

#speaker-listing .item .description {
	float: right;
	width: 175px;
}

#speaker-listing .item h2 {
	margin-bottom: 6px;
	padding-bottom: 8px;
	background: transparent url(../images/divider-tile.png) left bottom repeat-x;
}

#speaker-listing .item p {
	margin-bottom: 4px;
}

/* ----- PROFILE PAGES ------------------------------------------------ */

#image-column {
	float: left;
	width: 255px;
}

#profile-photo {
	padding: 7px 0 14px 0;
	border-top: 1px solid #ECECEC;
	text-align: center;
	background: transparent url(../images/pictureframe-large.png) left bottom no-repeat;
}

#profile-photo img {
	border: 5px solid #3B383A;
}

#image-column h2 {
	margin-bottom: 5px;
	font-size: 17px;
}

#image-column li {
	margin-bottom: 5px;
	color: #444;
	font-size: 11px;
}

#profile-text {
	position: relative;
	float: right;
	width: 470px;
}

.more-content {
	overflow: hidden;
}

#profile-text h1 {
/*	margin-bottom: 0px;*/
	font-size: 20px;
}

#profile-text h2 {
	margin-bottom: 10px;
/*	color: #3D8C9C;*/
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

#profile-text .button-group {
	position: absolute;
	right: 0px;
	top: 0px;
}

a.print, a.send {
	margin-left: 4px;
	padding: 2px 20px 2px 0px;
	color: #3D8C9C;
	font-size: 10px;
	text-decoration: none;
	background: transparent url(../images/icons-utilities.png) no-repeat;
}

a.print:hover, a.send:hover {
	text-decoration: underline;
}

a.print {
	background-position: right 0px;
}

.print {
	cursor: pointer;
}

a.send {
	background-position: right -22px;
}

#profile-text .button-add, #profile-text .show-more {
	padding-top: 5px;
	padding-bottom: 5px;
}

#profile-text .button-add {
	float: left;
}

#profile-text .show-more {
	float: right;
}

.rating {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 69px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/rating-stars.png) no-repeat;
}

.zero-star.rating {
	background-position: 0px 0px;
}

.one-star.rating {
	background-position: 0px -25px;
}

.two-star.rating {
	background-position: 0px -50px;
}

.three-star.rating {
	background-position: 0px -75px;
}

.four-star.rating {
	background-position: 0px -100px;
}

.five-star.rating {
	background-position: 0px -125px;
}

.tabs {
/*	background: #F0F0F0;*/
	overflow: hidden;
}

.tabs li {
	float: left;
	margin: 0 2px;
}

.tabs a {
	display: block;
	width: 122px;
	height: 35px;
	background: #fafafa url(../images/tab-bg.png) left bottom repeat-x;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #3D8C9C;
/*	font-family: Georgia, "Times New Roman", serif;	*/
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}

.tabs a:hover, .tabs .current a {
	background: #fff;
}

.tab-content h2 {
	display: none;
}

.tab-content h3 {
	margin-bottom: 5px;
}

.tab-content h3 .rating {
	margin-left: 10px;
}

.tab-content p {
	margin-bottom: 5px;
}

.tab-content ul {
	margin-left: 20px;
	color: #333;
	font-size: 11px;
	line-height: 13px;
	list-style-type: disc;
}

.tab-content ul a {
	color: #333;
	text-decoration: underline;
}

.tab-content ul a:hover {
	text-decoration: none;	
}

.tab-content .item {
	padding-bottom: 15px;
	overflow: hidden;
}

.tab-content #news .thumbnail {
	float: left;
	width: 85px;
}

.tab-content #news .text {
	float: right;
	width: 645px;
}

.tab-content #feedback .button-link, .tab-content #news .button-link {
	float: right;
}

#profile-nuggets {
	overflow: hidden;
}

#profile-nuggets #recent-events {
	float: left;
	width: 240px;
}

#profile-nuggets #books {
	float: left;
	width: 205px;
	/*margin-left: 15px;*/
}

#books .thumbnail {
	float: left;
	width: 55px;
}

#books .text {
	float: right;
	width: 145px;
}

#profile-nuggets #videos {
	float: left;
	width: 224px;
	margin-left: 15px;
}

#profile-nuggets #videos .thumbnail {
	float:left;
	margin-right:5px;
}







/*
#nugget-twitter {
	float: right;
	width: 224px;
	padding: 10px;
}
*/
/* ----- Send To A Friend ----- */

#overlay-email-friend {
	width: 320px;
}

#overlay-email-friend h2 {
	text-align: left;
}

/* ----- NEWS --------------------------------------------------------- */

img.inset {
	float: left;
	margin: 15px;
}

#news-story img.inset {
	margin-top: 0px;
	margin-left: 0px;
}

.news-item {
	margin-bottom: 10px;
	padding: 10px 15px;
	overflow: hidden;
	background: transparent url(../images/divider-long.png) left bottom no-repeat;
}

.news-item .thumbnail {
	float: left;
	width: 160px;
	margin-right: 15px;
	overflow: hidden;	
}

.news-item .text {
/*
	float: left;
	width: 490px;
*/	
	float: right;
	width: 530px	
}

.news-item h2 {
	margin-bottom: 10px;
	font-weight: bold;
}

.news-item h2 .date {
	font-weight: normal;
}

.news-item .read-more {
	color: #333333;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;  

	color: #3D8C9C;
	text-decoration: none;	
}

.news-item .read-more:hover {
	text-decoration: underline;
}

/* ----- VIDEOS ------------------------------------------------------- */

.thumbnail-listing {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	background: transparent url(../images/divider-long.png) left bottom no-repeat;
}

.thumbnail-listing .item {
	display: inline-block;
	width: 203px;
	margin: 0 15px 20px 15px;
	color: #3D8C9C;
/*	font-family: Georgia, "Times New Roman", serif;*/
	font-size: 15px;
	text-align: center;
	vertical-align: top;
}

.thumbnail-listing .item .date {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pictureframe {
	position: relative;
	width: 203px;
	margin-bottom: 5px;
	padding: 5px 0 10px 0;
	border-top: 1px solid #ECECEC;
	text-align: center;	
	background: transparent url(../images/pictureframe-med.png) left bottom no-repeat;	
}

.pictureframe img {
	border: 5px solid #3B383A;
}

.thumbnail-listing .item .overlay {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	width: 183px;
	height: 89px;
	background: transparent url(../images/video-thumb-overlay-6by4.png) left top no-repeat;
}

.thumbnail-listing .item a {
	color: #3D8C9C;
	text-decoration: none;
}

.overlay-video {
	width: 640px !important;
	height: auto;
}

/* ----- MEET THE TEAM ------------------------------------------------ */

#team-member-profile {
	overflow: hidden;
}

#team-member-profile .pictureframe {
	float: left;
	margin-right: 15px;
}

#team-member-profile .biography {
	float: right;
	width: 520px;
}

#team-member-profile h2 {
	margin-bottom: 6px;
	font-size: 18px;
}

/* ----- MY SPEAKERS -------------------------------------------------- */

#my-speakers-header {
	margin-bottom: 8px;
	overflow: hidden;
}

#my-speakers-header h1 {
	float: left;
	color: #666666;
	font-size: 15px;
}

#my-speakers-header h1 .highlighted {
	font-size: 18px;
}

#my-speakers-header .button-group {
	float: right;
}

.consultant {
	margin-left: 5px;
	color: #666666;
	font-size: 11px;
}

#container table {
	width: 100%;
	margin: 10px 0;
	background: #4e4d4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e4d4f 0%, #1f1b1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4d4f), color-stop(100%,#1f1b1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e4d4f 0%,#1f1b1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e4d4f 0%,#1f1b1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e4d4f 0%,#1f1b1c 100%); /* IE10+ */
	background: linear-gradient(top,  #4e4d4f 0%,#1f1b1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4d4f', endColorstr='#1f1b1c',GradientType=0 ); /* IE6-9 */
	border-radius: 6px;
	text-align: center;
}

th {
	color: #3D8C9C;
/*	font-family: Georgia, "Times New Roman", serif;*/
	font-size: 16px;
	font-weight: normal;
}

th, td {
	padding: 9px 7px;
	border-top: 1px solid #636263;
	border-bottom: 1px solid #636263;
	border-left: 1px solid #636263;
	vertical-align: middle;
}

th {
	border-top: none;
}

td {
	height: 40px;
	color: #fefefe;
	font-size: 11px;
}

td:first-child, th:first-child  {
	border-left: none;
}

tr:last-child td {
	border-bottom: none;
}

table img {
	margin-right: 10px;
	border: 2px solid #fff;
	border-radius: 1px;
	vertical-align: middle;
}

.pending-row td {
	color: #7E7E7E;
}

.pending-row img {
	border: none;
	opacity: 0.7;
}

a.pdf {
	display: inline-block;
	width: 19px;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/icon-pdf.png) left top no-repeat;
}

a.invoice {
	display: inline-block;
	width: 18px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/icon-invoice.png) left top no-repeat;
}

#container table td p {
	color: #eee;
}

#container table td p > a {
	color: #eee;
	text-decoration: underline;
}

#container table td p > a:hover {
	color: #eee;
	text-decoration: none;
}

/* ----- Client ----- */

#my-speakers-listing {
	width: 750px;
}

#my-speakers-listing .speaker {
	background: #404042; /* Old browsers */
	background: -moz-linear-gradient(top,  #404042 0%, #221f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404042), color-stop(100%,#221f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #404042 0%,#221f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #404042 0%,#221f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #404042 0%,#221f1f 100%); /* IE10+ */
	background: linear-gradient(top,  #404042 0%,#221f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404042', endColorstr='#221f1f',GradientType=0 ); /* IE6-9 */

	float: left;
	width: 345px;
	margin: 0 10px 10px 0;
	padding: 10px;
	border-radius: 6px;
}

#my-speakers-listing .speaker .header {
	margin: -5px 0 5px 0;
	border-bottom: 1px solid #636263;
	overflow: hidden;
}

#my-speakers-listing .header h2 {
	float: left;
	margin: 6px 0;
}

#my-speakers-listing .speaker .remove {
	float: right;
	width: 19px;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/close.png) left top no-repeat;
}

.remove:hover {
	opacity: 0.75;
}

#my-speakers-listing .speaker .thumbnail {
	float: left;
}

#my-speakers-listing .speaker .details {
	float: right;
	width: 242px;
}

#my-speakers-listing .speaker p {
	color: #fefefe;
}

#my-speakers-listing .speaker .button-link {
	float: right;
}

/* ----- Overlay ----- */

.popup-overlay {
	position: relative;
	display: none;
	width: 230px;
	padding: 10px 10px;
	border: 1px solid #619199;
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.75);
	z-index: 1000;
	
	background: #404042; /* Old browsers */
	background: -moz-linear-gradient(top,  #404042 0%, #232020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404042), color-stop(100%,#232020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #404042 0%,#232020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #404042 0%,#232020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #404042 0%,#232020 100%); /* IE10+ */
	background: linear-gradient(top,  #404042 0%,#232020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404042', endColorstr='#232020',GradientType=0 ); /* IE6-9 */
}

.popup-overlay h2 {
	margin-bottom: 22px;
	font-size: 18px;
	text-align: center;
}

.popup-overlay p {
	color: #fefefe;
}

.popup-overlay .close {
	position: absolute;
	top: 6px;
	right: 6px;
}

.invoices a {
	float: left;
	min-height: 17px;
	margin: 0 10px 6px;
	padding-right: 28px;
	color: #fefefe;
	font-size: 11px;
	text-decoration: none;
	background: transparent url(../images/icon-pdf.png) right center no-repeat;
}

.invoices a:hover {
	text-decoration: underline;
}

.popup-overlay label {
	float: left;
	width: 55px;
	color: #fefefe;
	text-align: right;
}

.popup-overlay select, .popup-overlay input[type=text], .popup-overlay input[type=date] {
	float: left;
	width: 150px;
	margin-left: 10px;
}

.popup-overlay textarea {
	width: 224px;
	height: 125px;
	margin-bottom: 10px;
	resize: vertical;
}

.popup-overlay .button-row {
	text-align: center;
}

.overlay-feedback .button-row {
	text-align: right;
}

/* ----- Date Input ----- */

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color: #3D8C9C;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:15px;
	background: transparent url(../images/calendar-controls.png) 50% 2px no-repeat;
	float:left;
	cursor:pointer;
}

#calnext {
	background-position: 50% -18px;
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color: #3D8C9C;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}

/* ----- Star Rating ----- */

#comments .rating-container {
	float: left;
	margin-left: 10px;
}

.rating-cancel, .star-rating {
	display: block;
	float: left;
	cursor: pointer;
}

.star-rating a {
	display: block;
	width: 13px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/star.png) 0px 0px  no-repeat;
}

.star-rating-on a {
	background-position: 0px -20px !important;
}

.star-rating-hover a {
	background-position: 0px -40px;
}

.star-rating {
	background: transparent !important;
	overflow: hidden !important;
}

.rating-cancel {
	display: none !important;
}

/* ----- Registration ----- */

.standard-form {
	width: 315px;
}

.standard-form label {
	float: left;
	width: 125px;
	margin-top: 4px;
	text-align: right;
}    

.standard-form input[type=text], .standard-form input[type=password], .standard-form textarea {
	float: left;
	margin-left: 10px;
	width: 176px;
}

.standard-form .button-row {
	text-align: right;
}

.standard-form .validationHint {
	display: block;
	margin-bottom: 10px;
	color: #d11;
	font-size: 12px;
}

.enquiry-form-error { display: none; }

/* ----- CONTACT US --------------------------------------------------- */

#locations {
	color: #444;
	font-size: 10px;
}

#locations > div {
	float: left;
	width: 240px;
	margin-right: 5px;
}

#locations h2 {
	margin-bottom: 15px;
	font-size: 16px;
}

#locations h3 {
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#locations h4 {
	margin-bottom: 8px;
	font-weight: bold;
}

#locations p {
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.key {
	color: #666666;
	font-size: 12px;
	text-align: right;
}

.required {
	color: #BE1414;
}
#contact-form legend {
	display: none;	
}

#contact-form {
	width: 585px;
}

#contact-form label {
	text-align: left;
}

#contact-form .column1 {
	float: left;
	width: 565px;
}

#contact-form .column2 {
	float: left;
	width: 565px;
}

#status-message {
	color: #292;
	font-size: 14px;
}

#contact-form #status-message {
	margin-bottom: 15px;
}

#your-details label {
	width: 244px;
}

#your-details input[type=text], #your-details textarea {
	width: 320px;
}

#event-details .column1 label {;
	width: 244px;
}

#event-details .column1  {;
	margin:0px;
}
#your-details .column1  {;
	margin:0px;
	margin-top:20px;
}



#event-details .column1 input[type=text] {
	width: 165px;
}

#event-details .column1 label {;
	width: 244px;
}

#event-details .column1 input[type=text] {
	width: 165px;
}

#event-details .column2 label {
	width: 244px;
}

#event-details .column2 input[type=text] {
	width: 320px;
}

#event-details .long-label-row label {
	width: 244px;
}

#event-details .long-label-row input[type=text] {
	width: 125px;
}

#event-preferences {
	clear: both;
}

#event-preferences label {
	width: 244px;
}

#event-preferences input[type=text] {
	width: 320px;
}

.captcha-row label {
	width: 245px;
	margin-top: 92px;	
}

.captcha-row .captcha-wrapper {
	float: left;
	width: 320px;
	margin-left: 10px;
}

.captcha-row .captcha-wrapper img {
	display: block;
	margin-bottom: 5px;
}

.captcha-row .captcha-wrapper input[type=text] {
	width: 212px;
	margin-left: 0px;
}

.captcha-row .captcha-wrapper .validationHint {
	clear: both;
}

.form-row {
	margin-bottom: 10px;
	overflow: hidden;
}
#contact-form .form-row {
	width: 600px;
}


/* ----- GAFFA TAPE --------------------------------------------------- */

/* ----- Admin-specific ----- */

div[handle='Speaker of the month'], #a113, #b57-113 {
	clear: both;
}

/* ----- COOKIE MESSAGE ----------------------------------------------- */

#cookie-message {
	position: fixed;
	right: 15px;
	bottom: 15px;
	
	width: 250px;
	padding: 24px 15px 15px;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );

	border: 1px solid #bbb;
	border-radius: 6px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
	z-index: 200;
}

#cookie-message, #cookie-message p {
	margin-bottom: 0px;
	color: #444;
	font-size: 11px;
}

#cookie-message .close {
	position: absolute;
	right: 3px;
	top: 3px;
	
	width: 10px;
	height: 10px;
	line-height: 10px;
	padding: 6px;	

	border-radius: 10px;
	color: #444;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

#cookie-message .close:hover {
	background-color: #e9e9e9;
	background-color: rgba(0, 0, 0, 0.08);

	box-shadow: inset 0px 2px 4px #dadada;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.16);
}

#cookie-message #cookie-button-ok {
	display: inline-block;
	float: right;
	padding: 5px 11px;
	
	background: #42ae1e;
	background: -moz-linear-gradient(top,  #42ae1e 0%, #348518 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42ae1e), color-stop(100%,#348518));
	background: -webkit-linear-gradient(top,  #42ae1e 0%,#348518 100%);
	background: -o-linear-gradient(top,  #42ae1e 0%,#348518 100%);
	background: -ms-linear-gradient(top,  #42ae1e 0%,#348518 100%);
	background: linear-gradient(top,  #42ae1e 0%,#348518 100%);

	border: 1px solid #348518;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(20, 30, 20, 0.4), inset 0px 1px 0px rgba(255, 255, 255, 0.4);
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
	
	transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
}

#cookie-message #cookie-button-ok:hover {
	background: #40BE1B;
	background: -moz-linear-gradient(top,  #40BE1B 0%, #339117 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40BE1B), color-stop(100%,#339117));
	background: -webkit-linear-gradient(top,  #40BE1B 0%,#339117 100%);
	background: -o-linear-gradient(top,  #40BE1B 0%,#339117 100%);
	background: -ms-linear-gradient(top,  #40BE1B 0%,#339117 100%);
	background: linear-gradient(top,  #40BE1B 0%,#339117 100%);
	
	border-color: #339117;
}

#cookie-message #cookie-button-ok:active {
	box-shadow: 0px 1px 2px rgba(20, 30, 20, 0.25);
	opacity: 0.85;

}

#cookie-button-row a.more-info {
	position: relative;
	top: 6px;
	color: #333;
	text-decoration: underline;
}

#cookie-button-row a.more-info:hover {
	color: #333;
	text-decoration: none;
}



/*------------------ Typeahead ----------------*/


.typeahead {
  background-color: #fff;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 250px;
  margin-top: 8px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  text-align: left;
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #3D8C9C;

}

.tt-suggestion p {
  margin: 0;
}
.categoryLabel {
	clear:both;
}



