/*!
 * Index.css (c)LoL-Fr.com
 */

p#site-news,
div#lol-news,
div#champion-rotation,
div#facebook-promo {
	float: left;
	margin: 1em 0;
	width: 700px;
}

div#lol-news,
div#champion-rotation,
div#facebook-promo {
	border-top: 1px solid #c6ccc6;
	padding-top: 1em;
}
div#lol-news ul li {
	margin-bottom: 0.5em;
}
div#lol-news em {
	font-size: 85%;
}

div#champion-rotation ul {
	margin: 0;
	overflow: hidden;
}
div#champion-rotation li {
	float: left;
	list-style-type: none;
	width: 65px;
}
div#champion-rotation img {
	height: 60px;
	width: 60px;
}

div#facebook-promo {
	margin: 0;
}

div#index-links {
	float: right;
	margin: 1em 0;
	width: 210px;
}
div#index-links ul {
	margin: 2em 0;
}
div#index-links ul li {
	background: transparent url('../img/arrow-small.png') no-repeat center left;
	list-style-type: none;
	margin-bottom: 0.5em;
	padding-left: 18px;
}
div#index-links ul#index-links-out {
	margin-top: 3px;
}

