@charset "utf-8";
/* CSS Document */

/* Load Fonts 
@font-face {
    font-family: 'DinBold';
    src: url('../fonts/din-bold-webfont.eot');
    src: url('../fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-bold-webfont.woff') format('woff'),
         url('../fonts/din-bold-webfont.ttf') format('truetype'),
         url('../fonts/din-bold-webfont.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinRegular';
    src: url('../fonts/din-regular-webfont.eot');
    src: url('../fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-regular-webfont.woff') format('woff'),
         url('../fonts/din-regular-webfont.ttf') format('truetype'),
         url('../fonts/din-regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* CSS Document */

body{
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	/*background: #788b4b url('/images/SKY BSB BG - Cricket Ashes Generic.jpg') no-repeat top center fixed;*/
	/*background: #788b4b url('/images/SKY-BSB-BG---Background-(Plain).jpg') no-repeat top center fixed;					*/
	/*background: #011c0e url('/images/SKY-BSB-BG.jpg') no-repeat top center fixed;*/
	/*background: #011c0e url('/images/SKY-BG-Rugby-AFL-Generic.jpg') no-repeat top center fixed;*/
	/*background: #182e4d url('/images/SKY-BG-Rugby-&-AFL-Generic-Sept_2015.jpg') no-repeat top center fixed;*/
	/*background: #182e4d url('/images/SKY-BG-Cricket-&-Soccer-Generic-[Oct_2015].jpg') no-repeat top center fixed;*/
	/*background: #182e4d url('/images/USG Boral_BigSportsBreakfast-ValueAdd_WebSkin_REV_SAFEAREA_4.5.16.jpg') no-repeat top center fixed;*/
	/*background: #182e4d url('/images/USG Boral_BigSportsBreakfast-ValueAdd_WebSkin_REV_SAFEAREA_5.19.16.jpg') no-repeat top center fixed;*/
	/*cursor: pointer;*/
	/*background: #182e4d url('/images/nrl_afl.jpg') no-repeat top center fixed;*/
	background: #182e4d url('/images/nrl_afl_2017.jpg') no-repeat top center fixed;
}

body a {
	cursor:pointer;
}

/*body * {
	cursor:default;
}*/

h1{
	font-size: 28px;
	line-hight: 28px;
	margin-bottom: 10px;
	font-family: 'DinBold';
}

h2{
	font-size: 20px;
	margin-bottom: 12px;
	font-family: 'DinBold';
}

h3{
	color: #0068b9;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: 'DinBold';
}

h4 {
	margin-bottom: 10px;
	line-height: 17px;
	font-weight: bold;
}

p {
	margin-bottom: 15px;
	line-height: 17px;
}

a{
	color: #0068b9;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

.floatRight{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.floatLeft{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#wrapper{
	width: 1000px;
	padding: 0 20px 1px 20px;
	background: #fff;
	margin: auto;
	text-align: left;
	box-shadow: 0px 0px 30px #ccc;
	z-index: 600;
	position: relative;
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.weatherIcon{
	padding: 8px 0 8px 0;	
}