/*
-------------------------------------
ARAS-STUDIO CODENAME "FLICKAFREAK" CSS
-------------------------------------
Website: http://www.arasdarmawan.com
Codename: Flickafreak
Version: 1.0
Designer: Aras Darmawan
-------------------------------------
*/



/* MAIN */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: "Georgia", "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-color: #000;
	background-repeat: repeat;
	width: 100%;
}


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

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

#logoholder {
	width: 640px;
}

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

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

#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: 36px;
	width: 682px;
	margin-top: 15px;
}


.projecttitlereel {
	height: 36px;
	width: 682px;
	margin-top: 15px;
}


.projectnavprev {
	width: 640px;
	margin-left: 43px;
}

.projectnavnext {
	width: 200px;
	float: right;
	text-align: right;
}

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

.projectimg {
	width: 640px;
	height: 360px;
	margin-top: 5px;
	margin-left: 41.3px;
}

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

.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: 682px;
	text-align: right;
	padding-top: 16px;
}
