/*
	Name: 
	Date: 
	Description: 
	Version: 1.0
	Author: 9dsgn
	Autor URI: 9dsgn.com
*/


/* Global */
/* Begin fullscreen background */
img.bg {min-height: 100%;min-width: 1024px;width: 100%;height: auto;position: fixed;top: 0;left: 0;}
@media screen and (max-width: 1024px){img.bg {left: 50%;margin-left: -512px; }}
div#content, div#header {position: relative;}
/* End fullscreen background */

/* fonts */
@font-face {
    font-family: 'CantarellRegular';
    src: url('fonts/Cantarell-Regular-webfont.eot');
    src: url('fonts/Cantarell-Regular-webfont.eot?iefix') format('eot'),
         url('fonts/Cantarell-Regular-webfont.woff') format('woff'),
         url('fonts/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('fonts/Cantarell-Regular-webfont.svg#webfontABgg4EO0') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellOblique';
    src: url('fonts/Cantarell-Oblique-webfont.eot');
    src: url('fonts/Cantarell-Oblique-webfont.eot?iefix') format('eot'),
         url('fonts/Cantarell-Oblique-webfont.woff') format('woff'),
         url('fonts/Cantarell-Oblique-webfont.ttf') format('truetype'),
         url('fonts/Cantarell-Oblique-webfont.svg#webfont3PgZ7J9k') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellBold';
    src: url('fonts/Cantarell-Bold-webfont.eot');
    src: url('fonts/Cantarell-Bold-webfont.eot?iefix') format('eot'),
         url('fonts/Cantarell-Bold-webfont.woff') format('woff'),
         url('fonts/Cantarell-Bold-webfont.ttf') format('truetype'),
         url('fonts/Cantarell-Bold-webfont.svg#webfontrmxS4R7l') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellBoldOblique';
    src: url('fonts/Cantarell-BoldOblique-webfont.eot');
    src: url('fonts/Cantarell-BoldOblique-webfont.eot?iefix') format('eot'),
         url('fonts/Cantarell-BoldOblique-webfont.woff') format('woff'),
         url('fonts/Cantarell-BoldOblique-webfont.ttf') format('truetype'),
         url('fonts/Cantarell-BoldOblique-webfont.svg#webfontkS4olXm8') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color:black;
	color:white;
	font-family: 'CantarellRegular', arial, 'sans serif';
	font-size:12px;
	text-align:center;
	text-shadow: 0px 0px 6px #000000;
}
a {
	color:#fcff00;
}
a:hover {
	text-shadow: 0px 0px 6px #fcff00;
}

/* Drawer */
#drawer {
	text-align:right;
	text-transform:uppercase;
	padding:8px;
	padding-right:20px;
	font-family: 'CantarellRegular';
	background-image:url('img/tint.png');
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:999;
}
/* Width */
#header, #content {
	width:700px;
	margin:auto;
}

/* Header */
#header {
	text-align:center;
	margin-bottom:25px;
	margin-top:25px;
}
#title {
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
    left: 300px;
    position: absolute;
    top: 170px;
}

/* Content */
#content {
	clear:both;
	text-align:left;
}
#sidebar {
	height:100%;
	width:200px;
	float:left;
}
#logo {
	padding:10px;
}

#nav {
	padding: 12px;
	width:150px;
	float:left;
	margin-top:8px;
	background-image:url('img/tint.png');
}
#nav ul {
	font-family: 'CantarellRegular';
	font-size: 18px;
	line-height:24px;
	text-transform: uppercase;
}
#nav li {
	margin-right: 10px;
	text-align:left;
}
#nav a {
	color: #333;
	background-image: url('img/nav-ind-off.png');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-right:10px;
	padding-left:30px;
}
#nav a:hover {
	color:#fcff00;
	background-image: url('img/nav-ind.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li.active a {
	color:#84ff00;
	background-image: url('img/nav-act.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-shadow: 0px 0px 6px #84ff00;
}
#nav li.active a:hover {
	color:#00ff00;
	background-image: url('img/nav-act-ind.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-shadow: 0px 0px 6px #00ff00;
}
#items {
	margin-left:200px;
	background-image:url('img/tint.png');
}
.item {
	font-family: "trebuchet ms";
	margin-left: 1px;
	margin-top:8px;
	text-align:left;
	position:absolute;
}
.item h1 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}
.item li {
    width: 300px;
}
.item li img {
	float:left;
}
.item li h2 {
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#999;
}
.item a:hover li h2 {
	text-shadow: 0px 0px 6px #999;
}
.item p {
}
.portfolio-item {
	margin-bottom:20px;
	clear:both;
}
.portfolio-item img {
	float:left !important;
	margin-bottom:20px;
}
.portfolio-item ul {
	margin-left:270px;
}

#item4.item {
	margin-top: 2px;
}
#item4 label {
	display: block;
	background: none;
	background-image:url('img/tint.png');
	border-left:1px solid #333;
	border-top:1px solid #333;
	border-right:1px solid #333;
	padding: 3px;
	font-size: 10px;
	width: 80px;
	text-align:center;
	color: #aaa;
}
input, textarea {
	background: none;
	background-image:url('img/tint.png');
	border:1px solid #333;
	color: white;
	margin: 0;
	padding: 3px;
	width: 100%;
	margin-bottom: 5px;
}
.submit {
	width: 100px;
	margin-right: -8px;
	float: right;
}

/* next prev */
#next, #prev {
	position:fixed;
	top:290px;
	background-image:url('img/tint.png');
	text-transform:uppercase;
	height:80px;
	line-height:80px;
	width:110px;
}
#next img, #prev img {
	position:fixed;
}
#next {
	right:18px;
}
#next img {right:0;}
#prev {
	left:18px;
}
#prev img {left:0;}


