/******************************************************************

MOVIEREPORTER WEBSITE
==============
 
Use:	index.html

Author(s):
- Peter Klein

Last changes:
- created (30.05.2009)

*******************************************************************/
body.index .social li {
	background:url(/images/new/mr_sprite.png) no-repeat;
}
body.index #navigation {
	background-position:-146px -67px;
	width:900px;
}
body.index input#search {
	padding-right:10px;
}
body.index #container {
	width:900px;
}
body.index .box {
	background:#fff;
	margin:0 0 20px 0;
	padding:8px;
}
body.index .slideshow {
	background:#fff;
	float:left;
	margin-bottom:15px;
	width:884px;
}
body.index #column-left {
	float:left;
	margin:0 20px 0 0;
	width:565px;
}
body.index h2 {
	border-bottom:1px solid #ccc;
	color:#333;
	font-size:16px;
	margin:5px 0 10px;
	padding:5px 0;
}
body.index h2 span {
	font-size:12px;
}
body.index .latest-news {
	float:left;
	padding-left:0;
	width:892px;
}
body.index .latest-news .small_box {
	border-right: 1px solid #ccc;
	float: left;
	padding:0 8px;
	width: 296px;
	position: relative;
}
body.index .latest-news .small_box_right {
	float:left;
	padding:0 0 0 8px;
	width: 250px;
	position: relative;
}
body.index .current-news,
body.index .current-cinema-movies,
body.index .dvd-blueray,
body.index .feed {
	float:left;
	width:550px;
}
body.index .feed_item {
	border-bottom: 1px solid #eee;
	clear:both;
	float:left;
	padding: 3px 0;
	width:550px;
}
body.index .feed-text {
	width:510px;
}
body.index .feed-text img {
	float:left;
	margin:0 10px 5px 0;
}
body.index .more {
	text-align:right;
}
body.index .current-news .news-item {
	clear:both;
	float:left;
	width:550px;
}
body.index .current-news .news-item img {
	float:left;
}
body.index .current-news .news-text {
	float:right;
	width:420px;
}
body.index .current-news .news-text p {
	margin:10px 0 0 0;
}
body.index #sidebar{
	clear:none;
	float:left;
}
body.index #sidebar h2 {
	background:transparent;
	color:#333;
}
body.index #sidebar .movie-of-the-week,
body.index #sidebar .social,
body.index #sidebar .current-trailer,
body.index #sidebar .photo-show,
body.index #sidebar .current-poll,
body.index #sidebar .current-raffle {
	clear:both;
	float:left;
	width:300px;
}
body.index .movie-of-the-week .poster {
	float:left;
	width:100px;
}
body.index .social li {
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
	padding:0 0 5px 50px;
}
body.index .social li.rss {
	background-position:-1364px -100px;
}
body.index .social li.twitter {
	background-position:-1364px -3px;
}
body.index .social li.facebook {
	background-position:-1364px -51px;
}
body.index .social li a {
	display:block;
	font-weight:bold;
	font-size:15px;
}
body.index .top-video,
body.index .top_video {
	border-bottom:1px solid #ccc;
	clear:both;
	float:left;
	padding:5px 0;
	width:300px;
}
body.index .top_video {
	margin:0 0 0;
}
body.index .top_video h3 {
	margin:5px 0 0 0;
}
body.index .current-news .news-item:hover,
body.index .top-video:hover,
body.index .top_video:hover {
	background:#FFFDDF;
}
body.index .current-news .news-item:hover img,
body.index .top-video:hover img,
body.index .top_video:hover img {
	background:#fff;
	border-color:#666;
}
body.index .top-video img {
	float:left;
	margin:0 8px 0 0;
}

body.index #copy {
	background:#f1f1f1;
	float:left;
	margin:0;
	padding:12px 0;
	width:880px;
}
