
/* CSS Document for British Airways High Life magazine - Build: 26 June 2008 

=>main layout

=>navigation
	=>main navigation
	=>footer navigation

=>content layout
	=>header
	=>page title	
	=>columns
	=>alternative footer
	=>footer
	
=>content elements
	=>article
	=>side column
	=>h1
	=>h2
	=>h3
	=>h4
	=>paragraph
	=>strong
	=>links
	=>images
	=>line	
	=>lists
	=>forms
	=>modules
	=>sifr

=>tools

=>themes
	=>home
	=>destinations
	=>spas	
	=>food and drink
	=>arts and culture
	=>sports and adventure
	=>fashion and shopping
	=>property
	=>news
	=>contributors
	=>results
*/

@import url('reset.css');

@font-face {
    font-family: 'leanderregular';
    src: url('../fonts/leander-webfont.eot');
    src: url('../fonts/leander-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leander-webfont.woff') format('woff'),
         url('../fonts/leander-webfont.ttf') format('truetype'),
         url('../fonts/leander-webfont.svg#leanderregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'BrutalTypeExtraBold';
	src: url('../fonts/BrutalType-ExtraBold.eot');
	src:
	     url('../fonts/BrutalType-ExtraBold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/BrutalType-ExtraBold.woff') format('woff'),
	     url('../fonts/BrutalType-ExtraBold.ttf') format('truetype'),
	     url('../fonts/BrutalType-ExtraBold.svg#BrutalType-ExtraBold') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* ----- MAIN LAYOUT ---------------------------------------------------------------------------- */

html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
	}

body {
    color: #2a2215;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; 
	text-align: center; /* for IE */
    background: #ffffff url(../images/bg_header-tile.gif) repeat-x left 126px;
	}

div.clear {
	clear: both;
	}

div.main_wrapper {
	text-align: left; /* reset text alignment */
	width: 940px; /* or a percentage, or whatever */
	margin: 0px auto; /* for the rest */
	position:relative;
	}

.topadvert {
	padding:8px 0 0 0;
	min-height:90px;
}

/* ----- MAIN NAV ---------------------------------------------------------------------------- */

div.main_navigation_wrapper {
	height: 40px;
	padding: 0px 0px 0px 0px;
	}

div.main_navigation_wrapper ul li  {
	float: left;
	list-style: none;
	margin-right:8px;
	}	

div.main_navigation_wrapper ul li.last  {
	margin-right: 0px;
	}	

div.main_navigation_wrapper ul li a  {	
	float: left;
	position: relative;
	
/*	text-indent:-9999px;*/
	font-family: Georgia;
	font-family: BrutalTypeExtraBold;

	font-weight: bold;
	font-size: 16px;
	background-image:none!important;
	width:auto!important;
	padding:12px 14px 12px;
	}
div.main_navigation_wrapper ul li.current a  {	
	color:#fff;
}


div.main_navigation_wrapper ul li a span {
	width: 100%;
	background: inherit;
	height: 18px;
	/*border-radius: 18px;
	-pie-border-radius: 18px;*/
	behavior: url(/scripts/PIE.htc);
	position: absolute;
	top: -7px;
	left: 0;
}


div.main_navigation_wrapper ul li a:hover span i,
div.main_navigation_wrapper ul li.current a span i,
div.main_navigation_wrapper ul li a:hover span b,
div.main_navigation_wrapper ul li.current a span b {
	display: block;
}

div.main_navigation_wrapper ul li a span i,
div.main_navigation_wrapper ul li a span b{
	width:14px;
	position: absolute;
	top:0;
	height:14px;
	background: url(/images/reskin/mini-corners.png) no-repeat;
	display: none;
}
div.main_navigation_wrapper ul li a span i{
	left:0;
}
div.main_navigation_wrapper ul li a span b{
	background-position: right top;
	right:0;
}


div.main_navigation_wrapper ul li a:hover {
	color:#fff;
	text-decoration: none;
} 

/* home */
div.main_navigation_wrapper ul li a.main_nav_home  {	
	width: 41px;
	/*background: url("../images/bg_main_nav_buttons.gif") no-repeat 0px 0px;	*/
	}

div.main_navigation_wrapper ul li a.main_nav_home:hover,	
div.main_navigation_wrapper ul li a.main_nav_home:hover span,
div.main_navigation_wrapper ul li.current a.main_nav_home span,
div.main_navigation_wrapper ul li.current a.main_nav_home {	
	background-position: 0px -36px;
	background: #009e4f;
	}

div.main_navigation_wrapper ul li.current a.main_nav_home, div.main_navigation_wrapper ul li.current a.main_nav_home:hover {	
	background-position: 0px -72px;	
	}

/* news */
div.main_navigation_wrapper ul li a.main_nav_news  {	
	width: 93px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -78px 0px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_news,	
div.main_navigation_wrapper ul li a.main_nav_news:hover span,	
div.main_navigation_wrapper ul li.current a.main_nav_news span,	
div.main_navigation_wrapper ul li a.main_nav_news:hover {	
	background-position: -78px -36px;
	background: #5a98d2;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_news, div.main_navigation_wrapper ul li.current a.main_nav_news:hover {	
	background-position: -78px -72px;	
	}

/* tools / IDEAS */
div.main_navigation_wrapper ul li a.main_nav_tools {	
	width: 36px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -210px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_tools:hover,
div.main_navigation_wrapper ul li.current a.main_nav_tools,
div.main_navigation_wrapper ul li a.main_nav_tools:hover span,
div.main_navigation_wrapper ul li.current a.main_nav_tools span,
 div.main_navigation_wrapper ul li a.activeItem {	
	background-position: -210px -36px;
	background:#944482;
	}

div.main_navigation_wrapper ul li.current a.main_nav_tools, div.main_navigation_wrapper ul li.current a.main_nav_tools:hover {	
	background-position: -210px -72px;
	}
	
/* People */
div.main_navigation_wrapper ul li a.main_nav_people  {	
	width: 49px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -282px 0px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_people,	
div.main_navigation_wrapper ul li a.main_nav_people:hover span,	
div.main_navigation_wrapper ul li.current a.main_nav_people span,	
div.main_navigation_wrapper ul li a.main_nav_people:hover {	
	background-position: -282px -36px;	
	background:#bfd730;
	}

div.main_navigation_wrapper ul li.current a.main_nav_people, div.main_navigation_wrapper ul li.current a.main_nav_people:hover {	
	background-position: -282px -72px;
	}

/* travel / STUFF */
div.main_navigation_wrapper ul li a.main_nav_travel {	
	width: 41px; 
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -370px 0px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_travel,
div.main_navigation_wrapper ul li a.main_nav_travel:hover span,
div.main_navigation_wrapper ul li.current a.main_nav_travel span,
div.main_navigation_wrapper ul li a.main_nav_travel:hover {	
	background-position: -370px -36px;	
	background:#e64425;
	}

div.main_navigation_wrapper ul li.current a.main_nav_travel, div.main_navigation_wrapper ul li.current a.main_nav_travel:hover {	
	background-position: -370px -72px;
	}

/* competitions */
div.main_navigation_wrapper ul li a.main_nav_competitions  {	
	width: 94px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -447px 0px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_competitions,	
div.main_navigation_wrapper ul li a.main_nav_competitions:hover span,	
div.main_navigation_wrapper ul li.current a.main_nav_competitions span,	
div.main_navigation_wrapper ul li a.main_nav_competitions:hover {	
	background-position: -447px -36px;
	background:#f7941e;
	}

div.main_navigation_wrapper ul li.current a.main_nav_competitions, div.main_navigation_wrapper ul li.current a.main_nav_competitions:hover {	
	background-position: -447px -72px;	
	}

/* high life */
div.main_navigation_wrapper ul li a.main_nav_highlife {	
	width: 57px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -578px 0px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_highlife,	
div.main_navigation_wrapper ul li a.main_nav_highlife:hover span,	
div.main_navigation_wrapper ul li.current a.main_nav_highlife span,	
div.main_navigation_wrapper ul li a.main_nav_highlife:hover {	
	background-position: -578px -36px;	
	background:#009e4f;
	}

div.main_navigation_wrapper ul li.current a.main_nav_highlife, div.main_navigation_wrapper ul li.current a.main_nav_highlife:hover {	
	background-position: -578px -72px;	
	}
	
	
/* ----- SUB NAV ---------------------------------------------------------------------------- */

.subNav {
	padding:5px 0 30px 0;
	float:left;
	width:930px;
}

.subNav li {
	float:left;
	margin:0 40px 0 0;
	padding:0 0 3px 0;
	font-weight:bold;
	color:#8b8c8e;
	font-size:12px;
	font-family: Georgia,serif;
}

.subNav li.lastNavItem {
	margin-right:0 !important;
}

.subNav li a {
	color:#666666;
}

.subNav li a:hover {
	color:#222;
	text-decoration:none;
}

.subNav li.current a, .subNav li.current a:hover {

	color:#000;
	text-decoration:none;
}

	


/* ----- CONTENT LAYOUT ---------------------------------------------------------------------------- */

/*Cookie Warning */


.cookie-warning {
	background: #000;
	padding:10px;
	color:#c5c5c5;
	display: none;
}
.cookie-warning > div{
	width:960px;
	margin:0 auto;
	text-align: left;
}
.cookie-warning p {
	margin:6px 0 10px;
}

.cookie-warning > div a{
	color:#fff;
	color:#c5c5c5;
	text-decoration: underline;
}
.cookie-button {
	float: right;
	color:#eee;
	display: block;
	text-decoration: none!important;
	line-height: 25px;
	height: 25px;
	background: #333;
	text-align:center;
	padding:0 10px;
	margin-left:5px;
	border-radius: 3px;
	border:1px solid #444;
	margin-top:-4px;
}

.cookie-button:hover {
	text-decoration: none;
	background:#444;
} 

body.cookie-on {
	background:white url(../images/bg_header-tile.gif) repeat-x left 177px
}

/* ----- HEADER ---------------- */
div.header_wrapper {
	height: 200px;
	/*background: url(../images/bg_header.jpg) no-repeat top left;*/
	}

div.header_wrapper .hdr_logo {
	position:absolute;
	width:387px;
	top: 15px;
left: 5px;
	}

div.header_wrapper .hdr_logo a {
	width: 387px;
	display: block;
	height: 86px;
	}

div.header_wrapper .hdr_right {
	float: right;
	padding: 10px 0 0px 0px;
	width: 575px;	
	}

div.header_wrapper .hdr_adbanner {
		height: 33px;
	display:block;
	}

div.header_wrapper .hdr_right .resize {
	float: right;
	padding: 12px 0px 0px 0px;
	margin-right: 15px;
	display: none;}

div.header_wrapper .hdr_right .resize span {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right:5px;
	padding-top:3px;
}

div.header_wrapper .hdr_right .resize a {
	margin: 0 2px 0 0;
	padding: 0;
	text-indent:-9999px !important;
	float:left;
	height: 26px;
	width: 30px;
	}
	
div.header_wrapper .hdr_right .resize a:hover {
	background-position: 0px -26px !important;
}

div.header_wrapper .hdr_right .resize a.larger {
	background: url(../images/btn_resize-larger.gif) no-repeat 0px 0px;
	}

div.header_wrapper .hdr_right .resize a.smaller {
	background: url(../images/btn_resize-smaller.gif) no-repeat 0px 0px;
	}

div.header_wrapper .hdr_right .resize a.reset {
	background: url(../images/btn_resize-reset.gif) no-repeat 0px 0px;
	}

div.header_wrapper .hdr_right .hdr_search {
	float: right;
	padding: 12px 0px 0px 0px;
	}

div.header_wrapper .hdr_right .hdr_search form {
	display: inline;
	}

div.header_wrapper .hdr_right .hdr_search form #For {
	float: left;
	border: 1px solid #a6a6a6;  
	width: 161px;
	height: 19px;
	padding: 5px 0px 0px 5px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* 12px */
	color:#999999;
	margin:0 2px 0 0;
	}

div.header_wrapper .hdr_right .hdr_search form .button {
	float: left;
	border: 0px;
	width: 30px;
	height: 26px;
	}

div.header_wrapper .hdr_right .visit{
	float: right;
	padding: 12px 20px 0px 0px;

	}
	
div.header_wrapper .hdr_right .visit a {
	display:block;
	width:129px;
	height:26px;
	background: url(../images/btn_visit_ba.gif) no-repeat 0 0;
	text-indent:-9999px;
}

.olympic {
	display: none;
	width: 151px;
	height: 54px;
	float: right;
	background: url(/images/olympic-logo.png) no-repeat;
	margin-left: 34px;
	margin-top: 11px;
	margin-right: -26px;
}
	
/* ----- FOOTER ---------------- */

div.footerBand {
	min-height: 44px; /* screen_ie6.css */
	background-color: #252525;
	width: 100%;
	margin: 10px 0px 0px 0px;
	text-align: center;
	clear:both;
	}

div.footer {
	margin: 0 auto;
	width: 940px;
	}

div.footer ul {
	float: left;
	margin-left: 12px;
	padding: 15px 0px 0px 0px;
	text-align: left;
	}

div.footer li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right:1px solid #6b6a67;
	}

div.footer li.last {
	border: 0px;
	}

div.footer li a {
	color: #ffffff;
	font-weight:bold;
	}

div.footer .copyright {
	float: right;
	color: #ffffff;
	padding: 15px 10px 0px 0px;
	text-align: left;
	}
	
.home .footerBand {
	margin-top: 0;
	}
	 
	
	
/* ----- ALT. FOOTER ------------ */

div.alternative_footer_wrapper {
	height: 69px;
	background: transparent url(../images/bg_alternative-footer.gif) left top repeat-x;
	margin: 80px 0px 0px 0px;
	}

div.alternative_footer_wrapper .inner_alternative_footer_wrapper {
	text-align: left; /* reset text alignment */
	width: 805px; /* or a percentage, or whatever */
	margin: 0px auto; /* for the rest */ 
	position: relative;
	padding: 0px 0px 0px 225px;
	}

div.alternative_footer_wrapper .inner_alternative_footer_wrapper h2 {
	padding: 19px 0 5px 0;
	text-indent:-10000px;
	background:transparent url(../images/txt_ba_excecutive_club.gif) left 19px no-repeat;
	width:162px;
	height:15px;
	margin:0;
	}

div.alternative_footer_wrapper .inner_alternative_footer_wrapper p {
	color:#464646
	}

div.alternative_footer_wrapper .inner_alternative_footer_wrapper a.arrowGrey {
	display: inline;
	background: url(../images/bg_link_arrow_on_grey.gif) left top no-repeat;
	letter-spacing:0;
	}	


/* ----- PAGE LAYOUT -------------------------------------------------------- */

div.content_wrapper {
	padding: 9px 0 37px 9px;
	background: #ffffff;
	/*border-left: solid 1px #ccc;
	border-right: solid 1px #ccc; */
	}

.home div.content_wrapper {
	padding-bottom: 25px !important;
	padding-top:40px !important;
	}

/* ----- 1/3 COLUMN ----------------------- */

div.one_third {
	float: left;
	width: 290px; 
	padding: 0px 0px 50px 16px;
	margin-bottom: 5px;
	border-left: 6px solid #ebebeb;
	}

div.smallArticle div.one_third {
	padding:0 0 0 7px;
}

div.smallArticle .article {
	min-height:500px;
}

.smallArticle .one_third .right_side_padding,
.smallArticle .one_third .relatedArticles,
.smallArticle .one_third .secondAd {
	display:none;
}

.contributors .smallArticle .one_third .right_side_padding,
.contributors .smallArticle .one_third .relatedArticles,
.contributors .smallArticle .one_third .secondAd {
	display:block !important;
}

div.border_right_dark .one_third {
	background: url(../images/bg_border_dark.gif) repeat-y top right;
	padding: 0px 6px 0px 0px;
	}

div.two_thirds .one_third {
	width: 292px;
	padding: 0px; 
	border:none;
	}

div.two_thirds .border_right_dark .one_third {
	background: url(../images/bg_border_dark.gif) repeat-y top right;
	padding: 0px 10px 0px 0px;
	}

div.two_thirds .border_left_dark .one_third {
	background: url(../images/bg_border_dark.gif) repeat-y top left;
	padding: 0px 0px 0px 10px;
	}

div.two_thirds .border_left_light .one_third {
	background: url(../images/bg_border_light.gif) repeat-y top left;
	padding: 0px 0px 0px 10px;
	}

div.right_side_padding .one_third {	
	padding: 0px 0px 0px 7px;
	}

div.three_col_odd .right_side_padding .one_third {	
	padding: 0px 0px 0px 10px;
	}
	
.homeReaderPanel {
	padding:0px 25px 0px 0px !important;
	width:277px !important;
	margin-top: 10px;
}

.homeHolidayPanel {
	padding:0px 15px 0px 15px !important;
	width:272px !important;
}

.holidayPanelTravel {
	margin-bottom:15px;
}


/* ----- 2/3 ----------------------------- */

div.two_thirds {
	float: left;
	width: 605px;
	padding-right: 0;
	margin-right:12px;
	}


/* ----- 1/2 ----------------------------- */
div.one_half {
	float: left;
	width: 450px;
	}

div.two_thirds .one_half {
	padding: 0px 5px 0px 0px;
	}

div.two_thirds .border_right_light .one_half {
	width: 445px;
	padding: 0px 10px 0px 0px;
	}

div.article .border_right_light {
	clear: left;
}

.contributors .border_right_light, .smallArticle .border_right_light {
	clear: none !important;
}

div.three_col_odd .two_thirds .border_right_light .one_half {
	width: 450px;
	padding: 0;
	}


/* ----- 1/6 ----------------------------- */

div.one_sixth {
	float: left;
	width: 140px;
	}

div.two_thirds .one_sixth {
	padding: 0px 0px 0px 10px;
	}

div.two_thirds .one_third .one_sixth {
	padding: 0px 0px 0px 0px;
	}


div.two_thirds .border_right_dark .one_third .left .one_sixth {
	padding: 0px 11px 0px 0px;
	}

div.right_side_padding .one_third .right .one_sixth {
	float: right;
	}

div.three_col_odd .two_thirds .one_sixth {
	padding: 0px 10px 0px 0px;
	position: relative;
	}

div.three_col_odd .two_thirds .one_sixth blockquote {
	width: 140px;
	font-size: 140%;
	font-weight:normal;
	line-height: 120%;
	color: #333;
	text-align: right;
	margin: 2em 0 0 0;
	padding: 40px 0 0 0;
	background:url(../images/quote_start.gif) 5px top no-repeat;
	}

div.three_col_odd .two_thirds .one_sixth blockquote span {
	padding:0 0 40px 0;
	background:url(../images/quote_end.gif) right bottom no-repeat;
	display:block;
}

div.three_col_odd .two_thirds .one_sixth .secondary-image {
	width: 140px;
	font-size: 92%;
	text-align: right;
	line-height: 1.2em;
	margin-top: 30em;
	}

div.three_col_odd .two_thirds .one_sixth div.holder {
	width: 140px;
	background-color: red;
	height: 10px;
	clear: both;
	}

div.three_col_odd .one_third .one_sixth {
	width: 120px;
	}

div.three_col_odd .one_third .border_right_light .one_sixth {
	width: 120px;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	background: url(../images/bg_border_light.gif) repeat-y top right;
	}


/* ----- RELATED ARTICLES COLUMN -------------------------------------------------------- */
	
.relatedArticles, .relatedContent {
	clear: both;
	margin: 0 0 25px 0;
	float:left;
	}

.relatedArticles h2, .relatedContent h2, .relatedContent h4 {
	
	font-size:18px;
	line-height: 120%;
	color: #000;
	text-transform: none;
	border-bottom:1px solid #DADADA;
	clear:both;
	margin:2px 0 5px;
	padding:0 0 9px;
}



/* ----- CONTENT ELEMENTS------------------------------------------------------------------------- */


/* ----- SECTION TITLE ---------------------------------------------------------------------------- */

h2 {
	font-family: BrutalTypeExtraBold!important;
}

h1.section-ttl {
	clear:both;
	font-size: 3em;
	border-bottom:3px solid #1f1b1c;
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	line-height:100%;
	font-weight:normal;
}

h2.subsection-ttl {
	clear:both;
	font-size: 2em;
	border-bottom:1px solid #e6e2da;
	font-weight:bold;
	margin:15px 0 0 0;
	padding:0 0 9px 0;
	line-height:100%;
	color:#000;
}

.titleContainer h1,
.titleContainer h2 {
	font-family:BrutalTypeExtraBold;
	border-bottom:none;
	color:#fff;
	font-weight: normal;
}
.titleContainer h2 {
	border-top: 1px solid #fff;
	padding:14px 0 11px 0;
	margin-top:5px;
}

h2.title {
	clear:both;
	font-size: 2em;
	font-weight:bold;
	margin:0 0 20px;
	padding:0 0 5px 0;
	line-height:120%;
	color:#000;
	text-transform:none;
	}

.smallArticle h2.title {
	margin:0 0 15px 0;
}
	
img.hdr-sponsor {
	float: right;
	}
	
#breadcrumbs {
	color:#333;
}

#breadcrumbs a {
	color:#333;
	background: url(../images/bg_link_arrow_blue.gif) no-repeat scroll 0 3px transparent;
    line-height: 100%;
    padding: 0 4px 0 11px;
}

#breadcrumbs a.first {
	padding:0 4px 0 0;
	background:none;
}

#breadcrumbs span {
	color:#333;
	padding: 0 0 0 11px;
	background: url(../images/bg_link_arrow_blue.gif) no-repeat scroll 0 3px transparent;
}

.titleContainer h1.section-ttl {
	border:none;
	margin:0;
	padding:8px 0 7px 0;
	font-size:3.3em;
	color:#fff;
}

.titleContainer {
    clear: both;
    margin: 0 0 10px;
    padding: 13px 20px 1px;
    position: relative;
}

.corner {
	background: url(/images/reskin/corners.png);
	top:0;
	position: absolute;
	width:20px;
	height:20px;
}

.leftcorner {
	background-position: left top; 
	left:0;
}

.rightcorner {
	background-position: right top; 
	right: 0;
}


/* ----- ARTICLE TYPOGRAPHY ---------------------------------------------------------------------------- */

div.comp-form {
	float:left;
	margin:20px 0 0 0;
}


div.comp-form h2.title {
	margin: 0 0 8px 140px;
	clear:none;
}
	
h2.date {
	color: #666;
	margin-bottom: 0.2em;
	font-weight: normal;
	text-transform: none;
	}

.two_thirds h2.date {
	display:inline;
}
	
.one_sixth h2.date {
	display:block;
	margin:0 !important;
}

span.articlePage {
	color: #999;
	font-size:80%;
	text-transform:uppercase;
}
	
div.intro {
	border-right: none;
	margin:0 0 15px 0;
	}
	
.standfirst {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a2215;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	padding:12px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	}
	
.vimeoContent {
	display:block;
	margin-bottom:30px;
}
	
.smallArticle .standfirst {
	font-size: 150%;
	line-height: 130%;
	}
	
.article p, .comp-form p, .standard p {
	font-size: 115%;
	line-height: 150%;
	margin: 0 0 1.5em 0;
	}

.article .paging a {
	font-size: 125%;
	line-height: 120%;
	margin:0 0 0 14px;
}

.article .paging p {
	margin: 0;
	}
	
.article h3 {
	font-weight: normal;
	text-transform: none;
	font-size: 190%;
	margin-bottom: 0.6em;
	}
	
.article h4, .competitionArticle h4 {
	font-weight: bold;
	text-transform: none;
	font-size: 140%;
	margin-bottom: 0.3em;
	font-family:Arial, Helvetica, sans-serif;
	}

.article ul {
	margin:0 0 1.5em 0;
}

.article li {
	background: url(../images/bullet_list.gif) left 4px no-repeat;
	padding:0 0 5px 14px;
	font-size: 115%;
	line-height: 120%;
}

.comp-form p a,
.article p a {
	color: #009E4F;
	text-decoration: none;
}

.article p.note a {
	color: #000;
}

.shareThisPanel {
	padding:13px 13px 10px;
	background:url(/images/reskin/share.png) no-repeat;
	width:122px;
	margin: 4px 0 0;
	position: relative;
	left:-14px;
	height:197px;
}

.shareThisPanel h2 {

	font-size: 17px;
	line-height: 120%;
	color: #000;
	text-transform: none;
	clear:both;
	margin:0 0 10px;
	padding:0;
	border-bottom:1px solid #000;
	padding-bottom:20px;
}

.shareThisPanel li {
	float:left;
	padding:0 !important;
	backgrounn:none !important;
}

.shareThisPanel a {
	float:left;
	margin:0 8px 0 0;
	width:25px;
	height:25px;
	background:url(../images/reskin/icons.png) left top no-repeat;
	text-indent:-10000px;
}

.shareThisPanel .shareTwitter a { background-position: left -120px; }
.shareThisPanel .shareFacebook a { background-position: left -360px; }
.shareThisPanel .shareEmail a { background-position: left -480px; }
	
.readersWrite h3 {
	margin-bottom: 0.4em;
	}
	
.readersWrite h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
	}
	
.readersWrite p {
	margin-bottom: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
.readersWrite li {
	border-bottom: solid 1px #b1c9d3;
	margin-bottom: 1.2em;
	}

.rWrite span.category {
	color:#E6272E;
}

.rWrite a.submissions {
	margin-top:10px;
}

.two_thirds .two_thirds .intro h2.date {
	margin-top:4px !important;
} 
	
div.paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	float:left;
	width:450px;
	padding:10px 0 2px 0;
	margin:10px 0 0 0;
	border-top:1px solid #000;
	}

.pageLeftButtons {
	float:left;
}

.pageRightButtons {
	float:right;
}

.pageRightButtons a {
	padding-left:20px;
	background:url(../images/bg_link_arrow_green.gif) left 2px no-repeat;
	display:block;
}

/* ----- =>side column */

div.sidecol {
	width: 170px !important;
	padding-right: 10px;
	}

.sidecol h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #3b6c8b;
	}

.sidecol h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-transform: uppercase;
	}
	
.sidecol p {
	margin-bottom: 1em;
	font-size: 100%;
	}
	
.sidecol ul {
	margin-bottom: 1em;
	}
	
.sidecol li {
	background: url(/images/elements/bullet-blue-sq.gif) 0 5px no-repeat;
	text-indent: 12px;
	}
	

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	font-weight:bold;
	color:#000;
}

/* ----- =>h2 */
h2 {
	font-size: 20px;
	color: #000;	
	margin: 0px 0px 8px 0px;
	}


/* ----- =>h3 */
h3 {
	font-size: 17px;
	color: #2a2215;
	margin: 0px 0  6px 0;
	}


h3.large span
{	
	font-weight: normal;
}

h3.large span.lower
{
	text-transform: none;
}

h3.medium
{
	font-size: 150%; /* 18px */
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-transform: none;
	line-height: normal;
}

h3.small
{
	font-size: 118%; /* 14px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a2215;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
}

h3.flight_info
{
	font-size: 118%; /* 14px */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #3b6c8b;
}


/* ----- =>h4 */
h4
{
	font-size: 92%; /* 11px */
	color: #2a2215;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	margin: 0px;
}


/* ----- =>paragraph */


p.margin_increase
{
	margin: 0px 0px 20px 0px;
}

p.margin_decrease
{
	margin: 0px 0px 5px 0px;
}

p.lineheight_increase
{
	line-height: 1.5em;
}


/* ----- =>strong */
strong.upper
{
	text-transform: uppercase;
}


/* ----- =>links */
a.arrow {
	background: url(/images/bg_link_arrow.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 10px;
	display: block;
	font-size:1em;
	font-weight:bold;
	
	}

a.arrowGrey {
	background: url(/images/bg_link_arrow_grey.gif) no-repeat 0px 0px;
	padding: 0px 0px 1px 19px;
	display: block;
	font-size:1em;
	font-weight:bold;
	}

a.arrowBlue {
	background: url(/images/bg_link_arrow_blue.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 10px;
	display: block;
	font-size:1em;
	font-weight:bold;
	}


.home-features-large a.arrow {
	background: url(/images/reskin/arrow.png) no-repeat 0px 3px;
	padding:3px 0px 0px 19px;
	display: block;
	font-size:14px;
	font-weight:bold;
	}

/* ----- IMAGES ---------------------------------------------------------------------------- */


div.image_padding {
	padding: 0px 0px 5px 0px;
	float:left;
	}

div.image_padding .image_padding_high {
	padding-bottom:5px;
}
	
div.hero img {
	padding-bottom: 3px;
	}

.comp-form div.hero img {
	margin-left:140px;
}

div.hero_caption_wide {
	margin: 2px 0px 20px 0px;
	font-size: 92%;
	}

.comp-form .hero_caption_wide {
	margin-left:140px;
}

div.hero_caption_tall {
	margin: 2px 0px 20px 150px;
	font-size: 92%;
	}

.photoCredit {
	color: #999999;
	}
	
.secondary-image .photoCredit {
	display: block;
	margin-top: 4px;
	}

div.logo_for_print {
	display: none;
	}
	
.article ol {
	margin: 0 0 1.5em 0;
	font-size:100%;
	list-style-type:decimal;
	padding-left:18px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:125%;
	line-height:150%;
}

.article ol li{
	margin-bottom:5px;
}


/* ----- =>line */
.hr_light
{
	clear: both;
    border-top: 1px solid #d5cec2;
    height: 1px;
    font-size: 0px;
    margin: 10px 0px 10px 0px;
}

.hr_dark
{
	clear: both;
    border-top: 1px solid #2a2215;
    height: 1px;
    font-size: 0px;
    margin: 10px 0px 10px 0px;
}

.hr_lowmarg_light
{
	clear: both;
    border-top: 1px solid #d5cec2;
    height: 1px;
    font-size: 0px;
    margin: 5px 0px 20px 0px;
}

.hr_lowmarg_dark
{
	clear: both;
    border-top: 1px solid #2a2215;
    height: 1px;
    font-size: 0px;
    margin: 5px 0px 15px 0px;
}

.hr_highmarg_light
{
	clear: both;
    border-top: 1px solid #d5cec2;
    height: 1px;
    font-size: 0px;
    margin: 15px 0px 3px 0px;
}

.hr_highmarg_dark {
	clear: both;
    border-top: 1px solid #2a2215;
    font-size: 0px;
    margin: 5px 0px 3px 0px;
}



/* normal */
div.normal_list ul
{
	padding: 30px 0px 0px 0px;
}

div.indent .normal_list ul
{
	float: right;
	width: 575px;
	padding: 0px;
}

div.normal_list ul li
{
	position: relative;
	padding: 0px 0px 10px 0px;
}

div.normal_list ul li strong
{
	margin: 0px;
	font-size: 117%; /* 14px */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #2a2215;
}

div.normal_list ul li div
{
	text-align: right;
	position: absolute;
	left: -30px;
	top: 0px;
	font-size: 167%; /* 20px */
	text-transform: uppercase;
	padding: 3px 7px 0px 0px;
	width: 23px;
}

	
/* ----- =>article gallery */

.gallery {
	width: 450px;
	padding-bottom: 4px;
	margin-top: 5px;
	background: url(../images/elements/hr-gallery.gif) no-repeat left 99px;
	float: left;
	}
	
.gallery img {
	padding-right: 10px;
	}
	
p.gallery_caption {
	padding-right: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:92%;
	margin: 5px 0 15px;
	float: right;
	}


/* --- PAGINATION -------------------------------------------------------------------- */

div.pagination_arrow ul li {
	display: inline;
	padding: 0px 0px 0px 8px;
	}

div.pagination_next_prev {
	padding: 0px 0px 0px 0px;
	}

div.pagination_next_prev ul li, div.pagination_next_prev ul li a {
	display: inline;
	text-transform: none;
	}

div.pagination_next_prev ul li {	
	float: left;
	color: #2a2215;
	text-transform: uppercase;
	width: 150px;
	text-align: center;
	}

div.pagination_next_prev ul li.previous {
	text-align: left;
	}

div.pagination_next_prev ul li.next {
	text-align: right;
	}


/* pagination alpha */
div.pagination_alpha ul {
	padding: 0 0 12px 0;
	border-bottom: 1px solid #b1c9d3;
	}

div.pagination_alpha ul li {
	display: inline;
	border-left: 1px solid #2a2215;
	padding: 0px 0px 0px 7px;
	margin: 0px 5px 0px 0px;
	}

div.pagination_alpha ul li.first {
	border: 0px;
	padding: 0px;
	}

div.pagination_alpha ul li.current a {
	font-weight: bold;
	}

div.pagination_alpha ul li a {
	text-transform: uppercase;
	}


/* print send */
div.print_send {
	float:left;
	margin:30px 0 5px 0;
}

div.print_send ul {
	margin:0;
}

div.print_send ul li, div.print_send ul li a
{
	display: inline;
}

div.print_send ul li, div.print_send ul li a.arrow {
	background:transparent url(/images/bg_link_arrow_grey.gif) no-repeat scroll 0 0;
	padding:0 0 4px 18px;
	font-size:1em;
}

div.print_send ul li
{
	padding: 0px 20px 0px 0px
}



/* ----- =>forms */
div.form
{
	padding: 0px 0px 20px 0px;
}

div.form select
{
	float: left;
	width: 240px;
	font-family: Arial;	
	font-size: 100%;
}

div.form button
{
	float: left;
	border: 0px;
	background: url(../images/bg_form_search_button.gif) no-repeat 0px 0px;
	height: 26px;
	width: 45px;
	cursor: pointer;
	margin-left: 5px;
}



/* page number */
div.page_no {
	float:left;
	vertical-align:top;
}

div.page_no span {
	float:left;
}

div.page_no label,
div.page_no form label
{
	padding: 0px 5px 0px 30px;
	float:left;
}

div.page_no input,
div.page_no form input
{
	width: 40px;
	font-family: Arial;	
	font-size: 100%;
	float:left;
	
}

div.page_no input.goButton {
	margin: -2px 0 0 5px;
	height:25px;
	width:39px;
}


/* ----- =>modules */
div.module_wrapper
{
	padding: 0px;
	margin: 0px;
}
	
/* ---------- SECTION LANDING PAGE --------------------------------------------- */

.featureSell {
	padding: 0 10px 0 5px !important;
	width: 135px !important;
	}
	
.featureSell h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 190%;
	line-height: 110%;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 8px 0;
	}
	
.featureSell h2.date {
	color: #2a2215;
	margin-bottom: 2px;
	}
	
.featureSell .standfirst {
	font-size: 110%;
	font-style: normal;
	}

.articleSell {
	float: left;
	width: 300px;
	padding: 10px 0 5px 0;
	border-bottom:1px solid #e6e2da;
	}

.articleSell img {
	margin: 2px 0 0 0;
	padding: 0;
	float:left;
	}

.articleSell h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:100%;
	margin:0 0 6px 150px;
	text-transform:none;
	}

.articleSell p {
	margin:0 0 5px 150px;
}

div.sectionArticles .last {
	padding-right: 0;
	}

.recentStoriesTitle {
	margin: 16px 10px 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #2a2215;
	}

.recentStoriesTitle h2 {
	margin: 0 0 3px 0;
	padding-top: 3px;
	}
	
.moreStories {
	background: url(/images/bg_link_arrow.gif) no-repeat 0 2px;
	display: block;
	padding-left: 15px;
	clear: both;
	float: right;
	width: 138px;
	}
	
.relatedArticles .moreStories {
	float: left;
	width: 280px;
	padding-top: 10px;
	background-position: 0 12px;
	padding-bottom: 10px;
	}

.moreStoriesCountry {
	border-bottom: solid 1px #2a2215;
	padding-bottom: 8px !important;
	}

.lastArticle {
	border-top:none;
}		
	

/* -- =>image left one half */
div.module_wrapper .img_left_one_half
{
	padding: 0px 0px 15px 0px;
}

div.module_wrapper .img_left_one_half  h3.large
{
	font-size: 150%; /* 18px */
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-transform: none;
	line-height: normal;
	margin: 0px 0px 8px 0px;
}

div.module_wrapper .img_left_one_half .image
{
	float: left;
	width: 150px;
}

div.module_wrapper .img_left_one_half .text
{
	float: right;
	width: 295px;
}

/* -- =>image left one third */
div.module_wrapper .img_left_one_third
{
	padding: 0px 0px 15px 0px;
}

div.module_wrapper .img_left_one_third .image
{
	float: left;
	width: 145px;
}

div.module_wrapper .img_left_one_third .text
{
	float: right;
	width: 125px;
}

div.shade .module_wrapper .img_left_one_third
{
	padding: 0px 10px 15px 10px;
}

div.shade .module_wrapper .img_left_one_third .image
{
	float: left;
	width: 150px;
}

div.shade .module_wrapper .img_left_one_third .text
{
	float: right;
	width: 130px;
}



/* shop */
.shop
{
	padding: 0;
	margin: 10px 0 20px 0;
	font-size: 92%; /* 11px */
	line-height: 1.2em;
	float:left;
	width:300px;
	background: #d5e5f0;
}

.shopPanel {
	width:270px;
	float:left;
	padding:20px 15px 15px 15px;
	}

.shopPanel .description, .shopPanel .logo {
text-align: center;
font-size: 12px;
}

.shopPanel .description {
	padding: 0px 0px 0px 8px;
	color:#31120a;
}

.shop .lower {
	padding: 5px 0px 0px 0px;
	clear:left;
	float:left;
	width:270px;
}

.shop .lower .left {
	float: left;
	background:#a3c8e3;
	padding: 0px 0px 4px 0px;	
	margin: 0px 0px 15px 0px;
	width: 128px;
}

.shop .lower .right
{
	float: right;
	background: #a3c8e3;
	padding: 0px 0px 4px 0px;	
	margin: 0px 0px 15px 8px;
	width: 128px;
}

.shop .lower .product 
{
	background: #a3c8e3;
	padding: 9px 13px 0px 13px;
	min-height: 180px; /* screen_ie6.css */
}

.shop .lower .product p
{
	margin: 0px;
}

.shop .lower .product .strike
{
	text-decoration: line-through;
}

.shop .clearer {
	margin:10px 0 0 0;
	height:10px;
	background: url(../images/bg_hls_hr.gif) left top no-repeat;
}




/* find flights and hotels */

.baAdvert {
	float:left;
	width:300px;
	margin:0 0 25px 0;
}

.find_flights_hotels
{
	background: #e0eef8 url(../images/bg_md_flights_hotels.gif) no-repeat 93px 15px;
	padding: 65px 0px 20px 0px;
	float:left;
	margin:0;
}

.find_flights_hotels div
{
	float: left;
	width: 135px;	
	padding: 0px 10px 0px 0;	
}

.find_flights_hotels .left
{
	padding: 0px 10px 0px 10px;	
}


/* contributor */
div.module_wrapper h3.contributor
{
	padding: 6px 5px;
	margin: 0;
	background: #c5dee9 url(/images/contrib-title-bg.gif);
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 134%;
}


/* --- SEARCH RESULTS ---------------------------------------------------------------------------- */


/* sort by */


h2.secondary {
	font-size: 120%;
	text-transform: none;
	font-weight: normal;
	margin: 0 0 5px 2px;
	color: #97afb9;
	}

div.sort_by {
	float:right;
	position:relative;
	margin:-28px 0 0 0;
	}

.results div.sort_by  {
	float:left;
	margin:10px 0;
}
	
div.sort_by .sortForm {	
	float:left;
	}
	
div.sort_by label {	
	margin-right: 4px;
	}
	
div.sort_by .sortBySimple, div.sort_by .sortBy {	
	float: right;
	}

div.sort_by .sortBy {	
	margin:0 0 0 5px;
	}
	
	
.results .sortForm span, .results .sortForm label {
	float:left;
	}

/* results */

.resultItem {
	border-bottom: 1px solid #b1c9d3;
	padding: 20px 0 10px 0;
	}

.newsListing .firstItem, .blogListing .firstItem { padding-top:0 !important; }
.newsListing .lastItem, .blogListing .lastItem { border-bottom: transparent none !important; }

.resultItem p {
	line-height: 130%;
	margin-bottom: 4px;
	}

.resultItem em, .resultItem em a {
	color: #999999;
	}

.resultItem img {
	float: left;
	margin: 0 10px 10px 0;
	}

.searchResultsBottom {
	padding-top: 8px;
	}

.resultItem  h2 a { line-height: 1em;}


/* ---------- =>sifr */
/*
 .sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	} 



.sIFR-hasFlash h1.heroTitle {
	visibility: hidden;
	margin:0;
	font-size:2.4em;
}

.sIFR-hasFlash p.reviewRating {
	font-size:4em;
	visibility: hidden;
}

.sIFR-hasFlash .home-features-large h2 {
	margin:0 0 10px 0;
	font-size:1.9em;
}
*/


/* ----- =>tags */

.tags {
	margin-top:10px;
}

.tags a {
	font-style:italic;
}

.tags p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 100%;
	margin-bottom: 0.8em;
	}

.tags h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

.tweetLikePanel {
    border-bottom: 1px solid #2A2215;
    clear: both;
    float: left;
    margin: 24px 0 0 !important;
    padding: 0 0 5px;
    width: 450px;
}

.tweetLikePanel li {
    float: left;
	background:transparent none;
	padding:0;
}



/* ---------- =>tools */
.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clearer
{
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.spacer
{
    clear: both;
    height: 8px;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.clearfix:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}
/* End hide from IE-mac */

.debug
{
	border: 1px solid red !important;
}

.nodisplay
{
    display: none !important;
}

.noborder
{
	border: 0px !important; 
}

/* ---------- PAGE SPECIFIC STYLES ------------------------------------------------------------------------ */

/* ---------- HOMEPAGE ---------------------------------------------------------------------- */

.home .floatRight img {
	padding-bottom: 15px;
	 }
	
.home-features .item, .latest-stories .item {
	float:left;
	padding:0 0 12px 0;
	border-bottom:1px solid #000;
	margin:12px 0 0 0;
	}

.home-features .item {
	width:445px;
}	

.home-features .last, .latest-stories .last {
	border:none;
	margin-bottom:30px;
}

.home-features .item h4, .latest-stories .item h4, .articleListRow h4 {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color:#666;
	margin:0 0 3px 0;
	text-transform:uppercase;
	letter-spacing:0.1em;
	}

.home-features .item h4 a, .latest-stories .item h4 a, .articleListRow h4 a {
	color:#000;
}

.home-features-large h2 {
	font-family: Georgia, serif;
	/*	font-family: leanderregular;*/
	clear:both;
	color:#333333;	
	line-height:100%;
	text-transform:none;

	font-size:1.7em;
	margin:0 0 15px 0;
}

.home-features .item h3, .home-features-large .item h3, .latestBlogPosts .item h3, .latest-stories .item h3, .exclusiveOfferPanel h3, .resultItem h3 {
	text-transform: none;
	font-weight: bold;
	font-size: 17px;
	line-height:22px;
	margin: 0 0 5px 0;
	font-family: Georgia, serif;
	}
	
.home-features .item p, .latest-stories .item p {
	margin:0 20px 6px 152px;
	}

p.date {
	color:#999;
	margin:0 0 6px 0;
	}

p.articleDate {
	color:#999;
	margin:11px 0 5px 0;
	font-weight:bold;
	font-size:0.9em;
	}

.comments a {
	font-size:0.9em;
	background: url(../images/icon_comment.gif) left 1px no-repeat;
	padding-left:20px;
	line-height:100%;
	margin-bottom:0;
	}

p.comments {
	margin-top:12px !important;
	margin-bottom:0;
}

.home-features .item img, .latest-stories .item img {
	float: left;
	margin-right: 12px;
	padding-top:2px;
	} 
	
.mpu {
	margin: 0 0 25px 0;
	float:left;
	}

.home .competition {
	background-color:#fff;
	float:left;
	margin:0 0 25px 0;
	position: relative;
	}

.competition a div {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 22px;
	color: #111;
	width: 200px;
	top: 130px;
	left: 56px;
}


.hotels-panel {
	clear: both;
	padding: 10px 0 10px 7px;
	border-top: #d5cec2 solid 1px;
	}
	
.hotels-panel .articleSell {
	padding: 0;
	}
	
.hotels-panel .articleSell img {
	margin-bottom: 7px;
	}
	
.hotels-panel .articleSell h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.hotels-panel .articleSell-left {
	margin-right: 9px;
	}
	
.home-contributors .one_sixth {
	background: url(/images/elements/border-blue.gif) 0 0 repeat-y;
	}
	
.home #hero {
	float:left;
	width:455px;
	height:298px;
	overflow:hidden;
	position:relative;
	z-index:2;
	margin-bottom: 20px;
}

.home .heroElement {
	position:relative;
	width:455px;
	height:298px;
}

.heroElement .heroCaption {
	width:442px;
	height:57px;
	position:relative;
	margin:-67px 0 0 0;
	padding:5px 0 5px 13px;
	background:transparent url(../images/elements/hero-caption-gradient.png) left top no-repeat;
	border:transparent none;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}

.heroElement .heroDesc {
	width:370px;
	float:left;
}

h1.heroTitle {
	font-family: Georgia, serif;
	font-weight:bold;
	font-size:22px;
	margin:5px 0 0 0;
	line-height:24px;
}

.heroElement .heroCaption h1 a {
	color:#fff;
	text-decoration:none;
}

.heroElement .heroCaption h1 a:hover {
	text-decoration:underline;
}

.heroElement .heroControls {
	float:right;
	width:50px;
	padding:10px 0 5px 15px;
}

.heroElement .heroCaption .heroControls p {
	font-size:1.1em;
	clear:both;
	color:#d4d4d4;
	margin:0;
	padding:0;
}

.heroElement .heroControls .heroArrowLeft {
	width:12px;
	height:19px;
	background: transparent url(../images/elements/hero-arrow-left.gif) left top no-repeat;
	display:block;
	margin:0 10px 5px 0;
	text-indent:-10000px;
	float:left;
	padding:0;
}

.heroElement .heroControls .heroArrowRight {
	width:12px;
	height:19px;
	background: transparent url(../images/elements/hero-arrow-right.gif) left top no-repeat;
	display:block;
	margin:0 0 5px 0;
	text-indent:-10000px;
	float:left;
	padding:0;
}

.heroElement .heroControls .heroArrowLeft:hover, .heroElement .heroControls .heroArrowRight:hover {
	background-position:0 -19px;
}

div.two_thirds .home-people {
	padding:0 0 10px 9px;
	margin-top:15px;
}

.home-people img {
	margin:12px 0 6px 0;
}

.home-people h3 {
	font-size: 14px;
	line-height:16px;

}


.home-people p {
	margin:0 0 4px 0;
}

.home-features {
	margin-top:15px;
}

.home-features-large {
	border-top:6px solid #ebebeb;

	float:left;
	width:617px;
}

.home-features-large .item {
	padding:20px 0;
	border-bottom:1px solid #000;
	float:left;
	width:605px;
}

.home-features-large .last {
	border-bottom:none;
}

.home-features-large .item img {
	float:left;
	width:288px;
	margin-right:22px;
}

.home-features-large .item p {
	margin:8px 40px 12px 310px;
}

.home-features-large .last p.description {
	margin-right:5px !important;
}

.home-features-large .item p.reviewRating {
	width:80px;
	float:right;
	font-size:3em;
	height:35px;
	margin:0 5px !important;
	text-align:right;
}

.home-features-large .item h3 {
	margin:0 40px 3px 310px !important;
	line-height:120%;
	font-size: 22px;
}

.home-features-large .item p.topMargin {
	margin-top:25px;
}

.home-features-large .item p.author {
	font-size:0.9em;
	color:#999999;
	font-weight:bold;
	margin:0px 40px 0px 310px;
}

.latestBlogPosts {
	width:300px;
	margin:0 0 20px 0;
	float:left;
}

.latestBlogPosts .moreBlogPosts {
	padding:12px 10px 12px 10px;
	float:left;
}

.latestBlogPosts .item {
	padding:12px 0 12px 0;
	border-bottom:1px solid #dadada;
}

.latestBlogPosts img {
	float:left;
	width:140px;
	height: auto;
}	

.latestBlogPosts .item h3 {
	margin:-2px 0 3px 152px;
	position:relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height: 1.1em;
}

.latestBlogPosts p {
	margin:0 0 3px 152px;
}

.latestBlogPosts p.author {
	margin:0 0 8px 152px;
	color:#999999;
}

.latestBlogPosts p.additionalInfo {
	margin:8px 0 10px 152px;
}

.latestBlogPosts .item .comments {
	margin:12px 0 0 152px;
}

.twitterPanel {
	float:left;
	padding:0;
	margin:0 0 30px 0;
	width:300px;
}

#twitter {
	margin:0 0 3px 0;
}

.twitterContent {
	float:left;
	width:235px;
	background: url(../images/icon_twitter.gif) left top no-repeat;
	padding:0 0 0 57px;
	margin:5px 0 0 0;
	min-height:46px;
}

.twitterContent .author {
	display:block;
	font-style:italic;
}

.twitterContent p {
	margin:0;
}

.twitterContent .statement {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 5px 0;
}

.rssPanel {
	float:left;
	padding:0;
	margin:0 0 30px 0;
	width:300px;
}

.podcastPanel {
	margin-top: 30px !important;
}

.podcast {
	background: url(../images/icon_podcast.gif) left top no-repeat !important;
}

.hPodcast {
	clear:both;
	display:block;
	background: url(../images/txt-podcast.gif) left top no-repeat;
	text-indent: -10000px;
	margin:2px 0 5px 0;
	border-bottom:1px solid #dadada;
	padding:0 0 2px 0;
}

.rssContent {
	float:left;
	width:235px;
	background: url(../images/icon_rss.jpg) left top no-repeat;
	padding:0 0 0 57px;
	margin:5px 0 0 0;
	min-height:46px;
}

.rssContent p {
	margin:0;
}

.bookTravelPanel {
	float:left;
	padding:18px 15px 15px 15px;
	margin:0 0 30px 0;
	width:300px;
	background:url(/images/logo_british-airways_book-new.jpg) right top no-repeat;
	background-color:#dfecf5;
}

.bookTravelPanel a.arrow {
	background:transparent url(/images/book-now-arrow.gif) no-repeat scroll 0 1px;
	padding:0 0 4px 18px;
	font-size:1em;
}

.exclusiveOfferPanel {
	width:300px;
	margin:0 0 20px 0;
	float:left;
	padding:0;
}
.exclusiveOfferPanel h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height:1em;
}

.exclusiveOfferPanel img {
	float:left;
	margin:0 10px 0 0;
}

.newsListing p {
	padding-right:15px;
}

.newsListing .resultItem {
	border-bottom:1px solid #e6e2da;
	padding:15px 0;
	float:left;
	width:605px;
}


.newsListing .hasImage h3, .newsListing .hasImage p {
	margin-left:150px !important;
}

.newsListing .resultItem img {
	display:none;
}

.newsListing .hasImage img {
	display:block !important;
}

.moreStoriesPanel {
	margin:25px 0 30px 0;
	padding:10px 0 0 0;
	border-top:1px solid #000;
	float:left;
}

.two_thirds .moreStoriesPanel {	width:605px; }
div.one_half .moreStoriesPanel { width:450px; }

.home .photoCompetition {
	background-color:#FFFFFF;
	float:left;
	margin:0 0 25px;
}

.photoCompetitionLink {
	display:block;
	float:left;
	background:url(../images/photocompetition-banner.gif) left top no-repeat;
	width:300px;
	height:121px;
	text-indent:-10000px;
	margin:5px 0 15px 0;
}

.photoCompetitionLink:hover {
	background-position:left -121px;
}

.rightColumnList {
	float:left;
	margin:0 0 25px 0;
	padding:0;
	width:300px;
}

.lastList {
	border-bottom: transparent none;
}

.rightColumnList ul {
	margin:10px 0 0 0;
	padding:0;
}

.rightColumnList ul li {
	list-style-type:none;
	background:url(../images/bg_link_arrow.gif) no-repeat scroll 0 3px;
	padding:0 0 10px 10px;
	font-weight:bold;
}

.citySecrets {
	float:left;
	margin-bottom:15px;
}

.citySecrets p {
	margin:0 0 3px 0;
}

.citySecrets p.clear {
	clear:left;
	padding-top:8px;
}	

.citySecrets img {
	float:left;
	margin-right:8px;
}

.citySecrets h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:200%;
	font-weight:normal;
	line-height:100%;
	margin:0 0 5px 0;
	text-transform:none;
}

.most-read {
	border-left:1px solid #b3c6d5;
	padding-left:9px !important;
}

.home .most-read {
	border:transparent none;
	float:right;

}

.most-read .bottomBorder {
	margin:0;
	padding:0;
	}

.most-read .most-read-item:first-child {
	border:none;
	padding-top:0;
}

.most-read .most-read-item {
	padding:14px 0 0;
	margin:0 0 14px 0;

	border-top:1px solid #000;

}

.most-read h2 {
	margin-top:0px !important;
	font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.9em;
margin: 0 0 3px 0;
text-transform: uppercase;
letter-spacing: 0.1em;
}

.most-read h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:12px;
	margin-bottom: 1px;
}

.articleListRow {
	border-bottom:1px solid #e6e2da;
	padding:10px 0;
	float:left;
	width:605px;
}

.lastRow {
	border-bottom:1px solid #000;
}

.articleListRow .resultItem {
	width:294px;
	float:left;
	border:transparent none;
	padding:0 7px 0 0;
	margin:0;
}

.articleListRow .resultItemRight {
	padding:0 !important;
}

.articleListRow .resultItem img {
	float:left;
	margin:0 10px 10px 0;
	width:140px;
}

.articleListRow p, .articleListRow h3 {
	margin-left:150px !important;
}
.articleListRow h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:14px;
	line-height:1.2em;
}
	
.hEditorsPicks {
	clear:both;
	display:block;

	margin:0;
	/*	font-family: leanderregular;*/
}

.hMostRead {
	clear:both;
	display:block;
	margin:10px 0 14px 0;
	/*	font-family: leanderregular;*/
}

.hPeople {
	clear:both;
	display:block;
	margin:0;
	/*	font-family: leanderregular;*/
}

.hGadgets {
	/*	font-family: leanderregular;*/
	clear:both;
	display:block;
	margin:0 0 10px 0;
}

.hBooks {
	/*	font-family: leanderregular;*/
	clear:both;
	display:block;
	margin:0 0 10px 0;
}

.hLatestBlogPosts {
	/*	font-family: leanderregular;*/
	clear:both;
	display:block;
	margin:2px 0 0 0;
	padding:0 0 2px 0;
	}

.uk .hLatestBlogPosts { background: url(../images/txt_latest-blog-posts-uk.gif) left top no-repeat; }

.hTwitter {
	clear:both;
	display:block;

	margin:2px 0 5px 0;
	border-bottom:1px solid #dadada;
	padding:0 0 9px 0;
		/*	font-family: leanderregular;*/
	}
	
.hRss {
	clear:both;
	display:block;

	margin:2px 0 5px 0;
	border-bottom:1px solid #dadada;
	padding:0 0 9px 0;
		/*	font-family: leanderregular;*/
	}
	
.hBookTravel {
	clear:both;
	display:block;
	
	margin:2px 0 5px 0;
	border-bottom:1px solid #bfdaef;
	padding:0 0 9px 0;
		/*	font-family: leanderregular;*/
	}
	
.hPhotoCompetition {
	clear:both;
	display:block;

	margin:2px 0 5px 0;
	border-bottom:1px solid #dadada;
	padding:0 0 9px 0;
		/*	font-family: leanderregular;*/
	}

.hGreatValue {
	clear:both;
	display:block;
	margin:2px 0 5px 0;
	border-bottom:1px solid #dadada;
	padding:0 0 9px 0;
		/*	font-family: leanderregular;*/
	}

.hExclusiveOffer{
	clear:both;
	display:block;
	margin:2px 0 12px 0;
	border-bottom:1px solid #dadada;
	padding:0 0 9px 0;
	line-height:1.1em;
		/*	font-family: leanderregular;*/
	}

.hHighLifeShop {
	clear:both;
	display:block;
	
	margin:2px 0 15px 0;
	border-bottom:1px solid #dadada;
	padding:0 0 9px 0;
	display: none;
	}
	
.hMostRecentPosts {
		clear:both;
	display:block;
		
	margin:2px 0 5px 0;
	border-bottom:1px solid #dadada;
	padding:0 0 9px 0;
		/*	font-family: leanderregular;*/
}
/*
.tools .hMostRecentPosts { background:  left top no-repeat; }
.people .hMostRecentPosts { background: url(../images/txt_most-recent-posts-people.gif) left top no-repeat; }
.travel .hMostRecentPosts { background: url(../images/txt_most-recent-posts-travel.gif) left top no-repeat; }
*/


.hHighlifeBlogs {
	clear:both;
	display:block;
	background: url(../images/txt_highlife-blogs.gif) left top no-repeat;
	text-indent: -10000px;
	height:10px;
	width:93px;
	margin:0 0 15px 0;
}

.hLatestStories {
	clear:both;
	display:block;
	background: url(../images/txt_latest-stories.gif) left top no-repeat;
	text-indent: -10000px;
	height:10px;
	margin:0 0 10px 0;
}

.uk .hLatestStories { background: url(../images/txt_latest-stories-uk.gif) left top no-repeat; }
.hotels-and-spas .hLatestStories { background: url(../images/txt_latest-stories-hotels.gif) left top no-repeat; }
.food-and-drink .hLatestStories { background: url(../images/txt_latest-stories-food.gif) left top no-repeat; }
.adventure .hLatestStories { background: url(../images/txt_latest-stories-adventure.gif) left top no-repeat; }
.shopping .hLatestStories { background: url(../images/txt_latest-stories-shopping.gif) left top no-repeat; }

h3.dsq-h3-addcomment {
	background:transparent url(../images/txt_leave-comment.gif) no-repeat scroll left top;
	clear:both;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.3em;
	font-weight:normal;
	height:10px;
	margin:0 0 10px 0;
	text-indent:-10000px;
}

	
/* ---------- STANDARD PAGES ---------------------------------------------------------------------- */

.standard .two_thirds a {
	color:#333;
	font-weight:bold;
}
	
/* ---------- terms conditions --------------- */

.termsConditions h3 {
	font-size:150%;
	font-weight:normal;
	text-transform:none;
	margin-bottom:10px;
	margin-top:40px;
}

.termsConditions p {
	margin-bottom: 8px !important;
}

/* ---------- sitemap --------------- */
	
.level0on ul{
	float:left;
}

.level0on li{
	list-style-type:none;
	float:left;
	width:600px;
}

.standard .level0on a{
	color:#2a2215;
	font-size:1.6em;
	line-height:130%;
	font-weight:bold;
	border-bottom:1px solid #E6E2DA;
	width:605px;
	display:block;
	padding:10px 0;
}

.standard .level0on ul a {
	border-bottom:none;
	padding:0;
}

li.level0on a:hover{
	text-decoration:underline !important;
}

li.level0on ul li.level1, li.level0on ul li.level1on {
	padding:10px 0;
	border-bottom:1px solid #E6E2DA;
	margin:0;
	width:605px;
}

li.level0on ul li.level1 a, li.level0on ul li.level1on a {
	font-size:1.3em;
	color:#727272;
}

li.level0on ul li a {
	margin-left:0px !important;
}

li.level0on ul li.level1 ul li.level2 a{
	font-size:1em;
	margin:0;
	color:#2A2215;
	text-transform:uppercase;
	float:left;
}

li.level0on ul li.level1 ul li.level2 ul li.level3 a {
	font-size:1em;
	text-transform:none;
	margin:0;
	color:#9a9a9a;
	font-weight:normal;
}

li.level0on ul li.level1 ul{
	padding:10px 0 5px 0;
}

li.level0on ul li.level1 ul, li.level0on ul li.level1 ul li.level2 ul {
	margin-top:0px;
}

li.level0on ul li.level1 ul li.level2 {
	margin:0 0 5px 0;
}

li.level0on ul li.level1 ul li.level2 ul {
	padding:0;
}



/* ---------- DISQUS ---------------------------------------------------------------------- */

#disqus_thread {
	clear:both; 
	padding:0;
	float:left;
	width:450px;
}

#disqus_thread #dsq-content h3 {
	font-weight:normal !important;
	margin:40px 0 5px 0;
	color:#898989;
}

h3.dsq-h3-commentcount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 150%;
	margin: 0 0 10px 0;
	font-weight:normal;
}

#dsq-content #dsq-options {
	margin:3px 0 !important;
	padding:5px 0 5px 0;
	border-bottom:1px solid #e6e2da;
	border-top:none;
}

#dsq-content #dsq-comments .dsq-comment {
	margin:15px 0 0 0 !important;
	padding:0 0 10px 0 !important;
	border-bottom:1px solid #e6e2da !important;
	font-size:0.9em;
}

#dsq-content #dsq-comments .dsq-comment-header {
	background: transparent none !important;
	height:auto !important;
	line-height:130% !important;
}

#dsq-content #dsq-comments .dsq-comment-header cite, #dsq-content #dsq-comments a.dsq-header-time {
	margin:0 !important;
}

#dsq-content .dsq-comment-message {
	padding-right:40px !important;
}

#disqus_thread #dsq-content {
	margin:10px 0 0 0 !important;
	overflow:hidden !important;
	float:left !important;
	width:450px !important;
}	

#dsq-content #dsq-comments .dsq-comment-header .dsq-header-meta {
	font-size:1em !important;
}

#dsq-post-add {
	margin:0 0 -50px 0;
	position:relative;
}

#dsq-content #dsq-login .dsq-login-message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	float:left;
	margin-right:5px;
}

a.dsq-brlink { padding:0 0 15px 0 !important; }



/* ---------- NEWS ---------------------------------------------------------------------- */

.newsListing h3.recentNews {
	margin-top: 1em;
	padding-bottom: 2px;
	border-bottom: solid 1px #2a2215;
	}



/* ---------- competitions ---------------------------------------------------------------------- */

.competitionOfferFeature {
	float:left;
	margin:0 0 30px 0;
}

.competitionOfferItem{
	border-bottom:1px solid #E6E2DA;
	float:left;
	padding:15px 0;
	width:605px;
}

.competitionOfferFeature a img, .competitionOfferItem a img {
	float: left;
	margin-right: 10px;
}

.competitionOfferFeature h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:100%;
	text-transform:none;
	margin:0 0 12px 460px;
}

.competitionOfferItem h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:100%;
	text-transform:none;
	margin:0 0 5px 150px;
	width:450px;
}

.competitionOfferItem p {
	margin:0 0 0 150px;
}

.competitionOfferFeature p {
	margin:0 0 12px 460px;
	font-size:1.2em;
}

.competitionOfferFeature ul.tags {
	margin: 0 0 6px 460px;
	width:135px;
}

.competitionOfferItem ul.tags {
	margin: 0 0 0 150px;
	width: 450px;
	padding:0 0 5px 0;
	height:30px;
}

.comp-form ul.tags {
	float: left;
	margin: 0 0 6px 0;
	width: 130px;
}

ul.tags li {
	background-repeat: no-repeat;
	display:block;
	text-indent:-10000px;
	height: 30px;
	margin-right:2px;
	float: left;
}

.competitionOfferFeature ul.tags li.competition, .comp-form ul.tags li.competition {
	width: 80px;
	height: 60px;
	background-image: url(../images/competitions/tag-win-large.gif);
	background-repeat: no-repeat;
	display:block;
	text-indent:-10000px;
	float:none;
	margin-bottom:3px;
}

.competitionOfferFeature ul.tags li.offer, .comp-form ul.tags li.offer {
	width: 80px;
	height: 60px;
	background-image: url(../images/competitions/tag-offer-large.gif);
	background-repeat: no-repeat;
	display:block;
	text-indent:-10000px;
	float:none;
	margin-bottom:3px;
}


ul.tags li.competition { background-image: url(../images/competitions/tag-win.gif); width:30px; }
ul.tags li.exclusive { background-image: url(../images/competitions/tag-exclusive.gif); width:125px;  }
ul.tags li.offer { background-image: url(../images/competitions/tag-offer.gif); width:54px;  }

div.comp-form .one_half {
	margin-left: 140px;
	}

div.readerForm {
	margin-left: 12px;
	}

div.fatduck-comp {
	background: url(../images/competitions/footer-fatduck.gif) bottom left no-repeat;
	padding-bottom: 100px;
}

div.harrods {
	background: none !important;
	padding:0 !important;
	}

div.readerForm p {
	font-family: Georgia,"Times New Roman",Times,serif;
	margin:0 0 1.5em;
}

div.readerForm .small {
	font-size: 90%;
	color:#999999;
}
	
div.comp-form input, div.comp-form textarea, div.readerForm input, div.readerForm textarea {
	border: solid 1px #a4a29e;
	background-color: #efefef;
	width: 305px;
	padding: 3px;
	}
	
div.comp-form textarea {
    height: 320px;
	font-family: Arial, Helvetica, sans-serif;
}
	
div.cManagerCheckList table input, div.cManagerCheckList input {
	width:20px;
	float:left;
	border:none;
	margin:1px 0 6px 0;
	padding:0;
}

div.cManagerCheckList {
	margin-bottom:30px;
}

div.cManagerCheckList table label {
	display:inline;
	font-weight:normal;
}

div.readerForm input, div.readerForm textarea {
	margin-bottom: 0 !important;
	}

div.readerForm textarea {
	height: 130px;
	}

div.readerForm .addressColumn {
	width: 290px;
	float:left;
	padding-bottom:10px;
	}
	
div.readerForm .one_half {
	border-top: 1px solid #dcdcdc;
	padding-top:15px;
}
	
div.comp-form .questions label {
	margin: 20px 0 3px 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:120%;
	font-weight:bold;
	text-transform:none;
	display:block;
	}
	
div.comp-form .questions .cManagerCheckList label {
	font-weight:normal;
}

div.comp-form .questions table label {
	display:inline;
}

div.comp-form .questions h3{
	margin-top: 30px;
}

div.comp-form .questions table {
	margin-top:5px;
}
	
div.readerForm #ctl00_ContentPlaceHolder1_ctlLayoutContainer_ctl00_ctl00_ctl00_ctl00_btnSubmit {
	margin-top:15px;
}
	
div.comp-form h3, div.readerForm .one_half h3 {
	font-size: 120%;
	color: #000000 !important;
	font-weight: bold;
	font-family:georgia,serif;
	text-transform:none;
	}
	
div.comp-form .termsConditions {
	float:left;
	margin:40px 0 0 0;
}

div.comp-form .termsConditions p {
	font-size:0.8em;
}

.btnSubmitClass {
	width: 71px;
	height: 26px;
	margin-top: 10px;	
	padding:0 !important;
	background: #fff url('/Images/submit-btn.gif') no-repeat 0 center !important;
	border: 0 !important;
	color: #fff;
	cursor:pointer;
	}

div.comp-form p.terms {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 20px;
	}

div.comp-shade {
	background: #f6ead5;
	padding: 9px;
	float:left;
	margin:0 0 10px;
	}

div.comp-shade h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	text-transform: none;
	padding: 14px 0 5px 0;
	font-weight: normal;
	}
	
div.portrait-article-top {
	float: left;
	width: 605px;
	border: solid 1px red;
	}

.formError {
	color:#ff0009;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	margin-bottom:8px !important;
}

div.subTitle h2.title {
		margin-bottom:2px !important;
	}
	
div.subTitle h3 {
		margin-bottom:12px;
	}
			
div.comp-form .helptext {
    font-weight: normal;
}
	
.coverCompetitionCTA {
	float:left;
	margin:0 0 40px 0;
}

.coverCompetitionCTA a {
	float:left;
	width:300px;
	display:block;
	height:129px;
	background:url(../images/competitions/cover-cta.jpg) left top no-repeat;
	text-indent:-10000px;
}

.coverCompetitionContent {
	clear:both;
	float:left;
	width:940px;
	padding:40px 0;
	min-height:520px;
}

.coverCompetitionContent h1 {
	display:block;
	width:290px;
	height:303px;
	text-indent:-10000px;
	background:url(../images/competitions/h-cover-star.png) left top no-repeat;
}

.coverCompetitionContent h2 {
	display:block;
	width:150px;
	height:24px;
	text-indent:-10000px;
	margin-bottom:14px;
	background:url(../images/competitions/h-how-to-enter.png) left top no-repeat;
}

.coverCompetitionContent h3 {
	font-weight:bold;
	font-size:1.4em;
	margin:0 0 12px 0;
	line-height:140%;
}

.coverCompetitionContent .leftCol {
	float:left;
	clear:both;
	width:320px;
	margin:0 0 46px 0;
}

.coverCompetitionContent .rightCol {
	float:left;
	width:620px;
	margin:0 0 46px 0;
}

.coverCompetitionContent .sideCol {
	float:right;
	margin:0;
	width:155px;
}

.coverCompetitionContent .flyingStartLogo {
	float:right;
	margin:0;
}

.coverCompetitionContent .shareCompetition {
	padding:8px 0 0 0;
	height: 70px;
    width: 640px;
}

.coverCompetitionContent .rightCol .shareCompetition p {
	font-weight:bold;
	margin:0 0 2px 0;
	width:auto;
}

.coverCompetitionContent .shareCompetition ul li {
	float:left;
	width:28px;
	margin:0 5px 0 0;
}

.coverCompetitionContent .shareCompetition ul li a {
	background:url(../images/competitions/share-icons.png) left top no-repeat;
	width:28px;
	height:28px;
	display:block;
	text-indent:-10000px;
	float:left;
}

.coverCompetitionContent .shareCompetition ul li.shareTwitter a { background-position:-32px top; }
.coverCompetitionContent .shareCompetition ul li.shareEmail a { background-position:-64px top; }

.coverCompetitionContent .rightCol p {
	width:440px;
	font-size: 1.2em;
    line-height: 143%;
}

.coverCompetitionContent .leftCol p {
	font-size: 1.2em;
    line-height: 140%;
	margin-right:60px;
}

.coverCompetitionContent .blCover {
	margin:28px 0 0 0;
}

.coverCompetitionContent a {
	color:#e31f1a;
	font-weight:bold;
}

.coverCompetitionContent fieldset {
	width:440px;
}

.coverCompetitionContent label {
	display:block;
	font-weight:bold;
	font-size:1.2em;
	line-height:140%;
	margin:16px 0 0 0;
}

.coverCompetitionContent label span {
	font-weight:normal;
	display:block;
}

.coverCompetitionContent .firstItem label {
	margin:0;
}

.coverCompetitionContent input, .coverCompetitionContent textarea {
	background-color:#f2f2f2;
	color:#333;
	border:1px solid #9e9e9e;
	font-size:1.2em;
	width:428px;
	padding:6px;
	margin:2px 0;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

.coverCompetitionContent .checkboxItem input {
	border:none;
	padding:0;
	width:auto;
	margin:16px 4px 0 0;
	display:inline;
}

.coverCompetitionContent .checkboxItem label {
	display:inline;
	font-weight:normal;
}

.coverCompetitionContent .btnProceed {
	display:block;
	margin:24px 0 0 0;
	padding: 0;
	border:none;
}

.coverCompetitionContent .errorMessage {
	color:red;
	font-weight:bold;
}

.coverCompetitionContent .error .errorMessage {
	display:block;
}

.coverCompetitionContent .error input, .coverCompetitionContent .error textarea {
	border-color:red;
}


	


/* Colour sections */

.home .titleContainer { background: #009e4f;}
.news-and-blogs .titleContainer { background: #5a98d2;}
.ideas .titleContainer { background: #944482;}
.people .titleContainer { background: #bfd730;}
.stuff .titleContainer { background: #e64425;}
.competition .titleContainer { background: #f7941e;}


