/*-----------------------------------------------------------------------
Massive Blue Style Sheet (http://www.massiveblue.com)

version:	5.0
date:		8th October 2010
author:		Sam Brown
email:		sam@massiveblue.com
website:	http://www.massiveblue.com
/*-------------------------------------------------------------------- */

/* !Global Reset */
/*-------------------------------------------------------------------- */
* {font-size: 100.01%; margin: 0; padding: 0;}
html {font-size: 62.5%;}
h1, h2, h3, h4, h5, h6, p, blockquote, form, fieldset, table, ul, ol {
	margin: 0 0 1em;
}

/* !Fixers */
/*-------------------------------------------------------------------- */
* a {position: relative;} /* Gets links displaying over a PNG background */
a {outline: none;} /* Gets rid of Firefox's dotted borders */
a img {border: none;} /* Gets rid of IE's blue borders */
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
q:before, q:after {content: '';}

/* !Base Elements */
/*-------------------------------------------------------------------- */
a {
	-webkit-transition-duration: .33s;
	-webkit-transition-property: color, background, text-shadow, box-shadow;
	-moz-transition-duration: .33s;
	-moz-transition-property: color, background, text-shadow, box-shadow;
	transition-duration: .33s;
	transition-property: color, background, text-shadow, box-shadow;
}
a, a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	text-shadow: rgba(255,255,255,1) 0 0 5px;
}
a:active {
	position: relative;
	top: 1px;
}
abbr, acronym {
	border-bottom: 1px dashed #fff;
	border-bottom: 1px dashed rgba(255,255,255,.33);
	cursor: help;
	font-style: normal;
}
body {
	color: #fff;
	color: rgba(255,255,255,.8);
	font: 12px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 1080px;
	text-rendering: optimizeLegibility;
	-webkit-text-stroke: 1px transparent;
}
h1 {margin: 0;}
h2 {
	color: #fff;
	font-size: 42px;
	letter-spacing: -1px;
	margin: 0;
}
h3 {
	color: #1a1a1a;
	color: rgba(0,0,0,.9);
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}
h4 {
	border-bottom: 1px dashed #fff;
	border-bottom: 1px dashed rgba(255,255,255,.33);
	color: #1a1a1a; color: rgba(0,0,0,.33);
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
}
h5 {
	font-size: 14px;
	margin-bottom: 0;
}
ol, ul {margin-left: 2em;}

/* !Colours */
/*-------------------------------------------------------------------- */
body,
#logo h1 a,
ul#menu li.on {background-color: #39f !important;}

/* !Wrap */
/*-------------------------------------------------------------------- */
.wrap {width: 1080px;}

/* !Masthead */
/*-------------------------------------------------------------------- */
#masthead {
	background: #1a1a1a;
	height: 150px;
}
	#masthead .wrap {
		background: url('/img/bg-masthead.gif') top left no-repeat;
		overflow: hidden;
	}
	#logo {
		float: left;
		margin-left: 118px;
		padding-top: 61px;
		width: 252px;
	}
		#logo h1 a {
			background: url('/img/logo.png') top left no-repeat;
			display: block;
			height: 29px;
			text-indent: -9999px;
			width: 252px;
			-webkit-transition-duration: 1.5s;
			-moz-transition-duration: 1.5s;
			transition-duration: 1.5s;
		}
		#logo h1 a:hover {background-color: #39f !important;}
		#logo p {
			color: #545454;
			font-weight: bold;
			text-align: right;
			padding-right: 3px;
		}
	ul#menu {
		float: right;
		font-size: 14px;
		font-weight: bold;
		list-style: none;
		margin: 0;
	}
		ul#menu li {
			float: left;
			margin: 0 10px;
			width: 88px;
		}
		ul#menu li a {
			color: #545454;
			display: block;
			height: 150px;
			line-height: 150px;
			text-align: center;
		}
		ul#menu li a:hover {color: #fff;}
		ul#menu li.on a {
			background: url('/img/bg-menuitem.gif') top left no-repeat;
			color: #fff;
		}
		ul#menu li#hidden {
			color: #1a1a1a;
			display: block;
			height: 150px;
			line-height: 150px;
			text-align: center;
			-webkit-transition-duration: 3s;
			-webkit-transition-property: color, background, text-shadow, box-shadow;
			-moz-transition-duration: 3s;
			-moz-transition-property: color, background, text-shadow, box-shadow;
			transition-duration: 3s;
			transition-property: color, background, text-shadow, box-shadow;
		}
		ul#menu li#hidden:hover {
			color: #fff;
		}

/* !Column-Left */
/*-------------------------------------------------------------------- */
#column-left {
	float: left;
	margin-left: 10px;
	margin-top: 250px;
	width: 88px;
}
	
/* !Column-Right */
/*-------------------------------------------------------------------- */
#column-right {
	float: left;
	margin-left: 20px;
	margin-top: 250px;
	width: 88px;
}

/* !Previous-Next */
/*-------------------------------------------------------------------- */
#column-left a, #column-right a {
    display: block;
    height: 88px;
    position: fixed;
    top: 400px;
    text-indent: -9999px;
    width: 88px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
	#column-left a {
		background: url('/img/arrow-left.png') top left no-repeat;
		left: 10px;
	}
	#column-left a:hover {background: url('/img/arrow-left.png') bottom left no-repeat;}
	#column-left a:active {top: 401px;}
	#column-right a {
		background: url('/img/arrow-right.png') top left no-repeat;
		left: 982px;
	}
	#column-right a:hover {background: url('/img/arrow-right.png') bottom left no-repeat;}
	#column-right a:active {top: 401px;}

/* !Content */
/*-------------------------------------------------------------------- */
#content {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,.33);
}
	#content h2 {
		height: 120px;
		line-height: 120px;
		margin-bottom: 20px;
		margin-left: 118px;
	}
		#content h2 abbr {
			border-bottom: none;
			color: #fff;
			color: rgba(255,255,255,.33);
			font-style: normal;
		}
	#content h3 a {
		color: #1a1a1a;
		color: rgba(0,0,0,.9);
	}
	#project-info {
		float: left;
		margin-left: 20px;
		width: 844px;
	}
		#project-info h2 {
			color: #fff !important;
			float: left;
			height: 120px;
			line-height: 120px;
			margin-left: 0;
		}
		#project-info ul {
			float: right;
			list-style: none;
			margin: 48px 0 0;
		}
		#project-info ul li {
			color: #fff;
			float: left;
			font-size: 13px;
			padding: 0 10px;
		}
		#project-info ul li strong {
			color: #fff;
			color: rgba(255,255,255,.66);
		}
		#project-info ul li a {
			border-bottom: 1px dashed #fff;
			border-bottom: 1px dashed rgba(255,255,255,.33);
			color: #fff;
		}
		#project-info ul li a:hover {
			border-bottom: 1px dashed #fff;
			border-bottom: 1px dashed rgba(255,255,255,.66);
			text-decoration: none;
			text-shadow: #fff 0 0 5px;
		}
		#project-info h3 {
			clear: both;
			margin-bottom: 40px;
		}
	.portfolio-image {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-left: 1px solid rgba(0,0,0,.33);
		border-right: 1px solid rgba(0,0,0,.33);
	}
	.portfolio-other {text-align: center;}
	.portfolio-other img {
		border: 1px solid #000;
		border: 1px solid rgba(0,0,0,.33);
	}
	.portfolio-multiple {margin-top: 20px;}

/* !Titles & Portfolio Items */
/*-------------------------------------------------------------------- */
#portfolio-list {
	margin-left: 108px;
	overflow: hidden;
}

	.item {
		float: left;
		font-size: 13px;
		line-height: 20px;
		margin: 10px 10px 30px;
		width: 304px;
	}
		.item h5 {
			font-size: 24px;
			margin-bottom: 10px;
		}
		.item h5 span {
			border: 3px solid #fff;
			display: block;
			float: left;
			height: 15px;
			margin: 1px 10px 0 0;
			text-indent: -9999px;
			width: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			-webkit-background-clip: padding;
			-moz-background-clip: padding;
			background-clip: padding;
		}
	.item-image {position: relative;}
		.item-image a {
			display: block;
			height: 238px;
			left: 0;
			position: absolute;
			text-align: left;
			text-indent: -9999px !important;
			top: 0;
			width: 304px;
			z-index: 1;
		}
		.item-image a:hover {
			-webkit-box-shadow: #fff 0 0 5px;
			-moz-box-shadow: #fff 0 0 5px;
			box-shadow: #fff 0 0 5px;
		}
	.item-details {
		background: #1a1a1a;
		background: rgba(0,0,0,.22);
		padding: 5px 10px;
		overflow: hidden;
	}
		.item-details p {
			float: left;
			margin: 0;
		}
		.item-details a {
			background: url('/img/arrow-right-small.png') top left no-repeat;
			display: block;
			float: right;
			height: 30px;
			margin-top: 4px;
			text-indent: -9999px;
			width: 30px;
			-webkit-transition: none;
			-moz-transition: none;
			transition: none;
		}
		.item-details a:hover {background: url('/img/arrow-right-small.png') bottom left no-repeat;}

/* !Contact */
/*-------------------------------------------------------------------- */
#contact {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,.33);
}
	#contact-form {
		float: left;
		margin-left: 118px;
		width: 412px;
	}
	#contact h2 {
		height: 120px;
		line-height: 120px;
		margin-bottom: 20px;
		margin-left: 118px;
	}
	#contact h3 {margin-bottom: 20px;}
	
	form.zemContactForm fieldset {
		border: none;
		border-top: 1px dashed #fff;
		border-top: 1px dashed rgba(255,255,255,.33);
		padding: 10px 0;
	}
	form.zemContactForm legend {
		color: #1a1a1a;
		color: rgba(0,0,0,.33);
		font-size: 18px;
		font-weight: bold;
		padding: 0 10px;
		margin-left: 10px;
	}
	form.zemContactForm p label {
		color: #fff;
		color: rgba(255,255,255,.5);
		display: block;
		font-weight: bold;
		line-height: 20px;
		text-indent: 5px;
	}
	form.zemContactForm p label.zemRequired {color: #fff;}
	form.zemContactForm p label.zemRequirederrorElement {
	  background: #2877C7;
		color: #fff;
		text-transform: uppercase;
	}
	#Name, #Email, #Subject, #Message, #Company, #Location, #Type, #URL, #Deadline, #Budget, #Description {
		border: none;
		border: 2px solid #2877c7;
		font-family: inherit;
		font-size: 14px;
		outline-color: #fff;
		padding: 6px;
		width: 396px;
	}
	#Type {width: 412px;}
	#Message, #Description {width: 396px;}
	.zemSubmit {
		background: rgba(0,0,0,.33);
		border: none;
		color: #fff;
		color: rgba(255,255,255,.8);
		cursor: pointer;
		font: inherit;
		font-weight: bold;
		height: 32px;
		line-height: 30px;
		width: 88px;
	}
	.zemSubmit:hover {
		background: rgba(0,0,0,.5);
		color: #fff;
		-webkit-box-shadow: #fff 0 0 5px;
	}
	.zemSubmit:active {
		position: relative;
		top: 1px;
	}
	#realPerson {}
  	#realPerson label {
  	  display: inline;
  	  padding-left: 5px;
    }
	
	#contact-sidebar {
		float: left;
		font-weight: bold;
		margin-left: 128px;
		width: 304px;
	}
		p#warning {
			background: rgba(0,0,0,.33);
			color: #fff;
			line-height: 28px;
			text-align: center;
		}
		p#endorse {}
		p#endorse a {
		    background: url('/img/endorse.png') left no-repeat;
		    display: block;
		    padding-left: 20px;
		}
		
	dl#contact-methods {
		line-height: 25px;
		overflow: hidden;
	}
		dl#contact-methods dt {
			border-bottom: 1px solid #000;
			border-bottom: 1px solid rgba(0,0,0,.05);
			color: #000;
			color: rgba(0,0,0,.33);
			float: left;
			font-weight: bold;
			text-align: right;
			width: 90px;
		}
		dl#contact-methods dd {
			border-bottom: 1px solid #000;
			border-bottom: 1px solid rgba(0,0,0,.05);
			color: #fff;
			color: rgba(255,255,255,.8);
			float: right;
			text-indent: 20px;
			width: 214px;
		}
		dl#contact-methods a {color: #fff;}
	
/* !Homepage */
/*-------------------------------------------------------------------- */
#homepage {
	margin: 0 0 20px 118px;
	position: relative;
}
	#homepage h3 {margin-bottom: 20px;}
		#homepage h3 a {
			color: #000;
			color: rgba(0,0,0,.9);
		}

	#image1 {margin-bottom: 160px;}
	#image2 {
		position: absolute;
		top: 250px;
		right: 10px;
	}
		#image1 a, #image2 a {
			display: block;
			height: 387px;
			text-indent: -9999px;
			top: 0;
			width: 626px;
		}
		#image1 a {background: url('/img/home-macgourmet.jpg') top left no-repeat;}
		#image2 a {background: url('/img/home-yipit.png') top left no-repeat;}

	.homepage-image {
		background: url('/img/browser-home.png') top left no-repeat;
		display: block;
		height: 399px;
		padding-top: 33px;
		padding-left: 1px;
		width: 627px;
	}
	#latestwork, #specialise {
		height: 125px;
		position: absolute;
		width: 304px;
	}
	#latestwork {
		top: 110px;
		right: 10px;
	}
	#specialise {
		top: 550px;
		left: 0;
		text-align: right;
	}
		#latestwork a, #specialise p {
			font-size: 14px;
			font-weight: bold;
			line-height: 12px;
		}
		#latestwork a span, #specialise p span {
			border: 3px solid #fff;
			display: block;
			float: left;
			height: 12px;
			margin: -1px 10px 0 0;
			text-indent: -9999px;
			width: 12px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			-webkit-background-clip: padding;
			-moz-background-clip: padding;
			background-clip: padding;
		}
		#specialise p span {
			float: right;
			margin: -1px 0 0 10px;
		}

/* !About */
/*-------------------------------------------------------------------- */
#about {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,.33);
}
	#about-content {
		float: left;
		margin-left: 118px;
		width: 412px;
	}
	#about h2 {
		height: 120px;
		line-height: 120px;
		margin-bottom: 20px;
		margin-left: 118px;
	}
	#about h3 {margin-bottom: 20px;}
	#about p {font-weight: bold;}
	
	#about-sidebar {
		float: left;
		font-weight: bold;
		margin-left: 128px;
		width: 304px;
	}
		#about-sidebar p {
			border-bottom: #000;
			border-bottom: 1px solid rgba(0,0,0,.05);
			line-height: 25px;
			margin: 0;
			padding: 0 5px;
			text-align: right;
		}
		#about-sidebar p.profilepic {
			border-bottom: 0;
			margin-bottom: 20px;
			padding: 0;
		}
		.profilepic-active {background: url('/img/bg-profilepic.png') top left repeat-x;}
		#sambrown {
			height: 203px;
			width: 304px;
		}
		#sambrown:hover {
			-webkit-box-shadow: #fff 0 0 5px;
			-moz-box-shadow: #fff 0 0 5px;
			box-shadow: #fff 0 0 5px;
		}
		#about-sidebar p.bio {
			border-bottom: 0;
			line-height: 150%;
			margin-top: 20px;
		}

/* !Footer */
/*-------------------------------------------------------------------- */
#footer {
	background: url('/img/line-horz.png') top left repeat-x;
	color: #fff;
	color: rgba(255,255,255,.66);
	clear: both;
	height: 90px;
	font-weight: bold;
	overflow: hidden;
	padding-top: 60px;
}
	#footer a {color: #fff;}
	#copyright {
		float: left;
		margin-left: 118px;
		margin-right: 20px;
		width: 304px;
	}
		#copyright em a {
			color: #fff;
			color: rgba(255,255,255,.33);
		}
		#copyright em a:hover {color: #fff;}
	#hire-sam {
		float: left;
		margin-right: 20px;
		text-align: center;
		width: 196px;
	}
	#sub-menu {
		float: left;
		text-align: center;
		padding-top: 10px;
		width: 304px;
	}
		#sub-menu a {padding: 0 8px}
	

/* !Other */
/*-------------------------------------------------------------------- */
.clear {clear:both;}

/* !Lines */
#line-horz {
	background: url('/img/line-horz.png') top left repeat-x;
	height: 1px;
	position: absolute;
	top: 380px;
	left: 0;
	z-index: 100;
	width: 100%;
}
#about #line-horz, #contact #line-horz, #content #line-horz {top: 270px;}
.line-vert {
	background: url('/img/line-vert.png') top left repeat-y;
	height: 100%;
	left: 97px;
	position: fixed;
	top: 0;
	width: 1px;
	z-index: 100;
}

/* !Grid */
#grid {
	background: url('/img/grid.png') top left no-repeat;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
#grid a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}
