/* START initial.css */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 110% "Helvetica Neue",Helvetica,Verdana,"Bitstream Vera Sans",Arial,Tahoma,sans-serif
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}


/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 2em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* END initial.css */



/* 

interactivepulp.com

top right bottom left 

*/


body {
	background-color: white;
	color: black;
	text-align: center;
	line-height: 1.4;
}

/*
h1, h2, h3, h4, h5, h6, #header {
	font-family: Myriad,"Trebuchet MS",Tahoma,"Bitstream Vera Sans",Verdana,Arial,sans-serif;
}
*/


img {
	border: 0;
}

h1 {
	margin: 1em 0 0.25em 0;
}

h2 {
	margin: 0;
}

#page {
	
}

#header {
	text-align: left;
	/*background-color: #1c1c1c;*/
	background-color: #F98113;
	background-image: url("images/header-mid.png");
	background-repeat: repeat-x;
	white-space: nowrap;
	height: 163px;
}

#header #logo {
	position: absolute;
	left: 47px;
	top: 48px;
	width: 336px;
	height: 63px;
	z-index: 2;
}

#header-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 438px;
	height: 163px;
}

#header-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 163px;
}

#menu {
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	margin: 55px 48px 0 0;
	padding: .5em;
	float: right;
}
#menu li {
	display: inline;
	list-style: none;
	padding: .5em 1em .5em 1em;
	margin: 0;
}
#menu li a {
	/*color: silver;*/
	color: black;
	text-decoration: none;
}
#menu .selected a {
	color: black;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu .selected {
	background-color: #FA973C;
}

.section {
	text-align: left;
	margin: 0 64px 0 64px;
	padding-bottom: 2em;
}

#home h2 {
	text-align: center;
}

.section h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}


#elevator {
	padding: 32px 64px 16px 64px;
}

#elevator-inner {
	margin: auto;
	/*max-width: 1110px;*/
	max-width: 900px;
}

#blurb {
	float: right;
	width: 45%;
	margin: 0 0 0 30px;
	padding: 1em .5em;
	background-color: #ebebeb;
	/*border: 2px dashed #aaa;*/
}

#blurb h1 {
	margin: 0 0 .5em 0;
	padding: 0;
}

#blurb p {
	margin: 0 2em 1em 2em;
}

#projects {
	padding-top: 1em;
}

#projects h2 {
	margin-top: 0;
	margin-bottom: .5em;
}

#projects .project {
	clear: left;
	text-align: left;
	font-size: 0.8em;
	margin-bottom: 2em;
}

#projects .project img {
	width: 150px;
	height: 101px;
	float: left;
	border: 0;
	margin: 0 1.5em 1.5em 0;
}

#projects .project h3 {
	padding: 0;
	margin: 0;
}

#address {
	text-align: center;
	margin-top: 1em;
}

#footer {
	font-size: 0.7em;
	margin-top: 2em;
	padding: 2em;
	color: silver;
	background-color: #1c1c1c;
	clear: both;
}
#footer a {
	color: silver;
}

.highlight {
	background-color: #ff9;
}

/* IE hacks  */ 
p, h1, h2, h3, img { position: relative; }

