* {
margin: 0;
padding: 0;
}

body {
background: #000 center top no-repeat;
color: #FFF;
height: 100%;
}

body.leather {
background-image: url(images/Steel.jpg);
}

body.fiber {
background-image: url(images/fiber.jpg);
}

body.wood {
background-image: url(images/wood.jpg);
}

body.chalk {
background-image: url(images/chalk.jpg);
}

/*layout*/
#header {
width: 1024px;
margin: 0 auto;
height: 165px;
}

#header_wrap {
height: 165px;
min-width: 1024px;
width: 100%;
background: transparent url(images/navBackground.png) center top repeat;
}

#showcase_clip { /*so showcase doesn't force a horizontal scrollbar*/
width: 100%;
min-width: 1024px;
overflow: hidden;
position: relative;
}

#showcase {
width: 1024px;
height: 500px;
overflow: visible;
margin: 0 auto;
position: relative;
}

#content {
width: 884px;
margin: 0 auto;
}

#content #primary {
width: 525px;
float: left;
}

#content #secondary {
width: 270px;
float: right;
}

#footer_wrap {
width: 100%;
min-width: 1024px;
background: transparent url(images/footerTransparency.png) center top repeat-x; 
}

#footer {
width: 884px;
clear: both;
color: #999;
margin: 0 auto;
}

#footer_wrap a {
color: #999;
}

#footer_wrap div.column:hover a, #footer_wrap div.column a:hover {
	color: #23C8FF;
}

#footer_wrap li {
list-style: none;
}

#work {
padding: 20px 0 30px 0;
clear: both;
width: 884px;
margin: 0 auto;
}

#work h3 {
margin-bottom: 10px;
}

#footer_wrap div.column {
	width: 197px;
	padding: 0 16px 0 16px;
	float: left;
	min-height: 115px;
}

#footer_wrap div.first {
padding-left: 0;
border-left: none;
}

div.legal {
clear: both;
padding: 80px 0 20px;
text-align: center;
color: #555;
background: transparent url(images/copyrightGraphic.gif) center 40px no-repeat;
width: 884px;
}

#footer_wrap div.last {
padding-right: 0;
}

ul#keywords_list li {
	display: block;
}

hr.clear {
clear: both;
visibility: hidden;
}

/*styling*/
img, div, h1, h2, input, li, a { /*fix pngs in older versions of IE*/
behavior: url(iepngfix.htc); 
} 

a img {
border: none;
}

#header {
position: relative;
z-index: 50;
}

#header ul, #header dl {
list-style: none;
}

#logo {
text-indent: -5000px;
width: 256px;
height: 100px;
background: transparent url(images/logo.png) center center;
position: absolute;
top: 40px;
left: 90px;
}

#toc {
	position: absolute;
	right: 450px;
	top: -102px;
	left: 441px;
}

#toc li {
color: #00CCFF;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
padding: 5px 20px;
float: left;
background: transparent url(images/toc_bg.gif) right center no-repeat;
}

#toc li.last {
background: none;
}

#toc span.byline {
display: block;
color: #999;
font-size: 11px;
text-transform: none;
font-weight: normal;
padding-top: 2px;
}

#toc_intro {
width: 410px;
padding: 0 20px;
position: absolute;
right: 150px;
bottom: 35px;
color: #AAA;
}

#toc_intro p {
line-height: 1.1em;
margin: 2px 0;
}

#toc_intro p strong {
color: #CCC;
}

#toc_intro .callout {
color: #00CCFF;
font-weight: bold;
}

#options {
	position: absolute;
	top: 6px;
	left: 0;
	height: 26px;
	font-size: 11px;
	color: #999;
	width: 100%;
	line-height: 26px;
}

#options #bg_select {
float: left;
padding-left: 10px;
}

#options #bg_select dt, #options #bg_select dd, #options li {
display: inline;
padding: 0px 10px;
line-height: 26px;
}

#options #bg_select dd {
border-right: 1px solid #999;
color: #CCC;
}

#options #bg_select dd.last {
border-right: none;
}

#options #bg_select dd:hover, #options #bg_select dd.selected  {
color: #23C8FF;
cursor: pointer;
}

#options #additional_options {
	position: absolute;
	right: 0;
	width: 610px;
	padding-left:20px;
	
}

#options #additional_options li {
	padding: 0 10px 0 35px;
	border-right: 1px solid #999;
	line-height: 20px;
	height: 20px;
}

#additional_options a {
color: #999;
}

#additional_options a:hover {
color: #23C8FF;
text-decoration: none;
}

#options #additional_options #fullscreen_li {
	background: url(images/fullscreen_bg.gif) 15px center no-repeat;
	line-height: 26px;
}
#options #additional_options #home_li {
	background: url(images/home_bg.png) no-repeat 10px center;
	line-height: 26px;
}
#options #additional_options #bookmark_li {
	background: url(images/bookmark_bg.png) no-repeat 10px center;
	line-height: 26px;
}

#options #additional_options #mail_li {
	background: url(images/mail_bg.png) 15px center no-repeat;
	border-right: none;
	line-height: 26px;
}


#options #additional_options a.addthis_button   {
background: url(images/share_bg.png) no-repeat left center;
padding-left:15px;
margin-left:-10px;
}
#projects {
position: relative;
left: -1024px;
}

#projects div.project {
width: 884px;
height: 500px;
position: absolute;
top: 30px;
}

#project_1 {left: 70px;}
#project_2 {left: 1094px;}
#project_3 {left: 2118px;}
#project_4 {left: 3142px;}
#project_5 {left: 4166px;}
#project_6 {left: 5190px;}
#project_7 {left: 6214px;}
#project_8 {left: 7238px;}
#project_9 {left: 8262px;}
#project_10 {left: 9286px;}
#project_11 {left: 10310px;}
#project_12 {left: 11334px;}
#project_13 {left: 12358px;}
#project_14 {left: 13382px;}
#project_15 {left: 14406px;}

#projects img.showcase_main, #projects a.showcase_link {
width: 615px;
height: 420px;
position: absolute;
top: 0;
left: 0;
}

#projects a.showcase_link {
height: 465px;
background: transparent url(images/shadow1.png) center bottom no-repeat;
}

#projects .showcase_secondary, #projects .showcase_third {
width: 247px;
height: 197px;
position: absolute;
right: 0px;
}

#projects a.showcase_secondary {
top: 0;
height: 223px;
background: transparent url(images/shadow2.png) center bottom no-repeat; 
}

#projects a.showcase_third {
top: 223px;
height: 228px;
background: transparent url(images/shadow3.png) center bottom no-repeat;
}

#previous_project_btn, #next_project_btn {
position: absolute;
top: 170px;
}

#previous_project_btn {
left: 0;
}

#next_project_btn {
right: 0;
}



/*TYPE*/
body {
font-family: Arial, Helvetica, sans-serif; 
}

p, li {
font-size: 11px;
line-height: 18px;
}

p {
margin-bottom: .5em;
}

a {
color: #23C8FF;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
a:active {
color: #23C8FF;
text-decoration: none;
}

h2 {
font-size: 24px;
margin-bottom: 30px;
}

h2 span.byline {
display: block;
font-size: 12px;
}

#footer_wrap h3 {
color: #00CCFF;
font-size: 17px;
}

h4 {
font-size: 22px;
margin: 30px 0 0 0;
}

h4 .date{
font-size: 10px;
font-weight: bold;
padding-left: 10px;
}

h5 {
font-size: 16px;
color: #23C8FF;
font-style: italic;
margin: 1px 0 7px 0;
}

div.errors {
color: #FFF;
background: #E22;
padding: .5em;
border: 1px solid #710;
}

/*dropdown*/
#project_list {
width: 190px;
list-style: none;
position: absolute;
z-index: 50;
}

#project_list li {
text-transform: none;
float: none;
font-size: 11px;
font-weight: normal;
background: transparent url(images/85percent_black.png) center top repeat;
padding-left: 0;
padding-right: 0;
}

#project_list li.first {
background: none;
}

#project_list a {
color: #FFF;
display: block;
line-height: 25px;
width: 150px;
padding-left: 20px;
padding-right: 20px;
}

#project_list a:hover {
color: #FFFC00;
text-decoration: none;
}

div.project_info, div.pi_background, div.pi_hitzone {
width: 605px;
height: 410px;
color: #FFF;
z-index: 40;
position: absolute;
top: 5px;
left: 5px;
background: transparent url(images/pi_bg.gif) top left repeat;
}

div.project_info {
padding: 50px 65px;
width: 475px;
height: 310px;
overflow: hidden;
color: #CCC;
}

.project_info h3 {
color: #00CCFF;
margin-bottom: 10px;
}

.project_info p {
margin-bottom: 10px;
}

.project_info strong {
color: #FFF;
font-weight: bold;
}

.project_info a {
	color: #FFCC33;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
}

div.pi_background {
z-index: 30;
background: #000;
}

#lightbox-infoContainer {
display: none;
}
#contact {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: url(images/postcard.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 513px;
}
#wrap{
	width: 670px;
	margin: auto;
	padding: 10px;
}
#wrap h1{
	padding: 10px;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
.mail{
	width:500px;
	margin:auto auto auto 0px;
}
#formail{
	width: 500px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#formail input {
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
 
} 
#formail label{
	display: block;
	margin: 5px 0;
	color: #000000;
	font-size: 12px;
}
#text{
	background-color: #F7F7F7;
	border-style:none;
}
#formail #sendmail{
	display: block;
	width: auto;
	border: 1px solid #666666;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	cursor: hand;
}
#formail #sendmail input {
	display: block;
	width: auto;
	border: 1px solid #666666;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	cursor: hand;
}
#response{
	display: none;
	border: 1px solid #666666;
	background: #FAE2E7;
	padding: 10px;
	width: 475px;
	font-size: 11px;
	color: #333333;
	margin-right: auto;
	margin-left: 50;
	font-weight: bold;
	line-height: 16px;
}
