* {
margin: 0;
padding: 0;
}

body {
background: #ebe9e8;
color: #60450E;
height: 100%;
}

/*layout*/
#header {
width: 1024px;
margin: 0 auto;
height: 100px;
}

#header_wrap {
height: 100px;
min-width: 1024px;
width: 100%;
}

#showcase_clip { /*so showcase doesn't force a horizontal scrollbar*/
width: 100%;
min-width: 1024px;
overflow: hidden;
position: relative;
}

#showcase {
width: 1024px;
height: 600px;
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;
}

/*styling*/
img, div, h1, h2, input, li, a { /*fix pngs in older versions of IE*/
behavior: url(./i/iepngfix.htc); 
} 


a img {
border: none;
}

#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(../i/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(../i/shadow2.png) center bottom no-repeat; 
}

#projects a.showcase_third {
top: 223px;
height: 228px;
background: transparent url(../i/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;
}

/*form rules*/
label {
width: 100%;
display: block;
clear: both;
margin: 10px 0;
font-size: 11px;
}

input, textarea, select {
width: 260px;
clear: left;
display: block;
border: none;
font-family: Arial, Helvetica, sans-serif;
color: #999;
padding: 5px;
font-size: 11px;
}

#cf_submit {
background: transparent url(../i/sendButton.png) left top no-repeat;
text-indent: -5000px;
height: 35px;
width: 124px;
cursor: pointer;
}

/*TYPE*/
body {
font-family:Arial, Helvetica, sans-serif; 
}

p, li {
color: #333333;
font-size: 19px;
line-height: 24px;
}

p {
margin-bottom: .5em;
}

a {
color: #23C8FF;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1{
	color: #191919;
	font-size: 40px;
	margin-bottom: 10px;
}
h2 {
font-size: 24px;
margin-bottom: 30px;
}

h2 span.byline {
display: block;
font-size: 12px;
}

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: #73D3E2;*/
color: #23C8FF;
font-style: italic;
margin: 1px 0 7px 0;
}

div.errors {
color: #FFF;
background: #E22;
padding: .5em;
border: 1px solid #710;
}


div.project_info, div.pi_background, div.pi_hitzone {
width: 605px;
height: 410px;
color: #FFF;
z-index: 40;
position: absolute;
top: 5px;
left: 5px;
}

div.project_info {
padding: 50px 65px;
width: 475px;
height: 310px;
overflow: hidden;
color: #CCC;
}

.project_info h3 {
font-size: 22px;
margin-bottom: 10px;
}

.project_info p {
margin-bottom: 10px;
}

.project_info strong {
color: #4c4c4c;
font-weight: bold;
}

.project_info a {
text-decoration: none;
}

div.pi_background {
z-index: 30;
background: #ffffff;
}


