html, body {
	padding: 0;
	margin: 0;
	background: #000000;
	color: #f1f1f1;
	font-weight: 300;
	font-family: "L&L Font", Futura, Helvetica, Arial, sans-serif;
}
img {
	border: none;	
}
a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #999;
}

/* universal */

/* header */

header {
	background: transparent;
}

header .contact {
	font-size: 12px;
	color: #FFF;
}

header hr {
	background: url(../images/hr_line.png);
	border: 0;
	height: 29px;
	margin-top: 2%;
	margin-right: 0;
	margin-bottom: 2%;
	margin-left: 0;
}

header a:link, header a:visited {
	color: white;
}

header a:hover {
	color: #FF0000;
}

header nav {
	background: #f1f1f1;
}

header nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

header nav ul li {
	display: block;
	text-transform: uppercase; 
	font-size: 20px;
	overflow: hidden;
	font-weight: 200;
}

header nav ul li a {
	display: block;
	color: #999999;
	text-decoration: none;	
	width: 100%;
}

header nav ul li a:link, header nav ul li a:visited {
	color: #999999;
}

header nav ul li a:hover {
	color: #FF0000;
}

header nav ul li.current_page_item {
	color: #000000;
	/*box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;*/
}

header nav ul li.current_page_item a {
	background: #000000;
	color: #f1f1f1;
}

header .contact, footer {
	line-height: 16px;
}

header .masthead img:first-child {
	width: 100%;
}

/* footer */

footer {
	background: none;
	padding: 12px 0 0 0;
	clear: both;
	position: relative;
	font-size: 12px;
	float:right;
}


footer hr {
	height: 20px;
	border: 0;
	background-image: url();
}

footer h3 {
	width: auto;
	font-size: 20px;
	color: #FF0000;
	font-weight: lighter;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
}


footer .group {
	margin-bottom: .75em;
}


.bottom_rule {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dddddd;
}

footer section.first_section {
	background: none;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 780px) {

footer section  { 
display : block; 
float : right; 
padding-right : 20px; 
 } 
 footer section.copyright  { 
position : absolute; 
height : 60px;
right : -20px; 
text-align : right; 
left : 0; 
z-index : 0; 
 } 
 footer section.copyright .copyright_text  { 
float : right; 
margin-left : 410px; 
 }


}


@media screen and (min-width: 1090px) {

	footer {
		background: url() no-repeat left 98px;
	}
	
	footer section.first_section {
		padding-left: 164px;
	}
	
	footer section.copyright {
		left: 166px;
	}

}

/* content area */

#content .homepage_background {
	background: black;
	position: fixed;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: 0% 50%;
}
	
#content .homepage h1 {
	font-weight: 200;
	font-size: 56px;
	text-transform: uppercase;
}
h1, h2, p  {
	font-weight: 200;
}
h1, h2  {
	color: #FFFFFF;
}

figure {
	display: block;
	padding: 9px;
	margin: 0;
	text-indent: 0;
	background: #e4e4e4;
}
#football_left_column {
	float: left;
	width: 150px;
}
#football_right_column {
	float: right;
	width: 25%;
}
#rugby_left_column {
	float: left;
	width: 25%;
}
#rugby_right_column {
	float: left;
	width: 25%;
}
#football {
	float: left;
	width: 50%;
	z-index: 100;
	background-color: #000;
}
#rugby {
	float: right;
	width: 49%;
	background-color: #000;
}
#events {
	width: 75%;
}




figure img {
	display: block;
	padding: 0;
	margin: 0;
}

hr {
	border: 0;
	height: 29px;
	background-image: url(../images/hr_line.png);
}


input.form_field {
	border: 1px solid #dddddd;
	padding: 3px;
	float: left;
	width: 150px;
	font-size: 18px; 
	font-weight: 200; 
	font-family: 'L&L Font', Futura, Helvetica, Arial, sans-serif; 
	color: #999999;
	
}

input.form_button {
	border: 0; 
	font-size: 18px; 
	font-weight: 200; 
	font-family: 'L&L Font', Futura, Helvetica, Arial, sans-serif; 
	background: none; 
	color: #f800a6;
	float:left;
	padding: 4px 12px;

}

input.form_button:hover {
	cursor: pointer;
	color: #FF0000;
}

.event_item {
	padding: 20px 0;	
}
 
.event_item .large_date {
	display: none;
}

.photo_gallery {
	margin: 12px 5px 0 5px;
}

.photo_item {
	float: left; 
	margin: 12px; 
	background: #e5e5e5; 
	overflow: hidden
}

.photo_item a.photo_item_link {
	display: block; 
	width: 150px; 
	height: 150px; 
	border: 8px solid #e5e5e5;
}

.photo_item a.photo_item_link:hover {
	border: 8px solid #FF0000;
}

@media screen and (min-width: 768px) {
	.event_info {
		min-height: 168px;
	}
	.event_item .large_date {
		display: block;
		margin: 0;
		position: absolute;	
		color: #FF0000;
		display: inline-block;
		text-align: right;	
		width: 180px;
	}
	
	.event_item .large_date .day {
		margin: 0;
		font-size: 140px;
		line-height: 140px;
		letter-spacing: -10px;
	}
	
	.event_item .large_date .month {
		margin: 0;
		font-size: 28px;
		line-height: 28px;
		text-transform: uppercase;
	}
	
	.event_item .event_info {
		padding-left: 200px;
		position: relative;
		min-height: 170px;
		
	}
}

.news_item {
}

.page_nav {
	padding: 20px 0;	
}

.page_nav .prev {
	float: left;
}

.page_nav .next {
	float: right;
}


.artist_item h2 {
	margin: 0;
	text-transform: uppercase; 
	color: #999999;
	font: 64px/64px;
}


/* layouts */

/* 1-col style */
@media screen and (max-width: 550px) {
	body {
		padding: 0;
		margin: 0;
		font-size: 15px;
	}
	
	header {
		background: #0D0000;
	}
	
	header .masthead {
	display: block;
	margin: auto;
	width: 264px;
	height: 112px;
	background-size: 100%;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: 50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/wallacebarlogo.png);
	}
	
	#content .homepage h1 {
	font-size: 36px;
	}
	
	#mastheadImage {
		display: none;
	}
	
	header .contact {
		display: none;
	}
	
	
	header nav ul li {
		border-top: 1px solid #dddddd;
	}
	
	header nav ul li:first-child {
		border-top: none;
	}
	
	header nav ul li a {
	text-align: center;
	line-height: 45px;
	padding-top: 3px;
	}
	
	header .social {
		display: none;
	}
	
	#content, footer {
		margin: 24px 20px;
	}
	
	
	#content .homepage_background {
		display: none;
	}
	
	footer {
		display: block;
	}
	
	.photo_gallery {
		margin: 12px 8px 0 8px;
	}
}

/* 1+ col styles */
@media screen and (min-width: 551px) {
	
	header {
		position: absolute;
		z-index: 20;
		background: #0D0000;
	}
	
	header #masthead, header nav {
	}
	
	header nav ul li.current_page_item:before {
		position: absolute;
		left: 100%;
		padding: 0;
		margin: 0;
		background: none;	
		text-align: top;
		line-height: 1px;
	}
	
	header nav ul li a {
		line-height: 20px;
		text-indent: 20px;
		padding: 8.8% 0 6.7% 0;
	}
	
	footer {
	margin-top: 100px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	}
	
	#content hr {
		margin: 0;
	}
	
	#content .homepage {
		position: relative; 
		z-index: 2
	}
	
	#content .homepage h1 {
		margin: 0;
		color: white;
		font-size: 56px;
	}
	
	footer.on_homepage {
		display: none;
	}
	
}


/* 2-col style */
@media screen and (min-width: 551px) and (max-width: 1000px) {
	
	body {
		border-left: 180px solid #f1f1f1; /*192px solid #f1f1f1;*/
		min-height: 800px;
		height: 100%;
		padding: 20px 30px;
		font-size: 16px;
	}
		
	header {
		position: absolute;
		width: 180px; /*192px;*/
		background: #f1f1f1;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		min-height: 860px;
		z-index: 100;
	}
		
	header .contact {
		display: none;
	}
	
	header .masthead {
	position: static;
	width: 140px; /*152px;*/
	left: 0;
	top: 0;
	padding: 20px;
	background-color: #0D0000;
	}
	
	header nav {
		width: 100%;
		position: static;
		top: 0;
		padding-top: 20px;
		background: none;
	}
	
	header nav ul li {
		margin: 1px 0;
	}


header .social {
	z-index: 100;
	padding-right: 5px;
	padding-left: 5px;
	}
	
	header .social a {
	display: inline-block;
	width: 17%;
	height: 95px;
		
	}
	header .social a.golf {
		background: url(../images/adam-gorman-golf-cours-pro-stages-lyon-rhone.png) no-repeat;
		width: 100%;

	}
	
	header .social a.facebook {
		background: url(../images/facebook_icon3.png) no-repeat;
		width: 100%;
	}
	
	header .social a.snug {
		background: url(../images/snug_icon2.png) no-repeat;
		width: 100%;
	}
	
	
	#content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	}
	
	#content .homepage {
		margin-left: -20px;
	}
	
	#content .homepage_background {
		left: 180px;
	}
	
	
	h1, h2, h3, p, figure, .artist_item, .page_nav {
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	}
}


/* 3-col style */ /*1086+ originally*/
@media screen and (min-width: 1001px) {
	
	body {
	margin-left: 30%;
	font-size: 18px;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 30px;
	padding-right: 30px;
	
	}
	
	header {
		width: 100%;
		position: absolute;
		z-index: -999;
		left: 0;
		top: 0;
		background:transparent;
		pointer-events: none;
	}

	header > * {
		pointer-events: auto;
	}

	header:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 18%;
	background: #000000;
	z-index: -100;
	}
	
	header nav {	
		position: absolute;		
		width: 12%;
		right: 0;
		top: 0;
		left: 18%;		
		height: 100%;
		background: transparent;
	}
	 
	header nav:before {	
		content: "";
		position: fixed;
		width: 12%;
		top: 0;
		left: 18%;
		height: 100%;
		background: #f1f1f1;
		z-index: -10;
	}
	
	header nav ul {
		top: 0;
		padding-top: 2%;
		width: 100%;
	}
	
	header nav ul li {
		margin: 6% 0;
	}

	header .contact {
	width: 14%;
	text-align: center;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	}
		
	header .social {
	z-index: 100;
	width: 100%;
	padding-top: 12px;
	padding-right: 1%;
	padding-bottom: 12px;
	padding-left: 1px;
	
	}

	
	header .social a {
		display: inline-block; 
		z-index: 100;
		height: 75px;		
	}

	header .social a.golf {
		background: url(../images/adam-gorman-golf-cours-pro-stages-lyon-rhone.png) no-repeat;
		float: left;
	width: 134px;
	background-position: center;
	}

	header .social a.facebook {
	background: url(../images/facebook_icon3.png) no-repeat;
	float: left;
	width: 65px;	
background-position:center;
	}
		header .social a.snug {
	float: left;
	width: 135px;
	height:37px;
	background-position: center;
	background-image: url(../images/wallacebarlogo-135px.png);
	background-repeat: no-repeat;
	}
header .social a.cityvox {
		background: url(../images/cityvox.png) no-repeat;
		height: 35px;
		width: 130px;

	}
		header .social a.lyonresto {
		background: url(../images/lyonresto.png) no-repeat;
		height: 35px;
		width: 130px;

	}
	#content {
		margin: 0 15px;
	}
	
	#content .homepage_background {
		left: 30%;
	}
}

/* desktop style stop all resizing maximum extent */
@media screen and (min-width: 1501px) {
	
}




/* type point size stuff */

@media screen and (max-width: 550px) {

	h1, h2, h3, p, figure, .artist_item, .page_nav {
		margin: 15px 0;
	}
	
	h1 {
		font-size: 36px;
	}
	
	h2, h3 {
		font-size: 20px;
	}
	
	.large {
		font-size: 18px;
	}

}

@media screen and (min-width: 551px) and (max-width: 1000px) {

	h1 {
		font-size: 50px;
	}
	
	h2, h3 {
		font-size: 28px;
	}

	.large {
		font-size: 24px;
	}
	
	
	.artist_item h2 {
		font-size: 40px;
	}

}

@media screen and (min-width: 820px) and (max-width: 1000px) {
	
	.artist_item h2 {
		font-size: 54px;
	}

}


@media screen and (min-width: 1001px) {

	
	h1, h2, h3, p, figure, .artist_item, .page_nav {
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	}
		
	h1 {
	font-size: 70px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
	
	h2, h3 {
		font-size: 24px;
		line-height: 36px;
		margin: 0 0 30 0;
	}
	p {
	margin: 20px 0;
	font-family: font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-stretch: narrower;
	}

	.large {
		font-size: 32px;
	}
		
	#content .homepage h1 {
		font-size: 56px;
	}
	
	.artist_item h2 {
		font-size: 64px;
	}
	
	header nav ul li a {
		font-size: 20px;
		line-height: 1.4;
	}

}


@media screen and (min-width: 1080px) {

	#content .homepage h1 {
	font-size: 72px;
	color: #FFFFFF;
	}

}


@media screen and (min-width: 1280px) {
	header nav ul li a {
		font-size: 28px;
		line-height: 1.4;
	}
	
}
