/* THE MAIN FOLD */
#content {
	clear: both;
	position: relative;
	padding: 0 !important;
}

#fold {
	clear: both;
	height: 310px;
	margin: 25px 0;
}

#fold img {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
}

#fold #top-left-pocket {
	background: url(../../images/index/top-left-pocket.png) no-repeat;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 30px;
	height: 28px;
}

#fold #bottom-right-pocket {
	background: url(../../images/index/bottom-right-pocket.png) no-repeat;
	position: absolute;
	float: right;
	top: 305px;
	right: 2px;
	width: 31px;
	height: 28px;
}

#photo-message {
	position: absolute;
	float: right;
	top: 0px;
	right: 15px;
	margin-top: 46px;
	width: 390px;
	line-height: 1;
}

#photo-message h1, #photo-message p {
	color: #fff;
}

#photo-message .photo-middle {
	padding: 25px 15px 25px 15px;
	background: url(../../images/index/overlay_middle.png) repeat-y;
	border: 1px solid #000;
	border-right: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#photo-message h1 {
	font-size: 32px;
	font-weight: normal;
}

#photo-message h1 span {
	font-weight: 600;
}

#photo-message p {
	padding-top: 10px;
	line-height: 1.5;
}

#photo-message .buttons {
	clear: both;
	display: block;
	padding: 15px 0 15px 10px;
	text-align: center;
}

#photo-message #book-event a {
	float: left;
	display: block;
	background: url(../../images/index/book-event.png) no-repeat;
	width: 156px;
	height: 38px;
	padding-right: 15px;
	text-indent: -4000px;
}

#photo-message #book-event a:hover {background-position: 0 -42px;}
#photo-message #book-event a:active {background-position: 0 -84px;}

#photo-message #see-portfolio a {
	float: left;
	display: block;
	background: url(../../images/index/see-portfolio.png) no-repeat;
	width: 156px;
	height: 38px;
	text-indent: -4000px;
	overflow: hidden;
}

#photo-message #see-portfolio a:hover {
    background-position: 0 -40px;
}

#photo-message #see-portfolio a:active {
    background-position: 0 -80px;
}

.photo-divider-line {
	height: 2px;
	background: url(../../images/index/photo-divider-line.jpg) repeat-x;
}

/* MIDDLE SECTION */
#middle {
	padding: 20px 0;
	background-color: #f8f7f3;
}

/*Videography Services */
#videography-services {
	width: 390px;
	float: left;
	display: inline;
}

#videography-services h1 {
	background: url(../../images/index/videography-services.png) no-repeat;
	width: 251px;
	height: 46px;
	text-indent: -2000px;
}

#videography-services h2 {
	font-size: 16px;
	color: #3c3310;	
	font-weight: normal;
}

#videography-services .service-item {
	margin: 0 0 15px 0;
	color: #626464;
	line-height: 1.5;
}

#videography-services #wedding-service {
	background: url(../../images/index/wedding-icon.png) no-repeat;
	padding: 0 0 0 90px;
}

#videography-services #commercial-service {
	background: url(../../images/index/commercial-icon.png) no-repeat;
	padding: 0 0 0 90px;
}

#videography-services #event-service {
	background: url(../../images/index/events-icon.png) no-repeat;
	padding: 0 0 0 90px;
}

#videography-services .last {
	margin-bottom: 35px;
}

/* FEATURED VIDEO */
#featured-content {
	width: 531px;
	float: right;
	margin-left: 29px;
}

#featured-content h1 {
	background: url(../../images/index/featured-video-header.png) no-repeat;
	text-indent: -4000px;
	padding: 0;
	width: 516px;
	height: 46px;
}

#featured-content #featured-video {
	background: url(../../images/index/video-background.png) no-repeat;
	margin-bottom: 19px;
}

#featured-video .window-wrapper {
	border: 1px solid #ddd;
	background-color: #fff;
	width: 475px;
	margin: 0 auto;
	padding: 0;
}

#featured-video .window {
	margin: 0;
	padding: 10px;
	text-align: center;
	min-height: 299px;
	background: #fff url(../../images/common/loading-logo.png) no-repeat center center;
}

/* TESTIMONIALS */
#testimonials {
	width: 390px;
	clear: both;
	padding-top: 15px;
	float: left;
	display: inline;
}

#testimonials h2 {
	background: url(../../images/index/testimonials-header.png) no-repeat;
	width: 167px;
	height: 37px;
	text-indent: -2000px;
	padding: 0 0 10px 0;
}

#testimonials .testimonial {
	padding-left: 100px;
}

#testimonials .testimonial-photo {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	padding: 8px 0 0 8px;
	margin: 0 10px 10px 0;
}

#testimonials .testimonial a {
	float: right;
	font-style: italic;
	padding-top: 10px;
}

/* FEATURED WORK */
#featured-work {
	width: 531px;
	float: right;
	margin-left: 29px;
	padding-top: 15px;
}

#featured-work ul, #featured-work li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#featured-work li {
	float: left;
	width: 171px;
	padding-right: 9px;
}

#featured-work li.last-img {
	padding-right: 0 !important;
}

#featured-work img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}

#featured-work a {

	font-weight: bold;
	font-size: 13px;
}

#featured-work p {
	color: #626464;
	font-size: 12px;
}
