@charset "utf-8";
/* Master CSS Document */

@import url("reset.css");
@import url("content.css");

/* TOC

0 - Global Colour guide
1: - Global Styles
2: - Header
3: - Footer

*/



/* 0 :-------- Global Colour guide ------------
	paragraph text: #aaaaaa (grey)
	footer text: #414141 (dark grey)
	links (body): #fff (white)
	
*/


/* 1 :-------- Global Styles ------------ */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	color: #aaaaaa;
	background: #292929 url(../images/elements/bg_repeat.gif) repeat-x 0 0;
	}
#wrapper {
	margin: 0 auto;
	width: 960px;
	font-size: 1.2em;
	line-height: 1.4em;
	}
.indentDivider {
	clear: both;
	height: 2px;
	width: 100%;
	background: url(../images/elements/dividerRepeat.gif) repeat-x 0 0;
	}
.smallIndentDivider {
	height: 2px;
	width: 100%;
	background: url(../images/elements/element_smallDivider.gif) repeat-x 0 0;
	}

.mainContent {
	clear: both;
	}

/* 2 :-------- Header Styles ------------ */

#masthead {
	float: left;
	width: 100%;
	height: 54px;
	padding: 20px 0 0;
	}
#masthead h1 {
	text-indent: -9999px;
	float: left;
	background: url(../images/elements/title_mainLogo.png) no-repeat 0 0;
	height: 36px;
	width: 261px;
	}
#masthead h1 a {
	display: block;
	height: 36px;
	width: 261px;
	}
#masthead #mainNav {
	float: right;
	width: auto;
	margin: 5px 0 0;
	}
#masthead #mainNav li {
	float: left;
	display: block;
	background: url(../images/elements/divider_mainNav.png) no-repeat top right;
	height: 34px;
	padding: 10px 40px 0;
	}
#masthead #mainNav li.navLast {
	background: none;
	padding: 10px 0 0 40px;
	}
#masthead #mainNav li a {
	display: block;
	text-indent: -9999px;
	}
#masthead #mainNav li a.work {
	background: url(../images/nav/title_work.png) no-repeat left top;
	height: 17px;
	width: 68px;
	}
#masthead #mainNav li a.about {
	background: url(../images/nav/title_about.png) no-repeat left top;
	height: 17px;
	width: 73px;
	}
#masthead #mainNav li a.contact {
	background: url(../images/nav/title_contact.png) no-repeat left top;
	height: 17px;
	width: 100px;
	}
#masthead #mainNav li a.resume {
	background: url(../images/nav/title_resume.png) no-repeat left top;
	height: 17px;
	width: 81px;
	}
#masthead #mainNav li a:hover {
	background-position: left bottom;
	}
#masthead #mainNav li.selected a {
	background-position: left bottom;
	}	

/* 3 :-------- footer Styles ------------ */

#footer {
	color: #414141;
	float: left;
	margin: 5px 0 0;
	padding: 5px 0 25px;
	width: 100%;
	}
#footer .info {
	float: left;
	width: auto;
	margin: 0;
	}
.info span {
	float: left;
	display: block;
	}
#footer .validation {
	float: right;
	width: auto;
	}
#footer .validation li {
	float: left;
	padding: 0 5px 0;
	border-right: 1px solid #363535;
	}
#footer .validation li.lastValid {
	float: left;
	padding: 0 0 0 5px;
	border-right: none;
	}
#footer .validation a {
	text-decoration: none;
	}
#footer span.twitter {
	background: url(../images/icons/icon_twitter.gif) no-repeat 0 3px;
	padding: 0 0 0 29px;
	margin-left: 5px;
	}
#footer .validation a:hover {
	text-decoration: underline;
	}
#footer a:active,
#footer a:visited,
#footer a:link {
	color: #414141;
	font-weight: bold;
	}
