/* @override
	http://travelbiz2012.mammothdigital.tv/css/style.css
	http://localhost:9058/css/style.css
	http://travelbiz.ie/css/style.css
	http://www.travelbiz.ie/css/style.css
*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 /*
 COLOURS
 =======
 Yellow:			#ffb500
 Pale Yellow:		#ffda7F
 Light Blue: 		#b6e0f0
 Deeper Blue:		#5faac7
 Red: 				#cc3333
 Orange: 			#cc3300
 Purple: 			#6666cc
 */

/*@import url("sheet.css");*/
/*@import "reset.css";*/

/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
}

body { margin: 0;font-family: arial, sans-serif;}

body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #333; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #ffb500; color: #1b1b1b; text-shadow: none; }
::selection { background: #ffb500; color: #1b1b1b; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #cc0000; text-decoration: none; font-weight: bold; }
a:visited { color: ; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0 0 20px 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: auto; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

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

td {
	vertical-align: top;
}

/* =============================================================================
   Primary styles
   Author: Mammoth Digitial
   ========================================================================== */

html {
	font-size: 62.5%;
	padding: 0;
}

body {
	background: url('../img/bkg.png') no-repeat center top #b6e0f0;
	color: #333;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#container {
	background: url('../img/bkg.png') no-repeat center top #b6e0f0;
	margin: 0 auto;
	width: 982px;
	position: relative;
	padding-top: 11px;
}

/*#adcontainer {
	position: relative;
	margin: 0 auto;
	padding: 11px 0;
	width: 1302px;
}*/

#leftad {
	width: 160px;
	position: absolute;
	top: 11px;
	left: -160px;
}

#leftad .banner, #rightad .banner {
	position: fixed;
}

#rightad {
	width: 160px;
	position: absolute;
	top: 11px;
	right: -160px;
}

.center-up {
	width: 942px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0 20px;
	z-index: 0;
}

.whitebkg {
	position: relative;
	background: #fff;
	z-index: 0;
}

/* --- Header ------------------------------------ */

header {
	overflow: hidden;
}

span#logo a {
	display: block;
	text-indent: -9999px;
	width: 292px;
	height: 63px;
	background: url('../img/logo.png') no-repeat left top;
	margin-left: 114px;
	margin-top: 46px;
}

#todaysdate {
	margin: 4px 0 0 115px;
	font-size: 12px;

}

/* --- Social Links / Search Field ------------------------------------ */

#socialsearchbox {
	float: right;
	width: 279px;
	height: 116px;
	margin-bottom: 19px;
}

#socialbuttons img {
	margin-bottom: -6px;
}

#search {
	background: url('../img/search-bkg.png') no-repeat left top;
	width: 279px;
	height: 45px;
	padding: 11px 0 0 66px;
}

input#searchfield {
	display: block;
	float: left;
	width: 151px;
	height: 20px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 7px;
}

input#searchbutton {
	width: 40px;
	height: 22px;
}

/* --- Main Nav ------------------------------------ */

nav#main-nav {
	width: 942px;
}


nav#main-nav ul {
	overflow: hidden;
}

nav#main-nav li {
	float: left;
}

nav#main-nav li a {
	color: #333;

	display: block;
	text-align: center;
	font-size: 14px;
	background-color: #fcdc81;
	margin-right: 2px;
	padding: 8px 20px 0;
	height: 22px;
	border-bottom: 2px solid #fff;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	behavior: url(./PIE.htc);
}

nav#main-nav li a:hover, nav#main-nav li a.active {
	background-color: #fab61a;
	border-bottom: none;
	height: 24px;
}

/* Nav: News */

nav#main-nav li.home a {
	background-image: url('/img/home.png');
	background-repeat: no-repeat;
	background-position: 18px 7px;
	padding: 8px 20px 0 43px;
}

  @media
  only screen and (-webkit-min-device-pixel-ratio : 2),
  only screen and (min-device-pixel-ratio : 2) {

    nav#main-nav li.home a{
		background-image: url('/img/home@2x.png');
       -webkit-background-size:20px 16px;
       background-size:20px 16px;
    }
  }

 /*Nav: Events

nav#main-nav li.events a {

	display: block;
	text-align: center;
	font-size: 14px;
	background-color: #fcdc81;
	margin-right: 2px;
	text-indent: -9999px;
	background: url('../img/nav/events.png') no-repeat left bottom;
	width: 80px;
	height: 22px;

}

nav#main-nav li.events a:hover, nav#main-nav li.events a.active {
	background: url('../img/nav/events.png') no-repeat left top;
	background-color: #fab61a;
	border-bottom: none;
	height: 24px;
}*/

 /*Nav: E-zine

nav#main-nav li.ezine a {
	display: block;
	text-indent: -9999px;
	background: url('../img/nav/ezine.png') no-repeat left bottom;
	width: 88px;
	height: 31px;
}

nav#main-nav li.ezine a:hover, nav#main-nav li.ezine a.active {
	background: url('../img/nav/ezine.png') no-repeat left top;
}

 Nav: Galleries

nav#main-nav li.photos a {
	display: block;
	text-indent: -9999px;
	background: url('../img/nav/photos.png') no-repeat left bottom;
	width: 168px;
	height: 31px;
}

nav#main-nav li.photos a:hover, nav#main-nav li.photos a.active {
	background: url('../img/nav/photos.png') no-repeat left top;
}

 Nav: Industry Jobs

nav#main-nav li.industryjobs a {
	display: block;
	text-indent: -9999px;
	background: url('../img/nav/industryjobs.png') no-repeat left bottom;
	width: 76px;
	height: 31px;
}

nav#main-nav li.industryjobs a:hover, nav#main-nav li.industryjobs a.active {
	background: url('../img/nav/industryjobs.png') no-repeat left top;
}

 Nav: Competitions

nav#main-nav li.competitions a {
	display: block;
	text-indent: -9999px;
	background: url('../img/nav/competitions.png') no-repeat left bottom;
	width: 135px;
	height: 31px;
}

nav#main-nav li.competitions a:hover, nav#main-nav li.competitions a.active {
	background: url('../img/nav/competitions.png') no-repeat left top;
}

 Nav: Advertise

nav#main-nav li.advertise a {
	display: block;
	text-indent: -9999px;
	background: url('../img/nav/advertise.png') no-repeat left bottom;
	width: 111px;
	height: 31px;
}

nav#main-nav li.advertise a:hover, nav#main-nav li.advertise a.active {
	background: url('../img/nav/advertise.png') no-repeat left top;
}

 Nav: About

nav#main-nav li.about a {
	display: block;
	text-indent: -9999px;
	background: url('../img/nav/about.png') no-repeat left bottom;
	width: 88px;
	height: 31px;
}

nav#main-nav li.about a:hover, nav#main-nav li.about a.active {
	background: url('../img/nav/about.png') no-repeat left top;
}

 Nav: Contact Us

nav#main-nav li.contact a {
	display: block;
	text-indent: -9999px;
	background: url('../img/nav/contact.png') no-repeat left bottom;
	width: 98px;
	height: 31px;
}

nav#main-nav li.contact a:hover, nav#main-nav li.contact a.active {
	background: url('../img/nav/contact.png') no-repeat left top;
}*/

 /*--- Sub Nav ------------------------------------*/

nav#sub-nav {
	width: 919px;
	background: url(../img/subnav-bkg.png) repeat-x top left #333;
	padding-left: 21px;
	padding-top: 8px;
	height: 26px;
}

nav#sub-nav li {
	display: inline;
	font-size: 12px;
	padding-right: 13px;
	margin-right: 10px;
	border-right: 1px solid #999;
}

nav#sub-nav li.home/General {
	border-right: 2px !important;
}

nav#sub-nav li.last{
	border-right:0 !important;
}

nav#sub-nav li a {
	color: #ccc;
}

nav#sub-nav li a:hover, nav#sub-nav li a.active {
	color: #fff;
}

/* --- Main ------------------------------------ */

#main {
	margin-top: 20px;
	z-index: 0;
}

.events #main {
	margin-top: 0;
}

h1, h2, h3, h4, #main-nav {
	font-family: "museo-slab",serif;
}

h1 {
	font-weight:bold;
	font-size: 24px;
	line-height: 31px;
	display: block;
}

h2 {
	font-size: 20px;
	line-height: 27px;
}

/* --- Layout ------------------------------------ */

.buttons {
	margin-bottom: 10px;
}

.container-triplecolumn {
	overflow: hidden;
	z-index: 0;
}

div.ezine-featured-header {
	height: 29px;
	background: #FFB500;
	padding: 5px 8px 0 15px;
	/*margin-top: 20px;*/
}

.singlecolumns {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.singlecolumns:last-child {
	margin-right: 0 !important;
}

.doublecolumns {
	float: left;
	width: 600px;
	margin-right: 40px;
	margin-bottom: 15px;
}

/* Single Columns Content*/

.singlecolumns div.blueheader {
	width: 284px;
	height: 29px;
	background: url('../img/blueheader-bkg.png') no-repeat left top #75b8d2;
	padding: 5px 8px 0 8px;
	font-size: 18px;
	color: #fff;
}

.singlecolumns div.goldheader {
	width: 284px;
	height: 29px;
	background: url('../img/goldheader-bkg.png') no-repeat left top #d79d52;
	padding: 5px 8px 0 8px;
	font-size: 18px;
	color: #fff;
}

.singlecolumns div.blueheader h2, .singlecolumns div.goldheader h2 {
	font-weight:bold;
	font-size: 18px;
	color: #fff;
}

.singlecolumns div.blueheader h2 span a, .singlecolumns div.goldheader h2 span a{
	float: right;
	font-size: 12px;
	color: #fff;
}

.singlecolumns div.container-efefef {
	background: #efefef;
	padding: 10px;
	min-height: 280px;
	overflow: hidden;
}

div.container-efefef.latest-trade-events {
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
}

.ezine-signup-container {
	background: #ffe5a6 !important;
	min-height: 0 !important;
	margin-bottom: 20px;
}

.singlecolumns div.container-fff-1pxborder {
	background: #fff;
	padding: 20px;
	min-height: 272px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* --- Universal --------------------------------------*/

img.masthead {
	position: inherit;
	padding-bottom: 18px;
	border-bottom: 1px dotted #ccc;
}

.partners-list-container ul {
	margin: 0;
}


/* --- Home/News Page ------------------------------------ */


/* Featured */

#featured {
	overflow: hidden;
	margin-top: 1px;
	margin-bottom: 15px;
}

.featured-box {
	position: relative;
	float: left;
	width: 312px;
	height: 312px;
	margin-right: 2px;
}

/*.featured-box h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 302px; width: 30.2rem;
    height: 21px; height: 2.1rem;
    font-size: 16px; font-size: 1.6rem;
    line-height: 16px; line-height: 1.6rem;
    padding-left: 10px; padding-left: 1rem;
    padding-top: 5px; padding-top: 0.5rem;
    background: #5faac7;
    color: #fff;
    z-index: 2;
}*/

.featured-box h2 a {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #333;
	background: rgba(51,51,51,0.8);
	font-size: 15px;
	line-height: 21px;
	padding: 10px;
	z-index: 1;
	width: 292px;
	height: 42px;
}

.featured-box a img {
	position: absolute;
	top: 0px;
	left: 0px;
}


/* Main News Section */

#masthead {
	width: 620px; width: 62.0rem;
	overflow: hidden;
}

#masthead-triplecolumn {
	width: 940px; width: 94.0rem;
	padding-bottom: 5px; padding-bottom: 0.5rem;
	margin-bottom: 18px; margin-bottom: 1.8rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

/*#masthead h1, #masthead-triplecolumn h1 {
	width: 250px; width: 25.0rem;
	font-size: 24px; font-size: 2.4rem;
	line-height: 24px; line-height: 2.4rem;
}*/

#masthead nav, #masthead-triplecolumn nav {
	padding-top: 7px;
	font-size: 12px;
	float: right;
	color: #999;
}

#masthead nav a, #masthead-triplecolumn nav a {
	color: #D08F3B;
}

#masthead nav a.on, #masthead-triplecolumn nav a.on {
	color: #999;
}

.news-snippet {
	position: relative;
	padding: 10px 10px 10px 10px;
	/*border-bottom: 1px dotted #ccc;*/
	margin-bottom: 18px;
	overflow: hidden;
}

.news-snippet img {
	margin-bottom: 10px;
}

.news-snippet p.social {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	bottom: 12px;
	left: 10px;
	color: #666;
	padding-left: 19px;
	background: url('../img/news-commenticon.png') no-repeat top left;
}

.poll-snippet {
	position: relative;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 18px;
	overflow: hidden;
}

.poll-snippet .poll-text {
	float: left;
	width: 250px;
}

.poll-snippet .donut {
	float: right;
}



div.social {
	margin-bottom: 10px;
}

span.bubble-red {
	font-family: "museo-slab",serif;
	position: absolute;
	top: 3px; top: 0.3rem;
	left: 5px; left: .5rem;
	width: 62px; width: 6.2rem;
	height: 49px; height: 4.9rem;
	font-size: 18px; font-size: 1.8rem;
	color: #fff;
	background: url('../img/bubble-red.png') no-repeat top left;
	padding: 15px 0 0 11px;
}

.news-snippet span.strapline {
	font-family: "museo-slab",serif;
	font-size: 11px; font-size: 1.1rem;
	font-weight:bold;
}

.firsttobreak{
	display:block;
	height:55px;
	width:100%;
	background: url(../img/firsttobreak.png) no-repeat left top;
}

.exclusive{
	display:block;
	height:55px;
	width:100%;
	background: url(../img/exclusivetotravelbiz.png) no-repeat left top;
}

.news-snippet h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	line-height: 1.2;
}

.news-snippet p {
	line-height: 18px; line-height: 1.8rem;
}

.news-snippet p a, .job-snippet p a, body.about #content a, body.advertise #content a, body.competitions #content a {
	font-weight: bold;
}

.news-snippet p.date-meta, .featured p.date-meta, .competition-container p.date-meta {
	font-size: 10px; font-size: 1rem;
	color: #666;
	/*margin-top: 6px; margin-top: 0.6rem;*/
	margin-bottom: 10px; margin-bottom: 1.0rem;
}

.tint {
	background-color: #fcf3dc;
}

.readmore {
	margin-top:10px;
}

/* Ezine/Subscribe */

.ezine-singlecolumns {
	width: 300px; width: 30.0rem;
	margin-right: 20px; margin-right: 2rem;
	margin-bottom: 0;
}

.current-event-cover {
	width: 129px;
	margin-right: 10px;
}

.current-event-details {
	width: 140px;
}

.current-event-cover img {
	/*margin-bottom: 10px;*/
}

.ezinebutton {
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
}

.ezine-subscribe-banner {
	position: relative;
	background: url('../img/ezine-subscribe-banner.png') no-repeat top left;
	width: 621px;
	height: 525px;
}

.ezine-subscribe-banner-recent {
	position: absolute;
	top: 124px;
	left: 215px;
	width: 192px;
	height: 297px;
}

.current-event-details h3 {
	font-weight:bold;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 6px;
}

.current-event-details h3 span {
	font-size: 20px;
}

.current-event-details p {
	font-size: 11px;
	margin-bottom: 5px;
}

.current-event-details li {
	font-size: 9px;
	line-height: 11px;
	margin-bottom: 1px;
}

.ezine-headlines {
	width: 138px;
}

.ezine-headlines h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 6px;
}

.ezine-headlines h3 span {
	font-size: 20px;
}

.ezine-headlines p {
	font-size: 13px;
	margin-bottom: 5px;
}

.ezine-headlines li {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #d2bf8a;
}


.ezine-headlines li a, .ezine-halfcolumns li a {
	color: #333333;
}



.subscribe-singlecolumns {
	float: left;
	background: #77b8d2 url('../img/home-subscribe-bkg2-white.png') no-repeat left top;
	width: 270px; width: 27.0rem;
	/*height: 211px; height: 21.1rem;*/
	margin-right: 20px; margin-right: 2rem;
	margin-bottom: 15px; margin-bottom: 1.5rem;
	padding-top: 33px; padding-top: 3.3rem;
	padding-left: 15px; padding-left: 1.5rem;
	padding-right: 15px; padding-right: 1.5rem;
	padding-bottom: 15px;
}

.search-singlecolumns {
	float: left;
	background: #77b8d2 url('../img/home-search-bkg.png') no-repeat left top;
	width: 270px; width: 27.0rem;
	/*height: 211px; height: 21.1rem;*/
	margin-right: 20px; margin-right: 2rem;
	margin-bottom: 15px; margin-bottom: 1.5rem;
	padding-top: 33px; padding-top: 3.3rem;
	padding-left: 15px; padding-left: 1.5rem;
	padding-right: 15px; padding-right: 1.5rem;
	padding-bottom: 15px;
}

.search-singlecolumns img {
	padding:0.3em 0 0;
}

.subscribe2-singlecolumns {
	background: #75B8D2 url('../img/home-subscribe-bkg2.png') no-repeat left top;
}

.subscribe-singlecolumns h2, .search-singlecolumns h2 {
	font-weight:bold;
	font-size: 18px; font-size: 1.8rem;
	line-height: 18px; line-height: 1.8rem;
	color: #fff;
	margin-bottom: 13px; margin-bottom: 1.3rem;
}

.subscribe-singlecolumns h3, .search-singlecolumns h3 {
	/*font-weight: bold;*/
	margin-right: 35px;
	font-size: 12px; font-size: 1.2rem;
	line-height: 14px; line-height: 1.4rem;
	margin-bottom: 5px; margin-bottom: 0.5rem;
}

.subscribe-singlecolumns p {
	font-family: "museo-slab",serif;
	width: 85px; width: 8.5rem;
	float: left;
	font-weight:bold;
	font-size: 15px;
	line-height: 15px;
	padding-top: 6px;
	padding-right: 5px;
	display: block;
}

h4 {
	float: none;
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-family: arial, sans-serif !important;
	font-weight: normal;
	margin-right: 40px;
	margin-bottom: 8px;
}

.search-singlecolumns h4 {
	font-size: 12px;
	line-height: 17px;
}

.subscribe-singlecolumns input.text {
	float: left;
	clear: right;
	width: 170px;
	height: 23px;
	margin-bottom: 13px;
}

.subscribe-singlecolumns input.subscribe {
	margin-left: 86px;
}

/* Directory Listings */
.directory-singlecolumns {
	background: #ffe5a6 url(../img/home-directory-bkg.png) no-repeat top;
	width: 100%;
	margin-bottom: 15px;
	clear: both;
	display: block;
}

.directory-singlecolumns div {
	background: url(../img/home-directory-inner.png) no-repeat bottom right;
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

.directory-singlecolumns h2 {
	font-weight:bold;
	font-size: 18px;
	color: #111111;
	margin-bottom: 13px;
	max-width: 280px;
	line-height: 1.25em;
}

.directory-singlecolumns h4 {
	max-width: 180px;
	margin-bottom: 18px;
}

.directory-singlecolumns a {
	display: block;
	clear: both;
	margin-top: 5px;
}

/* Latest Trade Events */

.latest-trade-events h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.latest-trade-events p {
	font-size: 13px;
	line-height: 20px;
	margin-top: -2px;
	margin-bottom: 2px;
}

.latest-trade-events p.date-meta {
	font-size: 12px; font-size: 1.2rem;
	line-height: 19px; line-height: 1.9rem;
	color: #666;
	margin-top: 0;
	padding-bottom: 12px; padding-bottom: 1.2rem;
	margin-bottom: 12px; margin-bottom: 1.2rem;
	border-bottom: 1px dotted #ccc; border-bottom: 0.1rem dotted #ccc;
}

.latest-trade-events img.diaryevents {
	display:block;
	margin-top: 5px; margin-top: 0.5px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 41px; padding-left: 4.1px;
}

/* TravelBiz Diary */

div.diarycol{
	height: 290px;
	padding:10px 0 0 10px !important;
}

div.travelbiz-diary {
	padding: 0;
	color: #333;
	height:290px;
	position:relative;
}

a.travelbiz-diary-button {
	position:absolute;
	right:0;
	bottom:0;
	display: block;
	text-indent: -9999px; text-indent: -999.9rem;
	width: 290px; width: 29rem;
	height: 238px; width: 23.8rem;
	background: #fff url('../img/home-traveldiary-bkg2.jpg') no-repeat left top;
/*	margin-top: 17px; margin-top: 1.7rem;
	margin-left: 52px;*/
}

/* --- News item Pages ------------------------------------ */


#news-item, #job-item, .overflowhidden {
	overflow: hidden;
}

#news-item h1 {
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 15px;
}

#news-item p {
	/*margin-bottom: 10px;
	color: #666;
	font-size: 14px;
	line-height: 1.3;*/
}

#news-item p.datetime, #news-item p.location, #news-item p.social {
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
	font-size: 12px;
}

#news-item p.datetime {
	background: url('../img/icon-clock.png') no-repeat left top;
	padding-left: 25px;
	margin-bottom: 10px;
	height: 18px;
	display: inline-block;
}

#news-item p.location {
	background: url('../img/icon-pin.png') no-repeat left top;
	padding-left: 25px;
	margin-bottom: 20px;
}

.newslogo {
	margin-bottom: 10px;
}

#news-item .newsimage{
	clear:right;
	display:block;
	margin: 0;
}

#news-item p.social {

}

#newsimagebox {
	float: right;
	max-width: 280px;
	margin-left: 20px;
	/*background-color: #EFEFEF;*/
}

#news_bodytext {

}

.caption {
	background: #000;
	color: #fff;
	clear: both;
	padding: 7px;
	font-size: 12px;
	line-height: 1.3;
	margin: 0;
}

#additional {
	margin-bottom: 15px;
}

.subitemhead {
	clear: both;
}

.doc {
	margin: 5px 0;
}

.doc img {
	float: left;
	margin-right: 10px;
}


/* --- Events Page ------------------------------------ */

div.events-entry img {
	margin-bottom: 4px; margin-bottom:0.4rem;
}

.events-ad-and-nav {
	float: right;
	width: 500px;
}

div.events-nav {
	clear: both;
	margin-top: 13px;
	text-align: right;
}

#events-table {
    display: block;
    width: 942px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 0;
    border-bottom: 4px solid #ccc;
}

#events-table li {
	position: relative;
	float: left;
	width: 125px;
	margin: 0 4px;
}

/*#events-table li:nth-child(7n) {
	margin-right: 0;
}*/

#events-table li.day {
	border-top: 1px solid #ccc;
	padding-top: 25px;
	min-height: 60px;
}

.knock-down {
	float: left;
	overflow: hidden;
	width: 100%;
	margin: 1px 0;
	clear: left;
}

#events-table li.firstrow {
	border-top: none;
}

/*#events-table .events-entry {
	border:1px solid #ccc;
	padding: 5px 10px; padding: 0.5rem 1rem;
	margin-bottom:5px; margin-bottom:0.5rem;
	overflow: hidden;
}*/

#events-table li.day-heading {
	font-family: "museo-slab",serif;
	font-weight:bold;
	text-transform: uppercase;
	text-align: right;
	font-size: 10px;
	border-bottom: 4px solid #333;
	padding-bottom: 3px;
	height: 20px;
}

.events-nav p {
	float: right;
	display: inline;
	font-weight:bold;
	color: #333;
	margin-top: 7px;
	margin-right: 8px;
}

p.events-date {
	position: absolute;
	left: 107px; left: 10.7rem;
	top: 4px; top: 0.4rem;
	font-size: 14px; font-size: 1.4rem;
	color: #666666;
	font-family: "museo-slab",serif;
}

p.ghost-out {
	color: #ccc;
}

#events-table ul.events-entry {
	margin: 0;
	padding: 0;
	float: left;
	/*list-style-type: square;
	list-style-position: outside;*/
	margin-left: 0px;
	width: 90%;
}

#events-table ul.events-entry li.events-title {
	border: 2px solid #cfeaf0;
	margin: 0;
	padding: 5px;
	width: 100%;
	font-size: 11px; font-size: 1.1rem;
	line-height: 14px; line-height: 1.4rem;
	margin-bottom: 8px; margin-bottom: 0.8rem;
	border: 2px solid #cfeaf0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #bbb 2px 2px 3px;
	-moz-box-shadow: #bbb 2px 2px 3px;
	box-shadow: #bbb 2px 2px 3px;
	background: #fff;
	behavior: url(./PIE.htc);
}

p.events-timevenue {
	font-size: 11px; font-size: 1.1rem;
	line-height: 13px; line-height: 1.3rem;
	color: #222;
	margin-bottom: 2px; margin-bottom: 0.2rem;
}

p.events-description {
	font-size: 11px; font-size: 1.1rem;
	line-height: 13px; line-height: 1.3rem;
	margin-top: 6px; margin-top: 0.6rem;
	margin-bottom: 8px; margin-bottom: 0.8rem;
}

p.events-learnmore a {
	font-family: "museo-slab",serif;
	float: left;
	font-size: 11px; font-size: 1.1rem;
	color: #fff;
	background: #333;
	padding: 3px 4px 2px 5px; padding: 0.3rem 0.4rem 0.2rem 0.5rem;
	width: 70px; width: 7.0rem;
}

p.events-add a {
	font-family: "museo-slab",serif;
	float: left;
	font-size: 11px; font-size: 1.1rem;
	color: #fff;
	background: #48A7BB;
	padding: 3px 4px 2px 4px; padding: 0.3rem 0.4rem 0.2rem 0.4rem;
	width: 32px; width: 3.2rem;
}

.eventdetails p.events-add a {
	float:none;
}

/* --- Event Page ------------------------------------ */

body.events h2 {
	font-size: 50px;
	line-height: 40px;
	margin-top: 40px;
}

body.eventdetails h2 {
	font-size: 30px; font-size: 3.0rem;
	line-height: 30px; line-height: 3.0rem;
	width: 400px;
	margin: 0 0 20px 0;
}

.event-datetime {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 30px 0;
	margin-top: 20px;
	position: relative;
}

.event-datetime .outlook{
	position: absolute;
	bottom: 20px;
	right: 0;
}

.event-info {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	margin-bottom: 25px;
}

.event-info img {
	padding-left: 20px;
}

body.eventdetails .event-info h1 {
	font-size: 24px;
	margin-bottom: 0;
}

body.eventdetails .event-info h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 15px; margin-bottom: 1.5rem;
}

.eventpic{
	clear:right;
	margin-bottom:10px
}

.event-info p {
	clear:left;
	margin-bottom: 15px; margin-bottom: 1.5rem;
}

body.eventdetails .date, body.eventdetails .time, body.eventdetails .venue, body.eventdetails .organisers {
	padding-left: 24px;
	font-size: 15px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	background: #fff url(../img/eventicons.png) no-repeat 0 0;
}

body.eventdetails .time {
	background-position: 0 -21px;
}

body.eventdetails .venue {
	background-position: 0 -42px;
}

body.eventdetails .organisers {
	background-position: 0 -63px;
}

.event-info p.addtocalendar a {
	font-family: "museo-slab",serif;
	font-size: 11px; font-size: 1.1rem;
	width: 103px; width: 10.3rem;
	color: #fff;
	background: #48A7BB;
	padding: 4px 4px 3px 4px; padding: 0.4rem 0.4rem 0.3rem 0.4rem;
	margin-top: 10px; margin-top: 1.0rem;
	margin-bottom: 15px; margin-bottom: 1.5rem;
}

.add-to-cal{
	display:none;
	float:left;
	width:125px;
	margin:10px 0;
}

.cal-outlook, .cal-google, .cal-ical{
	display:inline-block;
	background-image:url(../img/cal-icons.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:100px;
	height:18px;
	font-size:11px;
	line-height:18px;
	cursor:pointer;
	padding: 0 0 0 25px;
}

.cal-outlook:hover, .cal-google:hover, .cal-ical:hover{
	text-decoration:underline;
}

.cal-google{
	background-position:0 -17px !important;
	text-decoration:none !important;
}

.cal-ical{
	background-position:0 -35px !important;
}

/* --- Ezine Page w/ Contact forms -------------------- */

 div.ezine-featured-header h2 {
	font-weight:bold;
 	font-size: 18px; font-size: 1.8rem;
 	color: #000;
 }

 div.ezine-featured-container {
 	position: relative;
 	background: #333333;
 	color: #fff;
 	padding: 15px; padding: 1.5rem;
 	overflow: hidden;
 }

div.ezine-featured-container img {
	margin-right: 35px;
}

div.ezine-featured-container h2 {
	font-size: 15px;
	line-height: 18px;
	margin-right: 50px;
}

div.ezine-featured-container .date {
	margin-top: 20px;
}

div.ezine-featured-container h2 a {
	color: #fff;
}

div.ezine-featured-container .title {
	width: 555px;
	font: 31px/36px Calvert-Light;
}

div.ezine-featured-container .title h3 a {
	color: #fff;
}

div.ezine-featured-btmsection {
border-top: 1px solid #fff; border-top: 0.1rem solid #fff;
margin-top: 20px; margin-top: 2rem;
padding-top: 20px; padding-top: 2rem;
width: 685px;

}

div.ezine-featured-btmsection .sharing {
	text-align: right;
	width: 150px;
}

div.ezine-featured-container .inthisissue {
	float: right;
	width: 515px; width: 51.5rem;
	padding-left: 0px;
}

div.ezine-featured-container .inthisissue a {
	color: #FFDA7F;
	font-size: 11px;
}

div.ezine-featured-container .inthisissue a:hover{
	text-decoration:underline !important;
}

.inthisissue ul {
	margin: 0;
	width: 240px;
	float: left;
	margin-right: 15px;
}

.inthisissue li {
	line-height: 1.1;
	margin-bottom: 10px;
}

div.ezine-featured-subscribe {
	background: #5FAAC7;
	color: #fff;
	overflow: hidden;
	padding: 8px 15px 7px 15px;
}

div.ezine-featured-subscribe p {
	font-family: "museo-slab",serif;
	font-weight:bold;
/*	float: left;*/
 	font-size: 16px;
 	color: #fff;
 	margin-top: 5px;
	margin-bottom: 10px;
}

div.ezine-featured-subscribe label {
	font-family: "museo-slab",serif;
	font-weight:bold;
	float: left;
 	font-size: 16px;
 	color: #333;
	margin: 5px 10px 0 14px;
}

.ezine-featured-subscribe label[for="name"] {
	margin-left: 0;
}

.ezine-featured-subscribe input.text {
	float: left;
	width: 180px; width: 16.5rem;
	height: 26px; height: 2.6rem;
	background: #fff;
	padding-left: 10px; padding-left: 1rem;
	border: 1px solid #CCCCCC;
}

.ezine-featured-subscribe input.subscribe2 {
	margin-left: 14px;
}

.ezine-featured-share{
	display:inline-block;
	margin: 10px 0 0 170px;
}

.ezine-halfcolumns {
	float: left;
	width: 434px;
	margin: 35px 20px 0px 15px;
}

/*.ezine-halfcolumns:nth-child(even) {
	margin: 35px 0px 20px 15px;
}

.ezine-halfcolumns:last-child {
	margin-bottom: 50px;
}*/

.ezine-halfcolumns img {
	margin-right: 20px;
}

.ezine-issue-details {
	position: relative;
	float: left;
	width: 220px;
	padding-bottom: 24px;
}

.ezine-issue-details .fixed_share{
	bottom:0;
	left:50px;left:5rem;
}

.ezine-halfcolumns h2 {
	margin-bottom: 5px;
	line-height: 1.1;
}

.ezine-halfcolumns li {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 3px;
		font-size: 11px;
	line-height: 13px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #d2bf8a;
}

.ezine-halfcolumns li a:hover {
	text-decoration: underline;
}

.ezine-halfcolumns p.share {
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
}

.ezine-archive-nav {
	margin-top: 20px;
	margin-bottom: 40px;
}

 /* Subscribe */

body.subscribe img.masthead {
 	margin-top: -15px;
 	overflow: visible;
 }

fieldset label {
	font-family: "museo-slab",serif;
}

body.subscribe fieldset label, body.contact fieldset label, body.competitions fieldset label, body.polls fieldset label {
	font-weight:bold;
	display: block;
	float: left;
	font-size: 15px;
	color: #333;
	width: 135px;
	margin-left: 15px;
 }

body.subscribe fieldset input, body.contact fieldset input, body.competitions fieldset input, body.polls fieldset input {
 	float: left;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	width: 260px;
	padding: 5px;
	/*margin-bottom: 20px;*/
}

body.competitions fieldset input.radio, body.polls fieldset input.radio {
 	float: left;
	width: 25px;
	border: 0;
	background: none;
}


body.competitions fieldset ul, body.competitions fieldset p.question, body.polls fieldset p.question {
 	float: left;
	width: 400px;
	padding: 5px;
	margin-bottom: 20px;
}

#vote{
	margin:10px 5px 0 0;
}

body.contact fieldset textarea {
	float: left;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	width: 390px;
	min-height: 200px;
	padding: 5px;
	margin-bottom: 20px;
}

.contacttext {
	width: 155px;
	float: left;
}

body.subscribe select {
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	width: 190px;
	padding: 5px;
	margin-bottom: 20px;
}

body.subscribe select.day {
	width: 65px;
	margin-right: 5px;
}

body.subscribe select.month {
	width: 120px;
}

body.subscribe p.month-help {
	margin-left: 15px;
	margin-top: -12px;
	font-size: 10px;
	color: #666;
}

body.subscribe p.month-help {
	margin-left: 15px;
	margin-top: -20px;
	font-size: 10px;
	color: #666;
	margin-bottom: 10px;
}

body.subscribe input.subscribe, body.contact input.send, body.competitions input.submit {
	margin-left: 151px;
}

/* --- Galleries ------------------------------------ */


ul.photo-stack {
	position: relative;
	width: 170px;
	margin-right: 10px;
	float: left;
	background: #eee;
	height: 247px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;*/
	behavior: url(./PIE.htc);
}

ul.photo-stack img.max {
	width: 138px;
	height: 98px;
}

ul.photo-stack li {
}

ul.photo-stack li h2 {
	font-size: 16px;
	line-height: 19px;
	word-wrap: break-word;
}

.photo-stack-meta {
	position: absolute;
	bottom: 0;
}

div.photo-stack-bkg {
	display: block;
	width: 160px;
	height: 113px;
	background: url('/img/gallery-picstack.png') top left no-repeat;
	padding: 15px 0 0 15px;
	margin-bottom: 5px;
}

ul.photo-stack-meta li {
	float: left;
	margin-right: 4px;
	margin-bottom: 6px;
}

ul.photo-stack-meta li:last-child {
	margin-bottom: 0px;
}

span.tag-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

span.rounded-surround-blue {
	background: #5FAAC7;
	color: #fff;
	padding: 4px 6px 3px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*text-transform: uppercase;*/
}

span.rounded-surround-yellow {
	background: #ffb500;
	padding: 4px 6px 3px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

span.rounded-surround-black {
	background: #333;
	color: #fff;
	padding: 2px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

table.more-galleries {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	margin-top: 15px;

}

table.more-galleries td {
	border-bottom: 1px solid #CCCCCC;
	padding: 8px;

}

table.more-galleries td.gallery-title {
	font-family: "museo-slab",serif;
	font-size: 14px;
}

/*Gallery Pages*/

ul#gallery li {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.gallerythumb{
	float:left;
	margin:10px 10px 10px 0;
}

.galleryimgthumb {
	width: 70px;
	height: 70px;
}

.largegalleryimgthumb {
	width: 140px;
	height: 140px;
}

.galleryvideothumb {
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Responsive Embed */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.meta {
	font-size: 11px;
	margin-top: 20px;
	color: #999;
}

#additional .meta {
	margin: 10px 0 0 0;
}

/* --- Industry Jobs ------------------------------------ */

.job-snippet {
	position: relative;
	padding: 0 12px 16px 10px; padding: 0 1.2rem 1.6rem 1rem;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 18px; margin-bottom: 1.8rem;
	overflow: hidden;
}

.job-snippet p {
	width: 420px;
}

.job-snippet p.social {
	position: absolute;
	font-size: 12px; font-size: 1.2rem;
	font-weight: bold;
	bottom: 12px; bottom: 1.2rem;
	left: 10px; left: 1.0rem;
	color: #666;
	padding-left: 19px; padding-left: 1.9rem;
	background: url('../img/news-commenticon.png') no-repeat top left;
}

.job-snippet h2 {
	font-weight:bold;
	margin-bottom: 12px; margin-bottom: 1.2rem;
}

.job-snippet p {
	line-height: 18px; line-height: 1.8rem;
	margin-bottom: 10px; margin-bottom: 1rem;
}

.job-snippet img.listlogo {
	float: right;
	padding: 0 0 20px 30px; padding: 0 0 2rem 3rem;
}

img.viewjobdetails {
	margin-top: 7px;
}

.job-snippet {
	position: relative;
	padding: 0 12px 16px 10px; padding: 0 1.2rem 1.6rem 1rem;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 18px; margin-bottom: 1.8rem;
	overflow: hidden;
}

.job-snippet p.social {
	position: absolute;
	font-size: 12px; font-size: 1.2rem;
	font-weight: bold;
	bottom: 12px; bottom: 1.2rem;
	left: 10px; left: 1.0rem;
	color: #666;
	padding-left: 19px; padding-left: 1.9rem;
	background: url('../img/news-commenticon.png') no-repeat top left;
}

/* Job Item */

#job-item h2, .competition-container h2 {
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 15px;
}

#job-item p {
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
	line-height: 17px;
}

#job-item img#storylogo {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

table.job-additional-info {
	border-top: 1px solid #CCCCCC;
	margin-top: 25px;
	margin-bottom: 25px;
}

table.job-additional-info th {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	font-weight:bold;
	font-size: 14px;
	background: #e0e0e0;
}

table.job-additional-info td {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

/* --- Competitions ------------------------------------ */

body.competitions .featured {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

body.competitions .featured-data {
	width: 268px;
	height: 310px;
	float: left;
	background: #333;
	color: #fff;
	padding: 11px;
}

body.competitions .featured-wide{
	width:578px !important;
	height:auto !important;
}

body.competitions .featured-data p.tag {
	font-family: "museo-slab",serif;
	font-size: 11px;
	color: #fff;
	background: #5FAAC7;
	padding: 2px 3px;
	margin-bottom: 12px;
	width: 75px;
}

body.competitions .featured-data h2 {
	font-size: 19px;
	color: #FFB500;
}

body.competitions .featured-data p.date-meta {
	color: #fff;
}

body.competitions .featured-data p.enter-competition {
	margin-top: 12px;
}

.featured-data p.enter-competition a {
	color: #FFB500;
	font-weight: bold;
}

/* Competition */

.competition-container img.mainimg {
	margin-bottom: 14px;

}

.competition-container p {
	line-height: 19px; line-height: 1.9rem;
	margin-bottom: 14px;

}

.competition-slip h3 {
	font-size: 20px; font-size: 2rem;
	margin-bottom: 20px; margin-bottom: 2rem;
}

.competition-form {
	margin-top: 25px;
}

.competition-form li.radio {
	clear: both;
}

p.terms {
	margin: 40px 0 20px 0;
	font-size: 11px;
	line-height: 1.3;
	color: #555;
}

.complogo {
	margin: 0 0 15px 15px;
}


/* --- Contact/Advertise ------------------------------------ */

/* REDUNDENT? ---
body.about #content h3, body.advertise #content h3 {
	font-weight:bold;
	font-size: 18px; font-size: 1.8rem;
	line-height: 25px; line-height: 2.5rem;
	margin-bottom: 10px;
}

body.about #content h4, body.advertise #content h4 {
	font-weight:bold;
	font-size: 15px; font-size: 1.5rem;
	line-height: 22px; line-height: 2.2rem;
	margin-bottom: 15px;
}

body.about #content p, body.advertise #content p {
	margin-bottom: 15px;

}

body.about #content ul, body.advertise #content ul {
	margin: 0;
	margin-bottom: 15px;
}

body.about #content li, body.advertise #content li {
	margin: 0;
	padding: 2px 0 7px 25px;
	background: url('../img/bullet-point.png') no-repeat left top;
}

body.advertise #content table {
	margin: 0 0 20px 0;
}

body.advertise #content table td p {
	margin-bottom: 3px;
	font-weight: bold;
}

body.advertise #content table td img {
	margin-bottom: 15px;
	padding-right: 20px;
}

*/

#ad_options_module h2 {
	clear: both;
	margin: 20px 0;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}

.ad_enquiry {
	clear: left;
	float: right;
	margin-top: -50px;
}

.ad_options {
	width: 960px;
}

.ad_options li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 30px 0;
}

.options_wide li {
	width: 960px;
	min-height: 0 !important;
	margin: 0 0 30px 0;
}

.options_wide li div {
	float: left;
	width: 190px;
}

.ad_options li h5 {
	font-weight: bold;
	margin: 5px 15px 15px 0px;
}

.ad_options li p {
	margin: 5px 15px 10px 0px;
	line-height: 1.1;
	font-size: 12px;
	color: #666;
}

.cat_desc {
	width: 400px;
	margin-bottom: 20px;
}


/* --- Contact ------------------------------------ */

.contact-card {
	width: 290px; width: 29.0rem;
	margin-right: 10px; margin-right: 1rem;
	margin-bottom: 10px;
	/*margin-left: 10px; margin-left: 1rem;*/
}

/*.contact-card:last-child {
	margin-right: 0;
}*/

.contact-card h2 {
	font-size: 20px; font-size: 2rem;
	margin-bottom: 20px; margin-bottom: 2rem;
}

.contact-card p {
	margin-bottom: 20px; margin-bottom: 2rem;
}

.contact-card img {
	border: 1px solid #ccc;
	float:left;
	margin-right: 10px;
	width: 120px;
}

.contact-card ul {
	font-size: 11px;
}


.contact-card a {
	color: #5FAAC7;
	font-weight: bold;
}

.contact-sendmessage h2 {
	background: url('../img/contact-speechbubble.png') no-repeat left top;
	padding-left: 25px;
	margin-bottom: 20px;
}

.contact-map iframe {
	border: 1px solid #999;
}

.contact-map p a {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

/* --- Search ------------------------------------ */

.search_results h3 {
	font-weight:bold;
	font-size: 16px;
	padding-bottom: 5px;
	margin: 20px 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

.results_list li {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}


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

footer {
	position: relative;
	background: #333;
	font-size: 12px; font-size: 1.2rem;
	color: #999;
	text-align: left;
	height: 250px; height: 25.0rem;
}

footer .floatright {
	width: 610px; width: 61.0rem;
	float: right;
	text-align: right;
}

footer img.logo{
	padding: 24px 0; padding: 2.4rem 0;
}

footer p.backtotop a {
	display: block;
	margin-bottom: 5px; margin-bottom: 0.5rem;
	width: 610px; width: 61.0rem;
	height: 45px; height: 4.5rem;
	background: url('../img/footer-backtotop.png') no-repeat right top;
	text-align: left;
	text-indent: -9999px; text-indent: -999.9rem;
}

footer p.footnotes {
	font-size: 10px; font-size: 1.0rem;
	line-height: 13px; line-height: 1.3rem;
	margin-top: 20px; margin-top: 2.0rem;
}

footer a {
	color: #fff;
	font-weight: bold;
}

footer a:hover {
	color: #ccc;
}

footer ul {
	margin-top: 20px; margin-top: 2.0rem;
}

footer ul li {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

ul#footer-sub-nav li a {
	padding-left: 8px; padding-left: 0.8rem;
}

ul#footer-main-nav li a {
	color: #ffb500;
	padding-left: 8px; padding-left: 0.8rem;
}

ul#footer-main-nav li a:hover {
	color: #ffda7F;
}

/* --- Advertising ------------------------------------ */

#ads-topbanner {
	display: block;
	width: 728px;
	height: 90px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

#ads-topbanner-container {
	/*margin-bottom: 13px;
	margin-left: 211px;
	position: relative;
	left: 223px;
	width: 728px;*/
	width: 728px;
	padding-left: 220px;
	padding-bottom: 13px;
}

#ads-triplecolumn-container {
	width: 836px;
	padding-left: 106px;
	padding-bottom: 30px;
}

.ads-singlecolumns {
	display: block;
	width: 300px;
	height: 250px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 15px;
}

.ads-doublecolumns .banner {
	display: block;
	width: 468px;
	height: 60px;
	background: #f7f7f7;
	/*border: 1px solid #ccc;*/
}

.ads-doublecolumns img {
	border: 1px solid #ccc;
}

.events .ads-doublecolumns {
	float: right;
	margin: 0 5px 20px 0px;
	clear: both;
}


.ads-doublecolumns-container {
	padding-bottom: 17px;
	/*margin-bottom: 15px; margin-bottom: 1.5rem;*/
	overflow: hidden;
	clear: both;
	margin-top: 15px; margin-top: 1.5rem;
	padding-left: 66px;
	/*border-bottom: 1px dotted #ccc; border-bottom: 0.1rem dotted #ccc;*/
}

#sidebar-tiles {
}

.ads-Ezine .banner, .Tile .banner {
	width: 125px;
	height: 125px;
	float: left;
	margin: 0 13px 20px 12px;
	outline: 1px solid #ddd;
}

.Tile a {
	display: block;
}

#sidebar-tiles #slot16, #sidebar-tiles #slot18 {
}

/* --- Partners ------------------------------------ */

ul.partners-list li ul li {
	float: left;
	height: 90px;
	overflow: hidden;
	padding: 0 14px 0 14px;
}


/* --- Other Typography ------------------------------------ */

.use-calvert-bold {
	font-family: 'Calvert-Bold';
}

.use-calvert-light {
	font-family: 'Calvert-Light';
}

/* --- Random/Decorations ------------------------------------ */

.floatright {
	float: right;
	overflow: hidden;
}

.floatleft {
	float: left;
	overflow: hidden;
}

.alignright {
	text-align: right;
}

.padtop {
	padding: 10px 0 0 0; padding: 1rem 0 0 0;
}

.padtop20 {
	padding: 20px 0 0 0; padding: 2rem 0 0 0;
}

.padbtm {
	padding: 0 0 20px 0; padding: 0 0 2rem 0;
}

.padleft {
	padding: 0 0 0 20px; padding: 0 0 0 2rem;
}

.padleftbtm15 {
	padding: 0 0 15px 15px; padding: 0 0 1.5rem 1.5rem;
}

.dotted-border-top {
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}

.dotted-border-btm {
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.red {
	color: #cc3333;
}

.share{
	background:none !important;
	padding-left:0 !important;
}

.news-social{
	margin-bottom:20px;
}

.news-social .share{
	display:inline-block;
}

.fixed_share{
	position:absolute;
	bottom:12px;bottom:1.2rem;
	left:175px;left:17.5rem;
	float:none;
	display:inline-block !important;
}

.inline_share{
	display:inline-block !important;
	float:none !important;
	clear:none !important;
	margin-left:5px;margin-left:0.5rem;
}

.competitions .fixed_share{
	left:60px;left:6.0rem;
}

.ezine_cover {
	width: 192px;
	position: relative;
	margin-right: 20px;
}

.ezine_cover a {
	display: block;
	line-height: 0;
}

.latestezinefree{
	font-size:11px;
	line-height: 14px;
	clear: both;
}

.coverheadline h2 {
	position: absolute;
	color: #000;
	bottom: 10px;
	left: 0;
		/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.8);
	/* For IE 5.5 - 7*/
	z-index: 10;
	width: 80%;
	padding: 6px 10px 6px 10px;
	margin: 0;
	line-height: 1.2;
	font-size: 15px;
}

.sidebar .ezine_cover {
	width: 128px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}


.sidebar .coverheadline h2 {
	font-size: 10px;
	width: 85%;
	padding: 5px;
}

/*------------------------------------*\
	CHART
\*------------------------------------*/

#currentpoll form{
	margin-top:10px;
}

#currentpoll label{
	display:inline-block;
	margin-left:10px;
}

#chart{
	margin-top:20px;
	width:275px;
	display:block;
}

#chart dt{
	width:125px;
	float:left;
	margin:0 0 5px 0;
	padding:2px 0;
	display:inline;
	font-weight:bold;
	text-align:left;
	clear:left;
	font-size:11px !important;
	line-height:13px !important;
}

#chart dd{
	width:140px;
	float:left;
	margin:0 0 3px 10px !important;
	display:inline-block;
	position:relative;
	background: url(../img/poll-bar-left.png) no-repeat left top;
}

#chart dd span{
	float:left;
	display:inline-block;
	color:#fff;
	text-align:center;
	margin-left:1px;margin-left:0.1rem;
	height:15px;
	padding:2px 0 18px 0;padding:0.2rem 0rem 1.8rem 0rem;
	background: url(../img/poll-bar-right.png) no-repeat right top;
}

#chart dd p {
	float: left;
	padding: 2px 0 0 0;
	margin: 0 0 0 10px !important;
}

/*
#chart dd span{
	color:#fff;
	background:#09f;
	text-align:center;
	padding:2px 0;
	display:block;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-reflect:below 0 -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.25)));

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #0099ff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0099ff), to(#077fd0));
	background: -webkit-linear-gradient(#0099ff, #077fd0);
	background: -moz-linear-gradient(#0099ff, #077fd0);
	background: -ms-linear-gradient(#0099ff, #077fd0);
	background: -o-linear-gradient(#0099ff, #077fd0);
	background: linear-gradient(#0099ff, #077fd0);
	-pie-background: linear-gradient(#0099ff, #077fd0);
	behavior: url(/PIE.htc);
}
*/

.pollclosingdate{
	clear:left;
	margin-top:0;
	font-size:11px !important;
}


/* @group Events */

.right_column table {
	border-bottom: 1px solid #f0eedf;
	border-right: 1px solid #f0eedf;
	margin: 10px 21px;
	float: right;
}

.right_column th, .right_column td {
	border-top: 1px solid #f0eedf;
	border-left: 1px solid #f0eedf;
	font-size: 12px;
	text-align: center;
	color: #610e6a;
			/*background-color: #f7f5e6;*/

}

table#zoom_table td {
	border: 0;
}

th {
	padding: 5px 0;
	/*background-color: #fff;*/
}

th.calhead {
	/*background-color: #000;*/
	/*color: #fff;*/
	font-weight: bold;
}

div.calcontent, div.calnocontent {
	display: block;
	padding: 5px;
}

div.calnocontent {
		background-color: #fff;
		color: #5b5348;
}

div.today {
	background-color: #b3d5ff;
	font-weight: bold;
}

div.calcontent {
	background-color: #E4232F;
}



div.calcontent a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #ffffff;
}

div.calcontent a:hover {
	color: #000000;
}

#calnav {
	width: 210px;
	padding: 10px 5px;
	float: right;
}

#calnav a {
	font-size: 11px;
	/*background-color: #ff7c00;*/
	color: #c60751;
	font-weight: bold;
	/*padding: 2px 5px;*/
	/*display: inline;*/
	text-decoration: none;
	text-transform: uppercase;
}

#calnav a:hover {
	text-decoration: underline;
}

#calnav a#currentlink {
	margin: 0 40px;
}

/* @end */

/* --- Bullet Point ------------------------------------ */

body.contact #main ul {

}

body.contact #main .doublecolumns li {
	background: url('../img/bullet-point.png') no-repeat left top;
	padding-left: 25px;
	padding-top: 5px;
	line-height: 1.2;
	margin-bottom: 3px;
}

/* --- Phonts ------------------------------------ */

@font-face {
    font-family: 'Calvert-Bold';
    src: url('../font-face/calvertmtstd-bold-webfont.eot');
    src: url('../font-face/calvertmtstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/calvertmtstd-bold-webfont.woff') format('woff'),
         url('../font-face/calvertmtstd-bold-webfont.ttf') format('truetype'),
         url('../font-face/calvertmtstd-bold-webfont.svg#CalvertMTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Calvert-Light';
    src: url('../font-face/calvertmtstd-light-webfont.eot');
    src: url('../font-face/calvertmtstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/calvertmtstd-light-webfont.woff') format('woff'),
         url('../font-face/calvertmtstd-light-webfont.ttf') format('truetype'),
         url('../font-face/calvertmtstd-light-webfont.svg#CalvertMTStdLight') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* --- ADDED 24/09/12 --------------------------------------*/

/* HGROUP */

#main hgroup {
	border-bottom: 1px dotted #ccc;
	padding-right: 200px;
	width: 420px;
	margin-bottom: 30px;
}

#main hgroup h1 {
	font-size: 24px; font-size: 2.4rem;
	margin: 0 0 15px 0;
}

#main hgroup h2 {
	font-size: 18px; font-size: 1.8rem;
	color: #D09A24;
	margin: 0 0 25px 0;
	line-height: 23px;
}

body.travelbiz-website #main hgroup{
	background: url('../images/about-web-hgroup.png') no-repeat right top;
}

body.travelbiz-diary #main hgroup {
	background: url('/images/about-dir-hgroup.png') no-repeat right top;
	padding-right: 120px !important;
	width: 500px !important;
}


/* ADVERTISE WITH TB STYLES */

#main div.advertise-with-tb {
	width: 580px;
	padding: 20px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px;
	overflow: hidden;
}

#main div.advertise-with-tb p {
	float: left;
	font-size: 24px;
	font-family: "museo-slab",serif;
	color: #333;
	font-weight: 700;
	font-style: normal;
	margin: 7px 0 0 0 !important;
}


#main div.advertise-with-tb img {
	float: right;
}


/* ADVERTISE/ABOUT TEXT STYLES */

body.advertise #content p,
body.advertise-diary #content p,
body.advertise-ezine #content p,
body.advertise-website #content p,
body.about #content p,
body.travelbiz-diary #content p,
body.travelbiz-ezine #content p,
body.travelbiz-website #content p {
	margin-bottom: 26px;
}

body.advertise #content h3,
body.advertise-diary #content h3,
body.advertise-ezine #content h3,
body.advertise-website #content h3,
body.about #content h3,
body.travelbiz-diary #content h3,
body.travelbiz-ezine #content h3,
body.travelbiz-website #content h3 {
	padding-top: 15px;
	margin-bottom: 26px;
	font-size: 15px; font-size: 1.5rem;
	display: block;
	clear: both;
	font-weight: bold;
}

body.advertise #content ul,
body.advertise-diary #content ul,
body.advertise-ezine #content ul,
body.advertise-website #content ul,
body.about #content ul,
body.travelbiz-diary #content ul,
body.travelbiz-ezine #content ul,
body.travelbiz-website #content ul {
	margin: 0;
	margin-bottom: 15px;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}

body.advertise #content ul.nofloat,
body.advertise-diary #content ul.nofloat,
body.advertise-ezine #content ul.nofloat,
body.advertise-website #content ul.nofloat,
body.about #content ul.nofloat,
body.travelbiz-diary #content ul.nofloat,
body.travelbiz-ezine #content ul.nofloat,
body.travelbiz-website #content ul.nofloat {
	float: none;
}


body.advertise #content li,
body.advertise-diary #content li,
body.advertise-ezine #content li,
body.advertise-website #content li,
body.about #content li,
body.travelbiz-diary #content li,
body.travelbiz-ezine #content li,
body.travelbiz-website #content li {
	margin: 0;
	padding: 2px 0 5px 29px;
	background: url('../images/bullet-point.png') no-repeat left top;
	list-style: none;
}

body.about div#content img.floatright,
body.travelbiz-diary div#content img.floatright,
body.travelbiz-ezine div#content img.floatright,
body.travelbiz-website div#content img.floatright {
	float: right;
	padding-left: 25px;
	margin-bottom: 25px;
}

body.advertise div#content img.floatleft,
body.advertise-diary div#content img.floatleft,
body.advertise-ezine div#content img.floatleft,
body.advertise-website div#content img.floatleft,
body.about div#content img.floatleft,
body.travelbiz-diary div#content img.floatleft,
body.travelbiz-ezine div#content img.floatleft,
body.travelbiz-website div#content img.floatleft {
	float: left;
	padding-right: 25px;
	margin-bottom: 25px;
}


/* ABOUT WESBITE STYLES */

body.travelbiz-website div.website-info {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

body.travelbiz-website div.website-info p {
	margin-top: 30px;
}

body.travelbiz-website div.website-info p strong {
	font-family: "museo-slab",serif;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
}

body.travelbiz-website div.website-info img.floatright {
	float: right;
	padding-left: 25px;
}

body.travelbiz-website div.website-info img.floatleft {
	float: left;
	padding-right: 25px;
}


/* ABOUT EZINE STYLES */

body.travelbiz-ezine div.ezine-info {
	float: left;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 30px 0;
	margin-bottom: 40px;
	margin-top: 25px;
}

body.travelbiz-ezine div.ezine-info img {
	float: right;
	padding-left: 30px;
}

body.travelbiz-ezine div.ezine-info h4  {
	font-family: "museo-slab",serif !important;
	float: none;
	display: block;
	font-weight: 700;
	padding-top: 0;
	margin: 0 0 25px 0;
	font-size: 24px; font-size: 2.4rem;
	line-height: 27px !important;
	color: #D09A24;
}

body.travelbiz-ezine div.ezine-info p  {
	margin-bottom: 20px !important;
}

body.travelbiz-ezine div.ezine-info p strong {
	font-family: "museo-slab",serif !important;
	font-weight: 700;
	font-size: 15px;
}


/* ADVERTISE STYLES */

body.advertise div#contact-card {
	overflow: hidden;
	font-family: "museo-slab",serif;
	margin-bottom: 30px;
}

body.advertise div#contact-card img {
	float: left;
	padding-right: 25px;
}

body.advertise div#contact-card h3  {
	font-size: 16px; font-size: 1.6rem;
	font-weight: 700;
	display: inline !important;
	clear: none !important;
}

body.advertise div#contact-card p  {
	margin: 0;
	font-size: 15px;
	line-height: 19px;
}

body.advertise div#contact-card a.url {
	color: #5FAAC5;
}


/* AD OPTIONS STYLES */

body.advertise-diary div.ad-option, body.advertise-ezine div.ad-option, body.advertise-website div.ad-option {
	display: block;
	clear: both;
	margin-bottom: 40px;
}

#errors {
	margin-bottom: 15px;
}

#errors p {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	color: #ff0000;
	font-size: 11px;
	line-height: 13px;
}




/* =============================================================================
   Internet Explorer Specific Styles
   Target using conditionals set in doctype.php
   ========================================================================== */

.lt-ie9 .sidebar, .lt-ie9 .last{
	margin-right: 0 !important;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.nobg {
	padding: 0;
	background: none !important;
}



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* =============================================================================
   Font-face typefaces.
   Some of the typefaces we're using on the website.
   ========================================================================== */


/* =============================================================================
   Bugfix - Remove Caption box if empty
   ========================================================================== */
	#cboxTitle:empty {
	   display: none !important;
	}
