/*
Theme Name: DocumentsDelivered
Author: Benjamin Falk : Falken Creative
Version: 1.0
*/


/*
	Colors:
	Blue - #009fcf
	Green - #b2eb5e
	Green hover - 91c347

	DEFAULTS 
	----------------------------------------------------------------- */
	
	html, body {
	}
	body {
		background: #fff url(images/bg.gif);
		font-family: 'PT Sans', sans-serif;
	}
	
	a img {
		border: 0;
	}
	
	a {
		color: #009fcf;
	}
	a:hover {
		color: #00799e;
	}
		#main a {
			text-decoration: underline;
		}
	
	iframe { border:0; overflow:hidden; }
	
	.clear {
		height: 0px;
		width: 0px;
		clear: both;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
/*
	GLOBAL TEMPLATE
	----------------------------------------------------------------- */	
	
	/* php live chat */
	#chatclose {
		height: 19px;
		width: 19px;
		position: fixed;
		top: 50%;
		left: 16px;
		z-index: 1001;
		cursor: pointer;
	}
		#chatclose .chatcloseinner {
			height: 19px;
			width: 19px;
			position: relative;
			top: -8px;
			background: url(images/chat-close.png) 0 0 no-repeat;
			cursor: pointer;
		}
		#chatclose .chatcloseinner:hover {
			background-position: bottom left;
		}
	
	/* olark chat */	
	html #habla_window_div #habla_topbar_div {
		background: url(images/button-green.png) 0 0 repeat-x;
	}	
	html #habla_window_div #habla_oplink_a {
		font-weight: bold;
	}
	
	.inner {
		max-width: 950px;
		padding: 0 15px;
		margin: 0 auto;
		position: relative;
	}
	
	/* header */
	header {
		height: 143px;
		background: url(images/bg-header.jpg) top center;
		border-bottom: 1px solid #000;
	}
		/* tab */
		.tab {
			position: absolute;
			top: 0;
			right: 0;
		}
		.tab #lang_sel_click {
			float: left;
			height: 37px;
			width: 150px;
			border-right: 1px solid #2f2f2f;
		}
			.tab #lang_sel_click li {
				width: 150px;
			}
			.inner .tab #lang_sel_click a {
				border: 0;
				padding: 0 30px 0 18px;
				height: 37px;
				line-height: 37px;
				color: #999999;
				font-size: 13px;
			}
			.inner .tab #lang_sel_click a.lang_sel_sel {
				background: url(images/bg-tab-dropdown.gif) top right repeat-x;
			}
			.inner .tab #lang_sel_click a:hover {
				color: #fff;
				background-position: bottom right;
			}
			
			/* dropdown */
			.inner .tab #lang_sel_click ul ul {
				top: 38px;
				width: 150px;
				border: 0;
				border-bottom: 1px solid #000;
			}
				.inner .tab #lang_sel_click ul ul a {
					background: #141414;
				}
			
		header #menu-header {
			padding: 0 18px;
			margin: 0;
			float: left;
			
			background: url(images/bg-tab.gif);
			height: 37px;
			line-height: 37px;
			list-style: none;
		}
			header #menu-header li {
				float: left;
				height: 37px;
			}
			header #menu-header li:first-child {
				padding-right: 18px;
				margin-right: 18px;
				border-right: 1px solid #2f2f2f;
			}
			header a {
				color: #999999;
				font-size: 13px;
				text-transform: uppercase;
				text-decoration: none;
			}
			header a:hover,
			header .current-menu-item a {
				color: #fff;
			}
			
		.mobilecontact, #mobiletoggle, #mobilenav {
			display: none;
		}
			
		/* logo */
		header .logo {
			float: left;
			margin-top: 33px;
		}
		
		/* phone number */
		header .contact {
			float: right;
			margin: 52px 0 0 0;
			padding: 0;
			list-style: none;
		}
			header .contact li {
				line-height: 42px;
				font-size: 26px;
				letter-spacing: 1px;
				text-shadow: 0px 1px 2px #000;
				text-align: right;
				padding-right: 18px;
			}
			header .contact li.phone {
				height: 42px;
				padding: 0 18px 0 50px;
				
				background: url(images/icon-contact.png) left center no-repeat;
				color: #fff;
				font-size: 34px;
				font-weight: bold;
				letter-spacing: 2px;
			}
			header .contact li.email {
				line-height: 12px;
			}
			header .contact li.email a {
				display: inline-block;
				padding-left: 28px;
				background: url(images/icon-email.png) left center no-repeat;
				color: #b2eb5e;
				font-size: 14px;
				letter-spacing: 0;
				text-shadow: 0px 1px 2px #000;
				text-decoration:none;
				text-transform: none;
			}
			header .contact li.email a:hover {
				color: #91c347;
			}
			
	/* nav */
	nav {}
		nav div {
			background: url(images/bg-nav.gif) repeat-x;
		}
		nav ul {
			margin: 0 auto;
			padding: 0;
			list-style: none;
			
			width: 979px;
			border-left: 1px solid #000;
			overflow: hidden;
		}
			nav li {
				border-right: 1px solid #000;
				float: left;
			}
			nav a, .error404 nav #menu-item-1034 a {
				display: block;
				padding: 0;
				height: 54px;
				line-height: 54px;
				text-align: center;
				
				color: #999999;
				font-weight: bold;
				font-size: 16px;
				text-transform: uppercase;
				text-decoration: none;
				text-shadow: 0px 1px 2px #000;
				background: none;
			}
			nav a:hover, .error404 nav #menu-item-1034 a:hover {
				color: #fff;
			}
			nav .current-menu-item a,
			nav .current-menu-item a:hover,
			nav .current_page_parent a {
				background: url(images/bg-nav-active.gif) 0 0 repeat-x;
				color: #fff;
			}
			
			nav #menu-item-1498 a { width: 112px; }
			nav #menu-item-1038 a { width: 127px; }
			nav #menu-item-2222 a { width: 167px; }
			nav #menu-item-1037 a { width: 152px; }
			nav #menu-item-1036 a { width: 142px; }
			nav #menu-item-1034 a { width: 110px; }
			nav #menu-item-1972 a { width: 162px; }

			nav #menu-item-1798 a { width: 112px; }
			nav #menu-item-1804 a { width: 127px; }
			nav #menu-item-1799 a { width: 167px; }
			nav #menu-item-1803 a { width: 152px; }
			nav #menu-item-1802 a { width: 142px; }
			nav #menu-item-1800 a { width: 110px; }
			nav #menu-item-1801 a { width: 162px; }

	/* footer */
	footer {
		margin-top: 80px;
		padding: 22px 0 60px 0;
		overflow: hidden;
		background: url(images/bg-header.jpg) center -6px;
	}
		.home footer {
			margin-top: 0;
		}
		footer img {
			float: left;
			margin-top: 2px;
		}
		footer nav {
			background: none;
			padding: 0;
			margin: 0;
			float: right;
			width: 360px;
		}
			footer nav ul {
				overflow: hidden;
				border: 0;
				width: auto;
				float: right;
			}
				footer nav li {
					margin-left: 16px;
					border: 0;
				}
				footer nav a {
					color: #999999;
					font-size: 13px;
					padding: 0;
					height: 30px;
					line-height: 30px;
					text-shadow: none;
				}
					footer nav a:hover {
						color: #fff;
					}
					footer #menu-footer .current-menu-item a {
						background: none;
						color: #fff;
					}
					
				footer li#menu-item-1041 a {
					height: 30px;
					width: 30px;
					overflow: hidden;
					text-indent: -999px;
					background: url(images/icon-facebook.gif);
				}
				footer li#menu-item-1040 {
					margin-left: 6px;
				}
				footer li#menu-item-1040 a {
					height: 30px;
					width: 30px;					
					overflow: hidden;
					text-indent: -999px;
					background: url(images/icon-twitter.gif);
				}
				
				footer li#menu-item-2001 a {
					height: 30px;
					width: 102px;					
					overflow: hidden;
					text-indent: -999px;
					background: url(images/bbb.gif);
					background-size: contain;
				}
			
			

/*
	CONTENT STYLES
	----------------------------------------------------------------- */	
	
	/* headers */
	#main article h1 {
		font-weight: normal;
		font-size: 30px;
		line-height: 36px;
		margin: 40px 0 20px;
	}
		#main article h1:first-child {
			margin-top: 0;
		}
	#main h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 40px 0 14px;
		font-weight: normal;
	}
		#main h2:first-child {
			margin-top: 0;
		}
		.page-id-16 #main .content h2 { /* about page */
			font-size: 20px;
			line-height: 26px;
			font-style: italic;
			margin-top: 0;
		}
	#main h3 {
		color: #000;
		text-transform: uppercase;
		margin: 30px 0 4px 0;
		font-size: 20px;
		line-height: 24px;
	}	
		.page-id-126 #main h3 {
			color: #000;
		}
		
	/* general */
	#main article p {
		margin: 0 0 18px 0;
		line-height: 20px;
	}
	
	/* testimonials */
	#testimonials {
		border-top: 1px solid #ccc;
		background: #fff;
		padding: 20px 0 80px;
		margin-top: 60px;
		text-align: center;
	}
		#testimonials img {
			position: relative;
			top: -35px;
		}
		
		#testimonials #prev {
			position: absolute;
			top: 56px;
			left: -40px;
			
			height: 42px;
			width: 28px;
			border: 1px solid #ccc;
			background: url(images/arrow-prev.gif) 8px center no-repeat;
		}
			#testimonials #prev:hover {
				background: url(images/arrow-prev-o.gif) 8px center no-repeat;
				border-color: #00aee2;
			}
		#testimonials #next {
			position: absolute;
			top: 56px;
			right: -40px;
			height: 42px;
			width: 28px;
			border: 1px solid #ccc;
			background: url(images/arrow-next.gif) 9px center no-repeat;
		}
			#testimonials #next:hover {
				background: url(images/arrow-next-o.gif) 9px center no-repeat;
				border-color: #00aee2;
			}
		
		#testimonials ul {
			margin: 0;
			padding: 0;
		}	
		#testimonials li {
			width: 100%;
			display: none;
		}
		#testimonials li:first-child {
			display: block;
		}
		#testimonials .qt {
			font-size: 18px;
			line-height: 28px;
			padding: 0 60px 30px 60px;
		}
		#testimonials .qt p {
			margin: 0;
		}
		#testimonials .by {
			font-size: 18px;
			line-height: 24px;
			font-weight: bold;
		}
		#testimonials .role {
			font-size: 14px;
			line-height: 20px;
			color: #474141;
		}
		
	/* faq list */
	#main dl {
		margin: 0 0 20px;
	}
		#main dt {
			margin-top: 18px;
			padding-left: 40px;
			background: url(images/arrow-gray.gif) 16px 4px no-repeat;
			font-size: 18px;
			line-height: 22px;
		}
			#main dt:hover {
				color: #009fcf;
				background: url(images/arrow-blue.gif) 16px 4px no-repeat;
				cursor: pointer;
			}
			#main dt:first-child {
				margin-top: 0;
			}
			#main dt.active {
				font-weight: bold;
				background: url(images/arrow-down.gif) 13px 6px no-repeat;
			}
			#main dt.active:hover {
				color: #000;
				font-weight: bold;
				background: url(images/arrow-down.gif) 13px 6px no-repeat;
			}
		#main dd {
			border-bottom: 1px solid #ccc;
			margin: 6px 0 0 40px;
			padding-bottom: 14px;
			font-size: 15px;
			display: none;
		}
			#main dt p {
				margin: 0;
			}
			#main dd p {
				margin: 0;
				padding: 0 0 18px 0;
			}
		
	/* bio list */
	.team {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.team li {
			float: left;
			width: 278px;
			height: 328px;
			margin: 0 29px 30px 0;
			position: relative;
			overflow: hidden;
		}
			.team li.col3 {
				margin-right: 0;
			}
			.team li:hover {
				/* cursor: pointer; */
			}
			
			.team img {
				border-bottom: 3px solid #009fcf;
			}
			.team .noborder img { border-bottom:3px solid #fff; }
			
			.team .title {
				position: absolute;
				bottom: 0;
				left: 0;
				height: 49px;
				width: 278px;
				background: #fff;
				z-index: 200;
			}
				.team .title h4 {
					font-size: 16px;
					margin: 8px 0 0 20px;
				}
				.team .title h5 {
					margin: 0 0 0 20px;
					font-size: 14px;
					font-weight: normal;
					color: #009fcf;
					font-style: italic;
				}
			
			.team .bio {
				position: absolute;
				top: 278px;
				z-index: 100;
				
				width: 238px;
				height: 235px;
				padding: 20px;
				background: url(images/team-bg.png);
				
				color: #fff;
				font-size: 17px;
				line-height: 21px;
			}
				.team .bio .inner {
					position: relative;
					width: auto;
					height: auto;
				}
				.team .arrow {
					position: absolute;
					top:  -50px;
					right: -20px;
				}
				.team .bio p {
					margin: 0 0 16px 0;
				}
		
	/* Terms of Use */
	.page-id-128 #main ul li {
		margin-bottom: 14px;
	}
	
	/* sitemap */
	.wsp-pages-col {
		width: 30%;
		float: left;
	}
	.wsp-posts-col {
		width: 70%;
		float: right;
	}
	.page-id-136 #main ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		.page-id-136 #main .wsp-posts-col ul li {	
			margin-bottom: 20px;
		}
		.page-id-136 #main .wsp-posts-col ul ul {	
			list-style: square;
			padding-left: 30px;
			margin-top: 6px;
		}
		.page-id-136 #main .wsp-posts-col ul ul li {	
			margin-bottom: 4px;
		}
		.wsp-pages-list .page-item-1132,
		.wsp-pages-list .page-item-1128 {
			display: none;
		}	
	
		
/*
	HOME PAGE 
	----------------------------------------------------------------- */	
	
	/* banner area */
	.home #banner {
		height: 580px;
		background: url(images/background.jpg) top center no-repeat;
		background-size: cover;
		overflow: hidden;
	}
		.home #banner .inner {
			width: 950px;
			height: 460px;
			margin-top: 40px;
			padding: 40px 0 0 30px;
			background: #fff url(images/banner.jpg) 0 0 no-repeat;
		}
		
		/* text */
		.home #banner h1 {
			margin: 0;
			font-size: 40px;
			line-height: 44px;
			letter-spacing: 2px;
		}
		.home #banner p {
			width: 510px;
			font-size: 15px;
			line-height: 22px;
			margin: 8px 0 15px;
		}
		.home #banner ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.home #banner ul.col1 {
				width: 236px;
				float: left;
			}
			.home #banner ul.col2 {
				width: 260px;
				float: left;
			}
		.home #banner li {
			color: #787878;
			font-weight: bold;
			font-size: 14px;
			margin-bottom: 2px;
		}
		.home #banner li img {
			margin-right: 8px;
			position: relative;
			top: 5px;
		}
		
		.home #banner .pricing {
			clear: both;
			margin: 44px 0 39px;
		}

		/* form */
		.home #banner form {
			position: relative;
			clear: both;
		}
		.home #banner input {
			width: 208px;
			padding: 8px 12px 7px;
			margin: 0 14px 0 0;
			border: 1px solid #ccc;
		}
		.home #banner input:focus {
			border: 1px solid #00aee2;
			outline: none;
		}
		.home #banner input.error {
			border: 1px solid red;
		}
		.home #banner input.submit {	
			border: none;
			width: 176px;
			height: 37px;
			margin: 0;
			padding: 0;
			line-height: 38px;
			
			cursor: pointer;
			font-size: 15px;
			text-transform: uppercase;
			color: #1f211c;
			font-weight: bold;
			text-align: center;
			text-shadow: 0px 1px 1px rgba(255, 255, 255, 0);
			background: #b2eb5e url(images/button-green.png) 0 0 repeat-x;
			
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}
			.home #banner input.submit:hover {
				text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
				background-position: bottom left;
			}
			
	/* featured clients */
	#logos {
		padding: 40px 0 20px;
		background: #fff;
		text-align: center;
	}
		#logos h3 {
			margin: 0 0 10px;
			font-size: 18px;
			text-transform: uppercase;
			color: #666666;
			letter-spacing: 1px;
		}
		
		/* buttons */
		#logos #prev,
		#main .logos #prev2 {
			position: absolute;
			top: 61px;
			left: -40px;
			
			height: 42px;
			width: 28px;
			border: 1px solid #ccc;
			background: url(images/arrow-prev.gif) 8px center no-repeat;
		}
			#logos #prev:hover,
			#main .logos #prev2:hover {
				background: url(images/arrow-prev-o.gif) 8px center no-repeat;
				border-color: #00aee2;
			}
		#logos #next, 
		#main .logos #next2 {
			position: absolute;
			top: 61px;
			right: -40px;
			height: 42px;
			width: 28px;
			border: 1px solid #ccc;
			background: url(images/arrow-next.gif) 9px center no-repeat;
			z-index: 100;
		}
			#logos #next:hover,
			#main .logos #next2:hover {
				background: url(images/arrow-next-o.gif) 9px center no-repeat;
				border-color: #00aee2;
			}
			
		#main .logos #next2,
		#main .logos #prev2 {
			top: 75px;
		}	
		
		/* slider */
		#logos ul {
			list-style: none;
			height: 100px;
			position: relative;
			margin: 0;
			padding: 0;
		}
			#logos li {
				position: absolute;
				top: 0;
				left: 0;
				display: none;
				width: 980px;
			}
			#logos li:first-child {
				display: block;
			}
	
	/* main content */
	.home #main .content {
		max-width: 980px;
		margin: 0 auto 30px;
		background: #fff;
		border-bottom: 1px solid #cccccc;
		overflow: hidden;
	}
		#main .content .threecol {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#main .content .threecol li {
			width: 327px;
			float: left;
		}
			#main .content .threecol li.col3 {
				width: 326px;
			}
			
			#main .content .threecol h2 {
				text-align: center;
				margin: 0;
				padding: 18px 30px 16px;
				background: url(images/bg-header2.jpg) top center repeat-x;
				border-right: 1px solid #5d5957;
				color: #b2eb5e;
				font-size: 22px;
				text-transform: uppercase;
				font-weight: bold;
				letter-spacing: 1px;
				text-shadow: 0px 1px 2px #000;
			}
			#main .content .threecol p {
				border-right: 1px solid #ccc;
				margin: 0;
				padding: 30px;
				font-size: 13px;
				line-height: 17px;
			}
				#main .content .threecol .col3 p {
					border: 0;
				}
			
	#main .logos {
		border-top: 1px solid #ccc;
		background: #fff;
		padding: 40px 0 70px;
		text-align: center;
	}
		#main .logos h3 {
			margin: 0 0 20px;
			font-size: 18px;
			text-transform: uppercase;
			color: #666666;
			letter-spacing: 1px;
		}
	

/*
	CONTENT PAGE 
	----------------------------------------------------------------- */			
	
	#main .content {
		max-width: 980px;
		margin: 42px auto 0 auto;
		background: #fff;
		border-bottom: 1px solid #cccccc;
		overflow: hidden;
		position: relative;
	}
	#main .content2 {
		width: 892px;
		padding: 44px 44px 14px;
		margin: 20px auto 0;
		background: #fff;
		border-bottom: 1px solid #cccccc;
		overflow: hidden;
	}
		#main .bg {
			position: absolute;
			top: 198px;
			left: 0;
			width: 100%;
			height: 580px;
			background: url(images/background.jpg) top center no-repeat;
			background-size: cover;
		}
		.logged-in #main .bg {
			top: 198px;
		}
	
	#main .content header {
		border-top: 1px solid #2e2a27;
		background: #3a3532 url(images/bg-header3.jpg) 0 0 no-repeat;
		height: 104px;
		border: 0;
		overflow: hidden;
		position: relative;
	}
		#main .content header h1 {
			position: absolute;
			left: 44px;
			top: 0;
			width: 800px;
			
			margin: 0;
			font-size: 36px;
			line-height: 108px;
			color: #fff;
			font-weight: normal;
			text-shadow: 0px 1px 4px #000000;
		}
			.page-id-2386 #main .content header h1 { font-size:32px; }
		#main .content header h4 {
			margin: 0 44px 0 0;
			float: right;
			color: #fff;
			font-size: 18px;
			font-weight: normal;
			font-style: italic;
			line-height: 108px;
			text-align: right;
			text-shadow: 0px 1px 4px #000000;
		}
		#main .content header h4 img {
			margin-right: 10px;
			position: relative;
			top: 10px;
		}
		#main .content header h4 p {
			margin:0; padding:0;
		}
		#main .content header h4 a {
			color: #b2eb5e;
			font-size: 18px;
			text-transform: none;
			text-decoration: none;
		}
			#main .content header h4 a:hover {
				color: #91c347;
			}
			
		body.page-id-3410 #main .content header h4 img {
			margin-right: 0;
			top: 16px;
		}
	
	article {
		padding: 44px;
		min-height: 550px;
		overflow: hidden;
	}
	
		article .video {
			float: left; 
			width: 420px;
		}
		#main article .video p {
			margin: 0; padding: 0;
		}
		article .nonvideo {
			float: right;
			width: 430px;
		}
	
		
/*
	PLACE ORDER PAGE 
	----------------------------------------------------------------- */	
	
	/* popup */
	.page-template-page-form-php #popup #main article {
		padding: 0;
	}
	.page-template-page-form-php #popup h1 {
		color: #fff;
		background: #000 url(images/bg-header3.jpg) top right no-repeat;
		padding: 30px;
		margin-bottom: 0;
	}
	.page-template-page-form-php #popup .popupinner {
		padding: 30px;
	}
	.page-template-page-form-php #popup p {
		font-size: 13px;
		line-height: 20px;
	}
	
	
	
	#main form.visual-form-builder,
	#main .vfb-fieldset-1 {
		margin-top: 0;
	}
	
	.page-template-page-form-php #main article {
		padding-bottom: 0;
	}
		
	/* form and header */
	#main .vfb-legend {
		margin: 0;
		padding: 18px 30px 17px;
		background: url(images/bg-header2.jpg) top center repeat-x;
	}
		#main .vfb-legend h3 {
			line-height: 1;
			font-size: 22px;
			margin: 0;
			color: #b2eb5e;
			font-size: 22px;
			text-transform: uppercase;
			letter-spacing: 1px;
			text-shadow: 0px 1px 2px #000;
		}
		
	#main .visual-form-builder fieldset {
		border-radius: 0;
		margin-bottom: 15px;
		background: none;
		border: 0;
	}
	#main .visual-form-builder ul {
		margin: 0 !important;
		padding: 22px 22px 14px !important;
		background: #f8f8f8 !important;
		border: 1px solid #ccc;
		border-top: 0;
	}
		.page-id-580 #main article {
			padding-bottom: 0;
		}
		#main .visual-form-builder fieldset#item-vfb-98 {
			margin-bottom: 0;
		}
	
	/* form fields and labels */
	#main label {
		font-size: 13px;
		margin-bottom: 8px;
	}
	#main label.vfb-desc {
		font-size: 14px;
		margin: 0;
	}
	#main .visual-form-builder ul li {
		font-size: 14px;
	}
	
	#item-vfb-44, #item-vfb-876, #item-vfb-714, #item-vfb-1038, #item-vfb-1201 {
		position: relative;
	}
		#item-vfb-44 span.vfb-span,
		#item-vfb-876 span.vfb-span,
		#item-vfb-714 span.vfb-span,
		#item-vfb-1038 span.vfb-span,
		#item-vfb-1201 span.vfb-span {
			position: absolute;
			top: 32px;
  			left: 415px;
		}
	
	#main .visual-form-builder input,
	#main .visual-form-builder textarea,
	#main .visual-form-builder select.vfb-select {
		margin-bottom: 5px;
		padding: 4px;
		border: 1px solid #ccc;
		background: #fff;
		font-size: 16px;
		border-radius: 0;
	}
		#main .visual-form-builder input:focus,
		#main .visual-form-builder textarea:focus {
			border: 1px solid #009fcf;
			outline: none;
		}
		#main li.vfb-left-half .vfb-small, 
		#main li.vfb-left-half .vfb-medium, 
		#main li.vfb-left-half .vfb-large, 
		#main li.vfb-right-half .vfb-small, 
		#main li.vfb-right-half .vfb-medium, 
		#main li.vfb-right-half .vfb-large, 
		#main li.vfb-left-third .vfb-small, 
		#main li.vfb-left-third .vfb-medium, 
		#main li.vfb-left-third .vfb-large, 
		#main li.vfb-middle-third .vfb-small, 
		#main li.vfb-middle-third .vfb-medium, 
		#main li.vfb-middle-third .vfb-large, 
		#main li.vfb-right-third .vfb-small, 
		#main li.vfb-right-third .vfb-medium, 
		#main li.vfb-right-third .vfb-large, 
		#main .visual-form-builder li.vfb-left-two-thirds .vfb-small, 
		#main .visual-form-builder li.vfb-left-two-thirds .vfb-medium, 
		#main .visual-form-builder li.vfb-left-two-thirds .vfb-large, 
		#main .visual-form-builder li.vfb-right-two-thirds .vfb-small, 
		#main .visual-form-builder li.vfb-right-two-thirds .vfb-medium, 
		#main .visual-form-builder li.vfb-right-two-thirds .vfb-large {
			width: 97%;
		}
		#main input.vfb-large, #main input[type="text"].vfb-large, #main input[type="tel"].vfb-large, #main input[type="email"].vfb-large, #main input[type="url"].vfb-large, #main select.vfb-large, #main textarea.vfb-textarea {
			width: 98.5%;
		}
		
		#main .visual-form-builder .vfb-left .vfb-medium,
		#main .visual-form-builder .vfb-left .vfb-select,
		#main .visual-form-builder .vfb-right .vfb-select {
			width: 95%;
		}
		#main .visual-form-builder .vfb-right .vfb-medium {
			width: 94%;
		}

		#main #item-vfb-242 div span {
			width: 500px;
		}
		
	#main .visual-form-builder .vfb-checkbox {
		margin: 4px 0 0;
		padding: 0;
		border: none;
	}
	
	#main .visual-form-builder span.vfb-left { clear:left; }
	.page-template-page-form-php .visual-form-builder label.vfb-choice { width: 95%;; }
	
	/* submit buttons */
	#main .visual-form-builder #btn-add-citation,
	#main .visual-form-builder #btn-add-upload {
		position: relative;
		top: -10px;
	
		border: none;
		width: auto;
	
		cursor: pointer;
		font-size: 16px;
		line-height: 20px;
		color: #000;
		font-weight: bold;
		padding: 10px 20px 9px;
		background: #b2eb5e url(images/button-green.png) 0 0 repeat-x;
		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
		#main .visual-form-builder #btn-add-citation:hover,
		#main .visual-form-builder #btn-add-upload:hover {
			text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
			background-position: bottom left;
		}
	
	form.visual-form-builder li.vfb-item-submit {
		text-align: center;
	}
	#main .visual-form-builder #vfb-12, 
	#main .visual-form-builder #vfb-571, 
	#main .visual-form-builder #vfb-738,
	#main .visual-form-builder #vfb-900,
	#main .visual-form-builder #vfb-1062,
	#main .visual-form-builder #vfb-1224,
	#main .visual-form-builder #vfb-1421, 
	#main .visual-form-builder #vfb-1583,
	#placeanotherorder {
		border: none;
		width: auto;
	
		cursor: pointer;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		text-decoration:none !important;
		color: #000;
		font-weight: bold;
		padding: 14px 30px 12px;
		background: #b2eb5e url(images/button-green-lrg.png) 0 0 repeat-x;
		
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
		#main .visual-form-builder #vfb-12:hover, 
		#main .visual-form-builder #vfb-571:hover, 
		#placeanotherorder:hover, 
		#main .visual-form-builder #vfb-1224:hover,
		#main .visual-form-builder #vfb-1421:hover,
		#main .visual-form-builder #vfb-1583:hover {
			text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
			background-position: bottom left;
		}
		
		#main .visual-form-builder .processing {
			display: inline-block;
			background: #b2eb5e url(images/button-green-lrg.png) 0 0 repeat-x;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}
		#main .visual-form-builder .processing .processing,
		#main .visual-form-builder .processing .processing:hover {
			background: url(images/loading.gif) 20px 15px no-repeat !important;
			padding-left: 50px !important;
			margin-bottom: 0 !important;
			cursor: default !important;
		}
		
	.notification {
		padding: 30px;
		margin-bottom: 20px;
		background: #fcfce1;
		border: 1px solid #ecebbd;
	}
		#main .notification h3 {
			margin-top: 0;
		}
		#main .notification p {
			margin-bottom: 0;
		}
		
	#main p#form_success { 
		color:#000; 
		font-weight:normal; 
	}
	
	#main div.vfb-legend {
		position: relative;
	}
	#main .closerow {
		float: right;
		position: absolute;
		top: 19px;
		right: 20px;
		color: #c81818;
		font-weight: normal;
		letter-spacing: 1px;
		cursor: pointer;
	}
	
	/* customization */
	#item-vfb-1256, #item-vfb-1259, #item-vfb-1263, #item-vfb-1267, #item-vfb-1430, #item-vfb-1592 { 
		/* payment: invoice will be sent w delivery */
		padding-top: 27px !important;
	}
	#item-vfb-1255, #item-vfb-1260, #item-vfb-1264, #item-vfb-1268, #item-vfb-1409, #item-vfb-1593 { 
		/* payment: contact via email */
		padding-top: 17px !important;
	}
	
	
/*
	PRICING PAGE 
	----------------------------------------------------------------- */		
	
	#main .pricing {
		width: 980px;
		margin: 42px auto 0 auto;
		position: relative;
	}
		#main .pricingmobile {
			display: none;
		}
	
		/* header */
		#main .pricing .threecol-header {
			margin: 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
		}
			#main .pricing .threecol-header li {
				float: left;
				width: 326px;
				height: 262px;
			}
			#main .pricing .threecol-header li.col1 {
				background: url(images/pricing-header1.jpg) bottom left no-repeat;
				position:relative;
			}
			#main .pricing .threecol-header li.col2 {
				width: 328px;
				background: url(images/pricing-header2.jpg) bottom left no-repeat;
			}
			#main .pricing .threecol-header li.col3 {
				background: url(images/pricing-header3.jpg) bottom left no-repeat;
			}
			#main .pricing .threecol-header h2 {
				text-align: center;
				margin: 0;
				padding: 34px 0 0 0;
				color: #999999;
				font-size: 18px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				text-shadow: 0px 1px 2px #000;
			}
			#main .pricing .threecol-header .col2 h2 {
				padding: 18px 0 0 0;
			}
			
		/* main */	
		#main .pricing .threecol {
			background: url(images/pricing-bg.gif) top center repeat-y;
			border-bottom: 1px solid #ccc;
			
			margin: 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
			position: relative;
		}
			#main .pricing .threecol li {
				float: left;
				width: 327px;
				padding-bottom: 44px;
				position: relative;
			}
				#main .pricing .threecol li.col3 {
					width: 326px;
				}
					#main .pricing .threecol li.col3 li {
						text-decoration: underline;
						cursor: pointer;
					}
					#main .pricing .threecol li.col3 li.none {
						text-decoration: none;
						cursor: auto;
					}
				
					/* list */
					#main .pricing .threecol li ul {
						margin: 0;
						padding: 44px 46px 0;
						list-style: none;
						overflow: hidden;
						position: static;
					}
					#main .pricing .threecol li li {
						width: auto;
						padding: 0 0 0 30px;
						margin: 16px 0 0 0;
						background: url(images/check.gif) 0 2px no-repeat;
						font-size: 15px;
						line-height: 20px;
						min-height: 0;
					}
						#main .pricing .threecol li li:first-child {
							margin-top: 0;
						}
						
		#main .pricing .threecol-footer {
			background: url(images/pricing-bg.gif) top center repeat-y;
			border-bottom: 1px solid #ccc;
			
			margin: 0;
			padding: 140px 0 0 0;
			list-style: none;
			overflow: hidden;
			position: relative;
		}
			#main .pricing .threecol-footer li {
				float: left;
				width: 327px;
				padding-bottom: 0px;
				position: relative;
				height: 1px;
			}
				#main .pricing .threecol-footer li.col3 {
					width: 326px;
				}						
					
			/* button */	
			#main .pricing .threecol-footer .button-lrg {
				z-index: 2;
				position: absolute;
				bottom: 30px;
				left: 44px;
			
				width: 238px;
				display: block;
			
				font-size: 20px;
				line-height: 20px;
				text-transform: uppercase;
				color: #000;
				font-weight: bold;
				padding: 16px 0 14px;
				background: #b2eb5e url(images/button-green-lrg.png) 0 0 repeat-x;
				text-decoration: none;
				text-align: center;
				
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
			}
				#main .pricing .threecol-footer .button-lrg:hover {
					text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
					background-position: bottom left;
				}
				
		.person {
			position: absolute;
			bottom: 1px;
			left: 465px;
			z-index: 1;
		}
		.quote {
			z-index: 1;
			position: absolute;
			bottom: 106px;
			left: -47px;
			
			height: 89px;
			width: 495px;
			background: url(images/quote1.png) 0 0 no-repeat;
			cursor: pointer;
		}
			#main .quote p {
				margin: 20px 0 0 56px;
				font-size: 16px;
				color: #b2eb5e;
			}
			.quote h4 {
				margin: 4px 0 0 56px;
				font-size: 22px;
				color: #fff;
				font-weight: normal;
				letter-spacing: 1px;
			}
			
		.delivery {
			width: 980px;
			margin: 20px auto 0 auto;
			background: #fff;
			border-bottom: 1px solid #ccc;
			overflow: hidden;
			text-align: center;
		}
			#main .delivery h3 {
				position: relative;
				top: -25px;
				padding: 25px 0;
				
				display: inline-block;
				margin: 0;
				text-align: center;
				color: #171717;
				font-size: 28px;
				letter-spacing: 1px;
				
				border-right: 1px solid #ccc;
				padding-right: 30px;
				margin-right: 30px;
			}
			#main .delivery p {
				display: inline-block;
				padding: 25px 20px 20px 0;
				margin: 0;
			}
			#main .delivery h4 {
				position: relative;
				top: -25px;
				
				display: inline-block;
				margin: 0;
				text-align: center;
				color: #171717;
				font-size: 28px;
				letter-spacing: 1px;
			}
			#main .delivery h4 i {
				color: #666;
			}
			
		.page-template-page-pricing-php .footer {
			margin: 30px auto 0 auto;
			width: 892px;
			font-size: 13px;
			line-height: 20px;
			color: #666666;
			text-indent: -12px;
		}

	/* tooltip */
	.mypopup {
		border: 1px solid #ccc !important;
		background: #fff !important;
		padding: 8px !important;
		font-size: 13px !important;
		line-height: 18px !important;
		
		-webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.4) !important;
		-moz-box-shadow:    0px 3px 12px 0px rgba(50, 50, 50, 0.4) !important;
		box-shadow:         0px 3px 12px 0px rgba(50, 50, 50, 0.4) !important;
	}
		
	
	/* popup */
	#cboxTitle {
		display: none !important;
	}
	#lbp-inline-href-1 {
		text-align: center;
		position: relative;
	}
	#lbp-inline-href-1 h1, #lbp-inline-freeestimates h1 {
		background: #00a0cf url(images/bg-header3.jpg) top right no-repeat;
		margin: 0 0 30px 0;
		padding: 30px;
		color: #fff;
		font-weight: normal;
		font-size: 26px;
		letter-spacing: 1px;
		text-shadow: 0px 1px 2px #00799e;
	}
	#lbp-inline-freeestimates h1
	{
		text-align:center;
	}
	#lbp-inline-href-1 p {
		padding: 0 30px;
		font-size: 18px;
		line-height: 28px;
	}
	#lbp-inline-freeestimates p {
		padding: 0 15px;
		font-size: 17px;
		line-height: 28px;
		text-align:center;
	}
	#lbp-inline-href-1 .button-lrg {
	
		width: 220px;
		display: block;
		margin: 0 auto;
	
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		padding: 16px 0 14px;
		background: #b2eb5e url(images/button-green.png) 0 0 repeat-x;
		text-shadow: 0px 1px 2px #79a101;
		text-decoration: none;
		text-align: center;
		
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
		#lbp-inline-href-1 .button-lrg:hover {
			background-position: bottom left;
		}


/*
	COPYRIGHT PAGE 
	----------------------------------------------------------------- */
	
	.page-template-page-copyright-php article {
		padding: 0;
	}
	.page-template-page-copyright-php .pagesection {
		padding: 50px 84px 0 44px;
		overflow: hidden;
	}
	.page-template-page-copyright-php .line {
		margin-top: 45px;
		padding-bottom: 100px;
		border-top: 1px solid #ccc;
	}
		.page-template-page-copyright-php .left {
			float: left;
			width: 200px;
			text-align: center;
			margin-top: 4px;
		}
		.page-template-page-copyright-php .right {
			float: right;
			width: 610px;
		}
		
		.page-template-page-copyright-php #main .right p {
			margin-bottom: 0;
		}
		.page-template-page-copyright-php #main .line p {
			margin-bottom: 18px;
		}
		.page-template-page-copyright-php .right img {
			margin: 24px 0;
		}


/*
	ABOUT US PAGE
	----------------------------------------------------------------- */		
	
	.page-template-page-about-php article {
		overflow: visible;
	}
	.page-template-page-about-php #main .content {
		margin-bottom: 20px;
		overflow: visible;
	}	
		.page-template-page-about-php .content .text1 {
		    position: relative;
		    left: -58px;
		    padding: 30px 30px 30px 0;
		    background: #1e1e1d;
		    border-left: 58px solid #1e1e1d;
		    font-size: 16px;
		    color: #fff;
		    width: 862px;
		    margin-bottom: 14px;
		}
		.page-template-page-about-php .content .text1 .quote1 {
			position: absolute;
			top: 14px;
			left: -92px;
		}
		.page-template-page-about-php .content .text1 .quote2 {
			position: absolute;
			left: 0;
			bottom: -12px;
		}
		.page-template-page-about-php .content .text1 b {
			color: #b2eb5e;
		}
		.page-template-page-about-php .content .text2 {
			float: right;
			width: 540px;
		}
		.page-template-page-about-php #main .content .text1 h2,
		.page-template-page-about-php #main .content .text2 h2 {
			font-size: 24px;
			line-height: 30px;
			margin: 0 0 14px;
			font-weight: normal;
			font-style: normal;
		}
		.page-template-page-about-php #main .content .text1 p,
		.page-template-page-about-php #main .content .text2 p {
			font-size: 17px;
			line-height: 23px;
			margin: 0 0 16px;
		}
		.page-template-page-about-php #main .content .text1 p:last-child,
		.page-template-page-about-php #main .content .text2 p:last-child {
			margin: 0;
		}
		.page-template-page-about-php #main .content .text2 ul {
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			
			margin: 30px 0 0;
			padding: 0;
			list-style: none;
		}
		.page-template-page-about-php #main .content .text2 li {
			padding: 7px 105px 7px 20px;
		    font-size: 15px;
		    line-height: 22px;
		    background: #fff;
		    font-weight: nor;
		    background: url(images/check.png) 500px center no-repeat;
		    font-weight: bold;
		}
		.page-template-page-about-php #main .content .text2 li:first-child {
			padding-top: 20px;
			background: url(images/check.png) 500px 21px no-repeat;
		}
		.page-template-page-about-php #main .content .text2 li:last-child {
			padding-bottom: 20px;
			background: url(images/check.png) 500px 8px no-repeat;
		}
		
		.page-template-page-about-php .content .quote {
			position: absolute;
			width: 674px;
			left: auto;
			right: -48px;
			bottom: 267px;
			background: url(images/quote2.png) 0 0 no-repeat;
		}
		.page-template-page-about-php #main .quote p {
			margin: 20px 0 0 36px;
		}
		.page-template-page-about-php .quote h4 {
			margin: 4px 0 0 36px;
		}
	
	/* section 2 */
	.page-template-page-about-php #main .content2 {
		width: 892px;
		padding: 40px 44px;
		margin: 20px auto 0;
		background: #fff;
		border-bottom: 1px solid #ccc;
		overflow: visible;
		position: relative;
	}	
		.page-template-page-about-php #main .content2 .left {
			position: absolute;
			top: 40px;
			left: -14px;
			
			width: 350px;
			padding: 93px 0px 87px;
			background: #1e1e1d;
			border-left: 14px solid #1e1e1d;
			
			text-align: center;
			font-size: 16px;
			color: #fff;
		}
			.page-template-page-about-php #main .content2 .left p {
				margin: 0;
			}
			.page-template-page-about-php #main .content2 .left .button {
				width: 264px;
				display: inline-block;
				margin-bottom: 10px;
				
				font-size: 22px;
				line-height: 22px;
				text-transform: uppercase;
				color: #000;
				font-weight: bold;
				padding: 16px 0 12px;
				background: #b2eb5e url(images/button-green-lrg.png) 0 0 repeat-x;
				text-decoration: none;
				text-align: center;
				
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
				}
					.page-template-page-about-php #main .content2 .left .button:hover {
						text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
						background-position: bottom left;
						color: #000;
					}
			.page-template-page-about-php #main .content2 .left a {
				color: #b2eb5e;
			}
			.page-template-page-about-php #main .content2 .left a:hover {
				color: #91c347;
			}
			
		.page-template-page-about-php #main .content2 .right {
			float: right;
			width: 540px;
		}
			.page-template-page-about-php #main .content2 .right p {
				font-size: 17px;
				line-height: 23px;
				margin: 0 0 16px; 
			}
			.page-template-page-about-php #main .content2 .right p:last-child {
				margin-bottom: 0;
			}
	
	/* section 3 */	
	.page-template-page-about-php #main .content3 {
		width: 892px;
		padding: 40px 44px 39px;
		margin: 20px auto 0;
		background: #fff;
		border-bottom: 1px solid #ccc;
		overflow: hidden;
	}	
		.page-template-page-about-php #main .content3 .left {
			float: left;
			width: 438px;
		}
		.page-template-page-about-php #main .content3 .left p { 
			font-size: 17px;
			line-height: 23px;
			margin: 0 0 16px; 
		}
		.page-template-page-about-php #main .content3 .left p:last-child {
			margin-bottom: 0;
		}
		.page-template-page-about-php #main .content3 .right {
			float: right;
			width: 392px;
			margin-top: 6px;
		}
		.page-template-page-about-php #main .content3 .right p { margin: 0; }
		.page-template-page-about-php #main .content3 .right a {
			outline: none;
		}

/*
	BLOG PAGE 
	----------------------------------------------------------------- */	
	
	.blog #main article,
	.archive #main article {
		padding-bottom: 0;
	}
	
	.blog #main .leftcol,
	.single #main .leftcol,
	.archive #main .leftcol {
		float: left;
		width: 632px;
	}
		.blog #main .leftcol .post,
		.archive #main .leftcol .post {
			margin-bottom: 50px;	
		}
		
		/* headers */
		.blog #main .leftcol h2,
		.single #main .leftcol h2,
		.archive #main .leftcol h2 {
			font-size: 24px;
			font-weight: normal;
			margin-bottom: 0;
		}
			.blog #main .leftcol h2 a,
			.archive #main .leftcol h2 a {
				color: #000;
				text-decoration: none;
			}
			.blog #main .leftcol h2 a:hover,
			.archive #main .leftcol h2 a:hover {
				text-decoration: underline;
				color: #009fcf;
			}
			
		/* meta */
		#main .entry-meta {
			color: #666666;
			font-size: 13px;
			margin-bottom: 14px;
		}
		
		#main .attachment-post-banner {
			border: 1px solid #cccccc;
			margin-bottom: 14px;
		}
		
		/* button */
		#main .leftcol .readmore {
			display: inline-block;
			
			font-size: 15px;
			line-height: 20px;
			color: #fff;
			font-weight: bold;
			padding: 6px 20px;
			background: #b2eb5e url(images/button-green.png) 0 0 repeat-x;
			text-shadow: 0px 1px 2px #79a101;
			text-decoration: none;
			text-align: center;
			
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
			#main .leftcol .readmore:hover {
				background-position: bottom left;
			}
			
		/* blog nav */
		#nav-below {
			border-top: 1px solid #ccc;
			padding: 30px 44px;
			overflow: hidden;
		}
			#nav-below .nav-next {
				width: 440px;
				float: right;
			}
			#nav-below .nav-previous {
				width: 315px;
				float: left;
			}
			
			#nav-below a {
				display: inline-block;
				
				font-size: 20px;
				line-height: 20px;
				text-transform: uppercase;
				color: #000;
				font-weight: bold;
				padding: 16px 30px 14px;
				background: #b2eb5e url(images/button-green-lrg.png) 0 0 repeat-x;
				text-decoration: none;
				text-align: center;
				
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
			}
				#nav-below a:hover {
					text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
					background-position: bottom left;
				}
	
	.blog #main .rightcol,
	.single #main .rightcol,
	.archive #main .rightcol {
		float: right;
		width: 200px;
	}
		.blog #main .rightcol ul,
		.single #main .rightcol ul,
		.archive #main .rightcol ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.blog #main .rightcol ul li,
			.single #main .rightcol ul li,
			.archive #main .rightcol ul li {
				margin-bottom: 2px;
			}
			.blog #main .rightcol ul li.widget,
			.single #main .rightcol ul li.widget,
			.archive #main .rightcol ul li.widget {
				margin-bottom: 50px;
			}
		
			.blog #main .rightcol h3,
			.single #main .rightcol h3,
			.archive #main .rightcol h3 {
				font-size: 18px;
				margin-top: 3px;
				margin-bottom: 6px;
				font-weight: bold;
				color: #000;
			}
			.archive #main .rightcol .current-cat a {
				font-weight: bold;
			}
	
	/* category view */
	#main h3.page-title {
		color: #000;
		margin-top: 3px;
		margin-bottom: 30px;
	}
	
	/* single view */
	.tags {
		margin-top: 30px;
	}
	#comments {
		border-top: 1px solid #ccc;
	}
		#comments h3 {
			padding: 44px 44px 0;
			margin-top: 0;
			margin-bottom: 20px;
		}
		.commentlist {
			margin-bottom: 44px;
		}
		#comments .nocomments {
			padding: 30px 44px;
			font-style: italic;
		}
	#respond {
		border-top: 1px solid #ccc;
		padding: 44px;
	}
		#respond h3 {
			padding: 0;
			margin-top: 0;
		}
		
	/* comments */
	#comments ol {
		list-style: none;
		padding: 0;
		margin: 0 0 44px 0;
	}
		#comments ol.commentlist {
			margin: 0 44px 44px;
		}
		#comments ol ol {
			margin: 0;
		}
		#comments ul.children {
			padding-left: 0;
		}
		#comments ol li li {
			padding-left: 20px;
			margin-left: 20px;
			border-left: 3px solid #cccccc;
		}
		
	/* meta */
	#comments .comment-author {
		position: relative;
		height: 45px;
		overflow: hidden;
	}
		#comments .comment-author img {
			position: absolute;
			top: 0;
			left: 0;
		}
		#comments .comment-author cite {
			display: block;
			margin-left: 55px;
			font-style: normal;
			font-weight: bold;
			margin-top: 3px;
		}
			#comments .comment-author cite span {
				color: #186419;
			}
			#comments .comment-author cite a {
				margin-left: 0;
			}
		#comments .comment-author .datetime {
			color: #666;
			display: block;
			margin-left: 55px;
			font-size: 12px;
		}	
	
	/* reply button */
	#comments .reply {
		margin-bottom: 30px;
	}
		#comments .reply .comment-reply-link {
			display: inline-block;
			padding: 2px 6px;
			background: #009fcf;
			color: #fff;
			text-decoration: none;
			font-size: 12px;
		}
			#comments .reply .comment-reply-link:hover {
				background: #0073af;
			}
	
	/* response form */
	#respond label {
		display: block;
		font-weight: bold;
		margin-bottom: 2px;
	}
	#respond .comment-notes {
		font-style: italic;
	}
	#respond .form-allowed-tags {
		display: none;
	}
	#respond .comment-form-comment textarea,
	#respond .comment-form-author input,
	#respond .comment-form-email input,
	#respond .comment-form-url input {
		font-size: 16px;
		border: 1px solid #ccc;
		padding: 4px;
		width: 622px;
	}
		#respond .comment-form-comment textarea:focus,
		#respond .comment-form-author input:focus,
		#respond .comment-form-email input:focus,
		#respond .comment-form-url input:focus {
			border: 1px solid #009fcf;
			outline: none;
		}
	p.form-submit {
		margin-bottom: 0;
	}
	#submit {
		display: block;
		border: 0;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		padding: 16px 30px 14px;
		background: #b2eb5e url(images/button-green.png) 0 0 repeat-x;
		text-shadow: 0px 1px 2px #79a101;
		text-decoration: none;
		text-align: center;
		
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
		#submit:hover {
			background-position: bottom left;
		}
	
	
/*
	CONTACT PAGE: V2 
	----------------------------------------------------------------- */	
	
	.page-template-page-contact2-php #main header {
		background: url(images/contact2.jpg) 0 0 no-repeat;
		height: 482px;
		position: relative;
	}
		.page-template-page-contact2-php .sticker {
			position: absolute;
			top: 140px;
			left: 90px;
		}
	
	/* aside */
	.page-template-page-contact2-php header aside {
		float: right;
		color: #fff;
		width: 299px;
		padding-top: 138px;
	}
		.page-template-page-contact2-php header aside ul {
			list-style: none;
			padding: 0;
			margin: 0 0 24px 0;
		}
		.page-template-page-contact2-php header aside li {
			background: url(images/arrow-green.png) left 5px no-repeat;
			padding-left: 20px;
			margin-bottom: 14px;
			font-size: 14px;
			line-height: 19px;
		}
		.page-template-page-contact2-php #main header aside a {
			text-decoration: none;
			text-transform: none;
			color: #a1df00;
			font-size: 15px;
		}
		.page-template-page-contact2-php #main header aside a:hover {
			text-decoration: underline;
		}
		.page-template-page-contact2-php #main header aside .social {
			padding-left: 20px;
		}
		.page-template-page-contact2-php #main header aside .button {
			border: none;
			width: auto;
			display: inline-block;
		
			cursor: pointer;
			font-size: 14px;
			line-height: 14px;
			color: #fff;
			font-weight: normal;
			text-transform: none;
			text-decoration: none !important;
			padding: 8px 14px;
			margin-top: 6px;
			margin-left: 20px;
			background: #b2eb5e url(images/button-green.png) 0 0 repeat-x;
			text-shadow: 0px 1px 2px #79a101;
			
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			
			-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
			-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.3);
			box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.3);
		}
			.page-template-page-contact2-php #main header aside .button:hover {
				
				background-position: bottom left;
			}
			
	/* popups */
	#lbp-inline-paymentpopup h1,
	#lbp-inline-stickerpopup h1, 
	#lbp-inline-holidayspopup h1 {
		background: url(images/bg-header3.jpg) top right no-repeat;
		margin: 0 0 30px 0;
		padding: 30px;
		color: #fff;
		font-weight: normal;
		font-size: 26px;
		letter-spacing: 1px;
		text-shadow: 0px 1px 2px #00799e;
		text-align: center;
	}
	#deliverypopup h1 {
		background: url(images/bg-header3.jpg) top right no-repeat;
		margin: 0 0 30px 0;
		padding: 30px 10px;
		color: #fff;
		font-weight: normal;
		font-size: 24px;
		letter-spacing: 1px;
		text-shadow: 0px 1px 2px #000;
		text-align: center;
	}
	#lbp-inline-stickerpopup p,
	#deliverypopup p {
		font-size: 16px;
		line-height: 22px;
		text-align: center;
		margin-left: 20px;
		margin-right: 20px;
	}
	#lbp-inline-paymentpopup p,
	#lbp-inline-holidayspopup p {
		font-size: 16px;
		line-height: 22px;
		margin-left: 20px;
		margin-right: 20px;
	}
	#lbp-inline-holidayspopup ul {
		list-style: square;
	}
	#lbp-inline-holidayspopup li {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 3px;
	}
	
	#lbp-inline-paymentpopup ul {
		list-style: square;
		overflow: hidden;
		margin: 23px 0;
		padding-left: 60px;
	}
	#lbp-inline-paymentpopup li {
		float: left;
		width: 46%;
		padding: 10px 0;
	}
	#lbp-inline-paymentpopup img {
		vertical-align: middle;
	}
	
	/* sales specialist popup */
	#lbp-inline-salespopup h1,
	#lbp-inline-thankspopup h1 {
		background: url(images/bg-header3.jpg) top right no-repeat;
		margin: 0 0 10px 0;
		padding: 30px;
		color: #fff;
		font-weight: normal;
		font-size: 26px;
		letter-spacing: 1px;
		text-shadow: 0px 1px 2px #00799e;
		text-align: center;
	}
		#lbp-inline-thankspopup p {
			padding: 20px;
			text-align: center;
			font-size: 16px;
			line-height: 22px;
		}
		#lbp-inline-salespopup fieldset {
			border: 0;
			padding: 0 0 0 20px;
			margin: 0;
		}
		#lbp-inline-salespopup ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#lbp-inline-salespopup li {
			margin-bottom: 10px;
			overflow: hidden;
		}
		#lbp-inline-salespopup li:last-child {
			margin-bottom: 0;
			margin-top: 20px;
		}
		#lbp-inline-salespopup label {
			display: block;
			float: left;
			width: 120px;
			font-weight: bold;
			margin-top: 8px;
		}
		#lbp-inline-salespopup label.vfb-error {
			color: red;
			font-weight: normal;
			margin-left: 120px;
			font-size: 11px;
			line-height: 15px;
			width: 258px;
		}
		#lbp-inline-salespopup input.vfb-text {
			width: 250px;
			padding: 4px;
			border: 1px solid #cccccc;
			outline: none;
		}
		#lbp-inline-salespopup input.vfb-text:focus {
			border: 1px solid #009fcf;
			outline: none;
		}
		#lbp-inline-salespopup #item-vfb-1249 div {
			float: left;
			width: 258px;
			margin-top: 10px;
		}
		#lbp-inline-salespopup #item-vfb-1249 div div {
			margin: 0;
		}
		#lbp-inline-salespopup #item-vfb-1249 .vfb-span {
			margin-bottom: 10px;
			overflow: hidden;
			display: inline-block;
		}
		#lbp-inline-salespopup #item-vfb-1249 div input {
			float: left;
			margin-right: 8px;
		}
		#lbp-inline-salespopup #item-vfb-1249 div label {
			float: left;
			width: auto;
			margin: 0;
			font-weight: normal;
			width: 210px;
		}
		#lbp-inline-salespopup textarea {
			width: 250px;
			padding: 4px;
			border: 1px solid #cccccc;
			outline: none;
			height: 60px;
		}
		#lbp-inline-salespopup textarea:focus {
			border: 1px solid #009fcf;
			outline: none;
		}
		#lbp-inline-salespopup input.vfb-submit {
			clear: both;
			border: none;
			height: 38px;
			margin: 0;
			cursor: pointer;
			font-size: 14px;
			line-height: 38px;
			color: #000;
			font-weight: bold;
			padding: 0 30px;
			background: #b2eb5e url(images/button-green.png) 0 0 repeat-x;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			text-transform: uppercase;
			margin-left: 120px;
		}
			#lbp-inline-salespopup input.vfb-submit:hover {
				background-position: bottom left;
				text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
			}
				
	/* page */
	.page-template-page-contact2-php #main article {
		padding-top: 12px;
		padding-bottom: 20px;
		min-height:400px;
	}	
		.page-template-page-contact2-php #main article h2 {
			margin-bottom: 6px;
		}
		.page-template-page-contact2-php #main article h3 {
			text-transform: none;
			font-size: 17px;
			margin-top: 0;
			margin-bottom: 20px;
			color: #666;
		}
		.page-template-page-contact2-php #main article img {
			float: left;
		}
		
		/* form details */
		.page-template-page-contact2-php #vfb-form-4 {
			float: right;
			width: 700px;
			margin-top: 6px;
			line-height: 20px;
			position: relative;
			padding-bottom: 20px;
		}
		.page-template-page-contact2-php #main .visual-form-builder fieldset {
			padding: 0;
			margin: 0;
		}
		.page-template-page-contact2-php #main .vfb-legend {
			display: none;
		}
		.page-template-page-contact2-php #main .visual-form-builder ul {
			background: none !important;
			border: none !important;
			padding: 0 !important;
			margin: 0 !important;
			list-style: none !important;
		}
		.page-template-page-contact2-php #main .visual-form-builder li {
			position: relative;
			overflow: hidden;
			margin-bottom: 6px;
		}
		.page-template-page-contact2-php #main .visual-form-builder li#item-vfb-240 {
			position: absolute;
			top: 0;
			right: 0;
		}
		
		.page-template-page-contact2-php #main label {
			position: absolute;
			top: 13px;
			left: 13px;
			font-size: 14px;
			font-weight: bold;
		}
		.page-template-page-contact2-php #main .vfb-required-asterisk {
			color: #bc1212;
		}
		.page-template-page-contact2-php #main input {
			float: left;
			width: 344px;
			padding: 11px 10px 11px 70px;
		}
			.page-template-page-contact2-php #main input.vfb-large {
				width: 256px;
			}
			.page-template-page-contact2-php #main input.vfb-error {
				border-color: red;
			}
		.page-template-page-contact2-php #item-vfb-578 label {
			display: none;
		}
		.page-template-page-contact2-php #main #item-vfb-578 select {
			width: 338px;
			padding-left: 8px;
			padding-top: 10px;
			padding-bottom: 10px;
			height: 43px;
			line-height: 43px;
		}
			.page-template-page-contact2-php #main #item-vfb-578 select:focus {
				border: 1px solid #00aee2;
				outline: none;
			}
		.page-template-page-contact2-php #main textarea.vfb-textarea {
			float: left;
			width: 320px;
			height: 94px;
			padding: 40px 13px 15px;
		}
		.page-template-page-contact2-php #main label.vfb-error {
			display: block;
			width: 350px;
			font-weight: normal;
			font-size: 12px;
			color: red;
			margin-bottom: 0px;
			clear: both;
			
			position: relative;
			top: -2px;
			left: auto;
		}
		
		.page-template-page-contact2-php #main #item-vfb-236 {
			position: absolute;
			right: 0;
			top: 162px;
			width: 348px;
		}	
		.page-template-page-contact2-php #main input.vfb-submit {
			clear: both;
			border: none;
			width: 100%;
			height: 43px;
			margin: 0;
			cursor: pointer;
			font-size: 16px;
			line-height: 41px;
			color: #000;
			font-weight: bold;
			padding: 0 30px;
			background: #b2eb5e url(images/button-green.png) 0 0 repeat-x;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			text-transform: uppercase;
		}
			.page-template-page-contact2-php #main input.vfb-submit:hover {
				background-position: bottom left;
				text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
			}
		.formsubmitsuccess {
			float: right;
			width: 676px;
			text-align: left;
			background: #e7f5c7;
			border: 1px solid #b1c682;
			padding: 10px 12px;
			margin-top: 5px !important;
		}
		
		.page-template-page-contact2-php #main .content,
		.page-template-page-contact2-php #main .content article {
			overflow: visible;
		}
		.page-template-page-contact2-php #main .salesblock {
			clear: both;
			position: relative;
			left: -58px;
			padding: 32px 0px 28px;
			margin-bottom: 30px;
			background: #1e1e1d;
			border-left: 14px solid #1e1e1d;
			text-align: center;
			font-size: 16px;
			color: #fff;
		}
		.page-template-page-contact2-php #main .salesblock .button {
			position: absolute;
			top: 34px;
			left: 25px;
		}
		.page-template-page-contact2-php #main .salesblock .button a {
			display: block;
			border: none;
			width: 200px;
			margin: 0;
			cursor: pointer;
			font-size: 16px;
			line-height: 26px;
			color: #000;
			font-weight: bold;
			padding: 11px 20px;
			background: #b2eb5e url(images/button-green-large.png) 0 0 repeat-x;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			text-transform: uppercase;
			text-decoration: none;
		}
		.page-template-page-contact2-php #main .salesblock .button a:hover {
			background: #b2eb5e url(images/button-green-large.png) bottom left repeat-x;
		}
		.page-template-page-contact2-php #main .salesblock p {
			padding: 0 40px 0 286px;
			margin: 0;
			text-align: left;
			font-size: 18px;
			line-height: 26px;
		}
		.page-template-page-contact2-php #main .salesblock p a {
			color: #b2eb5e;
		}
		.page-template-page-contact2-php #main .salesblock p a:hover {
			color: #91c347;	
		}
	
	
/*
	MISC 
	----------------------------------------------------------------- */	
	
	ul.wsp-pages-list ul.children {
		display: none;
	}
	
	.wsp-category-title {
		display: block;
		margin-top: 14px;
	}
	
	.attachment-post-banner-lrg {
		margin-bottom: 18px;
	}
	
	#colorbox, #cboxOverlay, #cboxWrapper {
		outline: none;
	}
	#colorbox {
		background: #fff !important;
	}