
.flash-holder {
	background-image: url(../images/header-noflash-extras.png);
}

#wrapper.extras {
	background: url(../images/bg-extras-main-holder.gif) repeat-y 50% 0;
}

.extras .main-holder {
	background: url(../images/bg-extras-main-holder.gif) repeat-y;
}

.extras #main {
	background: url(../images/bg-extras-main.png) no-repeat;
}

.post h2 {
	color: #0B022B;
	border-bottom: 1px solid #b5b2bf;
}

.networks ul{border-color:#2e274b}

.post .title .info li {
	color: #848095;
}

.content {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
}

.avatar {
	background-color: #090721;
	height: 90px;
	width: 90px;
	clear: none;
	float: left;
	margin: 0 5px 0 5px;
}

.avatar img {
	height: 90px;
	width: 90px;
}
.wallpaper {
	width: 140px;
	margin: 0 5px 0 5px;
	float: left;
}

.wallpaper img {
	background-color: #090721;
	height: 94px;
	width: 140px;
	border: 1px #000000 solid;
}
.wallpaper ul {
	list-style: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.wallpaper ul li {
	background: url(../images/ico-star.gif) no-repeat 0px 2px;
	float: left;
	width: 120px;
	font-size: 11px;
	line-height: 13px;
	padding: 2px 0 0 14px;
}
.wallpaper ul li a {
	width: 120px;
}

.extraimage {
	float: left;
	margin-right: 10px;
	clear: none;
}


.avatar, .wallpaper, .launchbtn {
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
}

.avatar:hover, .wallpaper:hover, .launchbtn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

