/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, ul, li,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	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;
}

/* BASED STYLES*/

body {
	width: 800px;
	margin:0 auto;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(../img/Mosaic-Background-Grey.gif);
	background-repeat: repeat;
}

h1 {
	font-size: 18px;
	color: #FFEC00;
	background: #969696;
	padding: 8px;
	display: inline-block;
}
h2 {
	font-size: 15px;
	padding-top: 20px;
}

p {
	padding: 5px;
	line-height: 1.5;
}

ul {
	padding: 5px;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover, a:active {
	color: #FFEC00;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
}

/* HEADER STYLES  */
/*
header { 
	position: absolute;
	z-index: 100;
	margin-left: 304px;
	width: 800px;
	top: 0;
	text-align: center;
}
*/
/*

header img {
	-webkit-box-shadow: 19px 15px 37px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 19px 15px 37px 5px rgba(0,0,0,0.75);
	box-shadow: 19px 15px 37px 5px rgba(0,0,0,0.75);
}
*/

/* NAV STYLES  */

nav {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
	background: #000000;
	padding: 10px 30px;
	overflow: hidden;
}


nav li {
	display: inline;
	float:left;

}

nav a {
	text-align: center;
	padding:59px 0px 0px 0px;
	margin-left: 40px;
	display: block;
}


/* MAIN STYLES */
main {
	background: #ffffff;
	position:relative;
}

main .info {
	padding: 30px;
}

main .info a {
	text-decoration: none;
	color: #000000;
}

main .info a:hover, a:active {
	color: #969696;
}

main .info a:link, a:visited {
	text-decoration: none;
}

.projectdesc {
	border-bottom: black 1px solid;
	overflow: auto;
	display: block;
/* 	margin-top: 20px; */
	padding-top: 10px;
	padding-bottom: 10px;
}

.projectdesc .img {
	float: left;
	width: 300px;
}

.projecttext {
	float: right;
	width: 490px;
}

/* FOOTER STYLES */

footer {
	background: #000000;
	padding: 20px 20px;	
	text-align: center;
	color: #fff;
}


