/* CSS for Aspects in Architectural Description Website */

body { 
    font-family: "Gill Sans MT", "Gill sans", "Trebuchet ms", sans-serif;
    background: #8094B3; 
}

div.main {
    margin-top: .6in;
    margin-left: 1.25in;
    margin-right: 1.25in;
}


/** Headers **/
h1, h2, h3, h4, h5 { font-family: sans-serif; }
h1 { font-size: 18pt; font-weight: 700; font-style: italic; }
h2 { font-size: 16pt; font-weight: 700; }
h2, h3, h4, h5 { font-size: 14pt; font-weight: 700; font-variant: small-caps; }


/** Text **/
p, li { font-weight: normal; font-size: 11pt; }
p { text-align: justify; }
p.ref { font-size: 10pt; }


/** Links **/

/** Use class map for lists of links, site maps, blah, blah, etc. */
div.map ul { list-style-type: none; text-align: right; }
div.map a { font-size: 11pt; font-variant: small-caps; }

a:link {	
    text-decoration: none;
    color: #006633;
}	
		
a:visited { 
    text-decoration: none;
    color: #006633;
}	
		
a:active {	
    text-decoration: none;
    color: #F00;	/* UGLY, FIX */
}	
		
a:hover	{	
    text-decoration: none;
    color: white;
}	

/* Special Stuff */

.image-caption { 
    font-family: Helvetica, sans-serif;
    font-size: 8pt; 
    color: #f0f0f0; 
    margin-top: 5px;
    margin-left: 10px;
    text-align: left;
}


