﻿/* 
   Digital Pariah Style Sheet
   Based on the reset stylesheet found here:
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h1 {
	display:inline;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 250%;
	vertical-align: baseline;
	color:#481f71;
}
h2 {
	display:inline;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 150%;
	vertical-align: baseline;
	color:#481f71;
	float:right;
}
body
{
	font-family:"Arial", Helvetica, sans-serif;
}
ul.nav
{
position:relative;
top:5px;
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
width:832px;
}
li.nav
{
float:left;
}
ul.project
{
list-style-type:none;
margin:0;
padding:0;
}
li.project
{
position:relative;
top:5px;
padding:4px;
}
li.project:hover
{
background-color:#f0f0f0;
}
div.header
{
width:832px;
}
div.project
{
padding:4px;
width:832px;
}
div.footer
{
position:absolute;
bottom:0px;
height:18px;
padding:4px;
background-color:#481f71;
color:#FFFFFF;
width:832px;
}
p.project
{
height:340px;
}
a.nav:link,a.nav:visited
{
display:block;
width:200px;
height:18px;
font-weight:bold;
color:#FFFFFF;
background-color:#481f71;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a.nav:hover,a.nav:active
{
background-color:#2A194A;
}
a.project:link,a.project:visited
{
width:120px;
height:34px;
font-weight:bold;
color:#481f71;
text-align:left;
padding:0;
text-decoration:none;
text-transform:uppercase;
}
a.project:hover,a.project:active
{
color:#7A396A;
}
a.footer:link,a.footer:visited
{
width:200px;
height:18px;
font-weight:bold;
color:#FFFFFF;
background-color:#481f71;
text-align:center;
text-decoration:none;
}
a.footer:hover,a.footer:active
{
background-color:#2A194A;
}
p.project
{
display:inline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
