/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_4 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.container_3 {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	position: relative;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 3px;
	margin-right: 4px;
}
.grid_1{margin-right: 3px;}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}
/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/
.container_3 .grid_1 {width:230px;}
.container_3 .grid_2 {width:465px;}
.container_3 .grid_3 {width:700px;}
/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/
.container_4 .grid_1 {width:230px;}
.container_4 .grid_2 {width:465px;}
.container_4 .grid_3 {width:700px;}
.container_4 .grid_4 {width:950px;}
/* Prefix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/
.container_4 .prefix_1 {padding-left:240px;}
.container_4 .prefix_2 {padding-left:480px;}
.container_4 .prefix_3 {padding-left:720px;}
/* Suffix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/
.container_4 .suffix_1 {padding-right:240px;}
.container_4 .suffix_2 {padding-right:480px;}
.container_4 .suffix_3 {padding-right:720px;}
/* Push Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/
.container_4 .push_1 {left:240px;}
.container_4 .push_2 {left:480px;}
.container_4 .push_3 {left:720px;}
/* Pull Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/
.container_4 .pull_1 {left:-240px;}
.container_4 .pull_2 {left:-480px;}
.container_4 .pull_3 {left:-720px;}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.extraspace{
	margin-bottom: 1em;
}
.shrink p{
	padding-right: 2em;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

div.top{margin: 10px 0 0 0;}

.markdown p, .markdown ul {
	margin-bottom: 1em;
}

.markdown ul li {
     list-style: disc;
     margin-left: 1.5em;
}

.markdown hr { text-align: right; width: 100%; height: 2px; color: #DBDBD8; border: none; } /* For Internet Explorer */
html>body .markdown hr { margin-right: 0; width: 100%; height: 2px; background-color: #DBDBD8; border: none; } /* For Gecko-based browsers */
html>body .markdown hr { margin-right: 0; width: 100%; height: 2px; background-color: #DBDBD8; border: 0px solid #F00; } /* For Opera and Gecko-based browsers */

/*

*/
#content .alpha {margin-left: 10px; padding-left: 2px;}
#content .omega {margin-right: 10px;}

.container_4 .nested_grid_1,
.container_4 .nested_grid_2,
.container_4 .nested_grid_3,
.container_4 .nested_grid_4 {
    float: left;
	margin-left: 3px;
	margin-right: 4px;
}

.container_4 .nested_alpha {    
	margin-left: 0px;
}

.container_4 div.nested_omega {    
	margin-left: 1px;
	margin-right: 0px;
}

.container_4 .nested_grid_1 {width:230px;}
.container_4 .nested_grid_2 {width:465px;}
.container_4 .nested_grid_3 {width:700px;}
.container_4 .nested_grid_4 {width:950px;}

#content .nest .alpha { 
    margin-left: 0; 
    padding-left: 0;
}
#content .nest .omega { 
    margin-right: 0;
}

/* Green */
body#contact .details a,body#courses div#courselist li.highlight a,body#courses div#courselist li.highlight,body#news h2,body#news p.highlight, body#shop div.products ul li h4, body#shop div.products h3,body#shop.product h2, ul#menu li strong a{
	color: #72c14e;
}

body#courses div#discipline_info strong {
	color: #72c14e;    
}

#details a:link, #details a:hover, #details a:active, #details a:visited {
	color: #72c14e;    
}

body#courses div#discipline_info p, body#courses div#discipline_info ul {
    font-size: 1.2em;
    line-height: 1.2em;
}

body#courses div#discipline_info ul {
    margin-bottom: 1em;    
}

body#courses div#discipline_info ul li {
    list-style: disc;
    margin-left: 1.5em;
    border: none;
}

body#courses div#courselist ul{  
    text-transform: uppercase;
    margin-bottom: 0.4em;
}
body#courses div#details table td.last {
    text-align: right;
}
body#courses div#courselist ul > li{  
    border-bottom: 2px solid #e3e3e3;
}

body#courses div#details input.book_now, 
body#courses div#details input.book_now_disabled, 
body#shop .add_to_basket, 
body#shop #view_basket
{    
    text-transform: uppercase;
    background-color: #65B734;
    border: 1px solid #65B734;
    color: white;
    cursor: pointer;
}

body#shop a#view_basket {
    padding: 3px;
}
 
body#courses div#courselist ul ul li {
    border-bottom: none;
    line-height: 1.5em;
}

body#shop #basket {
    margin-top: 1em;
}

body#shop #basket table th {
    text-align: left;
    background: #2F2F2F;
    color: white;   
    padding: 0.2em 0.3em;
}

body#shop #basket table td.number,
body#shop #basket table td.total,
body#shop #basket table th.number {
    text-align: right;
}

body#shop #basket table td {
    padding: 0.2em 0.3em;
}

body#shop #basket table {
    margin: 2em 10px;
    width: 934px;
    border: 1px solid #2F2F2F;
}

body#shop #basket table td input.quantity {
    width: 2em;
    text-align: right;
}

body#shop #basket .third,
body#shop #basket .twothirds {
    float: left;    
    width: 220px;
    margin-left: 10px;
}

body#shop #basket .twothirds {
    width:700px;    
}

body#shop #basket .third.last {
    text-align: right;
}

/*

*/

a{
	color: #fff;
	text-decoration: none;
}
body{
	font-size: 0.8em;
	background: #231f20;
	line-height: 1.3em;
	color: #656567;
	font-family: Arial, Georgia;
}

#header{ 
	margin-top: 30px;
}

#header .omega{
	width: 488px;
}
#content{
	background: #fff url(../img/content-bg.gif) 12px 98%  no-repeat; 
	padding-bottom: 60px;
	margin-bottom: 30px;
}

ul.il li, ol.il li{
	display: inline;
}

#header h1 a, #header div#logo a {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width:431px; 
	height:60px;
	background: url(../img/logo.png) top left no-repeat;
}

ul#menu{
	position: absolute;
	top: 38px;
	right: 0;
}

ul#menu li{
	margin-left: 8px;
	float: left;
}

ul#menu a{
	color: #fff;
	text-decoration: none;
	background: transparent url(../img/menu.png) top left no-repeat; 
	display: block; 
	height: 14px; 
	text-indent: -1000px; 
	overflow: hidden;
}
ul#menu li.home a{background-position: 0px 0px ; width: 50px;}
body#home ul#menu li.home a, ul#menu li.home a:hover{background-position: 0px -14px;}
ul#menu li.courses a{background-position: -59px 0px; width: 76px;}
body#courses ul#menu li.courses a, ul#menu li.courses a:hover{background-position: -59px -14px;}
ul#menu li.shop a{background-position: -144px 0px; width: 50px;}
body#shop ul#menu li.shop a, ul#menu li.shop a:hover{background-position: -144px -14px;}
ul#menu li.news a{background-position: -205px 0px; width: 102px;}
body#news ul#menu li.news a, ul#menu li.news a:hover{background-position: -205px -14px;}
ul#menu li.about a{background-position: -318px 0px; width: 87px;}
body#about ul#menu li.about a, ul#menu li.about a:hover{background-position: -318px -14px;}
ul#menu li.contact a{background-position: -415px 0px; width: 75px;}
body#contact ul#menu li.contact a, ul#menu li.contact a:hover{background-position: -415px -14px;}

/* Subheader block */
div#mainimg{
	margin-bottom: 10px;
}
	div#mainimg #mainlinks, div#mainimg h2{
		color: #fff;
		position: absolute;
		text-transform: uppercase;
        bottom: -2px;
		left: 0;
	}
	
	div#mainimg #mainlinks{
		padding: 40px 20px 20px 0px;
		width: 393px;
/*      height: 287px;*/
		background: transparent url(../img/hero-menu.png) bottom left no-repeat;
	}

	body#home div#mainimg #mainlinks{
        padding-top: 10px;
		width: 465px;
		height: 222px;
		background: transparent url(../img/hero-menu-home.png) top left no-repeat;
	}
	
	div#mainimg #mainlinks li{
		margin: 10px 0 0 15px;
	}

	div#mainimg #mainlinks a{
		text-transform: uppercase;
		font-size: 3em;
		line-height: 1.1em;
		font-weight: bold;
	}
	
	div#mainimg h2{
		padding: 0 0 10px 15px;
		font-size: 3em;
		line-height: 2em;
		width: 950px;
		height: 65px;
		background: transparent url(../img/title-bg.png) 0 2px no-repeat;
	}

div.rule{
	background: #e2e2e0;
	margin-bottom: 10px;
}
/* Overlay header */
div.overlay{
	overflow: hidden;
}

#content div.overlay img{
	margin-bottom: 0.5em;
}
#content div.overlay h3{
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 1em;
	position: absolute;
	top: 114px;
	width: 100%;
	border: 0;
	background: #2F2F2F;
}

div.overlay h3 a{
	color: #fff;
	text-decoration: none;
	padding: 2px 5px 0 5px;
	display: block;
	height: 20px;
	width: 220px;
}

#content h3{
	background: #1a1819;
	border: 1px solid #7b7c7b;
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

/* */

body#about #content img{
	margin-right: 5px;
}
body#about #content p{
	margin-bottom: 1em;
}
/* */
body#courses div#details, body#courses div#courselist {
	margin-bottom: 1em;
}

body#courses div#details p {
    margin-bottom: 1.3em;
}

body#courses div#details div.intro{ margin: 0.8em 0;}
body#courses h4{ 
	margin: 0 0 1em 0;
	padding: 0.5em 0 0.5em 3px;
	border-bottom: 2px solid #e3e3e3;
	border-top: 2px solid #e3e3e3;	
	border-left: none;
	border-right: none;
	color: #767779;	
}
body#courses div#details dl{font-weight: bold; margin: 1em 0; }
body#courses div#details dt{float: left; margin-right: 3px;}
body#courses div#details dt:after{content: ' - ';}
body#courses div#details a.book{
	margin-top: 1em;
	float: right;
	background: #72c14e;
	padding: 0.2em 0.5em;
}

body#courses div#details table {
    width: 100%;
    margin-bottom: 1em  ;
}

body#courses div#details table td.last {
    text-align: right;
}

body#courses div#details input.book_now, 
body#courses div#details input.book_now_disabled, 
body#shop .add_to_basket, 
body#shop #view_basket {
    text-transform: uppercase;
    background-color: #65B734;
    border: 1px solid #65B734;
    color: white;
    cursor: pointer;
}

body#courses div#details input.book_now_disabled {
    background-color: #C3E5B0;
    border: 1px solid #C3E5B0;
    cursor: auto;
}

body#courses div#details #view_basket {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 4px solid white;
    margin: 0;
    padding: 6px 5px;
}

body#courses div#details p.book_now {
    text-align: right;
}

body#courses div#courselist a,body#courses h4 a{
	color: #767779;
}
body#courses div#details h4,body#courses h4 strong a{ 
	color: #72c14e;
}

body#courses div#courselist ul ol{
	list-style: decimal;
	margin: -5px 0 0.5em 2em;
}

body#courses ul#seealso{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

body#courses ul#seealso li{
	float: left;
	color: #fff;
	padding-right: 3px;	
}
body#courses ul#seealso li.alpha{
	padding-right: 10px;
}

body#courses .uniForm .ctrlHolder.last {
    border-bottom: none;
}

table.positions {margin-top: 10px;}
table.positions thead{border-bottom: 2px solid #e3e3e3;}
table.positions tr:hover,table.positions tr.highlight{ font-weight: bold;}
table.positions th{text-align: left; padding-bottom: 0.5em; }
table.positions th.place,table.positions td.place{ width: 15px; text-align: right; padding-right: 0.5em;}
table.positions th.name{ width: 160px;}
table.positions th.conditions{ width: 100px;}
table.positions th.bike{ width: 150px; }
table.positions th.time{ width: 35px;}
table.positions tr{ height: 1.5em;}
table.positions tr.alpha td{ height: 2.2em; line-height: 2.2em;}

body#courses div#routes{
/*  line-height: 1.05em;*/
}
body#courses div#routes h4{
	margin: 1em 0 0 0;
	padding: 0.5em 1em 0 4px;
	border-bottom: 0;
}

body#courses div#routes li.alpha{
	margin: 0;
	padding: 0;
}
body#courses div#routes li.alpha h4{
	margin: 0;
	border-top: 0;
	
}
body#courses div#routes li p{
	padding: 0 4px;
}

body#courses #map {
    height: 200px;    
}

/* */

body#home div#mainimg #mainlinks li{
	float: left;
	font-size: 0.9em;
}
body#home div#mainimg #mainlinks li p{
	margin-bottom: 0.9em;
}
body#home div#mainimg #mainlinks li p.price{
	font-size: 1.5em;
}

body#home div#mainimg #mainlinks li.alpha{
	width: 140px;
	margin-right: 10px;
}
body#home div#mainimg #mainlinks strong{
	font-size: 2.3em;
	line-height: 1em;
}
body#home div#mainimg #mainlinks a{
	font-size: 1.2em;
}
/* 

*/

body#contact #content div.grid_2 {
    padding: 0 0 0 15px;
    width:450px;
}

body#contact #content p {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 1.3em;
}

body#contact #content p a {
    color: #5A5254;    
}

body#contact #content h3 {
    background: white;
    color: #61B131;
    border: none;
    padding: 0;
    font-size: 1.5em;
	line-height: 1.5em;	
	margin-bottom: 0.75em;    
	clear: both;
}

body#contact form{
}

body#contact form p{
	margin: 1em 0;
}

body#contact label{
	float: left;
	width: 90px;
	font-weight: bold;
}

body#contact #form_inputs input {
	width: 348px;
	background: #e9e9e8;
	border: 1px solid silver;
}

body#contact .tweets {
    border: 2px solid silver;
    float: right;
    width: 320px;
    padding: 10px;
    margin-bottom: 1em;
}

body#contact .tweets .tweet_list li {
    line-height: 1.3em;
    margin-bottom: 0.3em;
}

body#contact .tweets .tweet_time {
    display: none;
}

body#contact .tweets a {
    color: #5A5254;    
}

/* 

*/

body#news h2{margin: 0.7em 0;}
body#news p,body#news p.highlight{margin-bottom: 1em;}
body#news h2{
	font-size: 2em;
}

body#news #archives {
    margin-top: 10px;
}

body#news #archives h1 {
    font-size: 1.7em;
}

body#news #archives h2 {
    font-size: 1.3em;
    margin-bottom: 1.3em;
}

body#news #archives ol li a:link, body#news #archives ol li a:active, body#news #archives ol li a:hover, body#news #archives ol li a:visited {
    color: #72C14E;
}

body#news #news_content p a {
    color: #72C14E;    
}
/* 

*/

body#shop #shop_page {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 1.2em;
    background: black;
}

body#shop div#checkout {
	background: #231f20;
	height: 23px;
	margin: 0 12px 1em 12px;
	position: relative;
}

body#shop div#checkout a, 
body#shop div#checkout p
{
    border-left: 8px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
}

body#shop a:link, 
body#shop a:active, 
body#shop a:hover, 
body#shop a:visited, 
body#shop ol li a:visited {
    color: #72C14E;
}
  
body#shop #shop_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
}

body#shop div.products h3{
	background: transparent;
	border: none;
	font-size: 1.5em;	
	padding: 10px 7px 5px 7px;
}

body#shop h2{
	font-size: 1.7em;
	line-height: 1.3em;
}
body#shop div.intro{
	margin-top: 10px;
}

body#shop p.highlight{
	font-weight: bold;
}

body#shop p{
	margin: 1em 0;
}

body#shop .row{
	margin: 0 12px;
	width: 932px;
	border-top: 2px solid #e3e3e3;
}

body#shop div.products div.intro{
	float: left;
	width: 170px;
	height: 190px;
}

body#shop div.products ul{
	margin-left: 170px;
	height: 190px;
	padding: 40px 0;
}

body.product div.products ul{
	margin-left: 0 !important;	
}
body#shop div.products ul li a{
	position: absolute;
	top: 0;
	width: 170px;
	height: 210px;
}

body#shop div.products ul li a img {
/*    border: 1px solid red;*/
    padding: 0;
}

body#shop div.products ul li{
	position: relative;
	width: 170px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding-right: 16px;
}

body#shop div.products h3,body#shop.product h2{
	border-bottom: 2px solid #e3e3e3;
}

body#shop div.products ul li.alpha{
	clear: both;
}
body#shop div.products ul li img{
    display: block;
    margin: 0 auto;
	margin-bottom: -150px;
	padding: 5px 16px 10px 0;
	border-bottom: 2px solid #e3e3e3;
}
body#shop div.products ul li.product p{
	margin: 5px 0 0.5em 0;
	text-align: center;	
}
body#shop div.products ul li h4{
	margin-top: 190px;
	text-align: center;
/*  padding-left: 40px;*/
}

body#shop.product p.buttons{
	margin-left: 10px;
	border: 2px solid #e3e3e3;
	border-left: none;
	border-right: none;
	height: 40px;
}

body#shop.product #backtoshop, body#shop.product p.buttons input{
	margin-top: 10px;
}

body#shop.product #backtoshop{
	background: #939598;
	float: right;
	padding: 4px 20px;
}

body#shop.product h2{
	padding: 0 0 10px 10px;
	margin: 0.5em 10px;
}

body#shop.product .intro p, body#shop.product .intro p{
	padding-left: 20px;
}
