/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.0
build: 2026
*/
html { color:#000; background:#FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; }
legend { color:#000; }

/* global elements
------------------------------------------------------------------------------------------ */ 
html, body { background: #bf3019 url('../../images/bg-noise.gif') repeat; }
body {
	font: 13px/1.615 arial, helvetica, sans-serif;
	color: #855132;
	position: relative;
}
@font-face {
	font-family: 'MenyakaBold';
	src: url('../custom-controls/font.ashx?f=menyb__-webfont.eot');
	src: local('☺'), url('../custom-controls/font.ashx?f=menyb__-webfont.woff') format('woff'), url('../custom-controls/font.ashx?f=menyb__-webfont.ttf') format('truetype'), url('../custom-controls/font.ashx?f=menyb__-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MenyakaRegular';
	src: url('../custom-controls/font.ashx?f=menyrg_-webfont.eot');
	src: local('☺'), url('../custom-controls/font.ashx?f=menyrg_-webfont.woff') format('woff'), url('../custom-controls/font.ashx?f=menyrg_-webfont.ttf') format('truetype'), url('../custom-controls/font.ashx?f=menyrg_-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
strong { font-weight: bold }
#bgTop, #bgBottom, #bgBottomGradient { position: absolute; z-index: 1; width: 100% }
#bgTop {
	left: 0;
	top: 0;
	height: 725px;
	background: url('../../images/bg-top.jpg') no-repeat center 0;
}
#bgBottom {
	right: 0;
	bottom: 670px;
	height: 595px;
	background: url('../../images/bg-btm.jpg') no-repeat right 0;
}
#bgBottomGradient {
	left: 0;
	bottom: 670px;
	height: 535px;
	background: url('../../images/bg-btm-gradient.png') repeat-x;
}
#pageFrame, #header, #footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#pageFrame {
	overflow: hidden;
	width: 960px;
	padding: 4px 4px 0;
	background: url('../../images/bg-page-frame.png') no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content {
	background-color: #f9d4a7;
	padding: 30px;
	width: 900px;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	min-height: 750px;
}
hr {
	color: #f3ce9f;
	background-color: #f3ce9f;
	height: 5px;
	border: 0 none;
	margin: 21px 0 31px;
	display:block;
}
.floatLeft{float:left}
.floatRight{float:right}

.content-with-image {
	margin: 5px 15px 0 0;
	border: 5px solid #e3ba88;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	box-shadow: 1px 1px 1px rgba(0,0,0,.18);
}
#media {
	margin: 20px 11px 20px 0;
	width:600px;
	height: 480px;
	border: 5px solid #e3ba88;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	box-shadow: 1px 1px 1px rgba(0,0,0,.18);
}
#player {
	background-image:url(../../images/video-gallery/preview-small.jpg);	
}
#media a#player {
	display: block;
	width:600px;
	height:480px;
}
#media a:focus {outline: none}
#media h2 { margin: 0 0 10px 2px; }

/* buttons
------------------------------------------------------------------------------------------ */ 
.button {
	display: inline-block;
	color: #fae1c4;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 49px;
	height: 52px;
	clear: left;
	margin: 10px 0 0;
	padding: 0 0 0 18px;
	background: url('../../images/btn-bg.gif') no-repeat 0 0;
}
.button span { 
	display: inline-block;
	width: 20px;
	height: 52px;
	background: url('../../images/btn-bg.gif') no-repeat right 0;
}
.button:hover{ background-position: 0 -52px; }
.button:hover span { background-position: right -52px; }
.button.light {
	color: #541900;
	font-size: 20px;
	line-height: 34px;
	height: 36px;
	background: url('../../images/btn-bg-light.gif') no-repeat 0 0;
}
.button.light span { 
	width: 20px;
	height: 36px;
	background: url('../../images/btn-bg-light.gif') no-repeat right 0;
}
.button.light:hover{ background-position: 0 -36px!important; }
.button.light:hover span { background-position: right -36px!important; }


/* header / branding
------------------------------------------------------------------------------------------ */ 
#header {
	height: 177px;
	z-index: 10;
}
#header h1, #header h2 {
	background: url('../../images/page-title.gif') no-repeat;
	text-indent: -9999px;
	position: absolute;
}
#header h1 {
	width: 598px;
	height: 37px;
	right: -1px;
	top: 57px;
}
#header h2 {
	background-position: -155px -37px;
	width: 422px;
	height: 18px;
	right: 20px;
	top: 94px;
}
#logo {
	position: absolute;
	top: 52px;
	left: 0;
}
#logo img { display: block }

/* expanded nav
---------------------------------------- */
#expandedNav {
	position: absolute;
	width: 160px;
	right: 0;
	top: 0;
	margin: 7px 0 0;
}
#expandedNav li {
	display: inline;
	float: left;
	text-align: center;
}
.addthis_toolbox { 	border-right: 1px dotted #c25521; }
#expandedNav a {
	display: block;
	padding: 0 12px;
	color: #952911;
	text-shadow: 1px 1px 0 #e56f2e;
	text-decoration: none;
	line-height: 1.46em;
}
#expandedNav a:hover {
	color: #000;
}
#registerLogin {
	padding: 7px;
	position: relative;
	top: -7px;
	background-color: rgba(227,109,43,.4);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#registerLogin span {
	margin: 0;
	padding: 0;
}

#registerLogin a{
	padding: 7px;
	display: inline;
	position: relative;
}


/* navigation
------------------------------------------------------------------------------------------ */ 
#nav {
	width: 687px;
	height: 44px;
	background: url('../../images/nav.gif') no-repeat;
	position: absolute;
	top: 133px;
	right: 0;
	z-index: 50;
}

#navWhatsOn, #navMatches, #navInteract, #navMerchandise, #navLocationTravel {
	display: inline;
	position: relative;
	float: left;
	padding: 0 1px 0 0;
}
#navWhatsOn .navTab, #navMatches .navTab, #navInteract .navTab, #navMerchandise .navTab, #navLocationTravel .navTab {
	background: url('../../images/nav.gif') no-repeat;
	display: block;
	height: 44px;
	overflow: hidden;
	text-indent: -9999px;
}
#navWhatsOn .navTab { width: 126px; background-position: 0 0; }
#navWhatsOn .navTab:hover, #navWhatsOn .navTab:focus, #navWhatsOn.hovering .navTab { background-position: 0 -44px!important; }

#navMatches .navTab { width: 113px; background-position: -127px 0; }
#navMatches .navTab:hover, #navMatches .navTab:focus, #navMatches.hovering .navTab { background-position: -127px -44px!important; }

#navInteract .navTab { width: 111px; background-position: -241px 0; }
#navInteract .navTab:hover, #navInteract .navTab:focus, #navInteract.hovering .navTab { background-position: -241px -44px!important; }

#navMerchandise .navTab { width: 148px; background-position: -353px 0; }
#navMerchandise .navTab:hover, #navMerchandise .navTab:focus, #navMerchandise.hovering .navTab{ background-position: -353px -44px!important; }

#navLocationTravel { padding: 0; }
#navLocationTravel .navTab { width: 185px;	background-position: -502px 0; }
#navLocationTravel .navTab:hover, #navLocationTravel .navTab:focus, #navLocationTravel.hovering .navTab { background-position: -502px -44px!important; }

/* selected pages / sections
---------------------------------------- */
.sectionWhatsOn #navWhatsOn .navTab { background-position: 0 -88px; }
.sectionMatches #navMatches .navTab { background-position: -127px -88px; }
.sectionInteract #navInteract .navTab { background-position: -241px -88px; }
.sectionMerchandise #navMerchandise .navTab { background-position: -353px -88px; }
.sectionLocationTravel #navLocationTravel .navTab { background-position: -502px -88px; }

/* drop-down menu
---------------------------------------- */
.dropDown { display: none; }
.hovering .dropDown {
	display: block;
	position: absolute;
	top: 44px;
	left: 0;
	background-color: #ae1e0e;
	padding: 6px;
	z-index: 60;
	width: 195px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.dropDown a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 9px;
}
.dropDown a:hover { background-color: #A31707; }
.dropDown a:focus { background-color: #541900; }
.dropDown li {
	border-bottom: 1px dotted #c0311a;
}
.dropDown li:last-child { border-bottom: 0 none; }


/* footer
------------------------------------------------------------------------------------------ */ 
#footerContainer {
	width: 100%;
	height: 670px;
	clear: both;
	margin: 60px 0 0;
	background: url('../../images/bg-footer.jpg') repeat-x;
	position: relative;
	z-index: 5;
	color: #e29d8d;
	font-size: 12px;
}
#footer { padding: 26px 0 0; }
#leaderboardAd { float: left; width: 740px; padding: 7px 0 0 5px; }
#leaderboardAd span { display: block; font-size: 11px; color: #d17d71; }
#footerNewsletter {
	float: left;
	padding: 30px 0 0;
}
#footerNewsletter a {
	background: url('../../images/sprites-footer.gif') no-repeat -340px 0;
	display: block;
	width: 160px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}

/* footer sprites
---------------------------------------- */
#expandedFooter h5, .sponsorLogo, #nswGovernment, #eventsNsw, #footerSwitch { background: url('../../images/sprites-footer.gif') no-repeat; }
#expandedFooter #upcomingMatch { background-position: 0 -256px; width:369px; margin: 0 0 10px 0; }
#expandedFooter #upcomingEvents { background-position: 0 -291px; width:369px; margin: 29px 0 10px 0; }
#expandedFooter #mediaCentre { background-position: 0 -71px; }
#expandedFooter #volunteer { background-position: 0 -106px; }
#expandedFooter #streetSoccer { background-position: 0 -141px; }
#expandedFooter #networking { background-position: 0 -177px; margin: 41px 0 7px; }
#expandedFooter #enquiries { background-position: 0 -211px; }

#sponsorCocaCola, #sponsorHyundai, #sponsorEmirates, #sponsorSony { width: 145px; height: 29px; }
#sponsorSbs, #sponsorFifa, #sponsorFifaCentres { width: 118px; height: 25px; }
#sponsorCocaCola { background-position: -180px 0; }
#sponsorHyundai { background-position: -180px -39px; }
#sponsorEmirates { background-position: -180px -78px; }
#sponsorSony { background-position: -179px -117px; }
#sponsorSbs { background-position: -176px -157px; }
#sponsorFifa { background-position: -163px -193px; }
#sponsorFifaCentres { background-position: -180px -227px; }

#nswGovernment, #eventsNsw { text-indent: -9999px; overflow: hidden; float: left; display: block; }
#nswGovernment { background-position: -340px -85px; width:34px; height:35px; margin: 0 20px 0 12px; }
#eventsNsw { background-position: -340px -155px; width:96px; height:32px; margin: 3px 0 0; }

/* expanded footer styles
---------------------------------------- */
#expandedFooter {
	width: 960px;
	overflow: hidden;
	margin: 30px 0 0;
	clear: both;
	float: left;
}
#expandedFooter h5 {
	font-family: arial, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-indent: -9999px;
	text-transform: uppercase;
	padding: 0 0 4px;
	margin: 0 0 7px;
	border-bottom: 1px dotted #c25848;
	width: 177px;
	height: 14px;
}
#expandedFooter h6 {
	font-size: 18px;
	color: #e29d8d;
	line-height: 1em;
}
#expandedFooter ul { margin: 0 0 20px; }
#expandedFooter li a {
	text-decoration: none;
	font-size: 12px;
	color: #e29d8d;
	display: inline-block;
	padding: 0 8px;
	margin: 0 0 2px;
}
#expandedFooter li a:hover, #expandedFooter li a:focus { color: #fff; }

#colOne, #colTwo, #colThree, #colFour { margin: 0 10px 0 5px; float: left; }
#colOne { width: 369px; }
#colTwo{ width: 177px; }
#colThree { width: 177px; }
#colFour { width: 177px; }

#colOne p {
	color: #ff9d1d;
	text-shadow: 1px 1px 0 #aa230e;
	font-weight: bold;
	margin: 0 0 15px 2px;
	font-size: 12px;
}
#colOne p a { color: #ebe4e3; text-decoration: none; padding: 0 0 0 8px; margin: 0 0 0 5px; border-left: 1px solid #cd6352;}
#colOne p a:hover { text-decoration: underline; }
#footerSponsors {
	clear: both;
	margin: 26px 0;
	text-align: center;
	float: left;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
#footerSponsors a {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	margin: 3px 5px 10px 0;
}
#footerSponsors p {
	clear: both;
	overflow: hidden;
	color: #E29D8D;
}
#footerSponsors p.international { padding: 0 0 0 188px; }
#footerSponsors p.broadcaster { padding: 0 0 0 427px; }
#footerSponsors p.fifa { padding: 0 0 0 365px; }
#footerCredits {
	border-top: 1px dotted #ca5e4d;
	border-bottom: 1px dotted #ca5e4d;
	padding: 6px 0;
	margin: 0 0 8px;
	color: #c84c38;
	width: 960px;
	overflow: hidden;
}
#footerCredits #legals { float: right; padding: 8px 20px 0 0; }
#footerCredits #legals a { text-decoration: none; color: #e29d8d; }
#footerCredits #legals a:hover, #footerCredits #legals a:focus { color: #fff; }
#footerCopyright { float: left; padding: 0 0 0 10px }
#footerSwitch { 
	display: block;
	overflow: hidden;
	float:right;
	font-size:11px;
	padding:2px 15px 0 91px;
	text-decoration: none;
	color: #e29d8d;
	background-position: -340px -212px;
}
#footerSwitch:hover, #footerSwitch:focus { background-position: -340px -235px; color: #f6f6f6; }

/* breadcrumb
------------------------------------------------------------------------------------------ */ 
#breadcrumb {
	background: #f4cb9a url('../../images/bg-breadcrumb.gif') repeat-x;
	border-bottom: 1px solid #deb37a;
	padding: 8px 10px 7px;
	font-size: 12px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#breadcrumb a { color: #c0311a; text-decoration: none; padding: 3px 3px 3px 20px; display: inline-block; background: url('../../images/breadcrumb-arrow.gif') no-repeat 4px center; }
#breadcrumb a:hover, #breadcrumb a:focus { text-decoration: underline; }
#breadcrumb #home { padding-left: 5px; background-image: none;}

/* generic page paragraph styles
------------------------------------------------------------------------------------------ */ 
#content quote {
	font-size:13px;
	font-weight:600;
}

/* Forms 
------------------------------------------------------------------------------------------ */
#content-cell-holder {
	padding: 0 0 30px 30px;
}

/* ----------------------------------------- enquiries pages */

.enquiryForm {
	clear: both;
	margin: 0 0 20px;
	width: 590px;
}
.enquiryForm li {
	padding: 6px 0 6px 10px;
	font-size: 14px;
}
.enquiryForm li span {
	vertical-align:top;
	display: inline-block;
	padding: 6px 0 8px 0;
	color: #BE181F;
	font-size: 12px;
	position: relative;
	left: 115px;
	width: 416px;
	border-top: 2px solid #BE181F;
}
.enquiryForm label {
	display: inline-block;
	width: 100px;
	font-size: 12px;
	margin: 12px 10px 0 0;
	vertical-align: top;
	cursor: pointer;
}
.enquiryForm select {
	background-color: #0f1214;
	font-size: 14px;
	padding: 3px;
	width: 387px;
	border: 3px solid #0f1214;
}
.enquiryForm .input-text {
	width: 400px;
	padding: 8px;
	font-size: 14px;
	vertical-align: middle;
	background-color: #0f1214;
	border: none;
	border-left: 3px solid #0f1214;
}
#content .btnSubmit {
	border: 0 none;
	background-color: #BE181F;
	padding: 6px 8px;
	color: #fff;
	font-family: 'MenyakaRegular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 0 115px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content .subscribeToNewsletter {
	padding: 6px 0 10px 10px;
}
#content .subscribeToNewsletter input {
	margin: 0 7px 0 115px;
}
#content .subscribeToNewsletter label {
	width: 300px;
	margin: 0;
	white-space: nowrap;
}
#content .btnSubmit:hover { background-color: #920308; }
#content .btnSubmit:active { position: relative; top: 2px; }

/* background cell containers
---------------------------------------- */
.background-container {
	background-color:#e3ba88;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	box-shadow: 1px 1px 1px rgba(0,0,0,.18);
}
.in-page-nav {
	background-color:#e3ba88;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	box-shadow: 1px 1px 1px rgba(0,0,0,.18);
}
.in-page-nav ul li {
	display: inline-block;
}

/* links
---------------------------------------- */
#content a:link, #ifffIntro a:link {
	text-decoration: none;
	font-weight: bold;
	color: #c0311a;
}
#content a:visited, #ifffIntro a:visited {
	text-decoration: none;
	color: #541900;
	font-weight: bold;
}
#content a:hover, #ifffIntro a:hover {
	text-decoration: none;
	color: #d4691b;
	font-weight: bold;
}

/* headings
---------------------------------------- */
h2, h3, h4 { line-height: 1em; }
#content h2 {
	font-size: 28px;
	color: #541900;
	letter-spacing: -1px;
	font-family: 'MenyakaBold', Arial, Helvetica, sans-serif;
	margin: 32px 0 17px;
}
#content h2.pageTitle { margin: 2px 0 17px; }

#content h3 {
	color: #541900;
	font-size: 18px;
	margin: 31px 0 7px;
}
#pgCalendarOfMatches #content h3 {
	margin: 31px 0 0;
}
#content h4 {
	color: #541900;
	font-size: 16px;
	margin: 31px 0 7px;
}
#content h5 {
	color: #541900;
	font-size: 14px;
	margin: 31px 0 7px;
}
#content p { margin: 0 0 .73em; }
#content.mediaReleaseDetails p { margin: 0 0 1em; }

/* images
---------------------------------------- */
#content a img {
	border: 3px solid #bc995c;
	vertical-align: bottom;
	-moz-box-shadow: 1px 1px 1px rgba(188,153,92,.17);
	-webkit-box-shadow: 1px 1px 1px rgba(188,153,92,.17);
	box-shadow: 1px 1px 1px rgba(188,153,92,.17);
}
#content a:hover img, #content a:focus img { border: 3px solid #c0311a; }

/* lists
---------------------------------------- */
#content ul li {
	background: url('../../images/bullet-arrow.gif') no-repeat 3px center;
	padding: 3px 0 3px 25px;
}

/* tables
---------------------------------------- */
th {
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	padding: 5px 7px;
}

th.table-header-left {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

th.table-header-right {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

tr.stronger th {
	padding: 11px 10px 0;
	background-color: #ba3019;
	color: #FFF;
	height: 37px;
	font-family: 'MenyakaRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	white-space:nowrap;
}

tr.oddRow td {
	background-color: #f6cfa0;
}

td {
	padding: 3px 10px;
}

#table-media-release td, tr {
	vertical-align:top;
}

#table-media-release .date, .thumbnail, .author, .details {
	white-space:nowrap;
}
#table-media-release .date {
	font-size: 11px;
	padding: 5px 10px 0 10px;
	color:#c0311a;
	font-weight:bold;
	margin:0 0 15px 2px;
	text-shadow:1px 1px 0 #F6CFA0;
}

/* forms
---------------------------------------- */
#content input, #content textarea {
	background-color: #f4cc9c;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c0311a;
	margin: 0 5px 0 0;
}
#content input[type=text] {
	border: 1px solid #e3ba88;
	padding: 8px;
	margin: 4px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px rgba(188,153,92,.17);
	-webkit-box-shadow: 1px 1px 1px rgba(188,153,92,.17);
	box-shadow: 1px 1px 1px rgba(188,153,92,.17);
}
#content input[type=text]:focus {
	background-color: #ffeed9;
	-moz-box-shadow: 1px 1px 3px rgba(188,153,92,.5);
	-webkit-box-shadow: 1px 1px 3px rgba(188,153,92,.5);
	box-shadow: 1px 1px 3px rgba(188,153,92,.5);
}
#content textarea {
	border: 1px solid #e3ba88;
	padding: 8px;
	margin: 4px 0;
	font-size: 16px;
	width: 400px;
	height: 250px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px rgba(188,153,92,.17);
	-webkit-box-shadow: 1px 1px 1px rgba(188,153,92,.17);
	box-shadow: 1px 1px 1px rgba(188,153,92,.17);
}
#content textarea:focus {
	background-color: #ffeed9;
	-moz-box-shadow: 1px 1px 2px rgba(188,153,92,.5);
	-webkit-box-shadow: 1px 1px 2px rgba(188,153,92,.5);
	box-shadow: 1px 1px 2px rgba(188,153,92,.5);
}

/* home page
------------------------------------------------------------------------------------------ */ 
#hero a:nth-child(1n+2) { display: none } /* hide all except first slide */
#hero img {
	display: block;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
#nextMatch, #todaysEvents {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 280px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.18);
	box-shadow: 1px 1px 1px rgba(0,0,0,.18);
}
#nextMatch a.cta, #todaysEvents a.cta { color: #bf311a; position: absolute; top: 17px; right: 10px; font-size: 11px; text-decoration: none; }
#nextMatch h2, #todaysEvents h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 17px 0 12px 14px;
	color: #c0311a;
}

/* next match panel
---------------------------------------- */
#nextMatch {
	position: absolute;
	background: #f9d4a7 url('../../images/bg-hero-panels.jpg') no-repeat;
	
}
#nextMatch h3 {
	font-family: 'MenyakaBold',Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #541900;
	margin: 0 12px 8px;
	padding: 12px;
	background-color: #ecc898;
	background-color: rgba(188,153,92,.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.09);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.09);
	box-shadow: 1px 1px 1px rgba(0,0,0,.09);
}
#nextMatch h3 span {
	display: block;
	padding: 0 0 0 46px;
	line-height: 1.1em;
	white-space: nowrap;
}
#nextMatch #vs {
	padding: 0 0 0 46px;
	color: #bc995c;
	font-size: 18px;
}
#nextMatch p {
	line-height: 1.3em;
	color: #a8864a;
	font-size: 11px;
	padding: 0 0 12px 15px;
}

/* next match panel flags
---------------------------------------- */
#content .flag, .flag { background: url('../../images/flags-home-panel.jpg') no-repeat; }
#content .flag.southAfrica, .flag.southAfrica{background-position: 0 0!important;}
#content .flag.mexico, .flag.mexico{background-position: 0 -31px!important;}
#content .flag.uruguay, .flag.uruguay{background-position: 0 -63px!important;}
#content .flag.france, .flag.france{background-position: 0 -95px!important;}
#content .flag.argentina, .flag.argentina{background-position: 0 -127px!important;}
#content .flag.nigeria, .flag.nigeria{background-position: 0 -159px!important;}
#content .flag.southKorea, .flag.southKorea{background-position: 0 -191px!important;}
#content .flag.greece, .flag.greece{background-position: 0 -223px!important;}
#content .flag.england, .flag.england{background-position: 0 -255px!important;}
#content .flag.usa, .flag.usa{background-position: 0 -287px!important;}
#content .flag.algeria, .flag.algeria{background-position: 0 -319px!important;}
#content .flag.slovenia, .flag.slovenia{background-position: 0 -351px!important;}
#content .flag.germany, .flag.germany{background-position: 0 -383px!important;}
#content .flag.australia, .flag.australia{background-position: 0 -415px!important;}
#content .flag.serbia, .flag.serbia{background-position: 0 -447px!important;}
#content .flag.ghana, .flag.ghana{background-position: 0 -479px!important;}
#content .flag.netherlands, .flag.netherlands{background-position: 0 -511px!important;}
#content .flag.denmark, .flag.denmark{background-position: 0 -545px!important;}
#content .flag.japan, .flag.japan{background-position: 0 -575px!important;}
#content .flag.cameroon, .flag.cameroon{background-position: 0 -607px!important;}
#content .flag.italy, .flag.italy{background-position: 0 -639px!important;}
#content .flag.paraguay, .flag.paraguay{background-position: 0 -671px!important;}
#content .flag.newZealand, .flag.newZealand{background-position: 0 -703px!important;}
#content .flag.slovakia, .flag.slovakia{background-position: 0 -735px!important;}
#content .flag.brazil, .flag.brazil{background-position: 0 -767px!important;}
#content .flag.northKorea, .flag.northKorea{background-position: 0 -799px!important;}
#content .flag.cotedIvoire, .flag.cotedIvoire{background-position: 0 -831px!important;}
#content .flag.portugal, .flag.portugal{background-position: 0 -863px!important;}
#content .flag.spain, .flag.spain{background-position: 0 -895px!important;}
#content .flag.switzerland, .flag.switzerland{background-position: 0 -927px!important;}
#content .flag.honduras, .flag.honduras{background-position: 0 -959px!important;}
#content .flag.chile, .flag.chile{background-position: 0 -991px!important;} 
/* todays events panel
---------------------------------------- */
#todaysEvents {
	top: 200px;
	min-height: 157px;
	background: #d4681b url('../../images/bg-hero-panels.jpg') no-repeat 0 -196px;
}
#todaysEvents h2 { color: #541900; }
#todaysEvents ol {
	margin: 0 12px 12px;
	padding: 10px 12px;
	background-color: #cc601a;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.09);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.09);
	box-shadow: 1px 1px 1px rgba(0,0,0,.09);
}
#todaysEvents li, #todaysEvents li a {
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#todaysEvents li a:hover, #todaysEvents li a:focus {
	color: #541900;
}
#todaysEvents li a span {
	color: #f9d4a7;
	font-size: 15px;
	display: inline-block;
	text-align: right;
	padding: 0 3px 0 0;
	width: 92px;
	/* Old Width : 57px; */
}
#todaysEvents a.cta { text-decoration: none; color: #f9d4a7; }
#nextMatch .cta:hover, #nextMatch .cta:focus, #todaysEvents .cta:hover, #todaysEvents .cta:focus { color: #541900; }

/* subnav
---------------------------------------- */
#subNav {
	width: 960px;
	overflow: hidden;
	margin: 6px 0;
	clear: both;
}
#subNav li {
	margin: 0 5px 0 0;
	float: left;
	display: inline;
}
#subNav a {
	background: url('../../images/subnav.jpg') no-repeat;
	display: block;
	width: 188px;
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
}
#subNavMatches a{}
#subNavMatches a:hover, #subNavMatches a:focus{background-position: 0 -140px;}
#subNavEvents a{background-position: -193px 0;}
#subNavEvents a:hover, #subNavEvents a:focus{background-position: -193px -140px;}
#subNavTransport a{background-position: -386px 0;}
#subNavTransport a:hover, #subNavTransport a:focus{background-position: -386px -140px;}
#subNavMaps a{background-position: -579px 0;}
#subNavMaps a:hover, #subNavMaps a:focus{background-position: -579px -140px;}
#subNav #subNavCulturalBites { margin: 0; }
#subNavCulturalBites a{background-position: -772px 0;}
#subNavCulturalBites a:hover, #subNavCulturalBites a:focus{background-position: -772px -140px;}

/* special-alert
---------------------------------------- */
#special-alert {
	position: relative;
	background-color: #ae1e0e;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	height: auto;
	width: 960px;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

#special-alert p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	width: 900px;
	padding: 10px 10px 10px 20px;
	line-height: 1.1em;
}

#special-alert #introMessage {
	width: auto;
}

/* ifff intro
---------------------------------------- */
#ifffIntro {
	position: relative;
	background: url('../../images/bg-ifff-intro.jpg') no-repeat;
	padding: 44px 50px 43px;
	margin: 0 0 6px;
	height: 261px;
	width: 860px;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
#ifffIntro img {
	position: absolute;
	top: -28px;
	right: 17px;
}
#ifffIntro h2 {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #541900;
	text-shadow: 1px 1px 0 #f6c086;
	width: 580px;
	padding: 0 0 27px 0;
	line-height: 1.1em;
	letter-spacing: -1px;
}
#ifffIntro p {
	color: #541900;
	float: left;
	width: 273px;
	margin: 0;
}
#ifffIntro #introColTwo {
	margin: 0 21px 0 20px;
}
#ifffIntro #introColThree a { color: #fae1c4; }

#ifffIntro #introMessage {
	width: auto;
}
/* articles
---------------------------------------- */
#articles {
	width: 960px;
	float: left;
	clear: both;
}
#articles a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 0 #9d2714;
}
#articles a:hover {
	text-decoration: underline;
}
#articles h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fcf4f3;
	margin: 0 0 8px 4px;
	text-shadow: 1px 1px 0 #831b0b;
	letter-spacing: -1px;
}
#articles p {
	color: #f6e2de;
	margin: 0 0 0 4px;
	text-shadow: 1px 1px 0 #9d2714;
}
#articles .button {
	background: url('../../images/btn-bg-light.gif') no-repeat 0 0;
	text-shadow: none;
}
#articles .button span { 	background: url('../../images/btn-bg-light.gif') no-repeat right 0; }

#articles #news, #articles #competitions {
	position: relative;
	width: 475px;
	padding: 189px 0 0;
	float: left;
}
#articles #news img, #articles #competitions img {
	border-bottom: 2px solid #f2bc83;
	display: block;
	position: absolute;
	top: -25px;
	left: 0;
}
#articles #news {
	margin: 0 10px 0 0;
}

/* location + travel
------------------------------------------------------------------------------------------ */ 
.transport {
	min-height: 250px;
}
.transport img {
	float: left;
}

/* maps
---------------------------------------- */
#largeMap {
	overflow: hidden;
	margin: 10px 0 10px 0;
	border: 5px solid #e3ba88;
}

/* interact
------------------------------------------------------------------------------------------ */ 
.photo-gallery-container {
	width: 900px;
	min-height: 210px;
	max-width: 900px;
}

.photo-gallery-container img {
	margin: 10px 10px 1px 0;
}

/* media centre
------------------------------------------------------------------------------------------ */
#mediaReleases td {
	padding: 8px 0 10px 8px;
	border-bottom: 1px solid #eec897;
}
.mediaReleaseDetails hr {
	clear: both;
}

/* page paragraph
------------------------------------------------------------------------------------------------------------------------ */
.pageIntro {
	margin: 0 0 25px;
	line-height: 1.3em;
}
.dropCap {
	float: left;
	font-family: "MenyakaRegular";
	font-size: 60px;
	line-height: 0.8em;
	position: relative;
	top: 4px;
	margin: 0 6px 0 0;
	color: #000;
	text-transform: uppercase;
}
.ppText, .ppTextImage, .ppImage, .ppVideo, .ppTextVideo, .ppDownload, .ppFlash, .ppYouTube {
	clear: both;
	float: left;
	width: 900px;
}
.lhsContent p { margin: 0 0 1.2em; }
.ppImage, .ppVideo { margin: 20px 0; }
.ppText a, .ppTextImage a, .ppTextVideo a {
	text-decoration: underline;
}
.ppText a:hover, .ppTextImage a:hover, .ppTextVideo a:hover {
	text-decoration: underline;
}
.ppText ul, .ppTextImage ul, .ppTextVideo ul {
	margin: 1.2em 0;
	padding: .5em 1em;
}
.ppText ul li, .ppTextImage ul li, .ppTextVideo ul li {
	margin: 0 2em .5em 2em;
}
.ppText ol, .ppTextImage ol, .ppTextVideo ol {
	margin: 1.2em 0 1.2em 3em;
	padding: .5em 1em;
}
.ppText ol li, .ppTextImage ol li, .ppTextVideo ol li {
	margin: 0 0 .5em;
	list-style-type: decimal;
}
/* small image */
.imageSmall {
	float: right;
	margin: 0 0 0 35px;
}
.imageSmall a {
	display: block;
}
.imageSmall img, .ppImage img { display: block; border: 3px solid #bc995c; }
.imageSmall .borderTop, .imageSmall .borderBottom, .videoSmall .borderTop, .videoSmall .borderBottom {
	display: block;
	width: 275px;
	height: 9px;
	background: url('../../images/bg-pp-borders.png') no-repeat;
}
.imageSmall .borderTop, .videoSmall .borderTop { margin: 0 0 3px; }
.imageSmall .borderBottom, .videoSmall .borderBottom { margin: 3px 0 0; background-position: 0 -9px; }
.imageSmall a:hover .borderTop { background-position: 0 -18px; }
.imageSmall a:hover .borderBottom { background-position: 0 -27px; }
/* large image */
.ppImage a {
	display: block;
	float: right;
}
.ppImage .borderTop, .ppImage .borderBottom {
	display: block;
	width: 715px;
	height: 38px;
	background: url('../../images/bg-pp-borders.png') no-repeat -275px 0;
}
.ppImage .borderTop { margin: 0 0 3px; }
.ppImage .borderBottom { margin: 3px 0 0; background-position: -275px -38px; }
.ppImage a:hover .borderTop { background-position: -275px -76px; }
.ppImage a:hover .borderBottom { background-position: -275px -114px; }
/* large video */
.ppVideo {
	width: 900px;
	height: 496px;
	background: url('../../images/bg-pp-borders.png') no-repeat -255px -155px;
}
.ppVideo .videoLarge {
	display: block;
	width: 880px;
	height: 481px;
	margin: 0 0 0 10px;
}
/* small video */
.videoSmall {
	position: relative;
	top: -9px;
	margin: 0 0 10px 35px;
	float: right;
}
.videoSmall a {
	display: block;
	width: 275px;
	height: 180px;
}
/* download */
.ppDownload {
	position: relative;
	margin: 0 0 8px;
}
.ppDownload a {
	display: block;
	padding: 20px 0 20px 69px;
	border: 1px solid #EBBF87;
}
.ppDownload a strong { font-size: 16px; }
.ppDownload a:hover { text-decoration: none; background-color: #EBBF87; color: #541900!important; }
.ppDownload .downloadPdf, .ppDownload .downloadDoc, .ppDownload .downloadXls, .ppDownload .downloadZip, .ppDownload .downloadGeneric {
	background: #F3CE9F url('../../images/icon-downloads.png') no-repeat 19px -301px;
	line-height: 1.4em;
}
.ppDownload .downloadXls { background-position: 19px -151px; }
.ppDownload .downloadDoc { background-position: 19px -76px; }
.ppDownload .downloadPdf { background-position: 19px 0; }
.ppDownload .downloadZip { background-position: 19px -226px; }
.ppDownload .fileTypeDesc {
	font-size: 12px;
	display: block;
	color:#D4691B;
}
.ppDownload .fileSize {
	font-size: 16px;
	color: #855132;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -1px;
	letter-spacing: -1px;
}
.ppDownload .borderBottom {
	display: block;
	width: 715px;
	height: 9px;
	margin: 1px 0 0;
	background: url('../../images/bg-pp-borders.png') no-repeat -275px -533px;
}
/* flash */
.ppFlash {
	margin: 15px 0;
}
/* youtube */
.ppYouTube {
	margin: 15px 0;
	text-align: center;
}

/* competing countries
---------------------------------------- */
#pgCompetingCountries #content ul {
	width: 205px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 20px;
}
#pgCompetingCountries #content li { margin: 6px 0; }
#pgCompetingCountries #content li.title { background: none; padding: 3px 0; }
#pgCompetingCountries #content li.title h3 { margin: 22px 0 2px; }
#pgCompetingCountries #content li.flag { padding: 4px 0 4px 40px; }

/* match details
---------------------------------------- */
#matchDetailsHeader {
	background: url('../../images/bg-match-details-header.jpg') no-repeat;
	height: 212px;
	width: 960px;
	font-family: 'MenyakaBold', Arial, Helvetica, sans-serif;
	color: #541900;
	overflow: hidden;
	position: relative;
}
#matchDetailsHeader h2 {
	width: 360px;
	margin: 50px 0 0 50px;
	font-size: 36px;
	font-weight: bold;
}
#matchDetailsHeader h2 span {
	display: block;
	white-space: nowrap;
	line-height: 1.05em;
	padding: 0 0 0 68px;
}
#matchDetailsHeader h2 #vs {
	color: #bc995c;
	font-size: 26px;
}
#matchDetailsHeader p {
	font-size: 20px;
	color: #c0311a;
	width: 510px;
	white-space: nowrap;
	position: absolute;
	top: 50px;
	left: 440px;
}
#matchDetailsHeader h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	left: 440px;
	top: 105px;
	letter-spacing: -1px;
}
#matchDetailsHeader h3 span {
	display: block;
	color: #bc995c;
	font-size: 20px;
	width: 510px;
	white-space: nowrap;
	letter-spacing: normal;
}
/* match details flags - larger
---------------------------------------- */
.flagBig { background: url('../../images/flags-match-details.jpg') no-repeat; }
.flagBig.southAfrica{background-position: 0 0!important;}
.flagBig.mexico{background-position: 0 -60px!important;}
.flagBig.uruguay{background-position: 0 -120px!important;}
.flagBig.france{background-position: 0 -179px!important;}
.flagBig.argentina{background-position: 0 -239px!important;}
.flagBig.nigeria{background-position: 0 -298px!important;}
.flagBig.southKorea{background-position: 0 -357px!important;}
.flagBig.greece{background-position: 0 -417px!important;}
.flagBig.england{background-position: 0 -476px!important;}
.flagBig.usa{background-position: 0 -535px!important;}
.flagBig.algeria{background-position: 0 -595px!important;}
.flagBig.slovenia{background-position: 0 -654px!important;}
.flagBig.germany{background-position: 0 -714px!important;}
.flagBig.australia{background-position: 0 -773px!important;}
.flagBig.serbia{background-position: 0 -832px!important;}
.flagBig.ghana{background-position: 0 -892px!important;}
.flagBig.netherlands{background-position: 0 -951px!important;}
.flagBig.denmark{background-position: 0 -1011px!important;}
.flagBig.japan{background-position: 0 -1070px!important;}
.flagBig.cameroon{background-position: 0 -1129px!important;}
.flagBig.italy{background-position: 0 -1189px!important;}
.flagBig.paraguay{background-position: 0 -1248px!important;}
.flagBig.newZealand{background-position: 0 -1308px!important;}
.flagBig.slovakia{background-position: 0 -1367px!important;}
.flagBig.brazil{background-position: 0 -1426px!important;}
.flagBig.northKorea{background-position: 0 -1486px!important;}
.flagBig.cotedIvoire{background-position: 0 -1545px!important;}
.flagBig.portugal{background-position: 0 -1604px!important;}
.flagBig.spain{background-position: 0 -1664px!important;}
.flagBig.switzerland{background-position: 0 -1723px!important;}
.flagBig.honduras{background-position: 0 -1783px!important;}
.flagBig.chile{background-position: 0 -1842px!important;}

/* countdown on homepage
------------------------------------------------------------------------------------------ */ 
span.countdown_section {
	display: inline-block;
	font-size: 10px;
	text-align: center;
	padding: 0 0 0 22px;
	color: #FFF;	 /* time labels */
}
.countdown_amount {
	font-size: 40px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
span.countdown_section.time3, span.countdown_section.time4 { background: none; }
span.countdown_section.time3, span.countdown_section.time3 .countdown_amount { color: #691c05; } /* days amount + label */
.countdown_section .countdown_amount { color: #bc995c; } /* time amount */

#todaysEvents span#betterTogether {
	font-size: 11px;
	color:#FFF;
	font-size:11px;
	line-height:1.3em;
	padding: 10px 0 0 15px;
}
#betterTogether { margin: 15px 0 0 0; }

/* photo gallery
------------------------------------------------------------------------------------------ */ 
#photoGalleryContainer {
	position: relative;
	width: 706px;
	padding: 0 97px;
	height: 471px;
	text-align: center;
	margin: 0 0 30px;
}
#photoGalleryLarge {
	width: 706px;
	height: 471px;
	text-align:center;
}
#photoGalleryLarge img {
	display: none;
	border: 3px solid #c09d6d;
}
#photoGalleryLarge img:first-child { display: block }
#browsePrev, #browseNext {
	position: absolute;
	top: 0;
	display: block;
	background: url('../../images/btn-photo-gallery-browsing.gif') no-repeat -8px 213px;
	width: 97px;
	height: 471px;
	cursor: pointer;
}
#browsePrev { left: 0; }
#browsePrev:hover { background-position: -113px 213px; }
#browseNext { right: 0; background-position: -210px 213px; }
#browseNext:hover { background-position: -315px 213px; }
/* thumbnail list of media items */
#galleryThumbs {
	width: 905px;
	overflow: hidden;
	padding: 7px 0 0;
}
#galleryThumbs li {
	display: inline;
	float: left;
	margin: 0 5px 5px 0 ;
}
#galleryThumbs a:focus,#galleryThumbs a:active {outline: none }
#galleryThumbs a img {
	display: block;
	vertical-align: middle;
	border: 3px solid #c09d6d;
}
#galleryThumbs a:hover img, #galleryThumbs a:focus img, #galleryThumbs .activeSlide img { border-color: #d4691b; }

#homePageVideo a {
	display: block;
	width: 674px;
	height: 353px;
	outline: none;
}
#homePageVideo a img { display:block; }