/*
Theme Name: Soccer - World Cup
Description: World Cup child theme of the Soccer theme.
Version: 1.0
Author: Helen Johnson
Author URI: http://www.pandagaming.com.au
Template: soccer
*/

@import url("../soccer/style.css");

#header #logo .icon {
	background: url("images/logo-icon.jpg") no-repeat;
	width: 80px;
	height: 64px;
	display: block;
	float: left;
}

/* Recent News */
.recent-posts {
	padding: 0;
	margin: 0 0 20px 0;
}
.recent-posts .recent {
	margin: 0 0 10px 0;
}
.recent-posts h4 {
	padding: 0 0 5px 12px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background: url(images/arrow.gif) no-repeat 0 3px;
}
.recent-posts .more-news a {
	background-color: #004a80;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
.recent-posts .more-news a:hover {
	background-color: #0f83d8;
	padding: 5px;
	color: #fff;
}
/* World Cup Feeds */
.world-cup-matches .box-300-top {
	width: 300px;
	background: url("images/feed-matches.gif") no-repeat;
}
.world-cup-betting .box-300-top {
	width: 300px;
	background: url("images/feed-betting.gif") no-repeat;
}
.world-cup-matches h4, .world-cup-betting h4 {
	display: none;
}
.world-cup-matches .odds-table, .world-cup-betting .odds-table {
	margin-top: 30px;
}
