/* 

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
		width: 100%;
		color: #ffffff;
		background-color: #000000;
		}

/*  --------- 2. structure  --------- */


		
#wrapper {
		margin: 0 auto;
		max-width: 480px;
		}

#masthead {
		background: url(images/masthead.jpg) 0 0 no-repeat;
		height: 134px;
		margin-bottom: 10px;
        border-right: -25px;
		}

		
#content {
		padding: 0 20px 10px;
		border: 3px solid black;
		}
		
#portfolio {

        margin-left: 15px;
		}
        
        


/* ---------- 3. links and navigation ---------- */

#navigation {
		font: 1.2em tahoma, Arial, sans-serif;
		padding-left: 20px;
		border-bottom: 3px solid #2F2F31;
		margin-right: 10px;
        padding-bottom:10px;
        margin-bottom: 10px;
		}

#navigation ul {
		list-style-type: none;
		}

#navigation li {
		display: inline;
		margin-right: 5px;
		line-height: 1.3em; 
		}

#navigation a {
		text-decoration: none;
		font-weight: bold;
		color: #7C7879;
		}

#navigation a:hover {
		color: #8DC7F5;
		}
		


#content a {
		text-decoration: none;
		color: #7C7879;
		font-size: 1em;
		}
		
#content li {
		font: 1.2em/1.5em Tahoma, Arial, sans-serif;
		margin-bottom: 1em;
		max-width: 60em;
		margin-left: 30px;
		}



#content a:hover {
		color: #8DC7F5;
		}
		

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1 {
		font: 2.2em/100% Tahoma, Arial, sans-serif;
		margin-bottom: 10px;
		color: #FFFFFF;
		}


h2 {
		font: 1.6em/1.6em Tahoma, Arial, sans-serif;
		margin-top: 1.5em;
		margin-bottom: 2px;
		color: #8DC7F5;
		}

h3 {
		font: 2.2em/100% Tahoma, Arial, sans-serif;
		margin-bottom: 10px;
		color: #FFFFFF;
		margin-left: 19px;
		}




p {
		font: 1.1em/1.5em Tahoma, Arial, sans-serif;
		margin-bottom: 1em;
}


		
	   
p.main
{
		font: 1.2em/1.5em Tahoma, Arial, sans-serif;
		margin-bottom: 1em;
		max-width: 60em;
		}

			

img.side
{
border: 1px solid #ffffff;
margin-bottom: 5px;
float: right;
margin-left: 10px;
}



hr.long
{
color: #8DC7F5;
background-color: #8DC7F5;
margin-top: 30px;
margin-bottom: 5px;
height: 3px;
}

img.portfolio
{
border:hidden;
margin-right: 1px;
margin-left: 1px;
margin-bottom: 2px;
 }
 


.cssform p{
width: 150px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
height: 1%;
}

.cssform label{
float: left;
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 80px;
}

.cssform textarea{
width: 200px;
height: 150px;
}


