﻿/* ------------------------------------------------------
Default style document

@project	
@version	1.0
@date	2010-09-02
@author	Darren Wood <darren.w@markerstudio.com>
@media	screen, print

@colordef #c00; red for headers
@colordef #3c3934; grey

File contains the following:
- Global Reset
- Typography
	- Body
	- Paragraphs
	- Links
	- Headings
	- Lists
	- Others
- Helper Styles
	- Forms
	- Notifications and error messages
- Structure
- Components
- Overrides
- Mobile Styles
--------------------------------------------------------- */

/* ------------------------------------------------------
RESET
@section reset
--------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }


/* ------------------------------------------------------
TYPOGRAPHY
@section typography
--------------------------------------------------------- */
/*
@section Body
*/

body {
	font: normal 14px/1.5 Arial,sans-serif;	
	color: #333;
}


/*
@section links
*/
a:active { outline: none; }
a:focus { outline: thin dotted; }

a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }

a:link { -webkit-tap-highlight-color: #FF5E99; } 


/*
@section Headings
*/
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}


/*
@section Lists
*/

.nav,
.nav li,
nav ul,
nav ol,
nav li {
	list-style: none;
	margin: 0;
	line-height: 1;
}

nav li,
.nav li {
	display: inline;
}


/*
@section Other
*/
small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

::-moz-selection{ background: #ff8a00; color:#fff; text-shadow: none; }
::selection { background:#ff8a00; color:#fff; text-shadow: none; } 


/* ------------------------------------------------------
HELPER STYLES
@section helper
--------------------------------------------------------- */
#xPageLoader {
	background: #fff url("/Custom/Global/Images/throbber-white.gif") 50% 100px no-repeat;
	position: absolute;
	margin: 0 0 0 -482.5px;
	left: 50%;
	width: 965px; height: 100%;
	z-index: 999;
}
/*
@section non-semantic helpers
*/
/* for image replacement */
.ir { display:block; text-indent:-999px; overflow:hidden; background-repeat: none; }

/* Hide for both screenreaders and browsers */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }


/*
@section Forms
*/
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.mForm .checkbox-list input[type="checkbox"] { float: left; }
.mForm .checkbox-list label { text-align: left !important; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
table.checkbox-list td { padding: 5px 0 !important;}
table.checkbox-list label { width: 120px !important;}

/*
@section Notifications & Errors
*/


/* ------------------------------------------------------
STRUCTURE
@section structure
--------------------------------------------------------- */
#container {
	width: 965px;
	margin: auto
}

#header {
	overflow: hidden;
	position: relative;
}



#content {
	overflow: hidden;
}

#main {
	float: left;
}

#hero,
#breadcrumbs {
	padding: 0 10px;
}

#sub {
	float: right;
	width: 308px;
}



/* ------------------------------------------------------
COMPONENTS
@section components
--------------------------------------------------------- */


/* ------------------------------------------------------
OVERRIDES
@section overrides
--------------------------------------------------------- */


/* ------------------------------------------------------
PRINT
@section print
--------------------------------------------------------- */
/* 
inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
*/
@media print {
	* { background: transparent !important; color: #444 !important; text-shadow: none; }

	a, a:visited { color: #444 !important; text-decoration: underline; }

	abbr:after { content: " (" attr(title) ")"; }

	.ir a:after { content: ""; }  /* Don't show links for images */

	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }

	img { page-break-inside: avoid; }

	@page { margin: 0.5cm; }

	p, h2, h3 { orphans: 3; widows: 3; }

	h2, h3{ page-break-after: avoid; }

	#container,
	#content,
	#main,
	.bg,
	#hero,
	#main-top,
	#main-sub,
	#destinationsContent,
	#countryPickerData {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		float: none !important;
		overflow: visible !important;
		display: block !important;
	}

	#navGlobal,
	#navMain,
	#header .contactInfo .online,
	#packageResortSearch,
	#breadcrumbs,
	#sub,
	#footer,
	#hero .hero-more-info,
	#searchForm,
	.scrollable,
	#maps,
	#txtDestinationCountryRegionSearch,
	#btnSearchAutoComplete,
	#countryPickerData,
	.tabs .nav,
	.button-enquire {
		display: none !important;
	}
	
	.main-content-col,
	.tab-content-main {
		width: 68% !important;
		padding-right:2%;
		margin: 0 !important;
		border: 0 !important;
		padding: 0 !important;
	}
	
	.sub-content-col {
		width: 30% !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	#header {
		height: 100px !important;
		position: static !important;
	}  

	#header #siteLogo {
		text-indent: 0 !important;
		font-weight: bold !important;
		position: static;
		font-size: 30px;
	}

	#header .contactInfo {
		top: 0 !important;
	}


}






/* ------------------------------------------------------
NOT FOR PRODUCTION
@section dev
--------------------------------------------------------- */
#buildInfo {
	position: fixed;
	bottom: -30px;
	right: 10px;
	width: 96px;
	height: 35px;
	margin: 0 0 0 -48px;
	font-size: 11px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	cursor: default;
    background: #ccc;
	color: #aaa;
	z-index: 998;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
    
#buildInfo:hover {
    bottom: -5px;
}
        
#buildInfo small {
    font-size: 10px;
}

/*
@section paging and pagination
*/
.paging {
	background: #f2f6f7;
}

.paging a {
	padding: 20px;
	width: 35%;
	color: #333;
}

.paging a strong {
	display: block;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
}

.paging .next {
	float: right;
	text-align: right;
}

.paging .next strong:after {
	content: ">";
	font-size: 10px;
	color: #fa5a03;
	margin-left: 5px;
}

.paging .prev strong:before {
	content: "<";
	font-size: 10px;
	color: #fa5a03;
	margin-right: 5px;
}

.paging .prev {
	float: left;
	text-align: left;
}

.pagination {
	float: right;
	font-size: 12px;
	white-space: nowrap;
}

.pagination a {
	word-wrap: nowrap;
}

.pagination ul,
.pagination li,
.pagination h2 {
	margin: 0;
	display: inline;
	list-style: none;
}

.pagination ul {
	margin: 0 10px;
}

.pagination h2 {
	font-size: 12px;
	color: #666;
	margin-right: 30px;
}

.pagination .next,
.pagination .next-disabled,
.pagination .prev,
.pagination .prev-disabled {
	text-transform: uppercase;
	color: #666;
}

.pagination .next-disabled,
.pagination .prev-disabled {
	color: #999;
}

.pagination .next:after,
.pagination .next-disabled:after {
	content: ">";
	font-size: 10px;
	color: #fa5a03;
	margin-left: 5px;
}

.pagination .next-disabled:after {
	color: #999;
}

.pagination .prev:before,
.pagination .prev-disabled:before {
	content: "<";
	font-size: 10px;
	color: #fa5a03;
	margin-right: 5px;
}

.pagination .prev-disabled:before {
	color: #999;
}

.pagination li a {
	color: #333;
}

.pagination #pageSelector span {
	color: #fff;
	margin: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination .pageInfo {
	margin-right:10px;
}
.pagination #pageSelector span .current {
	color: #fff;
	background: #fa5a03;
	padding: 0 2px;
	margin:1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


