/*
Description: a-brief-description
Author: 
Author URI: www.a-potato.com
.
General comments/License Statement if any.
.


[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
*/
@import url('reset.css');
/* =1 Global
*/
body {
	line-height: 1;
	font: normal 1em Arial, Helvetica, sans-serif;	
	background: #000;
	color: #fff;
	
}


.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
*/
a:link, a:visited {
	color: #333;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
/* =3 Headings
*/
h1 {
	font: bold 1.1em "Arial", Times, serif;
	color:#000;
}
h2 {
	font: bold 1.2em "Arial", Times, serif;
	color:#666;
	
	text-align:center;
}
h3 {
	font: bold 1.1em Helvetica, Arial, Geneva, Helvetica, sans-serif;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:70px;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}


#splashcontainer
{

	margin:0 auto;
	text-align:center;
	background: url(../images/home.jpg) no-repeat left top; 
	width:900px;
	height:600px;
}

.enter
{
	color:#7bcb00;
	padding-top:260px;
	padding-left:450px;
}

.arrows
{
	font-size:4em;
	font-weight:bold;
	font-family:Verdana,Arial, Geneva, Helvetica, sans-serif;
	vertical-align:middle;
}



#splashcontainer a:link,#splashcontainer a:visited
{
	color:#fff;
	text-decoration:none;
	letter-spacing:.6em;	
	font-weight:bold;
	
	
}

#container
{
	position: absolute;
	display: inline;
	width: 8000px;
	float: left;
	padding:0px;
	margin: auto 0;
	margin-top:50px;
	vertical-align:middle;
}



#staticContent
{

	float: left;	
	width: 400px;
	background-color:#000;
	padding: 0px 0px 10px 0px;
	
}

#portfolio
{	
	float:right;
	background:#fff;
	margin:0 auto;
	padding:0px;
	margin-top:20px;
	height:500px;		
}

.content
{
	padding:10px;
}

.content a:link, .content a:visited
{
	font: 0.7em Verdana,Arial, Geneva, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

.img {
	margin: 30px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 0.3px #000;
	float: left; 
}

p
{
	font: 0.7em Verdana,Arial, Geneva, Helvetica, sans-serif;
	margin-left:70px;
	line-height:1.1em;
	margin-bottom:6px;
	width:250px;
}

.aboutTxt
{
margin:20px;
}

.floatfix{
         clear: both;
  }

/* =4 Header
*/
/* =5 Navigation
*/



#nav a {
	color:#fff;
}

.controls
{
color:#000;
margin:10px;
padding-top:4px;
font: 0.8em Verdana,Arial, Geneva, Helvetica, sans-serif;
background: url(../images/worksBG.gif) no-repeat left top;
height:25px;
}

.controls a:link, .controls a:visited
{
color:#000;
text-decoration:none;
padding-right:6px;
}

.email
{
padding:4px;
font: 0.8em Verdana,Arial, Geneva, Helvetica, sans-serif;
}

.email a:link,.email a:visited
{
	text-decoration:none;
	color:#888889;
	font-weight:bold;
}

.works
{
		font: 0.9em Verdana,Arial, Geneva, Helvetica, sans-serif;
		letter-spacing:.3em;
		font-weight:bold;
		padding-right:10px;
		
}

.ourWork
{
background: url(../images/apGrey.gif) no-repeat right top;
width:360px;
height:100px;
}

.greenarrows
{
	font-size:2em;
	font-weight:bold;
	font-family:Verdana,Arial, Geneva, Helvetica, sans-serif;
	vertical-align:middle;
	padding-left:70px;
	color:#7bcb00;
}

.ourWork a:link, .ourWork a:visited
{
	font-size:1em;
	color:#fff;
	font-family:Verdana,Arial, Geneva, Helvetica, sans-serif;
	text-decoration:none;
}

.green
{
	color:#7bcb00;
	font-weight:bold;
}

/* =6 Middle
*/

/* =7 Form
*/
/* =8 Extra
*/
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 730px; 
	height: 450px;
	overflow: hidden;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:450px;
		height:450px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
	



/* =9 Footer
*/

