#content,
#content div.content
{
	width: 960px;
}

#content div.intro
{
	margin-bottom: 10px;
}

#content div.intro h1
{
	margin-bottom: 15px;
	font-size: 24px;
}

#content div.intro div.description
{
	margin-left: 340px;
	margin-right: 15px;
}

#content div.intro div.mpu
{
	float: left;
	margin-left: 15px;
}

#content div.livetext
{
	background-color: transparent;
	background-image: url(../../../img/EurogamerPage/sidebar.png);
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}

#content div.livetext div#livetext-feed
{
	float: left;
	clear: none;
	width: 610px;
}

#content div.livetext h2.introduction,
#content div.livetext div.comments h2
{
	border-bottom: 1px solid #e0e0e0;
	background-color: white;
	padding: 0 15px 10px 0;
}

#content div.livetext h2.introduction
{
	margin-right: 0;
}

#content div.livetext div.comments h2
{
	margin: 0px -15px 0;
	padding-left: 15px;
}

#content div.content form#comment-form
{
	margin: 0 -15px;
	border-radius: 0;
	width: 330px;
}

#content div.content form#comment-form textarea
{
	width: 285px;
	height: 70px;
	margin: 5px 15px;
}

#content div.content form#comment-form input[type=submit]
{
	margin-left: 15px;
}

#content div.livetext div.comments
{
	position: relative;
	float: left;
	width: 300px;
	clear: none;
	margin: 0 15px;
	background-color: transparent;
}

#content div.livetext div.comments ul.list.comments
{
	min-width: 0;
}

#content div.livetext div.comments ul.list.comments,
#content div.livetext div.comments ul.list.comments li
{
	width: 300px;
}

/*
#content div.livetext div#livetext-feed,
#content div.livetext div.comments
{
	height: 800px;
	overflow: auto;
}
*/

/* ---- Item styles ---------------------------------------- */

.item
{
	float: left;
	width: 600px;
	padding: 10px 0 10px 10px;
}

.item h2
{
	float: left;
	width: 130px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.item h2 span.timestamp,
.item h2 span.author
{
	float: left;
	clear: both;
}

.item p,
.item img,
.item.video div,
.item.video p.caption,
.item object,
.item div.comment
{
	display: block;
	float: right;
	width: 445px;
}

.item img
{
	float: left;
	width: auto;
	height: auto;
	max-width: 445px;
}

.item.comment div.reply + div.comment
{
	padding-top: 10px;
}

.item div.comment
{
	padding-left: 0;
}

.item div.comment h2
{
	padding-left: 0;
	width: auto;
}

.item div.comment p
{
	width: 425px;
	margin-left: 0;
}