/*  
Theme Name: JNL Sunrise v1
Theme URI: http://www.nikegroup.com/
Description: A clean site design wiith a heavy header.
Version: 1.0
Author: Leslie Owensby
Author URI: http://www.nikegroup.com/
Tags: new, top menu, fixed width
*/

/*
COLOURS
Bright Yellow: #fcbc01
Dark Yellow: #e1a900
Blue: #2DAEBF
Emergency Red: #e2472d

Main Menu
Highlight 1:#fed868
Highlight 2:#fee496
highlight 3:#fbedc3

*/

/*@import url("blueprint/screen.css");
/*@import url("blueprint/print.css") print;*/
@import url("blueprint/plugins/fancy-type/screen.css");

html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
body {line-height:1.5;}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

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

img {border:0;}

.sprite {background:url('images/sprite2.png');}

body { font-family: "Helvetica Neue", Arial, sans-serif; margin:0; }
.container { border: 0px solid #000; }
header .container, footer .container, #main_body .container, #main_menu .container, #foot .container, #parent-company .container, #head .container { margin:0 auto; width:950px; float:none; }

#head { float:left; height:260px; width:100%; background: #fff url('images/header_back.jpg') no-repeat center bottom; color:#333; font-size:11px; padding:0px; margin:0px; }
#foot { float:left; width:100%; background: #f2f3f3; color:#999; font-size:14px; padding:10px 0px 10px 0px; margin:0px; }
#logo_base { position:relative; float:left; width:540px; padding-top:20px; height:70px; text-indent: -9999px; }
.logo-1 {background: transparent url('images/logo_jnll.png') no-repeat center top; }
.logo-2 {background: transparent url('images/logo_bristol.png') no-repeat center top; }
.logo-3 {background: transparent url('images/logo.png') no-repeat center top; }
.logo-4 {background: transparent url('images/logo_bracknell.png') no-repeat center top;}
.logo-5 {background: transparent url('images/logo_chatham.png') no-repeat center top; }
.logo-6 {background: transparent url('images/logo_swadlincote.png') no-repeat center top; }
.logo-7 {background: transparent url('images/logo_llandudno.png') no-repeat center top; }
.logo-8 {background: transparent url('images/logo_plymouth.png') no-repeat center top; }

#main_body { float:left; width:100%; margin:20px 0px; }
.backup_text { }
.shadow { text-shadow: #333 1px 1px 1px; }
.ajax-load { height:100px; width:100px; background: transparent url('images/ajax-loader.gif') no-repeat; padding:0px; margin:0px; }
.not-here { text-indent: -9999px; display:none; }

/* =HEADER
---------------------------- */
#search { color:#fff; text-align:right; }
#phone { float:right; color:#fff; text-align:right; font-size:2.5em; margin-top:10px; }
#phone a { text-decoration:none; color:#fff; }
#howdy { float:left; font-size:2.8em; line-height:1.4em; color:#fff; font-family:Helvetica; padding-top:27px; }
#howdy a { font-weight:bold; color:#fff; text-decoration:none; }


#disclaimer { float:left; width:100%; clear:left; margin:10px 0 0 0; color:#999; font-size:1.0em; }
.disclaimer { color:#888; font-style:normal; }


/* -------------------------------------------------------------------------------------------------

	=SHOPPING CART
	=CART

------------------------------------------------------------------------------------------------- */
#cart-container p { padding:0 0 .8em 0; margin:0; }
#cart-container .hide { display:none; }
/* cart - header summary */
#cart_summary {
	float:left;
	font-size:1.05em;
	z-index:100; 
	background:#FCE67E; 
	padding:.6em 0 .4em 0; 
	margin:0;
	width:100%;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom:1px solid rgba(0,0,0,0.6);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=160, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=160, Color='#333333');

}
#cart_summary.hide { display:none; }
#cart_summary .container { width:950px; margin:0 auto; text-align:left; padding:0; }
#cart_summary_header { float:left; width:100%; border-bottom:1px solid #ffd161; margin:0 0 .4em 0; padding:0 0 .4em 0; }
#cart_summary_header h2 { float:left; width:40%; }
#cart_items {
	width:100%;
	float:left;
}
#cart_items .view-basket { float:right; padding:.24em .38em .30em .38em; margin:.0em 0 0 .2em; width:auto; -moz-border-radius: 2px; -webkit-border-radius: 2px; -moz-box-shadow: none; -webkit-box-shadow:none; }
#cart_summary .tot_units_label, #cart_summary .tot_price_label { width:50%; float:left; font-size:.8em; font-weight:bold; }
#cart_summary .tot_units, #cart_summary .tot_price { width:auto; float:left; text-align:right; }
#cart_summary .tot_units, #cart_summary .tot_price { margin:0 .45em 0 0; }
#cart_summary_icon { float:left; margin:.2em .4em 0 0; background: url('images/Cart_tiny_black.png') no-repeat center top; text-indent:-9999px; width:20px; height:14px;}


/* cart - full list */
#full-cart {
	margin:0 0 .6em 0;
}
#cart_full_list { border-top:3px solid #000; width:100%; text-align:left; margin:0; padding:0; border-collapse:0;}
#cart_full_list td.remove { text-align:right; width:10px; padding-right:0; }

#cart_full_list .button.remove { -webkit-border-radius:2px; padding:.2em .8em; background:#666; }
#cart_full_list thead { padding:.4em 0; margin:2em; }
#cart_full_list th {  background:#eeedf0/*#4d6a7e*//*#f1f1f1*/; color:inherit; padding:.6em; border-bottom:1px solid #000; font-size:1.6em; }
#cart_full_list td { padding:1.2em .4em .4em .4em; border-top:1px solid #ddd; font-size:1.2em; }
#cart_full_list .qty { text-align:center; width:8em; }
#cart_full_list .qty span { font-size:1.2em; }
#cart_full_list .qty .button { text-align:center; -moz-box-shadow: none; -webkit-box-shadow:none; }
#cart_full_list .qty .remove_one { margin-right:.5em;}
#cart_full_list .qty .add_one { margin-left:.5em;}
#cart_full_list .qty .remove_one, #cart_full_list .qty .add_one { 
	font-size:inherit;
	padding:.25em .45em .45em .45em;
	border:0;
}
/*
#cart_full_list .qty .yellow.add_one { background:rgba(153, 153, 153, 0.0900); color:#000; border:0px solid rgba(153, 153, 153, 0.1000); }
#cart_full_list .qty .remove_one { background:rgba(153, 153, 153, 0.1000); color:#666; border:0px solid rgba(153, 153, 153, 0.1000); }
*/
#cart_full_list .empty, #cart_full_list .pending { color:#b6b6b6; }

#cart_full_list .price { text-align:right; }
#cart_full_list .total td { border-bottom:0; font-size:1.2em; padding-top:.8em; }
#cart_full_list .tot_price_lable { text-align:right; font-weight:bold; }
#cart_full_list  td#cart_tot_price { text-align:right; font-weight:bold; font-size:1.8em; }
#cart_tot_price .label { margin:0 1.2em 0 0; color:#777; font-weight:normal; float:auto; width:auto; font-size:.8em;}
#cart_tot_price .val { margin:0; float:auto; width:auto; }

#checkout_buttons { text-align:center; margin:0 auto; }

#cart_full_list td.vc_row { border-top:0; background:rgb(242, 243, 255); margin-bottom: 1.6em; padding:.4em .4em; font-size:1.0em; }

#cart_full_list .voucher_code { font-weight:bold; font-size:1.2em; background-color:#FFF6BF; padding:.2em; }
#cart_full_list td.name { font-size:1.4em; font-weight:normal; }
#cart_full_list .name label { color:#999; }

.instructions.voucher { font-weight:bold; background:#FFF6BF;color:#514721;border-color:#FFD324; padding:.4em 0 .4em .4em; }

.item_removed { color:#dedede; text-decoration:line-through; }
#paypal_sending_msg { display:none; }
#paypal_sending_msg .ajax-load { width:25px; height:15px; float:left; margin:2px 0 0 0; }
#paypal_sending_msg p { margin:0; padding:0; }
.notice {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}

#pp_buttons { float:right; }

section#summary-cart {
	margin:5.0em 0 2.0em 0;
	background:#f8f8f8;
	padding:.8em;
	-moz-box-shadow: 0 1px 3px rgba(150,150,150,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(150,150,150,0.6);
	border-bottom:0px solid rgba(200,200,200,0.6);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=160, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=160, Color='#333333');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
section#summary-cart h2 {
	color:#222;
	margin:0;
}
section#summary-cart .item_tot {
	font-size:1.4em;
	color:#777;
	margin:0 0 .8em 0;
}
section#summary-cart .cost_tot {
	font-size:1.8em;
	font-weight:bold;
	color:#333;
}
section#summary-cart .actions {
	display:none;
}
section#summary-cart .disclaimer {
	margin:0 0 1.0em 0;
	padding:0;
	font-size:.95em;
}
#overlay {
	display:none;
  background:#fff; 
  margin:0 auto;
  width:100%;
  overflow:auto;
  float:left;
  clear:both;
}
#img-load { 
  margin:0 auto;
  display:block;
}
#cart_updated_inline {
	display:none;
	clear:both;
	width:auto;
	padding:1em;
	margin:1em; 0 0 0;
	margin:1.8%;
	background:#ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow:auto;
}
#cart_updated_inline .summary, #cart_updated_inline .actions {
	float:left;
	margin:0;
	padding:0;
	width:45%;
	overflow:auto;
}
#cart_updated_inline h2 {
	text-transform:uppercase;
	font-size:1.4em;
	border-bottom:3px solid #fff;
	margin:0 0 .8em 0;
}
#cart_updated_inline hr {
	color:#0f0;
}
#cart_updated_inline .summary {
	margin:0 1.0em 0 0;
	padding:0 1.0em 0 0;
}
#cart_updated_inline .summary p {
	padding:0;
	margin:0 0 .4em 0;
}
#cart_updated_inline .actions a {
	font-size:1.2em;
	margin:0 0 .4em 0;
	clear:both;
	float:left;
}
#cart_updated_inline a.view {
	color:inherit;
}


/* =Disclaimer
---------------------------------- */
#cart_disclaimer {
	background:rgb(245, 245, 245);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin:0 0 1.0em 0;
	padding:.8em;
}
#cart_disclaimer h2 {
	border-bottom:0px solid #efefef;
	margin:0 0 .6em 0;
}
#cart_disclaimer p {
	margin:0 0 .4em 0;
	padding:0;
	color:#000;
}
#cart_disclaimer ul {
	list-style-type:circle;
	margin:0 0 1em 0;
	padding:0 0 0 1.5em;
}
#cart_disclaimer li {
	margin:0 0 .5em 0;
	color:#444;
}


/* =Order Complete
---------------------------------- */
#conf_email, #send_email_sending, #send_email_success, #conf_email_form { display:none; }
ul#order_details { font-size:1.4em; float:left; width:100%;list-style-type:none; margin:0 0 0.6em 0; padding:.4em 0; border-top:3px solid #000; border-bottom:0px solid #000; }

#send_email_sending .ajax-load { width:20px; height:20px; float:left; padding:0em .4em 0 0; margin:.4em 0 0 0; }
#send_email_sending { font-size:1.6em; }

#conf_email_form { float:left; width:100%; margin:0 0 .8em 0; }
#conf_email_form label { float:left; width:100%; font-size:1.4em; font-weight:bold; }
#conf_email_form .disclaimer { float:left; width:100%; }
#conf_email_form #email_addr_conf { margin:0 0 .4em 0; padding:.4em; float:left; width:480px; clear:both; font-size:1.6em; }
#conf_email_form .button { float:left;}
#send_conf_email_show { margin:0 0 2.4em 0; }
#send_conf_email { margin:0 0.6em 0 0; }
#send_email_sending { margin:0 0 .8em 0; }
#send_email_success { background-color:#FFF6BF; padding:.4em 0em; }
#email_addr_conf { margin:0 0 .3em 0; }
#conf_email_form #send_conf_email.button { clear:left; }

#continue-shopping {
	text-align:center;
}
#continue-shopping .super { 
	font-size:2.4em;
	text-align:center;
	margin:0 auto;
	padding: .6em 2em .6em 2em;
}
#send_conf_email_show_button {
	margin-right: .60em;
}

/* MAIN MENU
---------------------------- */
#main_menu { float:left; width:100%; height:66px; background-position:0 -485px; color:#000; padding:0px; margin:0px; font-size:1.0em; }
#main_menu ul { list-style-type:none; margin:0px; padding:0px; float:left; width:100%; }
#main_menu ul li { display:inline; margin-top:0px; float:left; display:block; font-size:1.32em; text-transform:none; font-weight:bold;}
#main_menu ul li .mm_info { font-size:.75em; line-height: 1.3em; font-weight:normal; text-transform:lowercase; width:100%; }
#main_menu ul li .mm_title { background: transparent url('images/mega_dd_arrow.png') no-repeat right 5px; padding-right:15px; }
#main_menu ul li .mm_title, #main_menu ul li .mm_info { float:left; clear:left; }
#main_menu ul li a { color:#000; text-decoration:none; border:0px; }
#main_menu ul li a.current {  }
#main_menu ul li a:hover { background:transparent; }

/* MAIN MENU - Site Specific sizing
look to the headers for an override
*/

#main_menu ul li#ski { width:85px; }
#main_menu ul li#ski .mm_info { width:70px; }
#main_menu ul li#snowboard { width:145px; }
#main_menu ul li#tubing { width:220px; }
#main_menu ul li#birthday { width:116px; }
#main_menu ul li#catering { width:128px; }
#main_menu ul li#corporate { width:128px; }
#main_menu ul li#catering .mm_info { width:80px; }
#main_menu ul li#contact { width:140px; }
#main_menu ul li#times { width:100px; }

ul#topnav { float:left; width: 100%; }
ul#topnav > li { background:transparent url('images/sprite.png') no-repeat 0 -485px; float: left; position: relative; margin-top:0px; }
ul#topnav li a { float: left; width:92%; height: 60px; padding:5px 0px 0px 5px; text-transform:uppercase;}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav > li:hover{ background:#fbedc3; }

ul#topnav li.current { background:#fff;}
ul#topnav li.current:hover { background:#fbedc3; }
ul#topnav li.separator { background:transparent url('images/sprite.png') no-repeat 0 -551px; display:block; width: 2px; padding:0px; height:62px; margin-top:1px;}
ul#topnav .sub { position: absolute; z-index:999; top: 64px; left: -1px; background: #fbedc3; border:1px solid #ebb30a; border-top:0px;float: left; display: none; }

ul#topnav .sub h2 { clear:left; font-size:1.1em; font-weight:bold; color:#222; background:#fee496; text-indent:5px; }

ul#topnav .sub .row { padding: 10px 10px 10px 10px; }
ul#topnav .sub .close_bar { display:none; }
ul#topnav .sub .close_bar { float:left; width:95%; height:20px; margin:0px; padding:0px; }
ul#topnav .sub .sub_data { float:left; position:relative; background:transparent; margin:0px; margin-top:10px; padding: 0px 0px 0px; border:0px solid #000; width: 300px; display:block; overflow:none; }

.sub_data ul {border:0px solid #0f0;}

ul#topnav li .row { clear: both; float: left; width: 100%; margin-bottom: 10px; }
ul#topnav .sub ul { margin:0; margin-bottom:10px; padding:0; width: 85%; float: left; border-bottom:0px solid #fee496; }
ul#topnav .sub ul.last { margin-bottom:0px;}
ul#topnav .sub ul li { padding: 2px 0px; font-size:.9em; text-indent:5px; width:100%; color: #fff; border-top:0px solid #fee496; }
ul#topnav .sub ul li a { float:none; text-indent:0; height:auto; padding:2px 2px; display:block; text-decoration:none; color:#000; font-weight:normal; }
ul#topnav .sub ul li a:hover { text-decoration:underline; }

ul#topnav .sub ul li.document { background: transparent url('images/paperclip-icon.png') no-repeat top left; }
ul#topnav .sub ul li.document a { text-indent:18px; }

/* =HEADING
------------------------------ */

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3.5em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

h1 { text-transform:uppercase; font-weight:bold; }
h2 { margin:0px 0px 5px 0px; padding:0px 0px 0px 0px; line-height:1.5em; }
h2.success { background: #fff url('images/check_32x26_green.png') no-repeat 8px 4px; text-indent:50px; padding:2px; color:#444; border:0px; }
h2 {color:#222;}
p { color:#555; }
h3, h4 { clear:left; margin:0px 0px 5px 0px; padding:0px 0px 0px 0px; line-height:1.5em; }

#emergency { float:left; font-size:2.2em; color:#fff; padding:10px 0px; margin-bottom:30px; background-color:#e2472d; text-indent:20px; clear: right; width:100%; }
#sidebar h2 { clear:both; font-weight:bold; font-size:2.4em; color:#ccc; }
h2.sub { margin:-1.1em 0 1.0em 0em; padding:0; color:#999;}

/* custom selection colors */
::-moz-selection { color: rgba(0,0,0,.85); background: #f9b32c; }
::selection { color: rgba(0,0,0,.85); background: #f9b32c; }



/* =BODY CONTENT
------------------------------ */
p { font-size:1.25em; margin-bottom:1.35em; }
p.pullquote { border-top:1px solid #eee; border-bottom:1px solid #eee; margin-top:6px; padding:5px 0px; text-align:center; color: #666; font-size: 1.7em; font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; font-style: italic; font-weight: bold; }
p.intro { font-size:1.55em; }

img.alignright { padding: 0px 0px 10px 10px; float:right; }
img.alignleft { padding: 0px 10px 10px 0px; float:left; }
.entry ul { margin:0px 0px 16px 12px; padding:0px; color:#888;}
.entry ul li { padding-bottom:12px; font-size:1.1em; }

ul.birthday_options { float:left; margin:0px;margin-left:15px; padding:0px; }
ul.birthday_options li { color:#555; margin:0px 0px 1.0em 0px; }
ul.birthday_options .details { color:#999; font-size:90%; clear:both; }

ol { margin:0px 0px 0px 2px; padding:12px; }
ol li { margin:0px 0px 10px 0px; }


/* MAIN CONTENT
------------------------------ */
#main {
	float:left; 
	width:590px; 
	margin-right:50px; 
	background:transparent;
}
/*
#main .post { float:left; width:590px; }
*/
#main #content { float:left; width:590px; }

#main_rinks, #main_slopes { float:left; width:45%; margin-right:4%; }



/* HOME PAGE
------------------------------ */
#opening-times { margin-bottom:30px; float:left; width:590px;}
#opening-times .heading { font-size:2.5em; color:#fff; padding:2px; text-indent:6px; background:#64a7e9; text-align:left; text-transform:uppercase; }
#opening-times h2 { float:left; font-weight:bold; color:#333; width:45%; text-align:center; }
#opening-hours { float:left; margin-bottom:10px; padding-bottom:10px; width:100%; border-bottom:3px solid #efefef; }
#opening-hours ul { float:left; width:100%; list-style:none; margin:0; padding:0; }
#opening-hours ul li { float:left; width:48%; }
#opening-hours span { float:left; font-size:1.73em; color:#333; width:26%; text-align:center; }
#opening-hours span.label { background:transparent; width:45%; font-weight:bold; text-align:center; padding:0px 10px 0px 0px; border:0px solid #000; }
#opening-hours span.details { background:transparent; width:45%; font-weight:normal; padding:0px 14px 0px 0px;}
#opening-times p { clear:left; font-size:1.8em; margin:0px; }
#opening-times a { color:#777; }
#opening-times .rink_times { float:left; width:100%; border-bottom:3px solid #efefef; margin-bottom:10px; }
#opening-times .awesome { color:#fff; }
#opening-times .rink_times .awesome { color:#fff; }
#opening-times .rink_times .heading { float:left; width:100%; font-size:1.8em; padding-bottom:4px; background:#64A7E9; text-indent:10px; }
#opening-times .rink_times p { font-size:1.6em; padding: 6px 0px; color:#000;}

#access-statement { margin-bottom:0px; float:left; width:100%; font-size:1.2em; border-top:2px solid #ddd; padding: 1.5em 0 0 0;}

#buy-tickets { margin:0 0 2.5em 0; padding:0; }
#buy-tickets .super { font-size:2.6em; }

/* PROMOTIONS
------------------------------ */
.hm-center { }
#promos { float:left; width:100%; }
#slideshowHolder { float:left; position:relative; margin: 0px 0px 40px 0px; }
.promo-hm { float:left; margin-bottom:30px; }
.promo-place-1 { padding-right:50px; }
.promo-place-0 {  }

.home-teaser { float:left; padding-right:50px; margin-bottom:30px; width:270px;}
#birthday_teaser { padding-right:0px;}


#sidebar { width:310px; float:left; }


/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



/* CONTACT US
------------------------------ */
#map { float:left; margin:0 0 20px 0; }
#map #map_li { padding: 0; margin: 0 2px; float: left; position: relative; text-align: center; }
#map a { display: block; color: #000000; text-decoration: none; font-weight: bold; }
#map #map_li em { background: url('images/hover3.png') no-repeat; width: 180px; height: 45px; position: absolute; top: -75px; left: -5px; text-align: center; padding: 20px 10px 10px; font-style: normal; font-weight:bold; z-index: 2; display: none; }

.map { text-indent:-9999px; width:590px; height:302px; }
#map-1 {background: transparent url('images/map-jnll.jpg') no-repeat center top; }
#map-2 {background: transparent url('images/map-bristol.jpg') no-repeat center top; }
/*#map-3 {background: transparent url('images/logo.jpg') no-repeat center top; }*/
#map-4 {background: transparent url('images/map-bracknell.jpg') no-repeat center top;}
#map-5 {background: transparent url('images/map-chatham.jpg') no-repeat center top; }
#map-6 {background: transparent url('images/map-swadlincote.jpg') no-repeat center top; }
#map-7 {background: transparent url('images/map-llandudno.jpg') no-repeat center top; }
#map-8 {background: transparent url('images/map-plymouth.jpg') no-repeat center top; }

.map:hover { border:6px solid #fcbc01; margin: -6px; }

#address { color:#888; font-size:1.47em; line-height:1.3em; }
#address_details .label { color:#ccc; margin-top:10px; margin-bottom:0px; }
#address_details .details { color:#555; margin:0px; }
#address a { color:#555; text-decoration:underline; }
#address a:hover { color:#fff; background:#555; text-decoration:none; }

#address p { font-size:1.0em; }

#formDisplay { float:left; position:relative; padding:0px 0px 10px 0px; }

#contactForm ul { list-style-type:none; margin:0; padding:0;}
#contactForm li { width:45%; float:left; margin-right:10%; }
#contactForm li:nth-child(even) { margin-right:0; }
#contactForm li.even {
	margin-right:0;
}
#contactForm li#form_submit_button, #contactForm li.allow_contact, #contactForm li.message_box { width:100%; }

#contactForm { float:left; position:relative; margin:0px 0px 0px 0px; }
#contactForm label { font-size:1.2em; color:#666; }
#contactForm label.error { float:left; position:relative; clear:left; padding:1px; margin-bottom:10px; }
#contactForm input[type="text"], input[type="password"], input.text, input.title, textarea, select { width:100%; clear:left; padding:4px 0px; }
#contactForm #message { height:90px; }
#contactForm .submit { float:right; border:0px solid #fff; padding:6px; margin:0px; font-size:1.4em; }
#contactForm .mandatory { font-size:1.2em; color:#2DAEBF; padding:0px 0px 0px 2px; }
#contactForm div.allow_contact { color:#999; }

#contactForm_specific_recipient { float:left; position:relative; margin:0px 0px 0px 0px; }
#contactForm_specific_recipient label { font-size:1.2em; color:#666; }
#contactForm_specific_recipient label.error { float:left; position:relative; clear:left; padding:1px; margin-bottom:10px; }
#contactForm_specific_recipient input[type="text"], input[type="password"], input.text, input.title, textarea, select { width:100%; clear:left; padding:4px 0px; }
#contactForm_specific_recipient #message { height:90px; }
#contactForm_specific_recipient .submit { float:right; border:0px solid #fff; padding:6px; margin:0px; font-size:1.4em; }
#contactForm_specific_recipient .mandatory { font-size:1.2em; color:#2DAEBF; padding:0px 0px 0px 2px; }
#contactForm_specific_recipient div.allow_contact { color:#999; }
#contactForm_specific_recipient .aside { clear:left; }

label.error { float: none; clear:left; margin-bottom:20px; color: red; padding-left: .5em; vertical-align: top; }
.submit { margin-left: 12em; }


/* awesome buttons
------------------------------ */
.awesome{ z-index:0; margin:0px; background: #222; display: inline-block; color: #fff; text-decoration: none; font-weight: bold;
/*-moz-border-radius: 5px; -webkit-border-radius: 5px; */
-moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999; border-bottom: 1px solid #999; position: relative; cursor: pointer; }

/* Sizes ---------- */
.small.awesome { font-size: 11px; padding:2px 6px; }
.medium.awesome { font-size: 13px; padding:2px 6px; }
.large.awesome { font-size: 14px; padding:2px 6px;}
 
/* Colors ---------- */
.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; text-shadow: 0 0px 0px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 1.2em; }
.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.blue2.awesome, .blue2.awesome:visited		{ background-color: #64A7E9; }
.blue2.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }
.grey.awesome, .grey.awesome:visited		{ background-color: #eee; color:#333; }
.grey.awesome:hover							{ background-color: #ccc; color:#fff; }


/* BUTTONS
------------------------------------------------------------------ */
.button, .button:visited {
	background: #222;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=160, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=160, Color='#333333');
	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}

.small.button, .small.button:visited 	{ font-size: 11px}
.button, .button:visited,
.medium.button, .medium.button:visited 	{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

.large.button, .large.button:visited 	{ font-size: 14px; padding: 8px 14px 9px; }
.super.button, .super.button:visited 	{ font-size: 1.4em; padding: 8px 14px 9px; }
										  
.pink.button, .magenta.button:visited	{ background-color: #e22092; }
.pink.button:hover						{ background-color: #c81e82; }
.green.button, .green.button:visited	{ background-color: #91bd09; }
.green.button:hover				        { background-color: #749a02; color:#ffffff; }
.red.button, .red.button:visited		{ background-color: #e62727; }
.red.button:hover						{ background-color: #cf2525; }
.orange.button, .orange.button:visited	{ background-color: #ff5c00; }
.orange.button:hover					{ background-color: #d45500; }
.blue.button, .blue.button:visited   	{ background-color: #2981e4; }
.blue.button:hover						{ background-color: #2575cf; }
.yellow.button, .yellow.button:visited	{ background-color: #ffb515; }
.yellow.button:hover					{ background-color: #fc9200; }
.light-grey.button, .light-grey.button:visited	{ background-color: #eee; color:#333; }
.light-grey.button:hover						{ background-color: #ddd; }

.button.full,
.button.full:visited{
	width:100%;
	padding:.6em 0;
	margin:0;
}

/* diaryTIME listings
------------------------------ */
#screen1, #screen2, #screen3, #screen3-message { float:left; width:100%;border:0px solid #000; margin-bottom:10px; }
#screen2, #screen3 { display:none; padding-top:20px; border-top:1px solid #efefef;}
#screen3 .type_desc { font-size:1.4em; color:#888; margin-bottom:20px;}
#screen1 h2, #screen2 h2 { margin-bottom:16px; font-style:normal; font-weight:normal; color:#bbb; }
#activity_groups .selected, #activity_types .selected { background-color:#2daebf; color:#fff; }

.close-button-icon { float:right; height:30px; width:30px; background: transparent url('images/close_button.png') no-repeat; padding:0px; margin:0px 0px 0px 0px; }

#screen3-message { display:none; padding-top:20px; border-top:1px solid #efefef; }
#screen3-message .show { display:block; }

.start_week td { border-top:1px solid #999; }

ul#dt_tt { clear:left; float:left; list-style:none; margin:0px; padding:0px; width:100%; }
ul#dt_tt li { margin:0px; width:100%; }
ul#dt_tt table { width:100%; border:0px solid #efefef; margin-bottom:3.0em; }
ul#dt_tt thead tr {  }
ul#dt_tt thead th { background:transparent; border-bottom:1px solid #ccc; text-align:left; font-size:1.3em; color:#3D9AD1; vertical-align:bottom; }
ul#dt_tt thead th.act_level_name { font-size:1.6em; text-align:left; color:#0969A3; }
ul#dt_tt thead th.act_level_name .price { clear:left; font-size:.70em; font-family: helvetica; color:#999; font-weight:normal; font-style:normal; }
ul#dt_tt thead th.act_level_name .description { clear:left; font-size:.75em; font-family: helvetica; color:#999; font-weight:normal; margin-bottom:4px; }
#screen3 p.description { clear:left; font-size:1.2em; font-family: helvetica; color:#999; font-weight:normal; margin-bottom:20px; }
ul#dt_tt thead th.empty { width:540px; }
ul#dt_tt thead th.date { text-align:left; width:110px; }
ul#dt_tt thead th.times { text-align:center; width:110px; }
ul#dt_tt thead th.available { text-align:center; /*width:130px;*/ }
ul#dt_tt thead th.booked { text-align:center; width:110px; }

ul#dt_tt tbody td.row1 { background:#efefef; }
ul#dt_tt tbody td.row0 { background:transparent; }
ul#dt_tt tbody td.start_date { text-align:left; }
ul#dt_tt tbody td.times,td.booked,td.available  { text-align:center; }
ul#dt_tt tbody td.booked { color:#777; }

#activity_groups, #activity_types { list-style:none; margin:0; padding:0; float:left; position:relative; width:100%;}
#activity_groups .group_item, #activity_types .type_item, ul#ppl li { float:left; position:relative; padding: 0px 0px 0px 0px; margin: 0px 17px 17px 0px; width:220px; border:0px solid #000;}
ul#ppl li { width:458px; }
#activity_groups .group_item { text-align: center; text-transform:uppercase; }
#activity_groups .group_item a.awesome { width: 100%; padding: 10px 0px; }

#activity_types .type_item a.awesome { width:100%; padding:2px 5px; margin:auto 0px; height:90px; }
#activity_types .type_item a.large { line-height: 1.2em; }
#activity_types .type_item .type_name { height:30px; text-transform:uppercase;}
#activity_types .type_item .type_desc { float:left; padding-top:6px; text-align:left; font-weight:normal; font-size:.75em; font-style:normal; }

#screen3 #tabs { float:left; clear:left; width:100%; }
#screen3 h2 { font-size:1.8em; text-transform:uppercase; color:#222; }

/* PRICE LIST: Above date separated activity list */
#screen3 ul#ppl { font-size:1.2em; border-top:1px solid #D8B277; border-bottom:1px solid #D8B277; background:#FDF6D2; float:left; position:relative; width:100%; clear:left; list-style:none; margin:0px 0px 10px 0px; padding:6px 0px 0px 0px; overflow:hidden; }
#screen3 ul#ppl li { margin-bottom:4px; color:#333; text-indent:6px; }
#screen3 ul#ppl .price_text { float:left; padding-right:5px; }


.type_item { position:absolute; top:0px; height:100px; display:table; }
.type_item a { display:table-cell; vertical-align:middle; text-align:left;}

#month_list { list-style:none; margin:0px; padding:0px 0px 20px 0px; clear:left; float:left; }
#month_list li { margin:0px .39em 1em 0px; text-align:center; width:70px; padding:2px; background-color:#eee; display:inline; float:left; display:block; font-weight:bold; font-size:1.1em;}
#month_list li.last_month_tab { margin-right:0px; }
#month_list li.matched { }
#month_list li.notmatched { color:#c9c9c9; }
#month_list li a { width:100%; }
#month_list li .month, #month_list li .year { clear:left; width:100%; text-align:center; padding:0px 0px; margin:0 auto; float:left; }


#tabs { overflow:auto; }
#tabs div { overflow:auto; }
.ui-tabs-panel { float:left; clear:left; padding:0px; width:100%;}
#tabs,.ui-widget-content { border: 0px; }
#tabs .ui-widget-header { border:0px; background:transparent;}
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.ui-state-active { border:0px; }

#tabs .ui-state-default, .ui-widget-content .ui-state-default { border: 0px solid #d3d3d3; background: #cecece; font-weight: bold; color: #555555; outline: none; }
#tabs .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333; text-decoration: none; outline: none; }
#tabs .ui-tabs-selected a, #tabs .ui-tabs-selected { background:#3D9AD1; color:#ffffff; }

#month_list .ui-state-hover { background-color:#666; color:#fff; }
#month_list .ui-state-hover .month, #month_list .ui-state-hover .year { color:#fff; }

#disclaimer { float:left; width:100%; clear:left; margin:10px 0 0 0; color:#999; font-size:1.0em; }


/* private lessons
------------------------------ */

ul#dt_tt_pv { clear:left; float:left; list-style:none; margin:0px; padding:0px; width:100%; overflow:hidden; }
ul#dt_tt_pv li { margin:0px; width:100%; }
ul#dt_tt_pv ul { width:100%; margin-bottom:3.0em; }

ul#dt_tt_pv .level_head { float:left; background:transparent; border-bottom:1px solid #ccc; text-align:left; font-size:1.3em; color:#3D9AD1; vertical-align:bottom; }
ul#dt_tt_pv .level_head { font-size:1.6em; text-align:left; color:#0969A3; font-weight:bold; padding: 4px 10px 4px 5px; }
ul#dt_tt_pv .level_head .price { clear:left; font-size:.70em; font-family: helvetica; color:#999; font-weight:normal; font-style:normal; }
ul#dt_tt_pv .level_head .description { clear:left; font-size:.75em; font-family: helvetica; color:#999; font-weight:normal; margin-bottom:4px; }


ul#dt_tt_pv .level_head .date { text-align:left; width:110px; }
ul#dt_tt_pv .level_head th.times { text-align:center; width:110px; }
ul#dt_tt_pv .level_head th.available { text-align:center; /*width:130px;*/ }
ul#dt_tt_pv .level_head th.booked { text-align:center; width:110px; }

ul#dt_tt_pv li.times_by_level { float:left; padding: 4px 10px 40px 5px; }
ul#dt_tt_pv .times_by_level ul { list-style:none; margin:20px 0px; padding:0px; }

ul#dt_tt_pv .times_by_level li.timeblock { float:left; }
ul#dt_tt_pv .times_by_level li.timeblock > div { overflow:hidden; }
ul#dt_tt_pv .times_by_level li.timeblock {margin:0px 0px 6px 0px;}
ul#dt_tt_pv .times_by_level .timeblock .row1 { background:#efefef; }
ul#dt_tt_pv .times_by_level .timeblock .row0 { background:transparent; }
ul#dt_tt_pv .times_by_level .timeblock .start_date { float:left; text-align:left; width:200px; }
ul#dt_tt_pv .times_by_level .timeblock .times {  float:left; text-align:left; width:500px; }
ul#dt_tt_pv .times_by_level .timeblock .action {  float:left; }

ul#dt_tt_pv ul.ins_specific_ts { float:left; display:none; margin:20px 0px 0px 0px; padding:0px; width:100%; }
ul#dt_tt_pv ul.ins_specific_ts li.ins_timeblock { float:left; margin:0px 0px 10px 0px; padding:0px; width:100%; border-top:1px solid #efefef; padding:10px 0px 0px 0px; }

ul#dt_tt_pv ul.ins_specific_ts .ins_details { float:left; width:220px; margin: 0px 17px 17px 0px; background:#efefef; }

.ins_matched_times_block { float:left; width:474px; margin:0px; background:transparent; }
.ins_matched_times { width:220px; float:left; margin: 0px 17px 17px 0px; background:#efefef;  }
div.pvt_ls_book_button { float:left; width:180px; height:80px; overflow:hidden; }
.ins_matched_times_block .micro_slots { float:left; }

#dialog-message { display:none;}
#dialog-message span { float:left; margin:0 7px 50px 0; }
#dialog-message .ui-dialog-titlebar { display:none; }


/* =TIME TABLE
------------------------------ */
#opening_hours { float:left; width:100%; padding-bottom:20px; }
#opening_hours h3 { float:left; padding-right: 10px;}


/* =VIDEO
------------------------------ */
h2.video { margin:0px 0px 15px 0px; background: transparent url('images/video_icon_26x25.jpg') no-repeat 4px 6px; text-indent:40px; }
.vvqyoutube { float:left; margin-bottom:30px; background:#999;}


/* =UPCOMING EVENTS
------------------------------ */
/*h2.upcoming_events { margin:0px 0px 0px 4px; background: transparent url('images/calendar_alt_fill_32x32_light.png') no-repeat 4px 5px; text-indent:40px; }*/
h2.upcoming_events { margin:0px 0px 0px 4px; }
h2.upcoming_events .icon { margin:0px 2px 0px 0px; width:33px; height:39px; float:left; display:block; background: transparent url('images/sprite.png') no-repeat -188px 5px;}

#sidebar ul#upcoming_events a { color:#7e7e7e; text-decoration:none; }
#sidebar ul#upcoming_events a:hover { color:#fff; }
#sidebar #more_events_button { float:right; }
#sidebar ul#upcoming_events li:hover { color:#fff; background:#cecece url('images/event_arrow.png') no-repeat top right; }
ul#upcoming_events { float:left; list-style:none; margin:10px 0px 0px 0px; padding:0px 0px 0px 0px; color:#7e7e7e; }
ul#upcoming_events li { float:left; clear:left; padding:15px 0px; margin:0px 0px 5px 0px; width:100%; border-bottom:1px solid #efefef;}
#sidebar ul#upcoming_events { border:0px; }
#sidebar ul#upcoming_events, #sidebar ul#upcoming_events li { border:0px; padding:0px 0px; margin-bottom:10px; }
ul#upcoming_events .date { float:left; width:50px; margin:0px 10px 0px 0px; }
ul#upcoming_events .details { float:left; clear:right; margin:2px 0px 0px 0px; width:80%; }
#sidebar ul#upcoming_events .details { float:left; clear:right; margin:2px 0px 0px 0px; width:245px; }
ul#upcoming_events .date .day { font-size:2.5em; line-height:1.0em; font-weight:bold; text-align:center; margin:0px; padding:0px; }
ul#upcoming_events .date .month { font-size:1.0em; text-transform:uppercase; text-align:center; }
ul#upcoming_events .details .title { font-size:1.6em; line-height:1.3em; }
ul#upcoming_events .details .desc { font-size:1.2em; line-height:1.2em; }
ul#upcoming_events .details .full_details { font-size:1.1em; line-height:1.2em; }
ul#upcoming_events .details .full_details img { float:left; margin: 0 .6em .6em 0; }

ul#upcoming_events-full { float:left; width:100%; list-style:none; margin:10px 0px 0px 0px; padding:0px 0px 0px 0px; color:#7e7e7e; }
ul#upcoming_events-full li { float:left; clear:left; padding:15px 0px; margin:0px 0px 18px 0px; width:100%; border-bottom:1px solid #efefef;}
ul#upcoming_events-full .date { float:left; width:50px; margin:0px 10px 0px 0px; }
ul#upcoming_events-full .details { float:left; clear:right; margin:2px 0px 0px 0px; width:80%; }
ul#upcoming_events-full .date .day { font-size:2.5em; line-height:1.0em; font-weight:bold; text-align:center; margin:0px; padding:0px; }
ul#upcoming_events-full .date .month { font-size:1.0em; text-transform:uppercase; text-align:center; }
ul#upcoming_events-full .details .title { font-size:1.6em; line-height:1.3em; }
ul#upcoming_events-full .details .desc { font-size:1.2em; line-height:1.2em; margin-bottom:1.4em; }
ul#upcoming_events-full .details .full_details { font-size:1.1em; line-height:1.2em; }
ul#upcoming_events-full .details .full_details img { float:left; margin: 0 .6em .6em 0; }



/* =NON-TIMETABLE PURCHASE ITEMS
---------------------------------------- */

.buy_tickets { float:left; width:100%; border-top:3px solid #E1EEF4; text-align:center; margin:0 0 .9em 0; padding:.8em 0 1.0em 0;}
.buy_tickets h3 { margin:0 auto; width:95%; }
.buy_tickets h4 {font-size:1.4em; margin:0; padding:0; line-height:auto; }
.buy_tickets h5 {font-size:1.2em; margin:0 0 .4em 0; padding:0; line-height:auto; }
.buy_tickets .item_price { color:#555; }

#non_timetable_item_purchase ul { list-style:none; margin:0 auto; padding:0; width:auto; }
#non_timetable_item_purchase li { 
	margin:1.75%; 
	padding:.8em; 
	width:43%; 
	height:95px;
	float:left; 
	border-bottom:0px solid #eee; 
	background:#f4f4f4; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	overflow:hidden;
	display:block;
}
#non_timetable_item_purchase li:last-child { border-bottom:0px solid #eee; }
#non_timetable_item_purchase h2 { clear:left; }
#non_timetable_item_purchase input { float:left; clear:left; width:2em; text-align:center; margin:.1em .8em 0 0; height:1.8em; }

#non_timetable_item_purchase .in_cart { display:none; float:left; width:48%; margin:0 .4em 0 0; padding:0; background:#FCE67E; }
#non_timetable_item_purchase .total { float:left; clear:left; width:auto; width:auto; text-align:center; font-size:1.3em; margin:.1em 6% 0em 0; padding:.25em .4em .15em .4em; background:#FCE67E; border:0px solid #924C0B; color:#924C0B; }
/*
#non_timetable_item_purchase .remove_item.button { float:left; height:.66em; font-size:1.6em; -moz-box-shadow:none; -webkit-box-shadow:none; padding:.2em .6em .75em .6em; }
*/
#non_timetable_item_purchase .remove_item.button { float:left; height:.46em; font-size:1.6em; -moz-box-shadow:none; -webkit-box-shadow:none; padding:.09em .6em .75em .6em; margin:.2em 0 0 0; }

#non_timetable_item_purchase .total.hidden { display:none; }
#non_timetable_item_purchase .in_cart.show { display:block; }

#non_timetable_item_purchase .purchase { text-align:center; float:auto; width:auto; line-height:1.2; font-size:1.20em; padding-left:.1em .4em; margin:0 0 .2em 0; }




/* =SIDEBAR
------------------------------ */
#sidebar-social { list-style-type:none; margin:0px; padding:0px; }
.twitter-sidebar { float:left; background-position:0px -338px; width:310px; height:68px; margin-bottom:20px; text-indent:-9999px;}
#sidebar-social li a { display:block; width:310px; height:68px; }

#sidebar-lsw { list-style-type:none; margin:0px; padding:0px; }
.lsw-sidebar { float:left; background-position:0px -408px; width:310px; height:68px; margin-bottom:30px; text-indent:-9999px;}
#sidebar-lsw li a { display:block; width:310px; height:68px; }

.activity_ads { list-style-type:none; margin:0px; padding:0px; }
.oct-halfterm {float:left; background-position:0px -488px; width:310px; height:136px; margin-bottom:15px; text-indent:-9999px;}
.oct-halfterm:hover {  background-position:0px -634px; }
.oct-halfterm a {float:left; background-position:0px -488px; width:310px; height:136px;}

#sidebar-vouchers { margin-bottom:25px; }

/* =ADS
------------------------------ */
#ads { float:left; padding:0px 0px 20px 0px; width:100%; }

#ads a.partners { float:left; display:block; width:100%; background-color:#8bc200; text-decoration:none; }
#ads .ads-title { color:#fff; font-size:2.1em; font-weight:bold; padding:.2em .5em 0em .5em; margin:0px;}
#ads .ads-details { color:#fff; font-size:1.4em; font-weight:normal; padding: 0.0em 0.5em 0.5em 1.0em; margin:0px; text-transform:lowercase; }


#foot h2 { color:#c6c6c6; clear:left; }
#foot p { font-size: 1.0em; color:#9e9e9e; line-height: 1.55em; }

#foot-about, #foot-contact, #foot-social { float:left; width:30%; margin-right:3.2%; }

#foot-contact { color:#888; line-height:1.3em; }
#foot-contact .address { font-size:1.3em; line-height:1.3em; }
#foot-contact .label { color:#ccc; margin-top:10px; margin-bottom:0px; line-height:.9em; }
#foot-contact .details { margin:0px; }
#foot-contact .details a { color:#888; text-decoration:none; }

#foot-social h2 { text-indent:10px; }
#foot-social ul { list-style:none; margin:0px; padding:0px; }
#foot-social li { margin:0px 0px 10px 0px; padding:0px; text-indent:-9999px; border:0px solid #000; width:185px; height:50px;}
#foot-social li a { display:block; width:180px; height:50px; }
#foot-social .twitter { float:left; background-position:0px 0px; }
#foot-social .twitter:hover { background-position:0px -168px; }
#foot-social .facebook { float:left; background-position:0px -57px; }
#foot-social .facebook:hover { background-position:0px -225px; }
#foot-social .youtube { float:left; background-position:0px -117px; }
#foot-social .youtube:hover { float:left; background-position:0px -285px; }

#parent-company { float:left; width:100%; padding-top: 10px; background:#eee; color:#999; }
#parent-company .nike-logo { float:left; width:66px; height:80px; margin-right:10px; background-position:-185px -164px; text-indent:-9999px; }
#parent-company .nike-logo a { display:block; height:80px; }
#parent-company #company-info { float:left; width:500px; margin:10px 0px 0px 10px; }
#parent-company #company-info #reg-num { float:left; font-size:.75em; margin-top:4px; clear:left; }


/* =Full Price List
---------------------------------- */
ul#fpl { list-style:none; margin:0px; padding:0px; color:#777; }
ul#fpl .name { float:left; width:280px; text-transform:uppercase;}
ul#fpl > li > h2 { font-size:1.0em; color:#0969A3; border-bottom:1px solid #ececec; border-top:1px solid #ccc; }
ul#fpl > li { margin:0px 0px 20px 0px; padding:0px; font-size:1.8em; color:#555; }
ul#fpl > li > ul { list-style:none; margin:5px 0px 5px 0px; padding:0px; font-size:0.9em; }
ul#fpl > li > ul > li { list-style:none; margin:0px; padding:0px; font-size:0.8em; color:#333; clear:left; }
ul#fpl > li > ul > li > ul { list-style:none; margin:4px 0px 10px 0px; padding:0px; font-size:.8em; color:#777; }
ul#fpl > li > ul > li > ul > li.row1 { background:transparent; /*#efefef*/ }
ul#fpl > li > ul > li > ul > li.row0 { background:transparent; }

ul#fpl .description { display:none; float:left; clear:left; width:100%; margin:-.60em 0 1.0em 0; color:#6d6d6d; }

table.prices { margin:0px 0px 30px 0px; }


ul#news_list { list-style:none; margin:0px 2px; padding:0px; }
ul#news_list li { margin:0px 0px 12px 0px; padding:0px; font-size:14px; }
ul#news_list li.selected { text-decoration:none; font-weight:bold; }
ul#news_list a { text-decoration:none; color:#666; }
ul#news_list a:hover { text-decoration:underline; }





/* LINKS
----------------------------------- */
#partner_links { float:left; margin:0px; padding:0px; list-style-type:none; }
#partner_links li { margin: 0 0 2.0em 0; border-bottom: 1px solid #eee; }
#partner_links h2 { margin: 0 0 .2em 0; padding:0px; }
#partner_links p.link { font-size:1.0em; }
#partner_links p.link a { color:#999; }


/* RINK CALENDAR
----------------------------------- */
#calendar-status {  padding:10px; background:#efefef; border: 2px solid #999; }


#instructor_highlight { float:left; padding:.8em; margin-bottom:2em;border:2px solid #ddd; background:#FFF6BF;color:#514721;border-color:#FFD324; clear:both;  }
#instructor_highlight a.normal { color:inherit; }
#instructor_highlight a.normal:hover { color:#fff; background:#555; text-decoration:none; }
#instructor_highlight img { float:left; margin:5px 10px 5px 5px; position:relative; border:1px solid #fff; }
#instructor_highlight h3 { margin-top: 4px; clear:none; }
#instructor_highlight p {  margin-top:5px; position:relative; }

.instructor_intro { float:left; padding:.2em; margin-bottom:2em;border-top:2px solid #ddd;border-bottom:2px solid #ddd; background:transparent;color:#514721;border-color:#FFD324; clear:both;  }
.instructor_intro a.normal { color:inherit; }
.instructor_intro a.normal:hover { color:#fff; background:#555; text-decoration:none; }
.instructor_intro img { float:left; margin:5px 10px 5px 5px; position:relative; border:1px solid #fff; }
.instructor_intro h3 { margin-top: 4px; clear:none; }
.instructor_intro p {  margin-top:5px; position:relative; }

.aside { font-size:.95em; color:#999; }

/*

@media handheld and (max-device-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	.container {width:auto; float:none;}
	#howdy {font-size:1.6em; padding-top:0.5em;}
	#parent-company, #main_body, #foot { display:none; }
	#head { float:none; width:auto; height:auto; }
	#logo_base {float:none; width:auto; height:50px; padding:10px 0 0 0; }
	.logo-1 {background: transparent url('images/jnl_logo_mobile_jnll.png') no-repeat center top; }
	.logo-2 {background: transparent url('images/jnl_logo_mobile_bristol.png') no-repeat center top; }
	.logo-3 {background: transparent url('images/logo.png') no-repeat center top; }
	.logo-4 {background: transparent url('images/jnl_logo_mobile_bracknell.png') no-repeat center top;}
	.logo-5 {background: transparent url('images/jnl_logo_mobile_chatham.png') no-repeat center top; }
	.logo-6 {background: transparent url('images/jnl_logo_mobile_swadlincote.png') no-repeat center top; }
	.logo-7 {background: transparent url('images/jnl_logo_mobile_llandudno.png') no-repeat center top; }
	.logo-8 {background: transparent url('images/jnl_logo_mobile_plymouth.png') no-repeat center top; }

	#phone { float:none; clear:left; text-align:left; font-size:1.8em; margin:0 auto;}
	#phone a { text-decoration:underline; }
	
	#main_menu ul#topnav li { width:100%; }
	#main_menu ul#topnav li.separator { display:none; }
	
}

*/
.print-only { display:none; }
