/* Sitewide layout styles */

body /* Reviewed */
{
	font-family:helvetica, Arial, Sans-Serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#FC0;
	background:url('../images/socceroos_main_bg.jpg') no-repeat fixed center top #000;
}
img /* Need to review if require border around image */
{
	border:0;
	display:block;
}

#wrapper /* Reviewed */
{	
	text-align:center;
}
#topmenu /* Reviewed */
{
	background:url(../images/search_mini_social_bg.jpg) repeat;
	position: fixed;
	top:0px;
	left:0px;
	height:30px;
	width:100%;
	z-index:1000;
}
#menu_middle 
{
	width: 1000px;
	height:30px; /* fix for IE to respect overflow */
	/*	clear: left;*/
	margin: 0px auto 0 auto;
}
#container /* Reviewed */ 
{
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;	
    margin-top:30px;
}
#masthead /* Reviewed */
{
	margin:0;
	padding:0;
}

#bannercontent /* Reviewed */
{
    width:310px;
	float:right;
	margin-left:auto;
	margin-right:auto;
    margin-top:10px; /* Remove */      
}

#contenttop /* Reviewed */
{
	margin:0 0 10px 0;
	height:30px;
}

#menu /* Need to review if require background image on menu */
{
	background:url('../images/nav_stretch.gif') no-repeat top left;
	width:960px;
	height:30px;		
	float:left;
	margin-bottom:10px;
	position:relative;
	z-index:5000;
}

#leftcol /* Reviewed */
{
	display:inline;
	float:left;
	width:630px;
	margin:0 0 0 10px;
}


#rightcol /* Reviewed */
{
	display:inline;
	float:left;
	width:300px;
	margin:0 0 0 8px;
}

#matchcentrecol /* Reviewed */
{
	display:inline;
	float:left;
	width:960px;
	margin:0 0 0 0px;    
    height:288px;  /* Remove */
}
/* Sitewide object/element styles */

/* Generic site headings */
.header /* Need to review if require background image on header */
{
	background:url('../images/header_left.gif') no-repeat top left;
	color:#000;
	height:30px;
	margin:0 0 10px 0;
	text-align:left;
}
.header .headerright /* Need to review if require background image on header */
{
	background:url('../images/header_right.gif') no-repeat top right;
	height:30px;
	margin:0 0 0 8px;
	padding:7px 8px 0 0;
    font-size:18px;
}

/* Generic links */
a /* Need to review what the global colour will be */
{
	color:#FFF;
}
a:active,
a:link, 
a:visited
{
	text-decoration:none;
}
a:hover 
{
	text-decoration:underline;
}

/* Related links */
.related 
{
	padding:5px;
	line-height:20px;
	background:#666;
}
.relatedlink 
{
	color:#FFF;
	font-weight:bold;
	padding:0 0 0 35px;
}

.related .Document
{
	background:url('../images/related_media_document.png') no-repeat left center;
	display:inline-block; 
	line-height:1.7em; 
	vertical-align:middle; 
}
.related .Video
{
	background:url('../images/related_media_video.png') no-repeat left center;
	display:inline-block; 
	line-height:1.7em; 
	vertical-align:middle; 
}
.related .Article
{
	background:url('../images/related_media_article.png') no-repeat left center;
	display:inline-block; 
	line-height:1.7em; 
	vertical-align:middle; 
}
.related .Audio
{
	background:url('../images/related_media_audio.png') no-repeat left center;
	display:inline-block; 
	line-height:1.7em; 
	vertical-align:middle; 
}

/* Any elements that require banding should use these two classes */
.row 
{
	background-color:#333;
}
.altrow 
{
	background-color:#666;
}

/*Form error*/
.error /* Need to review if required */
{
	color:red;
}

#sitemap_footer_wrapper
{
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
}
#sitemap_footer_wrapper #footer_note
{
	text-align:center;
	width:100%;
	padding:35px 0px 0px 0px;
}
#sitemap_footer_wrapper #sitemap_footer
{
	width:960px;
	clear:both;
	margin:0pt auto;
	text-align:center;
}
#sitemap_footer .sitemap_links
{
	width:150px;
	padding:0px 10px 0px 0px;
	float:left;
	text-align:left;	
}
#sitemap_footer_wrapper #sponsor_footer 
{
	width:960px;
	clear:both;
	margin:0pt auto;
	text-align:center;
}


#contentbottomleft
{
	display:inline;
	float:left;
	width:320px;
}
#contentbottomright
{
	display:inline;
	float:left;
	margin:0;
	width:310px;
}
#footer 
{
    margin-top:10px;
    width:960px;
    border-top:1px solid #FFF;
}

#sponsor 
{
	width:100%;
}
#copyright
{
	width:100%;
}
/* For clearing divs containing floats */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* tooltip styling */
.rotator_tooltip,
.gallery_tooltip
{
	background:#ffffff;	
	color:#000000;
	padding:6px 20px 6px 10px;
	z-index:2000;
	width:250px;	
	font-size:11px;
	height:45px;
	overflow:hidden;	
	text-transform:uppercase;	
}
.rotator_tooltip a,
.gallery_tooltip a
{
	text-decoration:none;
	color:#000000;	
	line-height:20px;
	font-weight:bold;	
}
.rotator_tooltip a:hover,
.gallery_tooltip a:hover
{
	text-decoration:underline;	
}
.menu_tooltip
{
	color:#000000;
	padding:10px;
	z-index:5001;	
	font-size:11px;	
	overflow:hidden;	
	text-transform:uppercase;	
	background:#F5D728;			
	border:1px solid #000000;
}
/*Site wide*/
.hide
{
	display:none;
}
#leftcolcontent
{
	display:inline;
	float:left;
	margin:0 10px 0 0;
	width:320px;
}
#leftcolrelated
{	
	display:inline;
	float:left;
	margin:0;
	width:300px;
}
.header a
{
	display:none;
}
#resizable
{
	float:left;
	width:100%;
}.contentShop {
	color: #000;
	background-color: #FFF;
	padding:10px;
}
.topNavItems ul {
	list-style:none;
	float:left;
	
}

.topNavItems li {
	list-style:none;
	float:left;
	margin-left:5px;
	margin-right:5px;
	color:#FC0;
	
}
