/* Used for clearing floats */
.clear {
	clear: both;
}

.red {
	color: #f00;
}



/* Custom fonts*/
@font-face {
	font-family: ebrima;
	src: url("ebrimabd.eot"); /* EOT file for IE */
}

@font-face {
	font-family: ebrima;
	src: url("ebrima.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: torchlight;
	src: url("Torchlight_Regular.eot"); /* EOT file for IE */
}

@font-face {
	font-family: torchlight;
	src: url("Torchlight_Regular.ttf"); /* TTF file for CSS3 browsers */
}


#logo-button {
	width:200px; 
	height:30px; 
	display:block; 
	float:left;
}


/*
	NIVO Slider Stuff
*/

.nivoSlider {
    position:relative;
    background:url("../js/themes/dark/loading.gif") no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.caption-heading {
	font: bold 20px torchlight;
	line-height: 24px;
	letter-spacing: 1px;
	color: #f00;
}


/* General stuff */

body {
	background: #000;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}

#container {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#login-strip {
	width: 1000px;
	height: 50px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
	
#login-strip {
	font-family: ebrima;
	font-size: 12px;
	font-weight: bold;
	color: #cfcfcf;
	text-decoration: none;
}

#login-strip a, #header-strip a {
	font-family: ebrima;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#header-strip {
	width: 1000px;
	height: 30px;
	background: transparent url("../img/header-strip.jpg") no-repeat 0px 0px;
}

	#header-strip .version-strip {
		width: 175px;
		height: 40px;
		float: right;
		margin: 5px 10px;
		padding: 0px;
		font-family: ebrima;
		font-size: 12px;
		font-weight: bold;
		color: #cfcfcf;
		text-transform: uppercase;
		text-decoration: none;
	}
		
#links-strip {
	width: 1000px;
	height: 174px;
	background: transparent url("../img/links-strip.jpg") no-repeat 0px 0px;
	padding: 0px 15px;
	margin-bottom: 50px;
}

	#links-strip .download,
	#links-strip .news,
	#links-strip .features,
	#links-strip .media,
	#links-strip .forums {
		width: 155px;
		height: 174px;
		padding: 0px;
		float: left;
	}
	
	#links-strip .download, 
	#links-strip .news, 
	#links-strip .features,
	#links-strip .media	{
		margin-right: 50px;
	}
	
	
#news-wrapper, 
#news-content-wrapper {
	width: 100%;
	padding: 0px;
	margin: 0px 0px;
	text-align: center;
}

#news-wrapper .left { float: left; }
#news-wrapper .center { float: left;	margin: 0px 30px; }
#news-wrapper .right { float: right; }

.news-header {
	font: 18px torchlight;
	color: #f00;
	text-transform: uppercase;
	width: 300px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	padding: 0px;
}

.news-content {
	font: 14px ebrima;
	text-align: left;
	color: #fff;
	width: 300px;
	padding: 0px;
}

#footer-strip {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	clear:both;
}

	#footer-strip img {
		margin: 0px 30px;
	}
	
	#footer-strip #site-created {
		font:14px ebrima; color:#fff;	
	}
	
	#footer-strip #site-created a {
		font: 14px ebrima; color:#fff; text-decoration:underline;
	}


/* Form stuff */

.input-button {
	width: 120px;
	height: 36px;
	border: 0px;
	background: transparent url("../img/button.png") no-repeat 0px 0px;
	margin: 0px auto;
	font: bold 14px ebrima;
	color: #fff;
	text-transform: uppercase;
}

.input-button:active {
    left: 1px;
    position: relative;
    top: 1px;
}

.input-box {
	padding: 1px;
	color: #000;
	font: 14px ebrima;
}

.form-wrapper {
	margin: 0px auto;
	color: #cfcfcf;
	font: 14px ebrima;
	width: 100%;
}

	.form-wrapper table {
		width: 100%;
	}

	.form-wrapper table.default {
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	
	.form-wrapper table.default tr {
		height: 40px;
	}
	
	.form-wrapper table.default td.subtext {
		font: 12px ebrima;
		color: #cfcfcf;
		padding-left: 20px;
	}
	
		.form-wrapper tabel.default td.subtext a {
			color: #f00;
		}
	
	.form-wrapper table.default td label.desc {
		color: #f00;
		margin: 0px 20px 0px 0px;
		width: 150px;
		display: block;
	}
	
	.form-wrapper label.error {
		width: auto;
		color: #f00;
	}
	
	.form-wrapper a {
		color: #cfcfcf;
		font: 14px ebrima;
	}
	
	.form-wrapper a:hover {
		color: #fff;
	}

/* Table for outputting data rows */

table.data, 
table.data-sort{
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
}

table.data-sort {
	cursor: move;

}

table.data td, 
table.data-sort td {
	padding: 10px;
}
	
#error-wrapper, 
#confirmation-wrapper {
	color: #cfcfcf;
	font: 14px ebrima;
}

	#error-wrapper h1, 
	#confirmation-wrapper h1 {
		color: #f00;
		font: 18px torchlight;
	}
	
	#error-wrapper a, 
	#confirmation-wrapper a {
		color: #fff;
	}
	
#features-wrapper,
#patches-wrapper {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#features-links,
#news-links {
	float: left;
	font: 14px ebrima;
	margin: 0px;
	padding: 0px;
	width: 300px;
	color: #fff;
}

	#features-links ul,
	#news-links ul {
		margin-bottom: 30px;
	}

	#features-links a,
	#news-links a {
		color: #f00;
		font: 14px ebrima;
		text-decoration: none;
	}
	
	#features-links a:hover,
	#news-links a:hover {
		text-decoration: underline;
	}
	
.features-content,
.patches-content {
	width: 700px;
	color: #cfcfcf;
	padding-bottom: 30px;
	border-bottom: 1px solid #cfcfcf;
	float: right;
	font: 14px ebrima;
	margin: 0px auto;
	text-align: left;
}


	.features-content h1,
	.patches-content h1 {
		font: 24px torchlight;
		color: #f00;
	}
	
	.features-content ul,
	.patches-content ul {
		font-weight: bold;
	}
	
	.features-content ul li,
	.patches-content ul li {
		font: 14px ebrima;
	}
	
	.features-content a,
	.patches-content a {
		color: #f00;
		text-decoration: underline;
	}
	
.video-row,
.news-row {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
}

	.video-row .thumbnail,
	.news-row .thumbnail {
		float: left;
		margin: 0px 10px;
	}
	
	.video-row .title,
	.news-row .title {
		font: 16px torchlight;
		color: #fff;
	}
	
		.video-row .title a,
		.news-row .title a {
			color: #fff;
			font: 16px torchlight;
		}
	
	.video-row .caption,
	.news-row .caption {
		font: 14px ebrima;
		color: #cfcfcf;
	}
	
.download-button {
	width: 700px;
	height: 200px;
	background: transparent url("../img/download.jpg") no-repeat;
}
	
	.download-button .download-text {
		width: 400px;
		height: 100px;
		position: relative;
		top: 100px;
		left: 250px;
		font: 30px Torchlight;
		color: #fff;
		text-align: center;
	}
	
		.download-text a {
			color: #ff0;
			text-decoration: underline;
			font: 22px Torchlight;
		}
