@CHARSET "UTF-8";
	
/* global styles */
	body {
		font-family: "courier new";
		color: #fefefe;
		font-size: 12px;
	}
	
/* main section title */
	h1 {
		font-size: 22px;
		font-weight: bold;
	}
	
/* back / close action */
	h2 {
		font-size: 12px;
		font-weight: bold;
	}
	
/* sub header in copy, has spacing */
	
	h3 {
		font-weight: bold;
		font-size: 13px;
	}
	
/* sub header, no spacing, right above text */
	h4 {
		font-weight: bold;
		font-size: 12px;
	}
	
	h5 {
		font-weight: bold;
		font-size: 13px;
	}
	
/* all bodies of text */	
	p {
		font-weight: normal;
	}
	
/* global links */
	a, a:visited {
		color: #fff;
		text-decoration: none;
	}
	
/* global links mouse over */
	a:hover {
		text-decoration: underline;	
	}
	
/*link in a header */
	h2 a { font-weight: bold;}


/* page indication (1 of 4) */
	span.pageinfo {
		color: #a8a8a8;
		font-weight: bold;
		font-size: 12px;
	}


	#footer {
		color: #ffffff;
		font-size: 12px;
	}

	#footer a{ font-size: 12px;}
	

/* contact information on the home page */
	#contact { 
		font-size: 12px;
		font-weight: bold;
		color: #fff6f6;
	}
	
/* links on the home page */
	#spotlights a, #navigation a {

font-family: Courier New;
color: #fff;
word-spacing: -0.1em;
text-align: left;
letter-spacing: 0;
line-height: 1.1em;
font-size: 1.1em;
font-size: 16px;
	}


/* archive list item title */
	ul.projectlist a.title {
		font-size: 12px;
		font-weight: bold;
	}
/* archive list item category */
	ul.projectlist a.category {
		font-size: 12px;
		font-weight: normal;
	}	


/* shop list title */
	ul.shoplist a.title {
		font-size: 12px;
		font-weight: bold;
	}
	
	ul.shoplist div.price {
		color: #fff;
		font-weight: bold;
	}
	
/* price styles in shop item details */
	#shopitem div.price {
		font-weight: bold;
	}
	

/* project details credits */
	div.credits div.name { 
		font-weight: bold;
	}
/* project details credit type */
	div.credits div.type { 
		color: #7c7c7c;
	}


