/** Cleanup, Initialization **/
html, body {
	
}

div, span, p {
	margin: 0px;
	padding: 0px;
}

body {
 font-family: Geneva, "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
 font-size: 10pt;
 background-color: #141419;
 line-height: 1.5em;
}

	/*** Shadow Crap ***/
.shadow4 {
		background-color:#12121b;
		margin: 45px auto;
		width: 940px;
		height: auto;
	}

.shadow3 {
		background-color:#0e0e0e;
		position:relative;
		size: inherit;
		bottom: 2px;
		right:2px;
	}
	
.shadow2 {
		background-color:#070707;
		position:relative;
		size: inherit;
		bottom: 2px;
		right:2px;
	}

.shadow {
		background-color:#010101;
		position:relative;
		size: inherit;
		bottom: 2px;
		right:2px;
	}
	
/*** General Header Stuff ***/
#header {
	background-color: #505A78;
	height: 70px;
	width: 980px;
	position: absolute;
	margin: 20px auto;
	top:55px;
	/*left: 18.75%;*/
	z-index:4;
	opacity: 0.9;
}

img#headerlogo {
	padding:0px;
	margin: 8px 0px 10px 46px;
	/*margin: 8px 0px 10px 25px;*/
	clear:both;
}	

img#header2 {
	padding: 0px;
	margin: -8px 0px 10px 43px;
	/*margin: -8px 0px 10px 22px;*/
	clear:both;
}

.spacer {
	height: 180px;
	width: 100%;
	clear:both;
}

/*** Main Container ***/

#container {
	background-color: #28282D;
	position: relative;
	bottom: 1px;
	right: 1px;
	/*
	margin: 35px auto; */
	width: 100%;
	height: auto;
	color: #aaa;
	border: 1px solid black;
	z-index:3;
}

/*** Navigation Bar ***/

#navigation {
	width: 17%;
	margin-right: 1%;
	float: left;
	letter-spacing: 0.1em;
}

.navbarselect {
	background-color: #4c5571;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 10px 25px;
	width: 70%;
	color: #FFB03B;
}

.navbar {
	background-color:#2d2d33;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 10px 25px;
	width: 70%;
	color: #CDCDCD;
}

/*** Naviagtional Links ***/
a:navlink {
	display:block;
	padding: 5px 10px;
}

a.navlink:link {
	color: inherit;
	text-decoration: none;
}

a.navlink:visited {
	text-decoration: none;
	color: inherit;
}

a.navlink:hover {
	color: #FFB03B;
}

/*** General Link rules ***/
a:link {
	color:#A0B4DC;
	text-decoration:none;
}

a:visited {
	color: #A0B4DC;
	text-decoration:none;
}

a:hover {
	color: #ddf;
}
/*** Mid section cut ***/
#mid {
	width: 81%;
	float: left;
	background-color: inherit;
	border-top: 1px solid gray;	
}

/*** Home page - Section Divide ***/
#content {
	width: 76%;
	margin-right:2%;
	float:left;
}
#sidebar {
	width: 18%;
	margin-right: 3%;
	float:left;
	height: 200px;
	background-color: inherit;
}

.pageheader {
	font-size: 20pt;
	color: #ddd;
	position: relative;
	top: -15pt;
	margin:0px;
	padding:0px;
}

/*** Portfolio Page - Section Divide ***/
.project {
	padding: 15px 0px 0px 0px;
	height: 130px;
	border-bottom: 1px solid #444;
}
.prjbrief {
	width: 80%;
	margin-right:3%;
	float:left;
}

.prjshot {
	float: left;
	height: 110px;
	width:80px;
	margin: 0px 15px 0px 0px;
	border: 1px ridge #444;
}

.prjnav {
	width: 14%;
	margin-right: 1%;
	float:left;
	height: 20px;
	background-color: inherit;
}
.prjheader {
	font-size:12pt;
	color: #ddd;
	padding-top: 10px;
}

.prjdesc{
	margin-top:15px;
	padding: 0px;
	height:63px;
	line-height: 1.2em;
}

.prjskills  {
	font-size:7.5pt;
	font-style: normal;
	color: #777;
}

.prjlink {
	padding: 3px 5px;
	font-size: 8pt;
	background-color: #3f3f45;
	
}

.pfprj {
	width: 740px;
	height: auto;
}

.liner {
	border-top: 1px solid #444;
	margin-bottom: 10px;
}

.collab {
	font-size:7pt;
	font-style: normal;
	color: #777;
	top: 10px;

}


/****** Slider Stuff *******/
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 3px solid #3d3d43;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripdesc {
	height: 40px;
}
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 5px 0px 20px 0px; 
padding: 0; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: auto; 
float: left; 
margin: 0 1px 1px 0; 
} 

.stripTransmitter a{ 
padding: 0px 5px;
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #3d3d43; 
color: #fff; 
text-decoration: none; 
display: block; 
}

li#rightarrow {
	margin: 0px 20px;
}
li#leftarrow {
	margin: 0px 20px;
}

.stripTransmitter a:hover, a.current{ 
background: #bbc; 
color: #ff3333; 
} 

#stripdesc {
	position:relative;
	top:-75px;
	width:556px;
	height:45px;
	background-color:#3d3d43;
}
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 


