/*-----------------------------------------------------------------
	Joy McDonald CSS
	Designed and developed by [Max Wheeler](http://makenosound.com)
------------------------------------------------------------------*/

/* Type declarations */
@font-face {
	font-family: "Museo Sans 500";
	src: url("../type/MuseoSans_500.otf") format("opentype");
}

/*-----------------------------------------------------------------
	General
------------------------------------------------------------------*/

body {
	background: #e0ded2;
	font: normal 12px/1.6 "Lucida Grande", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: "Museo Sans 500", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}

/*-----------------------------------------------------------------
	Header
------------------------------------------------------------------*/

#header {
	background: #222 url("../img/bg-header.jpg") repeat-x bottom center;
	font-family: "Museo Sans 500";
	padding-bottom: 65px;
	overflow: hidden;
	zoom: 1;
	text-shadow: #191919 0px 0px 3px;
}
  #header h1 {
		width: 230px;
  }
	#header h1 a {
		background: transparent url("../img/logo.gif") no-repeat left 33px;
		display: block;
		overflow: hidden;
		padding-top: 35px;
		padding-bottom: 20px;
		text-indent: -999em;
	}
	#top-level {
		margin: 35px 0 0 0;
		list-style: none;
		width: 530px;
	}
		#top-level li {
			float: right;
			font-size: 20px;
			margin: 0 6px 0 0;
		}
			#top-level a,
			#top-level a:link,
			#top-level a:visited {
				background-color: #222;
				color: #dddbce;
				padding: 8px 12px;
				text-align: center;
				text-decoration: none;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-transition-property: color, background-color;
				-webkit-transition-duration: .6s, .4s;
			}
				#top-level a:hover {
					background-color: #2e2e2e;
					color: #fff;
				}
	#header h2 {
		color: #8b8a84;
		font-size: 12px;
		letter-spacing: .2em;
		text-transform: uppercase;
	}

/*-----------------------------------------------------------------
	Content
------------------------------------------------------------------*/

#content {
	background-image: url("../img/bg-content.gif");
	overflow: hidden;
	zoom: 1;
	padding-bottom: 5px;
}
	#home #content {
		padding: 20px 0;
	}
	#content h1 {
		color: #2f2e27;
		font-size: 30px;
		text-shadow: #f3f2ea 0px 0px 3px;
	}
	#content h2 {
	  color: #2f2e27;
		text-shadow: #f3f2ea 0px 0px 3px;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	#content h3 {
		color: #2f2e27;
		font-size: 14px;
		line-height: 1.3;
		letter-spacing: .2em;
		text-shadow: #f3f2ea 0px 0px 3px;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.anchors {
	  list-style: none;
	  margin-top: 20px;
	}
	  .anchors li {
	    float: right;
	  }
	
	.work-holder {
	  clear: both;
		list-style: none;
		padding-top: 10px;
	}
		#home .work-holder {
			clear: both;
		}
		.work-holder li {
			float: left;
			margin: 0 20px 20px 0;
			padding: 0;
			width: 140px;
		}
			.work-holder li a, .pull_2 img {
				background: #dcdac7;
				border: 1px #d2cfb8 solid;
				display: block;
				line-height: 0;
				padding: 7px;
				position: relative;
				text-decoration: none;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
			}
			.work-holder li a {
			  height: 101px;
			  width: 124px;
		  }
			.work-holder li a span {
			  background: #fff;
			  position: absolute;
			  top: 0;
			  left: -999em;
			  line-height: 1.4;
			  font-size: 11px;
			  height: 115px;
			  width: 138px;
			  text-align: center;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
			}
			  .work-holder li a span strong {
			    position: absolute;
			    top: 15px;
			    left: 12px;
			    text-align: center;
			    width: 108px;
			  }
			  .work-holder li a span em {
			    font-style: normal;
			    font-size: 10px;
			    position: absolute;
			    bottom: 15px;
			    text-align: center;
			    width: 108px;
			    left: 15px;
			  }
			    .work-holder li a span em:first-letter {
			      text-transform: capitalize;
			    }
				.work-holder li a:hover {
					background: #fff;
					border: 1px #ccc solid;
					-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 5px;
				}
				.work-holder li a:hover span {
				  left: 0;
			  }
	#content a,
	#content a:link {
		color: #8e0909;
	}
		#content a:visited {
			color: #3e0d0d;
		}
			#content a:hover {
				color: #111;
			}
.intro {
	font-size: 14px;
}

.top {
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .15em;
  text-align: right;
}
  #content .top a {
    color: #999;
    text-decoration: none;
  }
    #content .top a:hover {
      color: #666;
      text-decoration: underline;
    }

.cv {
  margin-top: 14px;
  text-align: right;
}

/*-----------------------------------------------------------------
	Footer
------------------------------------------------------------------*/

#footer {
	background: #e0ded2 url("../img/bg-footer.jpg") top center repeat-x;
	color: #6c6a62;
	font: normal 11px/1.4 "Museo Sans 500";
	letter-spacing: .1em;
	min-height: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	text-transform: uppercase;
	text-shadow: #e0ded2 0px 0px 3px;
	zoom: 1;
}

.fancyzoom img {
	border: 10px #fff solid !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
}
.zoomcaption {
}
.zoomcaption .inner {
	background: #fff;
	margin-top: 0;
	padding: 5px 15px 7px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
}

/*-----------------------------------------------------------------
	Bits
------------------------------------------------------------------*/
.pull_2 {
	float: left;
	margin-left: -60px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.contact {
	background: #dcdac7;
	border: 1px #d2cfb8 solid;
	display: block;
	float: right;
	padding: 15px 20px;
	margin-left: 20px;
	width: 180px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
	.contact h2 {
		font-size: 18px;
		margin-bottom: .5em;
	}
	.contact p {
		margin-bottom: .5em;
	}