/* ---------------------------------------------
HOME.CSS
-----------------------------------------------*/

/* -------- Page title ----------*/

h2 {
	background:url(/assets/belgo/images/titles/home.gif);
	margin-bottom:12px;
}

/* -------- Top 10 images ----------*/

.fact {
	background:url(/assets/belgo/images/home/factoid_back.gif) bottom right no-repeat;
}

.facebook {
	background:url(/assets/belgo/images/home/facebook_bill.jpg) bottom right no-repeat;
}
.factoid .facebook p{
	line-height:17px;
}
.hidden_facebook{
	display:block;
	width:212px;
	height:120px;
	text-indent:-5000px;
}

#top_1 {
	background:url(/assets/belgo/images/home/top_beer.jpg) bottom right no-repeat;
}

#top_2 {
	background:url(/assets/belgo/images/home/top_mussels.jpg) bottom right no-repeat;
}

#top_3 {
	background:url(/assets/belgo/images/home/top_poirot.jpg) bottom right no-repeat;
}

#top_4 {
	background:url(/assets/belgo/images/home/top_tintin.gif) bottom right no-repeat;
}

#top_5 {
	background:url(/assets/belgo/images/home/top_damme.jpg) bottom right no-repeat;
}

#top_6 {
	background:url(/assets/belgo/images/home/top_chocolate.jpg) bottom right no-repeat;
}

#top_7 {
	background:url(/assets/belgo/images/home/top_bill.jpg) bottom right no-repeat;
}

#top_8 {
	background:url(/assets/belgo/images/home/top_henin.jpg) bottom right no-repeat;
}

#top_9 {
	background:url(/assets/belgo/images/home/top_bertrand.jpg) bottom right no-repeat;
}

#top_10 {
	background:url(/assets/belgo/images/home/top_radio.jpg) bottom right no-repeat;
}

/* -------- Top 10 images ----------*/

.intro_mussel {
	background:url(/assets/belgo/images/home/intro_mussel.jpg) 0 12px no-repeat;
	padding-left:92px;
	margin-bottom:15px;
}

div.intro_mussel p {
	display:block;
	background:#FFF url(/assets/belgo/images/home/intro_back.gif) top no-repeat;
	padding:20px 10px 10px 10px;
	margin-bottom:0;
}

.xmas_link{
	display:block;
	margin-bottom:10px;
}

/* -------- Top 10 & Factoid panel ----------*/

.panel {
	border:2px solid #d7d7d7;
	width:436px;
	padding:10px 0 0 10px;
	overflow:hidden;
	background:#FFF;
	position:relative;
}

.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.2em;
	margin:0 0 6px 0;
	padding-top:7px;
	font-weight:bold;
}

.top_10 {
	width:210px;
	float:left;
	margin-right:10px;
}

.top_10 li {
	padding:2px 0;
	background:url(/assets/belgo/images/home/li_back.gif) bottom no-repeat;
}

.top_10 li a {
	display:block;
	width:210px;
	background:url(/assets/belgo/images/home/question_mark_off.gif) center right no-repeat;
	color:#999;
}

.top_10 li a:hover {
	background:url(/assets/belgo/images/home/question_mark_on.gif) center right no-repeat;
	text-decoration:none;
	color:#666;
}

.top_10 strong {
	font-style:italic;
	color:#776034;
	font-size:1.27em;
	padding-right:3px;
}

.top_10 a.scrolling, .top_10 a.scrolling:hover {
	font-weight:bold;
	color:#666;
	background:url(/assets/belgo/images/home/arrow.gif) center right no-repeat;
}


.factoid {
	width:216px;
	float:left;
	color:#979797;
	height:250px;
	overflow:hidden;
}

.factoid p {
	line-height:1.6em;
	font-style:italic;
	padding-right:10px;
}

.factoid div {
	height:250px;
}


/* -------- Sidebar ----------*/

h3.specials {
	width:275px;
	height:20px;
	background:url(/assets/belgo/images/titles/side_specials.gif);
	text-indent:-5000px;
	margin:20px 0 15px 0;
}

h3.signup {
	width:275px;
	height:20px;
	background:url(/assets/belgo/images/titles/side_signup_home.gif);
	text-indent:-5000px;
	margin:2px 0 6px 0;
}



div#specials {
	width:271px;
	height:183px;
	background:url(/assets/belgo/images/template/specials_back_home.gif);
	padding:5px;
}

#sidebar p {
	margin:0 0 5px 0;
	line-height:1.5em;
}

#content {
	position:relative;
}


.belgian_insert {
	position:absolute;
	width:71px;
	top:200px;
	left:51px;
	height:58px;
	z-index:2000;
	background:url(/assets/belgo/images/home/belgian_insert.png);
}


