#content,
#content div.content
{
	background-image: none;
	background-color: white;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content div.content h1
{
	margin: 0;
}

#content div.intro,
#content div.livetext
{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

#content div.intro p
{
	clear: none;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#content div.livetext a.tool.plain
{
	margin: 10px;
	float: none;
	padding: 8px;
	line-height: 11px;
	height: auto;
}

#livetext-feed
{
	margin: 0 10px;
}

#sidebar
{
	position: relative;
}

#comments h2
{
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	line-height: normal;
	margin: 0;
	padding: 8px 0px 10px 0px;
}

h2.introduction
{
	position: relative;
}

#content div.content form#comment-form
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background-color: #202020;
	background-image: url(../../img/EurogamerPage/Comments/comments.png);
	color: white;
	border-radius: 5px;
}

#content div.content form#comment-form textarea
{
	width: 250px;
	margin: 0 10px 5px;
}

#content div.content form#comment-form input[type=submit]
{
	line-height: 1;
	margin-left: 10px;
	padding: 6px 8px 8px;
	font-weight: bold;
}

#content div.content form#comment-form span#comment-hint
{
	display: block;
	float: left;
	padding: 6px 0 0 10px;
	color: white;
	font-size: 10px;
	max-width: 246px;
	font-family: Verdana, sans-serif;
}

#theTop span.updater
{
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;	
	line-height: normal;
	font-size: 10px;
	line-height: 10px;
	padding: 4px 4px;
	background-color: red;
	color: white;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	margin-bottom: 0;
}

span.updater img
{
	vertical-align: middle;
}

#content h1 span.status
{
	position: absolute;
	top: 9px;
	right: 7px;
	display: block;
	font-weight: bold;
	color: black;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	margin: 0;
	padding: 4px 7px;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	opacity: 1;
	font-size: 18px;
}

span.status.live
{
	background-color: #71c800;
}

.item
{
	clear: both;
	border-bottom: 1px solid #e4e6eb;
	padding: 15px 10px;
	margin: 0;
}

.item:last-child
{
	border-bottom: 0;
}

.item h2,
.item p
{
	margin: 0;
	padding: 0;
	clear: none;
	font-size: 100%;
}

.item h2
{
	font-size: 80%;
}

.item img
{
	max-width: 100%;
}

.item h2
{
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-bottom: 5px;
}

.item h2 span.author
{
	color: #909090;
	font-weight: normal;
	float: right;
}

.item h2 span.bullet
{
	display: inline;
	font-weight: bold;
	color: red;
}

.item.comment div.comment p
{
	background-color: #f7f8fb;
	border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
	clear: both;
	padding: 10px 10px;
}

.item.comment h2
{
	background-position: 3px 0px;
	background-image: url(../../img/EurogamerPage/Livetext/icon-comment.png);
}

.item.comment div.comment h2
{
	background-image: none;
}

.item.text h2
{
	background-position: 0px -3px;
	background-image: url(../../img/EurogamerPage/Livetext/icon-news.png);
}

.item.video h2
{
	background-position: 0px 2px;
	background-image: url(../../img/EurogamerPage/Livetext/icon-video.png);
}

.item.image h2
{
	background-position: 0px 1px;
	background-image: url(../../img/EurogamerPage/Livetext/icon-screenshots.png);
}

.item.comment h2.comment
{
	float: left;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 4px 24px;
	width: auto;
	color: black;
}

.item.comment p.reply
{
	margin: 0;
	padding: 0;
	clear: both;
	background-color: transparent;
}

.item.video p.caption
{
	position: relative;
	cursor: pointer;
	float: left;
	width: 100%;
	clear: both;
	background-color: #0b0b0b;
	color: white;
	text-align: center;
	padding: 5px 0;
	font-style: italic;
}

.item.video p img,
.item.video p span
{
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.item.video p span
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	background-color: #202020;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
	line-height: normal;
	z-index: 2;
}

.item.video p img
{
	position: relative;
}

#summary
{
	clear: both;
	padding: 10px 14px;
}

#comment-feed
{
	clear: both;
}

#livetext-overlay
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100001;
	text-align: center;
}

#livetext-overlay div#livetext-curtain
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	background-color: black;
	opacity: 0.5;
	text-align: center;
}

#livetext-overlay img#livetext-image,
#livetext-overlay p#livetext-video
{
	position: relative;
	display: block;
	clear: both;
	z-index: 3;
	opacity: 1;
	padding: 0;
	margin: 0px auto;
	background-color: white;
	border: 10px solid white;
}

#livetext-overlay img#livetext-image
{
	max-width: 80%;
	max-height: 80%;
}

#livetext-overlay a#livetext-close
{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	border: 1px solid red;
	font-weight: bold;
	background-color: red;
	color: white;
	border: 2px solid white;
	border-radius: 120px; -webkit-border-radius: 120px; -moz-border-radius: 120px;
	padding: 2px 7px 4px;
	line-height: normal;
	text-decoration: none;
}

#livetext-overlay a#livetext-close:hover
{
	background-color: #2f2f2f;
	cursor: pointer;
}

p#login-notice
{
	padding: 6px 10px;
	background-color: #2f2f2f;
	font-weight: bold;
	color: white;
	border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
	margin: 8px 0px;
}

div.promo
{
	font-size: 140%;
	font-weight: bold;
	padding: 22px 24px;
	background-color: #2f2f2f;
	color: white;
}

/* ---- Comments ------------------------------------------- */

#content ul.list.comments
{
	margin: 0 10px 0 0;
	padding: 0;
}

#content ul.list.comments li,
#content ul.list.comments li:nth-child(even)
{
	margin: 0;
	padding: 10px 0;
	background-color: transparent;
	border: none;
	width: 100%;
	float: left;
	border-bottom: 1px solid #e4e6eb;
}

#content ul.list.comments li h3
{
	position: relative;
	padding-left: 25px;
	font-weight: bold;
}

#content ul.list.comments li h3 a
{
	font-family: Proxima, sans-serif;
	font-size: 14px;
}

#content ul.list.comments li h3 span
{
	float: right;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #c0c0c0;
	font-weight: normal;
}

#content ul.list.comments li h3 img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
}

#content ul.list.comments li img
{
	max-width: 100%;
}

#content ul.list.comments li table,
#content ul.list.comments li table tr,
#content ul.list.comments li table tr td
{
	margin: 0;
	padding: 0;
}

#content ul.list.comments li table tr td
{
	padding: 2px 0 0 25px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
}