/************************************************************************/
/* Logic-Sunrise                                                        */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2009                                                   */
/* http://www.logic-sunrise.com                                         */
/*                                                                      */
/* ===========================                                          */
/* $Id: templates/css/releases.css,v 1.0   by      Nickaardo Exp $      */
/************************************************************************/

#releases-header {
	border: 1px solid #000000;
	padding-top: 6px;
	background-color:#000000;
}

#releases-title {
	background-image: url(../images/frame-top-colors/frame-top-common-background.gif);
	background-repeat: repeat-x;
	padding: 5px 0px 0px 14px;
	height: 23px;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

#releases-text {
	background-color: #000000;
	color: #4f4f4f;
	font-weight: bold;
	padding: 5px 5px 10px 15px;
}

.releases-all {
	height: 300px;
	overflow: hidden;
	width: 640px;
	float: left;
	background-color: #000000;
	padding: 0px 5px 0px 15px;
}

.releases-all-big {
	height: 1172px;
	overflow: hidden;
	width: 640px;
	float: left;
	background-color: #000000;
	padding: 0px 5px 0px 15px;
}

.releases-wrapper {
	height: 910px;
	margin-top: -300px;
}

.releases-wrapper-big {
	height: 3522px;
	margin-top: -1172px;
}

.releases-boxes { height: 300px; }
.releases-boxes-big { height: 1172px; }

.releases-boxes ul { list-style-type: none; }
.releases-boxes-big ul { list-style-type: none; }

.releases-line {
	width: 526px;
	float: left;
}

.releases-line-grey {
	width: 526px;
	float: left;
	background-color: #0f0f0f;
}

.releases-title {
	float: left;
	display: block; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(moz_fix2.xml#ellipsis2);
	color: #FFFFFF;
	width: 467px;
}

.releases-title-grey {
	float: left;
	display: block; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(moz_fix2.xml#ellipsis3);
	color: #FFFFFF;
	width: 467px;
}


.moz-ellipsis2 > DIV:first-child { float: left; }
.moz-ellipsis2 > DIV + DIV
{
	float: right;
	margin-top: -1.2em;
}
.moz-ellipsis2 > DIV + DIV::after
{
	background-color: #000000;
	content: '...';
}

.moz-ellipsis3 > DIV:first-child { float: left; }
.moz-ellipsis3 > DIV + DIV
{
	float: right;
	margin-top: -1.2em;
}
.moz-ellipsis3 > DIV + DIV::after
{
	background-color: #0F0F0F;
	content: '...';
}

.releases-category {
	float: left;
	margin-right: 3px;
}

.releases-date {
	float: left;
	margin-right: 3px;
	color: #676767;
}
.releases-title:hover { color: #FF9600; }
.releases-title-grey:hover { color: #FF9600; }

.releases-links {
	width: 114px;
	color: #676767;
	text-align: right;
	float: left;
}

.releases-links-grey {
	width: 114px;
	color: #676767;
	text-align: right;
	float: left;
	background-color: #0f0f0f;
}

.releases-torrent-not:hover { color: #FF9600; }
.releases-nfo:hover { text-decoration: none; }

.releases-scroll {
	float: left;
	height: 300px;
	width: 20px;
	background-color: #000000;
}

.releases-scroll-big {
	float: left;
	height: 1177px;
	margin-top: -5px;
	width: 20px;
	background-color: #000000;
}

.releases-scroll-up {
	height: 282px;
}

.releases-scroll-up-big {
	float: left;
	width: 20px;
	height: 1161px;
}

.releases-scroll-down {
}

.releases-separator {
	width: 680px;
	height: 15px;
	background-color: #000000;
	clear: both;
}

#releases-nfo-div {
	width: 667px;
	background-color: #000000;
	padding: 13px 0px 0px 13px;
}

.nfo {
	font-family: nfo, courier new;
	font-size: 11px;
	line-height: 1em;
}

#torrent-button {
	background-image: url(../images/earthdl.jpg);
	background-repeat: no-repeat;
	height:70px;
	padding:95px 0px 0px 43px;
}

#torrent-button a {
	color: #FFFFFF;
	font-weight: bold;
}

#torrent-button a:hover { color: #FF9600; }

#torrent-button img {
	margin-left: 5px;
	vertical-align: middle;
}

