/* site specific */
body {
	background-color: #003068;
}
.aqua_taxi_strip {
	height: 20px;
	margin: 0;
	background: #000 url(/images/aqua-taxi-strip-pattern.png) repeat-x scroll 0 0;
}
#page {
	width: 100%;
	background: #fff url(/images/sky-backdrop-standard.jpg) no-repeat scroll 0 0;
}
#head {
	position: relative;
	padding: 20px 0;
	text-align: center;
	height: 165px;
	z-index: 2;
}
#head #logo {
	margin-bottom: 20px;
}
#nav .nav_link {
	height: 32px;
	line-height: 32px;
}
#nav .nav_link, #nav .nav_link a {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	text-shadow:1px 1px 4px #004582;
}
#nav .nav_link a:hover {
	background: transparent url(/images/nav_link_hover.png) no-repeat scroll 0 0;
}
#nav .nav_link.current {
	background: transparent url(/images/nav_link_current.png) no-repeat scroll 0 0;
	color: #004582;
	text-shadow:1px 1px 4px #fff;
}
#nav .nav_link.parent {
	background: transparent url(/images/nav_link_hover.png) no-repeat scroll 0 0;
	text-shadow:1px 1px 4px #fff;
}

#seasons .dialog, #user_controls {
	background:#003068 none repeat scroll 0 0;
	color:#FFFFFF;
	text-align:left;
}
#seasons, #user_controls{
	position:absolute;
	top:40px;
	left: 10px;
	z-index: 100;
}
#seasons form > div { padding: 10px; display: block; }
#selected_seasons p, #user_controls p { font-size: 12px; }
#seasons a, #user_controls a { color: #fff; }
#selected_seasons, #seasons form, #user_controls { padding: 5px; }
#selected_seasons { height: 20px; }
#selected_seasons p, #selected_seasons ul, #seasons a {
	margin: 0;
	float: left;
}
#selected_seasons li, #user_controls li {
	height: 20px;
	float:left;
	margin: 0;
	margin-right: 5px;
}
#user_controls li { margin-right: 10px; }
#seasons .dialog ul, #user_controls ul {
	list-style-type: none;
}
#user_controls ul  {
	padding: 0 10px;
	margin-right: -10px;
}
#seasons .dialog li .season_color {
	margin-left: -30px;
}
#seasons .dialog li .season_color, #seasons .dialog li label, #seasons .dialog li input {
	float: left;
}
#seasons .dialog li p {
	margin-bottom: 0;
}
#seasons .dialog li .note {
	clear: left;
	margin-bottom: 20px;
}
.season_color {
	display: block;
	height: 20px;
	width: 20px;
}

#user_controls {
	margin-right: 10px;
	right: 0;
	left: auto;
}

#flash div {
	margin-top: 20px;
	padding: 10px 20px;
	border: 1px solid #AAFF88;
	background-color: #CCFFBB;
	border-width: 1px 0;
	font-weight: bold;
}

#body_wrap {
	position: relative;
	margin-top: 20px;
	z-index: 1;
}
#body {
	min-height: 200px;
}

#footer {
	height: 70px;
	padding-top: 130px;
	margin-top: -100px;
	background: transparent url(/images/sky-backdrop-footer-standard.jpg) no-repeat scroll 0 0;
	color: #fff;
}
#footer .badge { float:left; }
#footer a { color: #fff; }


div.secondary {
	font-size: 12px;
}
div.highlight, div.dialog_wrap {
	border: 1px solid #FF8C00;
	background-color: #FFF3DB;
	padding: 10px;
	color: #595349;
	margin-bottom: 20px;
}
div.highlight h3, div.highlight h4 { 
	margin-bottom: 0;
}
div.highlight p { margin-bottom: 0;}
div.highlight .subhead a, #map .subhead a  {
	color: #FF8C00;
}
div.highlight a {
	color: #595349;
}

/* type */

.subhead {
	color: #FF8C00;
}
.subhead a{
	display: block;
	padding-left: 20px;
	background: transparent url(/images/subhead_arrow.png) no-repeat scroll 0 0;
}
.note { font-size: 11px; }

#seasons .dialog a { color: #fff; }

a { color: #2560AF; }
a:hover { color: #1C3E77; }

/* maps */
#map-top {
	padding: 40px 40px 20px;
	width: 880px;
}
#map-top, #map {
	position: relative;
	border: 2px solid #fff;
	border-width: 2px 2px 0;
	top: -2px;
	left: -2px;
	background: #006cb7 url(/images/abel-tasman-map-top.jpg) no-repeat bottom left;
}
#map {
	width: 960px;
	min-height: 1400px;
	background: #006cb7 url(/images/abel-tasman-trips-map.jpg) no-repeat;
	margin-bottom: 20px;
	border-width: 0 2px 2px;
}
#map-top .photo {
	float: right;
}
#map-top .details {
	width: 420px;
}
#map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 1400px;
	background: transparent no-repeat;
}
#map-overlay img {
	position: absolute;
	top: 0;
	left: 0;
}
#map-list {
	padding: 40px 20px 0 0;
}
#map-top, #map, #map a, #map-top a {
	color: #fff;
}
#map ul {
	list-style: none;
}
#map li { margin-left: 0; }
#map .trip_category h4, #map .title, #map .trip_category p { margin-bottom: 0; }
#map .title { font-size: 13px; }
#map .item.selected {
	background: #FFF3DB;
}
#map .item label {  }
#map .item .spinner {
	display: none;
}
#map .item .spinner {
	position:absolute;
	left:8px;
	top:8px;
}
#map .item.loading .spinner { display: block; }
#map .item.loading {
	background: #194685;
}
#map .item.hovered {
	background: #194685;
}
#map .item.selected, #map .item.selected a {
	color: #000;
}
#map .items {
	margin: 10px 0;
	border: 1px solid #286EB1;
	border-width: 1px 0 0;
}
#map .item {
	position: relative;
	border: 1px solid #286EB1;
	border-width: 0 0 1px 0;
	background: url(/images/item_bkgrnd.png) repeat-x ;
	line-height: 0;
}
#map .item .trip {
	display: block;
}
#map .item .details {
	display: block;
	margin: 0 10px 20px;
}
#map .item .details p { margin-bottom:0; }
#map .features li {
	margin: 0 0 0 40px;
	list-style-type: disc;
}
#map .features li p {
	margin: 10px 0;
}
.title {
	line-height: 20px;
	min-height: 20px;
}
#map .title {
	padding: 10px;
	margin: 0;
}
#map .title .position {
	height: 18px;
	width: 18px;
	background: #194685;
	text-align: center;
	line-height: 18px;
	margin-right: 10px;
	border: 1px solid #1f57a6;
}
#map .item:hover .title .position {
	background-color: #fff !important;
	color: #194685;
}
#map .title .name {
	display: block;
	margin-left: 30px;
}
#map .trip .title .name, #map-top .name {
	margin: 0;
	float: left;
}
#map .title .position {
	float: left;
}
.title .price {
	float: right;
}

#map .thumb {
	float: right;
	width: 140px;
	margin: 0 0 20px 20px;
}
#map .thumb img, .photo img { border: 1px solid #fff; }
.thumb .caption, .photo .caption {
	font-size: 11px;
	font-style: italic;
}

#addons { margin-bottom: 20px; }
#addons .title, #addons p { margin-bottom: 0; }
#addons, #addons .title { font-size: 12px; }

/* tables */

table th {
	text-align: left;
}
#departures {
	background-color: #003068;
	font-size: 12px;
	margin-bottom: 20px;
	color: #fff;
}
#departures .title {
	font-size:12px;
	margin:0;
	padding:10px;
	text-align:center;
}
#departures thead { display: none; }
#departures table { width: 100%; margin: 0; }
#departures td { padding: 10px 5px 10px 0; border: 1px solid #184591; border-width: 1px 0 0; background: transparent url(/images/item_bkgrnd.png) repeat-x; vertical-align: middle; }
#departures .season_color { float: left; margin-right: 5px; }
#departures td p { margin: 0; float: left; }
#departures td.swatch { padding-left: 10px; width: 25px; }
#departures td.times { font-size: 11px; }
#departures .time a { color: #fff; text-decoration: none; }

table.messages { width: 100%; }
table.messages th { background: #4482CB url(/images/item_bkgrnd.png) repeat-x; color: #fff; }
table.messages th, table.messages td { padding: 10px; }
table.messages td { border: 1px solid #A1B7DA; border-width: 1px 0 0; background-color: #fff; }
table.messages .subject { margin-bottom: 0; }

#booking_form table {
	width: 100%;
}
#booking_form th, #booking_form td {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
#booking_form thead th, #booking_form tfoot td {
	border: 1px solid #ddd;
	border-width: 1px 0;
}
#booking_form table .quantity {
	text-align: center;
}
#booking_form table .price {
	text-align: right;
}
#booking_form table .total {
	font-weight: bold;
}
#booking_form table p {
	margin-bottom: 0;
}

/* Forms */
form div { display: inline; }
form.button-to { display: inline; }
.inputs_group p { margin: 0; }
.radio_button {
	float: left;
	margin-right: 10px;
}
.formError { display: block; color: #f33; }
fieldset { border: 1px solid #FF8C00; border-width: 1px 0 0; margin: 10px 0; }
legend { padding-right: 5px; font-weight: bold; color: #FF8C00; }
legend, .dialog_wrap h1, .dialog_wrap h2, .dialog_wrap h3, .dialog_wrap h4 { color: #FF8C00; margin: 0; }
.dialog_options { margin: 20px 0 0; border: 0; }
.dialog_options p { margin: 0;}
.formAlert { padding: 9px 0; border: 1px solid #f93; border-width: 1px 0; color: #f93; }

/* corners */
.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* options */
p.options a {
	margin-right: 10px;
}