html, body{
margin:0px; 
padding:0px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:100%;
font-weight:normal;
background-color:#202020;
text-align:center;
height:100.1%;
}

h1
{
text-align:left;
font-size:1.0em;
font-weight:bold;
letter-spacing: +2px;
padding-bottom: 1em;
margin: 0px;
}

h2
{
text-align:left;
font-size:0.8em;
font-weight:bold;
letter-spacing: +2px;
}

h3
{
text-align:left;
font-size:0.7em;
font-weight:bold;
letter-spacing: +2px;
padding-top: 0.75em;
margin: 0px;
}

p
{
text-align:left;
font-weight:normal;
letter-spacing: +1px;
font-size:0.7em;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin: 0px;
}

.scrollable h1
{
text-align: right;
}

.scrollable h2
{
text-align: right;
}

.scrollable p
{
text-align: right;
}

.projects h1
{
text-align: right;
}

.projects h2
{
text-align: right;
}

.projects p
{
text-align: right;
}



ul
{
list-style: none;
padding: 0px;
margin: 0px;
}

li
{
float: left;
margin-right: 10px;

}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

a {
text-decoration:none; 
color: black;
letter-spacing: +0px;
font-weight: bold;
}

a:hover
{
background: #202020;
color: white;
}

.projectnav a 
{
font-weight: normal;
}

.projectnav a:hover
{
background: yellow;
color: black;
}

.projects a:hover, .scrollable a:hover
{
background: white;
}

.foottext a 
{
letter-spacing: +1px;
}

.foottext a:hover
{
letter-spacing: +1px;
}

/* 
Main elements
*/


div.wrapper
{
width: 100%;
background: white;
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -75px;
border: 0px;
}

div.top
{
width:100%;
height:75px;
background-image: url('images/topbg.jpg');
background-repeat: repeat-x;
}

div.content
{
width: 960px;
margin: 0 auto;
border: solid 0px black;
background: white;
text-align: left;
clear: both;
}

#jcont
{
display: none;
}

div.header
{
width: 960px;
padding: 0px 0px 30px 0px;
text-align:left;
}


div.chrisf 
{
float: left;
padding: 0px 0px 15px 0px;
}



div.menu
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
font-weight:bold;
clear: both;
font-size:0.8em;
}

div.projects
{
float: left;
width: 960px;
margin: 0px 0px 30px 0px;
padding: 0px;
text-align: left;
clear: both;
}

div.push
{
height: 75px;
clear: both;
}

div.footer
{
width: 100%;
height: 75px;
clear: both;
margin: 0px;
padding: 0px;
background-image: url('images/bottombg.jpg');
background-repeat: repeat-x;
}

div.foottext
{
width:960px;
margin: auto;
font-size:0.6em;
font-weight: normal;
text-align: left;
letter-spacing: +1px;
}

/* 
Secondary elements
*/

div.pagetext
{
clear: both;
text-align: left;
width: 480px;
margin: 15px 0px 45px 0px;
}

div.pageimage
{
}

div.projectnav
{
font-size: 0.75em;
font-weight: normal;
text-align: left;
display:block;
float:left;
margin:5px 5px 30px 5px;
}

div.squarecont
{
width: 960px;
clear: both;
}

div.square
{
float: left;
width: 270px;
height: 270px;
padding: 15px;
margin: 0px 15px 15px 0px;
border: solid 0.5px grey;
}

.collapse
{
cursor:pointer;  
text-decoration:none; 
}

.hiddentext 
{
margin-bottom:0px; 
text-decoration:none;
}

/* 
Form
*/

.submit input
{
background: #202020;
color: white;
border: solid 0px #202020;
}

.button:hover
{
background: grey;
border: solid 0px grey;
}


fieldset
{
border: solid 0px grey;
font-size: 0.75em;
font-weight: bold;
line-height: 2.5em;
letter-spacing: +1px;
padding: 0px;
margin: 0px;
}

#name, #email, #comments
{
border: 1px solid grey;
}

#name:focus, #email:focus, #comments:focus
{
border: 1px solid black;
}
