html{overflow-y: scroll; -webkit-text-size-adjust: none;}

html, textarea, input{color: #584D4D; font-family: 'Times New Roman', serif;	font-size: 11pt;}

body{background-image: url("../images/bg.png");	background-repeat: repeat; padding: 10px;}

table, tr, th, td{border: 1px solid #E1DED5; border-collapse: collapse;}
th{font-weight: bold;}
th, td{padding: 4px; vertical-align: bottom;}

ol, ul{margin-left: 20px;}
ol{list-style-type: decimal;}
ul{list-style-type: disc;}

a:link{color: #9C6810; text-decoration: none;}
a:visited{color: #9C6810;}
a:hover{color: #584D4D;	text-decoration: underline;}
a:active{color: #584D4D;}

h1{color: #AD7B12; font-size: 26pt;}
h2{color: #958A6E; font-size: 14pt;	margin-bottom: 15px; font-weight: bold;}
h3{color: #958A6E;}

p{margin-bottom: 15px;}
em, i, em *, i *{font-style: italic;}
strong, b, strong *, b *{font-weight: bold;}

/*General use classes*/
.p-last{margin-bottom: 0px;}
.italic{font-style: italic;}
.clear, .clear-news{clear: both;}
.centered{text-align: center;}
.right{text-align: right;}
.inline{display: inline;}
.nowrap{white-space: nowrap;}

/*Page elements*/
.container{
	width: 880px; /*660*/
	margin: 0px auto;
	background-color: #FAF9F5;
	padding: 3px 20px;
	border-radius: 10px;
	-moz-box-shadow: 0px 2px 2px #ccc;
	-webkit-box-shadow: 0px 2px 2px #ccc;
	box-shadow: 0px 2px 2px #ccc;
}

.body-container{
	padding: 10px 0px;
}

.header{
	height: 60px;
	padding-top: 3px;
	
	column-count: 3;
	display: flex;
}

.header-left{
	width: 20%;
	height: 59px;
	dfloat: left;
	background-image: url("../images/blazerbadge.png");
	background-repeat: no-repeat;
	background-position: center right;
}

.header-centre{
	width: 80%; /*500*/
	height: 49px;
	text-align: center;
	padding-top: 10px;
	xfloat: left;
}

.header-right{
	width: 20%;
	height: 59px;
	dfloat: right;
	background-image: url("../images/blazerbadge.png");
	background-repeat: no-repeat;
	background-position: center left;
}



.divider-2{
	height: 13px;
	background-image: url("../images/divider-2.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 10px 0px;
}

/*Nav menu*/
.nav-bar{
	dwidth: 653px;
	dheight: 20px;
	padding-top: 1px;
	border-top: 1px solid #E1DED5;
	border-bottom: 1px solid #E1DED5;
	dmargin: 0px auto;
	text-align: center;
	letter-spacing: 1px;
}

.nav-item{
	padding:5px 7px;
	display: inline-block;
	vertical-align: middle;
	color: #463C3C;
}

.nav-item:hover{
	color: #83785B;
}

.nav-item-selected{
	color: #584D4D !important;
}

.nav-bar a{
	font-size: 7pt;
	text-decoration: none;
	font-weight: bold;
}

.nav-bar ul{
	margin: 0px;
	position: relative;
}

.nav-bar li{
	display: inline;
	padding: 0px 9px;
}

.nav-bar ul li ul{
	didsplay: none;
	position: absolute;
	top: 23px;
	float: left;
	background-color: #FAF9F5;
}

.nav-bar .news-menu{
	left: 25px;
}

.nav-bar .fixtures-menu{
	left: 315px;
}

.nav-bar ul li ul li{
	display: block;
	text-align: left;
	padding: 3px 9px;
}

.mobile-nav-bar{
	display: none;
	text-align: center;
}

.mobile-nav{
	text-align: center;
}

.mobile-nav ul{
	list-style: none;
	margin: 0px;
}

.mobile-nav li{
	margin-bottom: 20px;
}

/*Home/News page & news archive*/
.news-feed{
	width: 420px;
	float: left;
}

.news-feed .divider-2{
	margin: 15px 0px;
}

.news-right-pane{
	width: 388px;/*170px*/
	float: left;
	margin-left: 20px;
	background-color: #DEDEDE;
	padding: 5px;
}

.news-right-pane img{
	max-width: 150px;
	height: auto;
}

.news-feed h2{
	text-align: center;
	margin-bottom: 10px;
}
.news-feed h3{
	margin-bottom: 5px;
}

.news-archive-list{
	width: 100%;
}

.news-archive-list .date{
	width: 100px;
}

.back-link{
	float: left;
}

.date{
	float: right;
}

.news-item-right{
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E1DED5;
}

.news-item-block-left, .news-item-block-middle, .news-item-block-right{
	width: 262px;
	margin-bottom: 20px;
}

.news-item-block-top{
	margin-bottom: 20px;
}

.news-item-block-top .news-item-title{
	font-size: 14pt;
	margin-bottom: 15px;
	
}

.news-item-block-top img{
	float: left;
	width: 551px;
	margin-right: 27px;
}

.news-item-block-top a, .news-item-block-left a, .news-item-block-right a{
	color: #584D4D;
	
}


.news-item-block-left{
	float: left;
	margin-right: 27px;
}

.news-item-block-middle{
	float: left;
}

.news-item-block-right{
	float: right;
}

.news-item-title{
	font-weight: bold;
	margin: 3px 0px;
}

.news-item-preview{
	
}

.news-item-photo{
	dheight: 200px;
}

.news-item-photo img{
	max-width: 100%;
	'max-height: 95%;
}

.archive-date-two-line{
	display: none;
}
	
.archive-date-one-line{
	display: inline;
}
	
/*Photo Pane*/
.photo-pane{
	margin-bottom: 15px;
}

.photo-pane-img-left, .photo-pane-img-right{
	text-align: center;
	width: 294px;
}

.photo-pane-img-left{
	float: left;
}

.photo-pane-img-right{
	float: right;
}

.photo-pane img{
	border: 1px solid #E1DED5;
	padding: 1px;
}

/*Fixtures*/
.fixtures-key{
	margin: -10px 0px 0px 0px;
}

.fixture-wrap{
	white-space: nowrap;
}
	
.results-link{
	margin-left: 100px;
}

.results-link a{
	color: #958A6E;
	font-size: 14pt;
	margin-bottom: 15px;
}

/*Images - all pages*/
.right-img{
	float: right;
	margin: 0px 0px 10px 10px;
}

/*Contact page*/
.contact-left{
	width: 48%;
	float: left;
	padding-right: 10px;
}

.contact-right{
	width: 50%;
	float: left;
}

.contact-form .txt{
	width: 100%;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
}

.contact-form .txt, .contact-form .btn{
	padding: 3px;
}

.red{
	color: #ff0000;
}

.green{
	color: #458B00;
}

.dd{
	display: none;
}

/*General footer*/
.footer{
	height: 50px;
	text-align: center;
	border-top: 1px solid #E1DED5;
	font-size: 8pt;
}

.footer .spacer{
	margin: 0px 5px;
}

@media (max-width: 1024px) {
	.container{
		width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 960px) {
	.clear-news{
		display: none;
	}
	
	
	
	.news-item-block-right{
		float: left;
		margin-right: 27px;
	}
}

@media (max-width: 700px) {
	.nav-bar{
		display: none;
	}	
	.mobile-nav-bar{
		display: block;
	}
	
	.nav-item{
		display: block;
		padding: 5px;
		margin-bottom: 5px;
	}
			
	h1{
		font-size: 20pt;
	}
	
	.news-item-block-left, .news-item-block-right{
		margin: 0px auto;
		float: none;
	}
	
	.contact-left{
		width: 100%;
	}
	
	.contact-right{
		width: 100%;
	}
}

@media (max-width: 600px) {
	.fixtures-table td{
		font-size: 7pt;
	}
	
	.fixture-wrap{
		white-space: normal;
	}
	
	.archive-date-two-line{
		display: inline;
	}
		
	.archive-date-one-line{
		display: none;
	}
}

