/* general settings */
body {
	margin: 0px;
	padding: 0px;
	background-image : url(/media/images/background.jpg);
	color: white;
	font-family: Verdana;
}

img {
	border: 0px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

h1 {
	font-size: 2.0em;
	color: #A08960;
}

h2 {
	font-size: 1.6em;
	color: #A08960;
}

h3 {
	font-size: 1.4em;
	color: #A08960;
}

h4 {
	font-size: 1.2em;
	color: #A08960;
}

.no-border {
	border: 0px; 
}

.block { 
	display: block;
}

.left { 
	float: left;
}

/* FIXME */
.navline {
	text-align: center;
}

/* basic containers */
#container {
	width: 957px;
	margin-left:auto; 
	margin-right:auto;
	background-image : url(/media/images/gradient.png);
}

#site {
	width: 933px;
	margin-left:12px; 
	margin-right:12px;
	background-color: black;
}

.content {
	margin-left: 25px; 
	margin-right: 25px;
}


.index-text {
	text-align: left;
	font-size: 0.7em;
	margin-left: 20%;
	margin-right: 20%;
}

/* public navigation bar */
ul#nav-public {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	height: 69px;
}

ul#nav-public li {
	float: left;
}

ul#nav-public li a {
}

ul#nav-public li a img {
	border: 0px;
}

/* footer nativation */
#footer {
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul.footer-nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.footer-nav li {
	display: inline;
}

ul.footer-nav li a {
	margin: 10px;
	color: #A08960;
}

/* download information container */
#download-info {
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

#download-info ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#download-info li {
	display: inline;
}

/* update settings */
.update { 
	width: 933px;
	height: 450px;
	background-image : url(/media/images/update.jpg);
}

.update .header {
	color: #A08960;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	left: 35px;
	top: 20px;
	width: 863px;
	display: block;
}

.update .description {
	color: white;
	font-size: 14px;
	position: relative;
	left: 35px;
	top: 27px;
	width: 863px;
	height: 70px;
	display: block;
}

.update .preview {
	position: relative;
	left: 35px;
	top: 35px;
	width: 863px;
	height: 310px;
}

.update .preview .large {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 475px;
	height: 310px;
}

.member-update-nav {
	width: 933px;
	padding: auto;
}

div.preview-large {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	display: inline;
	border: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 475px;
	height: 310px;
}

div.preview-large img.bg {
	border: 0px;
	left: 0px;
	top: 0px;
	width: 475px;
	height: 310px;
}

div.preview-large img.playbutton {
	border: 0px;
	left: 196px;
	top: 112px;
	width: 83px;
	height: 83px;
	position: absolute;
}

.update .preview .small {
	position: relative;
	left: 450px;
	top: -313px;
	width: 412px;
	height: 310px;
}

.update .preview .previews-small {
	position: relative;
	left: 484px;
	width: 388px;
}

.update .preview .previews-small .preview-small {
	margin-left: 5px;
	margin-bottom: 5px;
	width: 185px;
	height: 150PX;
}


/* trailer page */
.trailer {
	text-align: center;
	display: block;
}


/* member actions */
.member-actions {
	text-align: center;
	margin-bottom: 20px;
}

/* list of other sites */
#other-sites {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

ul#other-sites-list {
	list-style-type: none;
	margin-top: -5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-image : url(/media/images/others_mid.jpg);
}

ul#other-sites-list li {
	display: inline;
}

ul#other-sites-list img {
	border: 0px;
}

/* join page */
table#join {
	left: 5%;
	right: 5%;
	margin: 40px;
}

#join img {
	border: 1px solid #A08960;
}

.join-title {
	color: #A08960;
}

.join-description {
}

#join a {
	color: white;
}

h4.join-title {
	font-size: 1.4em;
	color: #A08960;
}

.payment-title {
	color: #A08960;
}

.payment-description {
}

ul.payment-form {
	margin: 0px;
}

ul.payment-form li {
}

ul.payment-form li a {
}


/* FIXME */
#header-top {
	display: block;
}

#header {
	display: block;
}

