.clearBoth {
clear: both;
}

a {
color: #0082C8;
text-decoration: none;
outline: none;
}

a:hover {
text-decoration: underline;
}



body {
margin: 0 0 30px 0;
padding: 0;
background-color: white;
text-align: center;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 62.5%;
color: #2A2A2A;
}


#miniNav {
background-color: white;
width: 900px;
margin: 0 auto;
font-size: 1.3em;
}

#miniNav ul {
float: right;
list-style-type: none;
margin: 0;
padding: 0 0 30px 0;
}

#miniNav ul li {
float: left;
margin: 0;
padding: 0;
}

#miniNav ul li a {
display: block;
float: left;
margin-left: 1px;
padding: .7em;
color: white;
background-color: #2A2A2A;
font-size: 1.2em;
font-weight: bold;
}

#wrapper {
clear: both;
width: 960px;
margin: 0 auto;
text-align: left;
background-color: white;
}

#contentArea {
padding-left: 25px;
padding-bottom: 2em;
}

div.section {
clear: both;
}

h1 {
background: url(../furniture/h1.gif) left top no-repeat transparent;
margin: 0 0 2em 0;
padding: 0 0 40px 0;
height: 0;
overflow: hidden;
text-indent: -5000px;
}

h2 {
border-top: 20px solid #2A2A2A;
background-position: left bottom;
background-repeat: no-repeat;
background-color: transparent;
padding: 0 0 45px 0;
overflow: hidden;
text-indent: -5000px;
margin-top: 5em;
margin-right: 30px;
}

h2.thankyou {
margin: 0;
border-top: none;
background-image: url(../furniture/h2_thankyou.gif);
}

h2.about {
margin: 0;
border-top: none;
background-image: url(../furniture/h2_about.gif);
}

h2.contact {
background-image: url(../furniture/h2_contact.gif);
}

h2.web {
background-image: url(../furniture/h2_web.gif);
}

h2.identity {
background-image: url(../furniture/h2_identity.gif);
}

h2.illustration {
background-image: url(../furniture/h2_illustration.gif);
}




#introductionPanel {
background: url(../furniture/say_my_name_bkgd.jpg) right bottom no-repeat #2A2A2A;
width: 905px;
color: white;
padding: 0;
font-size: 1.6em;
line-height: 1.8em;
min-height: 400px;
}

* html #introductionPanel {
height: 400px;
}

#panelContentMain {
width: 400px;
padding-bottom: 30px;
}

#panelContentMain p {
margin-left: 40px;
}

#introductionPanel #panelContentMain h2 {
width: 400px;
margin: 0 0 30px 0;
}

#introductionPanel p {
color: #999999;
font-weight: bold;
}

.highlight {
color: white;
}







div.project {
float: left;
width: 286px;
margin-right: 25px;
padding-top: 4em;
font-size: 1.2em;
line-height: 1.3em;
}

div.project h3 {
font-family: HelvticaNeue, helvetica, Arial, sans-serif;
font-size: 1.5em;
line-height: 1.1em;
height: 2em;
margin-bottom: .8em;
}

div.project h3.hidden {
overflow: hidden;
height: 0;
text-indent: -5000px;
}

div.project img {
border: 3px solid #ECECEC;
}

div.project dl {
margin: 1em 0 0 0;
padding: 0;
}

div.project dt {
float: left;
width: 0px;
clear: left;
overflow: hidden;
}

div.project dd {
float: left;
margin: 0;
padding: 0;
border-bottom: 1px solid #ECECEC;
display: block;
width: 286px;
}

div.project dd.projectYear {
font-weight: bold;
}

div.project dd p {
margin-top: 0;
margin-bottom: 0em;
padding-left: 0;
padding-top: .5em;
padding-bottom: .5em;
}


div.project dd.projectDesription p {
background: none;
padding-left: 0;
}

div.project dd.projectLinks p del {
color: #7FC0E3;
}

div.project dd.projectLinks p {
background: url(../furniture/icon_link.gif) 0 .35em no-repeat transparent;
padding-left: 25px;
}

div.project dd.projectLinks p.deletedLink {
background-image: url(../furniture/icon_link_greyed.gif);
}







ins {
text-decoration: none;
font-style: italic;
}






form#formContact {
margin: 0 30px 0 0;
padding: 0;
line-height: 1.5em;
}

fieldset {
border: none;
padding: 0;
}

fieldset div {
width: 400px;
float: left;
padding-right: 30px;
}

legend {
display: block;
height: 0;
overflow: hidden;
line-height: 0;
text-indent: -5000px;
}

label {
font-weight: bold;
font-size: 1.2em;
}

input {
margin-bottom: 1em;
width: 400px;
border: 1px solid #CCCCCC;
padding: 5px;
}

textarea {
width: 400px;
margin-bottom: 1em;
height: 10em;
border: 1px solid #CCCCCC;
}

input#contactSubmit {
width: auto;
border: none;
padding: 5px 10px;
background-color: #EEEEEE;
float: right;
}