/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

	Crispin Ward
	2009-05-29

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */


/* Reset
------------------------------------------------ */

body, h1, h2, h3, p, ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

h2, h3 {
	font-weight: normal;
}

/* Common Elements
------------------------------------------------ */

body {
	background: #000 no-repeat top center;;
	font-family: Georgia;
	color: #fff;
	line-height: 1;
	font-size: 87.5%;
	
}

h2, h3 {
	font-size: 14px;
	margin: 8px 0;
}

h2 {
	color: #6ecaca;
}

h3 {
	line-height: 1.4;
}

p {
	line-height: 16px; /* change to ems */
	margin: 12px 0;
}

h3 {
	margin-top: -6px;
}

h3 span {
	font-size: 12px;
}
h3 a {
	color: #6ecaca;
	text-decoration: underline;
}

/* Style
------------------------------------------------ */

.container {
	width: 896px;
	margin: 0 auto;
	margin-top: 428px;
	position: relative;
	padding: 32px;
	padding-bottom: 20px;
	position: relative;
	z-index: 3;
}

.nav {
	border-bottom: 2px solid #6ecaca;
	font-size: 14px; /* convert to ems */
	margin-top: -9px;
	position: relative;
	z-index: 3;
	margin-bottom: 26px;
}

.nav li {
	float: left;
	position: relative;
	z-index: 3;
}

.nav .home a {
	margin-left: -5px;
}

.nav .current a:link {
	color: #fff;
	
}

.name a {
	width: 120px;
	height: 55px;
	display: block;
	top: -400px;
	position: absolute;
	text-indent: -9999px;
}
	
.nav a {
	color: #6ecaca;
	padding: 9px 5px;
	margin-right: 2px;
	display: block;
	float: left;
}

.intro {
	color: #6ecaca;
	font-size: 14px;
}

.outro {
	font-size: 12px;
}

.columnOne {
	width: 48%;
	float: left;
	margin-top: -12px;
}

.columnTwo {
	width: 48%;
	float: right;
	margin-top: -12px;
}

.email {
	color: #fff;
}

.project {
	padding-bottom: 8px;
}

.project h2, .project h3 {
	display: inline;
}

.project h3 {
	padding-left: 2px;
}

.otherProjects h2 {
	display: block;
	font-size: 12px;
	color: #fff;
	margin-bottom: 6px;
	margin-top: 3px;
}

.otherProjects h3 {
	width: 110px;
	float: left;
	clear: left;
	margin: 0;
}

.otherProjects .project {
	float: left;
}

.thumbnail {
	text-decoration: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.thumbnail img {
	border: 1px solid #fff;
}

.playButton {
	float: left;
	margin-right: 8px;
}

/* Lightview
------------------------------------------------ */

.inline {
	color: #333;
	width: 300px;
}

.inline p {
	margin: 0 0 10px 0;
}

.inline p.last {
	margin: 0;
}

/* Clearfix
------------------------------------------------ */

.nav:after, .container:after, .video:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Clearfix for IE7 and below
------------------------------------------------ */

*:first-child+html .nav, * html .nav, *:first-child+html .container, * html .container, *:first-child+html .video, * html .video {height: 1%;}

/* Current Page
------------------------------------------------ */

#home .home a {color: #fff;}
#profile .profile a {color: #fff;}
#projects .projects a {color: #fff;}
#media .media a {color: #fff;}
#contact .contact a {color: #fff;}

/* Background Images
------------------------------------------------ */

#home {background-image: url(images/bg6.jpg);}
#profile {background-image: url(images/bg2.jpg);}
#projects {background-image: url(images/bg3.jpg);}
#media {background-image: url(images/bg8.jpg);}
#contact {background-image: url(images/bg7.jpg);}

/* Mask for fade out/in effect
------------------------------------------------ */
.mask {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 20;
}

