/* CSS Document */
body {
	font-family: sans-serif;
	font-size:14px;
/*
	line-height:1.4;
	font:100% Verdana, Geneva, sans-serif;
	font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font:Verdana, Arial, Helvetica, sans-serif;
	background: #abcFFF;
*/
	margin: 0;
	padding: 0;
/*	color: #0F0;*/
}

#GatheringPage
{
	width:1000px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1, h2 {color:#00F;}
h2 {text-shadow:2px 2px white; font-size:26px;}
h4
{
	text-align:left;
	padding:0;
	margin:0;
}

.standout {
	color:#F0F;
	font-size:larger;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

#header
{
	width:100%;
	height:103px;
/*
	background-color:yellow;
	background-image:url(../images/top_banner.gif);
	background-size:900px 100px;
	background-repeat:no-repeat;
	background-color:#0FF;
	padding: 3px;
	height:130px;
	position:relative;
	font-size: large;
	text-align: center;
	background: #FFF;
	height:100px;
*/
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#banner {
	float:left;
	position:relative;
	height:100px;
/*
	background-color:pink;
	padding-top:5px;
	margin-right:7px;
	width:100%;
	margin-left:35px;
	height:120px;
	float:left;
	position:absolute;
	width:100px;
	font-size:8px;
	text-align:center;
	color:#999
*/
}

#badge {
	margin-left:805px;
	margin-top:5px;
	position:absolute;
/*
	background-color:green;
	position:absolute;
	margin-right:7px;
	width:100%;
	margin-left:35px;
	height:120px;
	float:left;
	position:absolute;
	width:100px;
	font-size:8px;
	text-align:center;
	color:#999
*/
}

#flags
{
	width:700px;
	float:right;
/*
	background-color:pink;
	padding-left:300px;
	float:left;
	padding-top:100px;
*/
}

#flags img
{
	height:26px;
	padding-right:50px;
	background-color:limegreen;
	background-color:#D1FFB3;
	/* background colour needs to be the same as used in #container, below */
	}

#footer
{
	height:70px;
	text-align: center;
	font-size: large;
/*
	background-color:#c0F;
	padding: 0.3em 0;
	background: #FFF;
*/
}

/* column container */
#container {
	padding-left: 180px;    /*  navigation width */
	overflow:hidden;
	background-color:#ffb366;
	background-color:limegreen;
	background-color:#D1FFB3;
	/* background colour needs to be the same as used in #flags image, above */
/*
	background-color:red;
	padding-right: 10px;     /* RC fullwidth + CC padding */
*/
}
		
#content {
/*	padding: 0px 0 0 0px;        CC padding */
	position:relative;
	padding-top: 1em;
	text-align: justify;
	float:right;
	padding-left:10px;
	width: 810px; /* page width - navigation width - padding */
/*
	background-color:green;
	clear:both;
*/
}
		
.show_me {	background-color:green;}

.small
{
	color:#666666;
	font-size:11px;
/*
	margin-left:5px;
	float:left;
	margin-top:4px;*/
}

.left {float:left}
.right {float:right}

.system_message
{
	font-size:16px;
	color:red;
	background-color:yellow;
}

.box
{
	margin:0px 15px 5px 15px;
/*
	width:48%;
	display:inline-block;
	overflow:auto;
*/
}

.lined_box
{
	border:2px solid blue;
	margin:5px 15px;
/*
	display:inline-block;
	overflow:auto;
*/
}

.bank_details_box
{
	display:inline-block;
	width:100%;
	margin:0 0 10px 15px;
}

.user_but1 /* General Use Button */
{
	background: -webkit-linear-gradient(left top , #7f00ff, #7f5F00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #7f00ff, #7f5F00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #7f00ff, #7f5F00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #7f00ff, #7f5F00); /* Standard syntax */
/*
	background-color:#7F00FF;
*/
}

.user_butReg /* Registration Button */
{
	background: -webkit-linear-gradient(left top , green, #5FF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, green, #5FF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, green, #5FF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, green, #0F0); /* Standard syntax */
/*
	background-color:#5FF;
	background: linear-gradient(to bottom right, #009F55 , green); /* Standard syntax */
*/
}

.user_but3 /* Admin Button */
{
	background: -webkit-linear-gradient(left top, #00F, #AABF55); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #00F, #AABF55); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #00F, #AABF55); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #00F, #AABF55); /* Standard syntax */
/*
	background-color:#2A3FFF;
*/
}

.user_but4 /* Organiser Button */
{
	background: -webkit-linear-gradient(left top, red , blue); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, red, blue); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, red, blue); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, red , blue); /* Standard syntax */
/*
	background-color:#D40000;
*/
}

.user_butLO /* LogOut Button */
{
	background: -webkit-linear-gradient(left top, #7F0000 , #FF3FAA); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #7F0000 , #FF3FAA); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #7F0000 , #FF3FAA); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #7F0000 , #FF3FAA); /* Standard syntax */
/*
	background-color:#D40000;
*/
}


#past_list
{
	float:right;
	font-size:13px;
}

#past_list ul
{
	list-style:none;
	margin-left:1em;
	margin-bottom:1em;
}

#conf_booking
{
	margin-left:1em;
}

.cycle2-pic
{
	width:500px;
	height:auto;
	margin-left:50px;
	margin-bottom:25px;
}
 
.Video_outer {
	float:left;
	width:100%;
	margin-bottom:20px;
/*
	position:relative;
*/
}

.Video {
	/*
	width: 240px;
	background-color:red;
	padding-top:120px;
	width:100%;
	float: right; 
	height:100px;
	bottom: 0;
	position:relative;
	display:block;
	position: absolute; 
	right: 0; 
	bottom:0px;
	video-align:bottom;*/
}
.VideoSize {
	width: 540px; 
	margin-left:70px;
}

.small_text
{
	font-size:13px;
}

.auto_text
{
	float:left;
	width:auto;
}

.tiny_text
{
	float:left;
	width:40px;
}

.short_text
{
	float:left;
	width:100px;
}

.med_text
{
	float:left;
	width:150px;
}

.long_text
{
	float:left;
	width:250px;
}
.longer_text
{
	float:left;
	width:250px;
}
.extra_long_text
{
	float:left;
	width:350px;
}

#GatheringPage a:link, a:visited, a:hover, a:active
{
	color:black;
/*	text-decoration:none; */
	font-size:16px;
	font-weight:bold;
}
/*
	background-color:white;
	background-color:yellow;
	background-color:pink;
*/
.price_1
{
	float:left;
	width:200px;
	text-align:right;
	color:blue;
	font-size:11px;
}

.price_2
{
	float:left;
	width:30px;
	text-align:right;
	font-weight:bold;
	font-size:12px;
}

.price_3
{
	padding-left:5px;
	float:left;
	width:200px;
	font-size:11px;
}

.price_4
{
	color:blue;
	float:left;
	width:90px;
	text-align:left;
	font-size:11px;
}

.price_5
{
	float:left;
	padding-left:5px;
	width:200px;
	text-align:left;
	font-size:11px;
}

.included
{
	padding-left:30px;
}

.sponsor_text
{
	width:500px;
	float:left;
	padding-right:10px;
}

.logo_link
{
	display: block;
	float:left;
	width:50%;
	margin-bottom:15px;
/*		height: 50px;
	background-color:hotpink;
background-image: url("logo.png");
	width:100%;
	background-color:hotpink;
	white-space:nowrap;
*/
}

.logo_link a img
{
		width: 200px;
}

.one_line
{
	width:95%;
	padding:0 15px 10px 15px;
	clear:left;
	display:inline-block;
	overflow:hidden;
}

.closed_line
{
	background-color:pink;
	text-align:center;
	font-size:18px;
}

.route_box
{
	width:320px;
	border:2px solid blue;
	margin:5px 15px;
	padding:5px;
	float:left;
}

.map_img
{
	margin:5px 3px 3px 50px;
	width:200px;
}

.map_link_img
{
	margin:5px 3px 3px 50px;
	width:300px;
}

.route_link_text
{
	position:absolute;
	top:45%;
	left:80px;
	font-size:20px;
	color:#90C;
	background-color:white;
}

.route_link
{
	position:relative;
}

.map_link
{
	margin:5px 3px 3px 50px;
	width:100px;
}

.map_link_head
{
	position:absolute;
	top:15%;
	left:450px;
	font-size:20px;
	color:red;
	background-color:white;
	padding:5px;
}

.map_link_text
{
	position:absolute;
	top:40%;
	left:380px;
	font-size:15px;
	color:blue;
	background-color:white;
	margin-right:50px;
	padding:5px;
}

.bike_pic
{
	margin:auto;
	width:600px;
	padding-bottom:15px;
}

.tank_pic
{
float:left;
margin-right:20px;
}
