/* ---------------------------------------------
WORLD.CSS
-----------------------------------------------*/

/* -------- Non flash header ----------*/

#flash_header {
	position:absolute;
	left:50%;
	margin-left:-490px;
	width:980px;
	background: url(/assets/belgo/images/header/world_of_belgo.jpg) 60px 121px no-repeat;
}


/* -------- Page title ----------*/

h2 {
	background:url(/assets/belgo/images/titles/world.gif);
	margin-bottom:11px;
}


/* -------- Sidebar titles ----------*/


#sidebar h3.facts {
	background:url(/assets/belgo/images/titles/side_facts.gif);
	margin:20px 0 15px 0;
}

#sidebar h3.fries {
	background:url(/assets/belgo/images/titles/side_fries.gif);
	margin:20px 0 15px 0;
}

/* -------- Page panels ----------*/

.panel {
	background:#FFF;
	padding:10px;
	border:2px solid #d7d7d7;
	margin-bottom:20px;
}

.panel p {
	line-height:1.4em;
}

.panel h3 {
	text-transform:uppercase;
	color:#8e8e8e;
	font-size:1.6em;
	margin-bottom:6px;
	font-weight:bold;
}

.panel h4 {
	text-transform:uppercase;
	color:#8e8e8e;
	font-size:1.4em;
	margin-bottom:6px;
	font-weight:bold;
}

#sidebar .panel ul li {
	margin-bottom:10px;
	clear:both;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:10px;
}

#sidebar .panel ul li span {
	font-size:4em;
	font-weight:bold;
	color:#CCC;
	float:left;
	margin-top:-5px;
	padding:0 8px 0 0;
}

#sidebar .panel ul li.alt span {
	float:right;
	padding:0 0 0 8px;
}

div.fries {
	padding-top:210px;
	background:#FFF url(/assets/belgo/images/world/fries_back.jpg) center top no-repeat;
}

div.fries ul li {
	border-bottom:none;
}

div.fries ul li span {
	font-size:3em;
	font-weight:bold;
	color:#CCC;
	float:left;
	margin-top:-5px;
	padding:0 8px 0 0;
}

.recipes ul li	{
	background:url(/assets/belgo/images/world/mussel_bullet.gif) center left no-repeat;
	padding:5px 0 5px 20px;
	font-weight:bold;
}

.recipes ul {
	border:1px solid #CCC;
	background:url(/assets/belgo/images/world/paper_back.jpg);
	padding:10px;
	margin-bottom:20px;
}

.recipes ol {
	margin-bottom:30px;
}

.recipes ol li {
	padding:10px 0;
	background:url(/assets/belgo/images/home/li_back.gif) bottom left no-repeat;
}
