/* ToC	1. defaults	2. structure	3. fonts	4. links	5. images*/

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

*{
padding:0;
margin:0;
}

body{
color: #ffffff;
background: #000000;
}
	

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

#wrapper{
width: 780px;
margin: 0 auto;
padding: 5px 0;
border: 2px solid #ffffff;
}

#intrductoryText{
float: middle;
width: 272px;
margin-right: 12px;
}

#portfolioImage{
width: 780px;
}


.separator{
clear: both;
height: 1px;
background: #000000;
border-bottom: 1px solid #7f7f7f;
}

.separatorInvisible{
clear: both;
height: 1px;
}

/* ---------- 3. fonts ---------------------------------------------------- */

html{
font-size: 100%;
}

body{
font-size: 62.5%;
}

h1{
font: normal 1.5em/2em Verdana, Arial, sans-serif;
padding-left: 10px;
color: #e1e1e1;
border-bottom: 1px solid #7f7f7f;
text-transform: uppercase;
margin-bottom: 10px;
}

h2{
font: normal 1.3em/1.4em Verdana, Arial, sans-serif;
padding-top: 10px;
margin-bottom: 10px;
text-transform: uppercase;
color: #e1e1e1;
}

.instructions{
padding-right: 10px;
float: right;
text-transform: lowercase;
color: #aaaaaa;
}

p{
font: 1.2em/1.6em Verdana, Arial, sans-serif;
margin-bottom: 0.8em;
}

#thumbnails div p{
margin-bottom: 0;
text-align: centre;
line-height: 1.3em;
}

#caption{
color: #000000;
margin-top: 5px;
}

#caption:before{
content: 'left: ';
color: #000000;
}

.maintext{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #FFFFFF; 
padding-left: 10px;
padding-right: 10px;
text-align: justify; 
font-style: normal; 
font-weight: normal
}

/* ---------- 4. links -------------------------------------------------------- */

a{
color: #ffffff;
}

a:hover, #thumbnails div a:hover, #thumbnails div a:hover{
color: #ffffff;
}

.links{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12pt; 
font-style: normal; 
font-weight: bold; 
color: #CC6699
}

.deadlinks{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12pt; 
font-style: normal; 
font-weight: bold; 
color: #FFFFFF
}

.contacttext{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12pt; 
font-style: normal; 
color: #FFFFFF; 
font-weight: normal
}

.emaillink{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12pt; 
font-style: normal; 
font-weight: bold; 
color: #CC6699
}

/* ---------- 5. images ----------------------------------------------------- */

#thumbnails{
background: #000000;
padding-left: 10px;
}

#thumbnails div{
width: 182px;
height: 150px;
float: left;
margin-right: 10px;
}

#thumbnails2{
background: #000000;
padding-left: 10px;
}

#thumbnails2 div{
width: 111px;
height: 180px;
float: left;
margin-right: 10px;
}

#thumbnails .separatorInvisible{
height: 1px;
float: none;
}

#portfolioImage img{
border: 1px solid #353535;
margin-bottom: 8px;
}

#thumbnails div img{
border: 1px solid #353535;
margin-bottom: 3px;
}

#thumbnails2 div img{
border: 1px solid #353535;
margin-bottom: 3px;
}

#thumbnails div a:hover img{
border-color: #ffffff;
}

#thumbnails2 div a:hover img{
border-color: #ffffff;
}























