/* anaframe.net typographic style sheet */
/* design and development by David Hilgier - http://theviale.net */



/* MAIN ELEMENTS */
/* page heading placed over masthead image*/
h1 {
	font-size:3.575em;
	letter-spacing:-.01em;
	font-weight:normal;
	color:#FFFFFF;
	margin:0 0 48px 0;
}
/* page intro */
h2 {
	font-size:1.8em;
	letter-spacing:.020em;
	line-height:1.5em;
	font-weight:normal;
	color:#837F7E;
	margin:12px 0 54px 0;
}
/* work page category headings */
h3 {
	font-size:2.5em;
	font-weight:normal;
	color:#837F7E;
}
	
/* footer heading */
h5.footerHeading {
	font-size:.6em;
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}
/* featured project (footer) heading */
h6.featuredHeading {
	font-size:1.1em;
	margin:12px 0 0 0;
	letter-spacing:.025em;
	font-weight:normal;
	color:#FFFFFF;
}
/* primary copy */
p {
	font-size:1.1em;
	line-height:1.35em;
	margin:0 0 24px 0;
}
/* secondary copy */
p.secondary {
	font-size:.95em;
	line-height:1.375em;
}
/* notation copy */
p.notation {
	font-size:.75em;
	line-height:1.5em;
	font-style:italic;
	margin:0 0 12px 0;
}
/* pull quote */
p.pullquote {
	font-size:1.5em;
	line-height:1.25em;
	letter-spacing:.03em;
	font-family:Georgia, serif;
	font-weight:normal;
	font-style:italic;
}
/* pull quote right */
p.pullquoteright {
	text-align: left;
}
/* categorization info */
p.categorization {
	font-size:.75em;
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#A29F9E;
	margin:0 0 0 0;
}
/* featured project info, found in footer */
p.featuredProjectInfo {
	font-size:.75em;
	line-height:1.5em;
	margin:2px 0 0 0;
}
/* footer copyright */
p.footerCopyright {
	margin:0;
	font-size:.6em;
	line-height:1.75em;
	font-family:Helvetica, Arial, sans-serif;
}
/* category description on home page */
p.categoryDescription {
	font-size:.9em;
	font-style:italic;
	margin:0;
}
/* project link */
p.projectLink {
	font-size:1.5em;
	margin:15px 0 0 0;
}
/* need some red type, here you go! */
.redtype {
	color: #990000;
}
/* RGB */
p.rgb {
	margin: 0;
	color:#837F7E;
	font-size:.75em;
	margin: 8px 0 0 0;
}
	



/* LINKS & NAVIGATION */
/* general links */
a, a:active, a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
/* category links */
p.categorization a, p.categorization a:active, p.categorization a:visited {
	color:#A29F9E;
	text-decoration:underline;
}
p.categorization a:hover {
	text-decoration:none;
}
/* footer navigation & links */
/* repeated site navigation */
ul#footerNavItems li a {
	font-size:.75em;
	display:block;
	margin:0 0 0 5px;
}
/* footer right side links */
div#footerContentRight a, div#footerContentRight a:active, div#footerContentRight a:visited {
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:underline;
	color:#d0cfce;
}
div#footerContentRight a:hover {
	text-decoration:none;
}
/* footer red links */
a.footerRedLink  {
	color:#ff0000;
	text-decoration:none;
}	
a.footerRedLink:hover {
	text-decoration:underline;
}