/*
	global.css
	styles specific to entire website
*/
	
	#django_log { z-index:10; position:absolute; top:0; left:0; width:100%; display: none; }

/* Base overrides
   --------------------------------------------------- */
   
	html { height: 100%; padding: 0; margin: 0; background:#00242e url('../img/background.jpg') left top repeat-x;}
	body { padding: 12px 0;}
  
	img { display: block; }
	strong { font-weight: bold; }
	dt { font-weight: bold; }
	dt, dd { margin-bottom: 0.2em; }

/* Form defaults
   --------------------------------------------------- */
  .default .form { clear:left; }
	.default label { float: left; width: 100px; padding: 4px 0; }
  .default input.text, .default textarea { padding:1px; font-size:1em; width: 200px; }  
  .default textarea { height:100px; }   
	.default input.hover, .default textarea.hover { border: 1px solid black!important; }  
  
   /*
	input.button { text-transform: uppercase; border: 0; padding: 0px 2px; cursor: pointer; } */ /* see global-ie.css for override */
  /*

	input.submitinput { margin:0; float:right; margin-left: 1px!important; }
	label.error { display: block; background: #333333; padding: 4px; color: #FFFFFF; font-weight: bold; text-transform: uppercase; margin: 0.5em 0; width: auto; }
	input.error,
	textarea.error { background-color: #ffcccc!important; }
  */

/* Font Family
   --------------------------------------------------- */
	body { font-family:Arial, sans-serif; }
  #header, #footer { font-family:Tahoma, Arial, sans-serif; }
  #form-updates { font-family:Tahoma, Arial, sans-serif; white-space:nowrap; }
  h1, h2, h3, h4, h5, h6 { font-family:Tahoma, Arial, sans-serif; clear:both; }
 /*
	#footer ul { font-family:  Arial; }
	#boxes a.button { font-family:  Arial; }
	#boxes ul.nav { font-family:Arial; }	
*/

/* Font Size
   --------------------------------------------------- */
	body { font-size: 62.5%; }
  #body { font-size:1.2em; }
	p { line-height:1.3em; }
	#header ul { font-size:1.3em; }
  .box { font-size:1.2em; }  
  .button { font-size:0.9em; }
  
/* Global Classes
   --------------------------------------------------- */
   .hidden { display: none; }
   .left { float: left; }
   .right { float: right; }
   /*
   .opacity { opacity:0.8; filter:alpha(opacity=80); background-color:#fff; }
   */

/* Backgrounds 
   --------------------------------------------------- */
   body {  }
   body.home #container { background:transparent url('../img/background-home.jpg') left top no-repeat; }
   body.image01 #container { background:#0bafe0 url('../img/background-home.jpg') left top no-repeat; }   
   body.image02 #container { background:#0db1e1 url('../img/background-image01.jpg') left top no-repeat; }
   body.image03 #container { background:#0db1e1 url('../img/background-image02.jpg') left top no-repeat; }      
   .opaque { background:transparent url('../img/background-opaque.png') left top repeat; }
   .box p, .box h1, .box ul, #body form { background:rgba(255,255,255,0.8); padding:0.5em!important; }
   .box h1 { padding-bottom:0em!important; }
   .box ul { padding:0.5em 2em 0.5em!important; margin:0em!important; }
   .box ul#gallery-home { padding:0em!important; }
   #body { float:left; }
   #body p, #body h1, #body h2, #body h3, #body h4, #body h5, #body h6, #body dl#faq, #body ul, .body ul, #body hr { background:rgba(255,255,255,0.8); padding:0.5em!important; }
   #body ul { margin:0em; }
   #body ul li { margin-left:2em!important; }
   #body #gallery-paginated { overflow:visible; }
   #body #gallery-paginated ul { width:607px!important; padding:0em; margin:0em; }
   #body #gallery-paginated ul li { margin-left:0em!important; }
   #body dl#faq { /* margin-top:-1em; */ margin-bottom:-1em; overflow:auto; position:relative; }
   #body dl#faq p { background:transparent; padding:0em!important; }
   #body dl#faq dt { margin-top:1em; }
   
/* Container
   --------------------------------------------------- */
	#inner-container { min-height:514px; padding-bottom:0.5m; }
	#container { width:956px; margin:0 auto 0 auto; position: relative; border:2px solid #002f3c; height:514px; overflow:visible; }
	#container #logoantarcticaflights { position:absolute; left:10px; top:6px; }
 	#container #logofacebook { position:absolute; right:66px; bottom:13px; }
 	#container #logoqantas { position:absolute; right:10px; bottom:8px; }
	#outer-container {  }

/* Header
	--------------------------------------------------- */
	#header { xwidth:650px!important; min-height:50px; margin:0 12px 40px 120px; padding:10px 10px 5px 10px; text-align:right; float:right;
		-moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px;
		-webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px;
		border-bottom-left-radius:5px; border-bottom-right-radius:5px; }
	#header ul { width:634px; clear:left; overflow:auto; margin-bottom:5px; float:right; }
	#header ul.top { width:auto; margin-left:90px; }
	#header ul li { float:left; text-transform:uppercase; margin-left:0.55em; }
	#header ul li.first { margin-left:0!important; } 
	#header ul.top li.first { margin-left:0!important; margin-right: 21px; }   
	#header ul li a { 
		text-decoration:none;
		color:#fff;
		padding:3px 9px 4px 9px;
		background:#03aedf url('../img/background-header-navigation.jpg') left top no-repeat;
		display:block; 
		text-align:center;
		text-decoration:none;
		white-space:nowrap;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		outline:0;
	}
  #header ul li a.active { background:#03aedf; }
	#header ul li.highlight a { background:#df0303 url('../img/background-header-navigation-highlight.jpg') left top no-repeat; }
	#header ul li.highlight a.active { background:#df0303; }
	#header ul li.subtle a { background:#858585 url('../img/background-header-navigation-subtle.jpg') 0px -10px no-repeat; }    
	#header ul li.subtle a.active { background:#858585; }    
	#header ul li.brochure { /* width: 128px; */ text-align:center; }
	
	ul.top li.book-now { margin-left:0!important; /* width:89px; */ text-align:center; }
	ul.top {overflow: hidden!important;}
	
	ul.top, ul#main-nav { width:auto!important; float:right!important; margin-left:0em!important; }
	ul#main-nav { clear:right; }
	#body { clear:both; }
	
/*
	ul#main-nav li.home { width: 52px; }
	ul#main-nav li.flying { width: 174px; }
	ul#main-nav li.flight { width: 123px; }
	ul#main-nav li.seating { width: 128px; }
	ul#main-nav li.photos { width: 128px; }
*/	
  
/* Body
	--------------------------------------------------- */  
  #body { width:619px; min-height:353px; margin:0 0 12px 12px; }

/* Footer
	--------------------------------------------------- */
	#footer, #licence { clear: both; width:640px; margin:0.5em 0em 2em 10px; /* margin:2px auto 0 auto; */ padding-bottom:12px; }
	#footer ul li, #licence ul li { float: left; text-transform: uppercase; margin-right:2em; color:#fff; }
	#footer ul li.licence, #licence ul li.licence { float:right; margin:0em; }
	#footer ul li a, #licence ul li a { text-decoration: none; color:#fff; }
	#footer ul li a:hover, #footer ul li a.active,
	#licence ul li a:hover, #licence ul li a.active { color:#0eb1e1; }  
	
/* Home
   --------------------------------------------------- */	
  .column { float:left; }
  .column-left { margin-left:12px; }
  .column-left .box { width:347px; }
  .column-right { margin-left:6px; }
  .column-right .box { width:267px; }
  
  .box { padding:5px!important; margin-bottom:7px; }
  .box h1 { margin-top:7px; }    
  .box-big { min-height:198px; margin-bottom:7px; }
  .box-small { min-height:120px; }  
  .button { float:right; clear:left; text-decoration:none; color:#fff; padding:2px 5px; background:#03aedf url('../img/background-header-navigation.jpg') left top repeat-x; display:block; text-transform:uppercase; 
  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
  .home p { overflow:auto; }
  .home p a, #body p a { color:#016988; }
  .home p a:hover, #body p a:hover { color:#666; }
  .home p a.button, #body p a.button { color:#fff; }
  .home p a.button:hover, #body p a.button:hover { color:#fff; }
  
/* Home Gallery & Gallery
   --------------------------------------------------- */	  
  ul.gallery, .default ul.gallery { margin:0; padding:0; width:270px; }
  .default ul.gallery { width:635px; /* height:220px; */ }
  ul.gallery li, .default ul.gallery li { list-style-type:none; float:left; padding:0 3px 3px 0; }
  .default ul.gallery li { padding:0 8px 8px 0; }
  ul.gallery li a img, .default ul.gallery a img { border:1px solid #d2d2d2; }
  ul.gallery li a:hover img, .default ul.gallery li a:hover img { border:1px solid #959595; }
  
  ul#gallery-nav { float:right; clear:left; text-decoration:none; color:#fff; padding:2px 5px 2px 44px!important; background:#03aedf url('../img/background-pagination.jpg') left top repeat-x!important; display:block; text-transform:uppercase; margin:1em 1em 2em; overflow:auto; white-space:nowrap!important;
  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
  ul#gallery-nav li { float:left; list-style-type: none; padding:0em; margin:0em!important; font-size:0.9em; }
  ul#gallery-nav li a { padding:0em 0.5em!important; color:#fff; text-decoration:none; cursor:pointer; }
  ul#gallery-nav li.current { color:#eb1201; padding:0em 0.5em!important; cursor: default; }
  ul#gallery-nav li.current, ul#gallery-nav li a { color:#fff; font-weight:bold; }
  
  ul#gallery-nav li a:hover { color:#eb1201;}
  ul#gallery-nav li a.current { color:#eb1201; cursor: default; }
  
  ul#gallery-nav { overflow:hidden; }
  
  div.video-content {display: none;}
  
  ul.gallery li a img.play {position: absolute; margin:-22px 0 0 66px; border: none!important;}
  
  
  
/* Forms details
	--------------------------------------------------- */
	form select { margin-bottom:10px; width:208px; }
	
   #form-updates label { text-transform:uppercase; color:#03aedf; font-size:0.7em; font-weight:bold; margin-right:0.8em; top:-0.3em; float:left; display: block; width: 175px; padding-top: 6px; } 
   #form-updates input.text { background-color:#ebf4fa; color:#03aedf; border:1px solid #fff; margin-right:3px; font-size:0.9em;
   -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:1px 3px; width:120px;}
   #form-updates input.submit { position:relative; top:0.2em; }
  
	/* Default (TINYMCE) */
	.default { padding:12px 12px 24px 9px; }
  .default h1, .default h2, .default h3, .default h4, .default h5, .default h6 { padding:0 0 4px; color:#0b85a8; text-transform:uppercase; }
  .default h1 { font-size:1.5em; color:#016988; padding:0 0 8px; }
  .default h2 { font-size:1.4em; }
  .default h3 { font-size:1.2em; }
  .default h4 { font-size:1.1em; }
  .default h5 { font-size:1em; }
  .default h6 { font-size:0.9em; }
	.default p { padding: 0 0 8px; }
	.default ul,
	.default ol { padding: 0 8px; margin: 0 8px 8px; }	
	.default ul li { list-style-type: square; }
	.default ol li { list-style-type: decimal; }
	.default ul li p,
	.default ol li p { padding: 0; }
	/* .default a { padding: 0!important; } this is removed for the web text buttons to work properly */
	.default img.left { margin:0 8px 8px 0; }  
  .default img.right { margin:0 0 8px 8px; }  
  form label { cursor:pointer;}
  form label.error {float: left; width: 200px; color:#de0000; margin-left: 10px; font-weight: bold;}
  form input.textinput { border:1px solid #66dbfc; margin-right:3px; padding: 2px 4px; float: left; width: 200px; margin-bottom: 10px;}
	form textarea.textarea { border:1px solid #66dbfc; margin-right:3px; padding: 2px 4px; float:left; margin-bottom: 10px;}
	
  
  
  /* Contact Us
	--------------------------------------------------- */  
	#form-contact input.textinput { border:1px solid #66dbfc; margin-right:3px; padding: 2px 4px; float: left; width: 200px; margin-bottom: 10px;}
	#form-contact textarea.textarea { border:1px solid #66dbfc; margin-right:3px; padding: 2px 4px; float:left; margin-bottom: 10px;}
	#form-contact label.error {float: left; width: 200px; color:#de0000; margin-left: 10px; font-weight: bold;}
	#form-contact input.submit { 
		margin-top:5px;
		margin-left:245px;
		clear:left;
		text-decoration:none;
		color:#fff;
		padding:2px 5px;
		background:#03aedf url('../img/background-header-navigation.jpg') left top repeat-x;
		display:block;
		text-transform:uppercase;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		cursor:pointer;	
	} 
	
  /* Sign Up Form
	--------------------------------------------------- */  	
	form#form-signup input.submit { 
		margin-top:5px;
		margin-left:245px;
		clear:left;
		text-decoration:none;
		color:#fff;
		padding:2px 5px;
		background:#03aedf url('../img/background-header-navigation.jpg') left top repeat-x;
		display:block;
		text-transform:uppercase;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		cursor:pointer;	
	} 
	#form-contact, #form-signup { padding:0.5em; overflow:auto; }


  /* FAQ
	--------------------------------------------------- */ 
	dl#faq dt {color:#0B85A8;text-transform:uppercase;}
	
  
/* Maintenance
   --------------------------------------------------- */
  /*
	#maintenance { width: 819px; position: relative; margin: 8em auto; }
  */
	
/* clearfix
	http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
	-------------------------------- */
	.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; } /* End hide from IE-mac */
	
/* Experimental */
	#body, .box { -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em; }
	hr { margin:0em; padding:0em; width:607px; border:none; background:rgba(255,255,255,0.8) url('../img/bg-hr.gif') center center no-repeat!important; height:15px; }
	p { /* text-align:left!important; */ font-size:1em!important; }