/*
* Based on Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #333 url(../images/bg_dark_tyre.png) repeat;
	color: #999;
	font-family: verdana, arial, helvetica, sans-serif;
}

.band.header {
	padding: 25px 0;
}

.band.loggedin {
	padding: 0;
}

.band.content {
	background-color: #333;
	background-color: rgba(81, 81, 81, 0.3);
	padding-top: 25px;
	min-height: 300px;
}

.band.footer {
	padding: 50px 0 0 0;
}

.band.adminfooter {
	padding: 0;
}

#logo-wrap {
	float: left;
}

#logo {
	float: left;
	width: 250px;
	height: 75px;
}

h2 {
	margin-top: 14px;
}

h5 {
	border-bottom: 1px dotted #999;
	font-size: 19px;
	color: #999;
}

blockquote, blockquote p {
	font-size: inherit;
	line-height: inherit;
	color: #999;
	font-style: inherit;
	border-left: 4px solid #fdc609; /* Red: #fd0841  Green: #41FD08 */
	padding: 3px 0 3px 10px;
	margin-bottom: 25px;
}

form {
	margin: 25px 0;
}

form.paypal {
	margin: 0px;
}

form li.honeypot {
	display: none;
}

input,
textarea,
select {
	border: none;
	border-bottom: 4px solid #fdc609;
	padding: 6px 4px;
	outline: none;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #eee;
	margin: 0;
	width: 100%;
	max-width: 400px;
	display: block;
	margin-bottom: 20px;
	background: #444;
}

input.date,
input.price {
	width: 100px;
}

textarea {
	min-height: 100px;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

label {
    display: inline;
}
 
.checkbox {
    display: none;
}
 
.checkbox + label {
    background-color: #444;
    border-bottom: 4px solid #fdc609;
    padding: 13px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
 
.checkbox:checked + label {
    background-color: #444;
    border-bottom: 4px solid #fdc609;
}
 
.checkbox:checked + label:after {
    content: '\2714';
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 4px;
    color: #eee;
}
 
.labeltag {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
}

.floatright {
	float: right;
}

table {
	margin: 25px 0;
	width: 100%;
	border-collapse: collapse;
}

table.tablepag {
	max-width: 200px;
	margin: 0 auto;
}

th {
	font-weight: bold;
	border-bottom: 4px solid #fdc609;
}

th,
td {
	text-align: left;
	padding-right: 10px;
}

th.nowrap,
td.nowrap {
	white-space: nowrap;
}

th.right,
td.right {
	text-align: right;
}

p.centre,
th.centre,
td.centre {
	text-align: center;
}

td img {
	vertical-align: middle;
}

button.paypal {
background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin: 5px 0 1px 0;
	line-height: normal;
	padding: 2px 5px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button.paypal:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.band.loggedin a,
.band.content a,
.band.footer a {
	color: #fdc609;
	text-decoration: none;
}

header h1.logo {
	margin-bottom: 0px;
}

header h1.logo a {
	width: 250px;
	height: 75px;
	display: block;
	background: url(../images/home_james_logo.png) no-repeat;
	
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

div.event {
	background: #333 url(../images/bg_dark_tyre.png) repeat;
	padding: 10px 10px 1px 10px;
	margin-bottom: 10px;
	border-left: 4px solid #fdc609;
}

div.right {
	float: right;
}

.slicknav_menu {
	display: none;
}

#menu {
	float: right;
	margin-top: 20px;
}

#menu ul,
#menu ul li {
	margin: 0px;
}

#menu ul li {
	display: inline;
	float: left;
	position: relative;
}

#menu ul li a {
	display: inline-block;
	line-height: 35px;
	padding: 0 14px;
	color: #999;
	text-decoration: none;
}

#menu ul li a:hover {
	background: #fdc609;
	color: #333;
	cursor: pointer;
}

/* Sub menu */
#menu ul ul {
	position: absolute;
	z-index: 999;
	background: url(../images/bg_dark_tyre.png);
	height: 0px;
	overflow: hidden;
	min-width: 200px;
}

#menu ul li:hover ul {
	height: auto;
	overflow: auto;
}

#menu ul ul li {
	float: none;
	display: list-item;
	border-bottom: 1px solid #333;	
}

#menu ul ul li a {
	display: block;
	line-height: 35px;
}

#menu ul li:hover > a{
	background: #fdc609;
	color: #333;
}

.content .tabs ul li:before {
	content: "";
	border-left: 4px solid #fdc609;
	padding-left: 10px;
}

.pagination {
	margin: 0px auto;
	padding: 20px 0;
	text-align: center;	
}

.band.adminfooter footer,
.band.footer footer {
	font-size: 12px;
	padding: 21px 0;
	color: #666;
}

div.copyright {
	line-height: 35px;
}

div.design {
	text-align: right;
}

div.yellow {
	background: #fdc609 url('../images/bg_yellow.jpg') repeat;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	padding: 15px;
}

.band.content a.buttonlink {
	color: #444;
}

footer.row {
	margin-bottom: 0;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#menu li a {
		font-size: 12px;
	}
	
	h5 {
		font-size: 16px;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	.band.content {
		min-height: 200px;
	}
		
	#logo-wrap {
		float: none;
		text-align: center;
	}
	
	#logo {
		margin: 0 auto;
		float: none;
	}
	
	#menu {
		display: none;
	}
	
	.slicknav_menu {
		display: block;
	}
		
	div.yellow {
		margin-top: 25px;
	}
	
	.footer .last {
		margin-bottom: 25px;
	}
	
	.adminfooter footer,
	.footer footer,
	div.design {
			text-align: center;
	}
	
	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}
	 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr th {
		height: 0;
		border: 0;
		white-space: nowrap;
		overflow: hidden;
	}
	 
	#no-more-tables tr {
		border: 1px solid #ccc;
	}
	 
	#no-more-tables td {
		/* Behave like a "row" */
		border: none;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}
	 
	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 1px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	 
	/* Label the data */
	#no-more-tables td:before {
		content: attr(data-title);
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
