/*======================================================================*\
|| #################################################################### ||
|| # Project Reality Joomla Template                                  # ||
|| # http://www.realitymod.com                                        # ||
|| # Version: v1.0.2                                                  # ||
|| # ---------------------------------------------------------------- # ||
|| # By Robert Benya (robert@benyadesigns.com)                        # ||
|| # This script may not be used, altered, or distributed in anyway   # ||
|| # without the express written permission of Robert Benya and/or    # ||
|| # http://www.benyadesigns.com.                                     # ||
|| # Copyright © 2008-2009 Robert Benya. All Rights Reserved.         # ||
|| # $Id: media_gallery.css, v1.0.2 11/28/08 16:40:49                 # ||
|| #################################################################### ||
\*======================================================================*/

div.downloads-section h3.title { margin-bottom:10px; }


/************************** 
* Downloads Main
**************************/
#download-banners { margin-top: 20px; }
#download-banners a {
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 2px solid #666666;
	display: block;
	height: 100px;
	margin: 0 auto;
	width: 550px;
}
#download-banners a:hover,
#download-banners a:active,
#download-banners a:focus {
	background-position: left -100px;
	border-color: #898989;
}
#download-banners a#download-banner-prbf2 { background-image: url("../images/downloads/prbf2_download_banner.jpg"); }
#download-banners a#download-banner-prarma2 { background-image: url("../images/downloads/prarma2_download_banner.jpg"); }



/************************** 
* Downloads Section
**************************/
div.download {
	background:#555555;
	border:1px solid #000000;
	border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
	margin:0 auto 10px auto;
	padding-bottom:10px;
	width:630px;
}
div.download-header {
	background:url("../images/template/pr-dl-header-bg.gif") repeat-x top left transparent;
	border-bottom:1px solid #000000;
	height:25px;
	text-align:right;
}
div.download-header h3 {
	color:#0099FF;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	margin:0;
	padding:0 6px;
}
div.download-header img.game-icon {
	margin-right:5px;
	vertical-align:middle;
}
div.download-header div.sub-header {
	float:right;
	font-weight:bold;
	padding:5px 6px 0 0;
}
div.download div.download-body { padding:10px 10px 0; }
div.download-body a.screenshot {
	background-color:#666666;
	border:3px solid #666666;
	float:left;
	margin-right:10px;
}
div.download-body a.screenshot:hover {
	background-color:#898989;
	border-color:#898989;
}
div.download-body .label {
	color:#ffffff;
	font-weight:bold;
}
div.download-body p {
	color:#cccccc;
	margin:0 0 12px;
	padding:0;
}
div.download-controls {
	height:20px;
}
div.download-controls div {
	float:left;
	margin-right:6px;
}


/* Download information */
table.download-info {
	width:608px;
	margin-top:6px;
}
table.download-info td {	
	color:#cccccc;
	padding:4px 10px;
}
table.download-info tr.part-header td {	
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:4px 0 6px;
}
table.download-info tr.part-header td.part-name {
	color:#cccccc;
	font-size:10px;
	font-weight:normal;
	text-align:right;
}
table.download-info td.desura-row {	
	padding:6px 0 0;
	text-align:center;
}

/* Download mirros */
table.download-info div.mirror-country { margin:3px 4px 0 0; }
table.download-info div.mirror-name {
	font-weight:bold;
	margin-top:3px;
}
table.download-info div.mirror-report { margin-right:6px; }
a.desura-link {
	background: url("../images/downloads/desura_pr_banner.png") no-repeat left top transparent;
	display: block;
	height: 25px;
	margin:0;
	padding:0;
}
a.desura-link:hover { background-position: left -25px; }


/************************** 
* Passwords Page
**************************/
div.password-wrapper h2 {	margin-bottom:20px; }
div.password-wrapper .alt { background:#666666; }
div.password {
	background:#555555;
	border:1px solid #000000;
	border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
	margin:10px auto 15px auto;
	padding-bottom:10px;
	width:90%;
}
div.password-header {
	background:url("../images/template/pr-dl-header-bg.gif") repeat-x top left transparent;
	border-bottom:1px solid #000000;
	height:25px;
	text-align:right;
}
div.password-header h3 {
	color:#ffff33;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	margin:0;
	padding:0 6px;
}
div.password-header img.game-icon {
	margin-right:5px;
	vertical-align:middle;
}
div.password-header div.sub-header {
	float:right;
	font-weight:bold;
	padding:5px 6px 0 0;
}
div.password-body {
	margin:0;
	padding:0 10px 0 10px;
}
div.password-body div.release-date {
	border-bottom:1px dotted #cccccc;
	color:#cccccc;
	font-size:11px;
	margin:0 10px 10px;
	padding:0 0 9px;
	text-align:center;
}
/* Current version */
div.current-version {
	font-size:15px;
	font-weight:bold;
	margin:10px 10px 2px;
	padding:0;
	text-align:center;
}

/* Latest password */
div.latest-password {
	font-size:15px;
	line-height:100%;
	margin:0 auto 5px;
	text-align:center;
}

/* No password */
span.no-password {
	font-size:12px;
	font-style:italic;
}

/* Countdown */
.password-countdown {
	font-size:17px;
	margin:10px auto 0;
	width:65%;
}
.countdown_rtl { direction:rtl; }
.countdown_holding span {	background-color:#cccccc; }
.countdown_row {
	clear: both;
	padding:0px 2px;
	text-align:center;
	width:100%;
}
.countdown_show1 .countdown_section { width:98%; }
.countdown_show2 .countdown_section { width:48%; }
.countdown_show3 .countdown_section {	width:32.5%; }
.countdown_show4 .countdown_section {	width:24.5%; }
.countdown_show5 .countdown_section {	width:19.5%; }
.countdown_show6 .countdown_section {	width:16.25%; }
.countdown_show7 .countdown_section {	width:14%; }
.countdown_section {
	display:block;
	float:left;
	font-size:75%;
	text-align:center;
}
.countdown_amount {	font-size:200%; }
.countdown_descr {
	display:block;
	width:100%;
}
.yellow { color:yellow;	}
.orange { color:orange; }
.red { color:red; }


/* Previous versions */
div.previous-versions {
	font-size:11px;
	margin:10px 0 0;
	padding:0;
}
div.previous-version {
	background:none;
	padding:5px;
	margin-bottom:5px;
}
div.previous-version-title {
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
}
div.previous-version-pass {	color:#cccccc; }
div.previous-version-date {
	font-style:italic;
	font-weight:normal;
	float:right;
}
div.previous-versions .first { padding-top:0; }
div.previous-versions .last { margin-bottom:0; }

