/*
-------------------------------------
ARAS-STUDIO CODENAME "NEVERTHERE" CSS
-------------------------------------
Website: http://www.aras-studio.nl
Codename: Neverthere
Version: 1.0
Designer: Aras Darmawan
-------------------------------------
*/



/* MAIN */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 15px;
}

p {
	line-height: 20px;
	margin: 0px;
}
h1, h2, h3 , h4{
	font-size: 11px;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #d10000;
	text-decoration: line-through;
}

img {
	border: none; 
	margin:0; padding:0; 
}

/* ALL ABOUT TYPE */

.bold {
	font-weight: bold;
}

.boldred {
	font-weight: bold;
	color: #d10000;
}

.newstext {
	margin-left: 42px;
	font-weight: bold;
	color: #d10000;
}

.oblique {
	margin-left: 10px;
	font-size: 10px;
	font-weight: normal;
	font-style: oblique;
	color: #d10000;
}

.newswhite {
	font-weight: normal;
	line-height: 0px;
	color: #FFF;
	margin-left: 5px;
}


/* CONTAINER */
#container {
	float: left;
	background-image:url(img/bg.png);
	background-repeat: repeat;
	width: 100%;
}


/* HEADER */
#headerwrap {
	width: 100%;
	background-color: #000;
}

#header {
	height: 128px;
	width: 801px;
	padding-top: 40px;
	padding-left: 40px;	
	background-color: #000;
}

#logoholder {
	width: 800px;
}

#topinfo {
	position:absolute;
	left: 701px;
	top: 40px;
	text-align: right;
}

#navinfo {
	height: 19px;
	width: 44px;
	float: right;
	margin-top:10px;
}
#navworks {
	height: 18px;
	width: 70px;
	float: right;
	margin-top: 10px;
	margin-right: 40px;
}

#newshout {
	position: absolute;
	left: 42px;
}


.barbreaker {
	background-image:url(img/breakbar.png);
	background-repeat: repeat-x;
	width: 100%; 
	position: absolute;
}

.barbreakershort {
	background-image:url(img/breakbar.png);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

/* CONTENT */

#project {
	margin-top: 30px;
}

#video {
	width: 842px;
}

.maincolumn {
	background-color: #000;
	width: 842px;
}

.projecttitle {
	height: 45px;
	width: 842px;
	margin-top: 30px;
}

.projecttitlereel {
	height: 45px;
	width: 842px;
	margin-top: 15px;
}

.newsbox {
	height: 20px;
	width: 842px;
	margin-top: 10px;
	background-color: #000;
}

.projectimg {
	width: 842px;
	margin-top: 6px;
	margin-left: 42px;
}

.blackbox {
	background-color: #000;
	width: 800px;
	margin-top: 6px;
	margin-left: 42px;
}

.textbox {
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 105px;
	margin-top: 30px;
	background-color: #000;
}

.copyrightbox {
	width: 842px;
	text-align: right;
	padding-top: 16px;
}

