/* Front news */
.frontNews {
	padding-bottom: 18px;
  width: auto;
  overflow: hidden;
}

.frontNews article {
	float: left;
	width: 468px;
	position: relative;
}

.frontNews article h1 {
	font-family: 'prelo-slab';
	font-weight: 600;
	font-size: 2.1538em;
	margin-top: .5em;
	margin-bottom: .25em;
	color: #227869;
}

.frontNews article p {
	line-height: 1.25em;
}

.frontNews article a.readMore {
	color: #257252;
	text-decoration: none;
	line-height: 1.25em;
}

.frontNews article a.readMore:after {
	content: "\2192";
	margin-left: 4px;
	font-weight: bold;
}

.frontNews h2 {
	margin-left: 487px;
	font-family: 'prelo-slab';
	font-weight: 600;
	font-size: 1.5385em;
	color: #227869;
}

.frontNews ul {
	margin-left: 487px;
}

.frontNews ul li {
	margin-top: 1em;
	line-height: 1.25em;
	position: relative;
}

.frontNews ul li small {
	display: block;
}

.frontNews ul li a {
	color: #257252;
	text-decoration: none;
}

.frontNews .button {
  float: right;
  margin-top: 20px;
}

/* Club news */
.clubNews {
	margin-bottom: 26px;
	padding-top: 12px;
	width: auto;
	overflow: hidden;
}

.clubNews h1 {
	font-size: 1.5385em;
	font-family: 'prelo-slab';
	font-weight: 600;
}

.clubNews article {
	width: 305px;
	float: left;
	margin-right: 18px;
	margin-top: 18px;
}

.clubNews article:nth-child(2n-1) {
	margin-right: 0;
	clear: right;
}

.clubNews article img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.clubNews article h2 {
	font-family: 'prelo-slab';
	font-weight: 600;
	font-size: 1.1538em;
	line-height: 1.25em;
}

.clubNews article h2 a {
	color: #227869;
	text-decoration: none;
}

.clubNews article p {
	line-height: 1.25em;
}

.clubNews article p small:after {
	content: '\b7';
	font-weight: bold;
	padding: 0 4px;
}

/* Category news */
.categoryNews {
	padding: 23px 21px;
}

.categoryNews h1 {
	font-family: 'prelo-slab';
	font-weight: 400;
	font-size: 1.8462em;
	line-height: 1em;
	color: #227869;
}

.categoryNews article {
	margin-top: 2em;
	width: auto;
	overflow: hidden;
	position: relative;
	padding: 0;
}

.categoryNews article img {
	float: left;
	margin-right: 10px;
}

.categoryNews article h2 {
	font-family: 'prelo-slab';
	font-weight: 700;
	font-size: 1.1538em;
}

.categoryNews article h2 a {
	color: #227869;
	text-decoration: none;
}

.categoryNews article p {
	margin-top: .75em;
	line-height: 1.25em;
}

.categoryNews article p small:after {
	content: '\b7';
	font-weight: bold;
	padding: 0 4px;
}

/* Single news */
.singleNews article {
	padding: 23px 21px 23px 21px;
	line-height: 1.25em;
	position: relative;
}

.singleNews article h1 {
	font-family: 'prelo-slab';
	font-weight: 600;
	font-size: 2.1538em;
	line-height: 1em;
	color: #227869;
}

.singleNews article small {
	display: block;
	color: #999;
	line-height: 1.75em;
}

.singleNews article>img {
	float: right;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.singleNews article p {
	margin-top: 1em;
}

.singleNews article .backButton {
	display: block;
	color: #257252;
	text-decoration: none;
	margin-top: 1.5em;
}

.singleNews article .backButton:before {
	content: "\2190";
	margin-right: 4px;
	font-weight: bold;
}

/* Buttons */
.golfNews {
	position: relative;
}

.golfNews .add {
	position: absolute;
	left: -12px;
	z-index: 1;
}

.golfNews .adminLinks {
	position: absolute;
	top: 0;
	right: 0;
}

.golfNews .adminLinks li {
	margin: 0;
	display: block;
	float: left;
	line-height: 15px;
}

.golfNews .adminLinks a,.golfNews .add {
	font-family: 'Pictos';
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	margin-left: 2px;
	text-shadow: #000 0 1px 1px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.golfNews .add {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	padding: 0 12px 0 10px;
	height: 24px;
	line-height: 24px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.golfNews .adminLinks .edit:before {
	content: 'p';
}

.golfNews .adminLinks .delete:before {
	content: '#';
}

.golfNews .add:before {
	content: '&';
	font-family: 'Pictos';
}

.golfNews .adminLinks a span {
	display: none;
}
