/* CSS Document */
/*-----------------------------------------------------------------------------
Kalloc Studios - HTML Site Style Sheet 

version:   1.0
author:    max herholz
email:     max@soulsun69.com
website:   http://www.soulsun69.com/
last update: 04/11/08
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

body {
	background: #010510 url(../images/sideTile.jpg) repeat-x;
}

#porfolio body{
	background: #000000;
}

/* =Layout
-----------------------------------------------------------------------------*/
#backImage {
	height: 570px;
	width: 980px;
}


#index #backImage {
	background: #01040B url(../images/backIndex.jpg) no-repeat;
}


#company #backImage {
	background: #010510 url(../images/backCompany.jpg) no-repeat;
}

#technology #backImage {
	background: #010510 url(../images/backTechnology.jpg)  no-repeat;
}

#careers #backImage {
	background: #010510 url(../images/backCareers.jpg) no-repeat;
}

#contact #backImage {
	background: #010510 url(../images/backContact.jpg) no-repeat;
}

#development #backImage {
	background: #010510 url(../images/backIndex.jpg) no-repeat;
}

#logo {
	padding: 0;
	margin: 0;
	top: 370px;
	left: 650px;
	width: 290px;
	height: 50px;
	position: absolute;
	overflow: hidden;
}

#logo span {
	display: block;
	background: url(../images/logo.jpg) no-repeat; 
	position: absolute;
	left: 0; top: 0; z-index: 1;
	width: 100%;
	height: 100%;
}

h1 {
	color: #4E44A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
}

h2 {
	color: #4E44A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 600;
}

#content {
	position: absolute;
	top: 0;
	left: 75px;
}

/* =header & navigation
-----------------------------------------------------------------------------*/
#header {
	width: 500px;
	height: 54px;
	background: #023D96 url(../images/navBack.jpg) no-repeat;
	float: left;
}

#mainNav{ 
	width: 500px;
	height: 25px;
	margin-top: 29px;
	padding: 0;
	position: relative;
}

#mainNav li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#mainNav li #mainNav a {
	height: 25px;
	display: block;
}

#companyBtn {left: 7px; width: 78px;}
#technologyBtn {left: 95px; width: 101px;}
#careersBtn {left: 206px; width: 73px;}
#contactBtn {left: 289px; width: 74px;}
#developmentBtn {left: 373px; width: 120px;}


/* =copy
-----------------------------------------------------------------------------*/
/* GENERAL SETTINGS */
#copy {
	position: relative;
	margin-top: 54px;
	width: 500px;
	min-height: 500px;
	background-color: #FFFFFF;
}

* html #copy {
	height: 500px;
}

h3 {
	padding-left: 20px;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #01840E; /* GREEN */
	background: url(../images/greenArrow.jpg) no-repeat bottom left;
}

p {
	padding: .7em 2em 1em 2.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	line-height: 150%;
}

#copy ul {
	padding-left: 4em;
	padding-bottom: 1em;
	padding-right: 2em;
	font-size: 12px;
}

#copy li{
	line-height: 115%;
}

#copy a {
	color: #01840E; /* GREEN */
}

/* COMPANY PAGE ELLEMENTS */
#portBtn {
	padding-bottom: 2em;
}

img {
	border: none;
}


/* TECHNOLOGY PAGE ELLEMENTS */
#copy #tech {
	padding-top: .7em;
	padding-left: 2.5em;
	padding-bottom: 2.5em;
}

#copy #tech li{
	line-height: 125%;
	padding-bottom: .6em;
}

#copy span {
	font-weight: bold;
}

#copy #tech #subList {
	padding-left: 2em;
	padding-top: .6em;
	padding-bottom: .4em;
	list-style: square;
}

#technology h3 {
	background: url(../images/greenArrow.png) no-repeat left 55%;
}


.listHead {
	padding-bottom: .2em;
}

.last {
	padding-bottom: 2.5em;
}

#reflect {
	position: relative;
	width: 500px;
	height: 35px;
	margin-bottom: 20px;
	background: url(../images/reflection.jpg) repeat-x;
}

* html #reflect {
	padding-bottom: 20px;
}

