

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }



/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */



/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }



/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }



/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }



/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }



/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */

.galleria-container {
	position: relative;
	overflow: hidden;
}
	.galleria-container img {
		-moz-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
	}
.galleria-stage {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow:hidden;
}
	.galleria-loader {
		width: 48px;
		height: 48px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -24px 0 0 -24px;
		z-index: 2;
		display: none;
		opacity: .8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	.galleria-image-nav {
		position: absolute;
		top: 50%;
		margin-top: -60px;
		width: 100%;
		height: 120px;
		left: 0;
	}
		.galleria-image-nav-left,
		.galleria-image-nav-right {
		    opacity: .3;
		    filter: alpha(opacity=30);
		    cursor: pointer;
		    width: 46px;
		    height: 120px;
		    position: absolute;
		    left: 10px;
		    z-index: 2;
		    background-repeat: no-repeat;
		    background-position: -150px 50%;
		}
		.galleria-image-nav-right {
			left: auto;
			right: 10px;
			background-position: -196px 50%;
			z-index: 2;
		}
		.notouch .galleria-image-nav-left:hover,
		.notouch .galleria-image-nav-right:hover {
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.touch .galleria-image-nav-left:active,
		.touch .galleria-image-nav-right:active {
			opacity: 1;
			filter: alpha(opacity=100);
		}
.galleria-info {
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	display: none;
}
	.galleria-info-text {
		margin: 15px;
		padding: 12px;
	}
	.galleria-info-title {
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	.galleria-info-description {
		font-size: 12px;
		font-style: italic;
		margin: 0;
	}
	.galleria-info-close {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 15px;
		right: 15px;
		background-position: -452px 0px;
		opacity: .5;
		filter: alpha(opacity=50);
		cursor: pointer;
	}
	.notouch .galleria-info-close:hover{
		opacity:1;
		filter: alpha(opacity=100);
	}
	.touch .galleria-info-close:active{
		opacity:1;
		filter: alpha(opacity=100);
	}
.galleria-bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 3;
}
	.jp-previous,
	.jp-play,
	.jp-pause,
	.jp-next,
	.jp-repeat,
	.jp-repeat-off {
		display: block;
		width: 30px;
		height: 30px;
		float : left;
		cursor: pointer;
		text-indent: -5000px;
		overflow: hidden;
	}
	.jp-previous {
		background-position: 0 0;
	}
	.jp-play {
		background-position: -30px 0;
	}
	.jp-pause {
		background-position: -60px 0;
	}
	.jp-next {
		background-position: -90px 0;
	}
	.jp-repeat {
		opacity: .5;
		filter: alpha(opacity=50);
		background-position: -120px 0;
	}
	.jp-repeat-off {
		background-position: -120px 0;
	}
	.jp-time {
		height: 30px;
		line-height: 30px;
		float: left;
		font-size: 11px;
		padding-left: 8px;
		font-weight: bold;
	}
		.jp-time span {
			line-height: 30px;
		}

	.galleria-info-link,
	.galleria-fullscreen,
	.galleria-play {
		width: 30px;
		height: 30px;
		float : right;
		cursor: pointer;
	}
	.galleria-play {
		background-position: -272px 0;
	}
	.galleria-play.playing {
		background-position: -302px 0;
	}
	.galleria-fullscreen.fs {
		background-position: -362px 0;
	}
	.galleria-fullscreen {
		background-position: -332px 0;
	}
	.galleria-info-link {
		opacity: .5;
		filter: alpha(opacity=50);
		background-position: -242px 0;
	}
	.galleria-info-link.enabled {
		opacity: 1;
		filter: alpha(opacity=100);
		background-position: -242px 0;
	}
	.galleria-counter {
		height: 30px;
		line-height: 30px;
		float: right;
		text-align: right;
		font-size: 11px;
		padding-right: 8px;
		font-weight: bold;
	}
		.galleria-counter span {
			line-height: 30px;
		}
.galleria-thumbnails-container {
	padding: 10px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 2;
}
	.galleria-carousel .galleria-thumbnails-list {
		margin-left: 30px;
		margin-right: 30px;
	}
		.galleria-thumbnails .galleria-image {
			margin: 0 5px 0 0;
			float: left;
			cursor: pointer;
		}
	.galleria-thumb-nav-left,
	.galleria-thumb-nav-right {
		cursor: pointer;
		display: none;
		background-position: -392px 50%;
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		z-index: 3;
		background-repeat: no-repeat;
	}
	.galleria-thumb-nav-right {
		background-position: -422px 50%;
		right: 0;
		left: auto;
	}
	.galleria-thumbnails-container .disabled {
		opacity: .2;
		filter: alpha(opacity=20);
		cursor: default;
	}
	.notouch .galleria-thumbnails-container .disabled:hover {
		opacity: .2;
		filter: alpha(opacity=20);
	}
	.galleria-carousel .galleria-thumb-nav-left,
	.galleria-carousel .galleria-thumb-nav-right {
		display: block;
	}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 8, 2014 */



@font-face {
    font-family: 'sofia_prolight';
    src: url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.eot');
    src: url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.woff2') format('woff2'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.woff') format('woff'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.ttf') format('truetype'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 8, 2014 */



@font-face {
    font-family: 'sofia_prolight';
    src: url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.eot');
    src: url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.woff2') format('woff2'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.woff') format('woff'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.ttf') format('truetype'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 23, 2014 */



@font-face {
    font-family: 'museo_sans500';
    src: url('https://www.aphotographerinnewjersey.com/echo-data/cache/bc4b88b1c2604cd142fdaeb2e1e7992d-museosans_500-webfont.eot');
    src: url('https://www.aphotographerinnewjersey.com/echo-data/cache/bc4b88b1c2604cd142fdaeb2e1e7992d-museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bc4b88b1c2604cd142fdaeb2e1e7992d-museosans_500-webfont.woff2') format('woff2'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bc4b88b1c2604cd142fdaeb2e1e7992d-museosans_500-webfont.woff') format('woff'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bc4b88b1c2604cd142fdaeb2e1e7992d-museosans_500-webfont.ttf') format('truetype'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bc4b88b1c2604cd142fdaeb2e1e7992d-museosans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 8, 2014 */



@font-face {
    font-family: 'sofia_prolight';
    src: url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.eot');
    src: url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.woff2') format('woff2'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.woff') format('woff'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.ttf') format('truetype'),
         url('https://www.aphotographerinnewjersey.com/echo-data/cache/bf644b70c53cb76eb290c82d5c859644-sofiaprolight-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ---- Global Stuff ---- */

* {
	font-family: "sofia_prolight", Arial, sans-serif;
}

.clear {
	clear: both;
}

html, body {
	background-color: #D4D4D4;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

body {
	background-image: url("echo-gateway.php?action=create_gradient&hex1=D4D4D4&hex2=D4D4D4&height=500");
	background-repeat: repeat-x;
	min-height: 500px;
}




/* ---- Trunk ---- */

body { margin: 0; }

.columns-container { position: relative; }
.right-column, .left-column { padding: 0; position:relative;overflow: hidden; }
.right-column { z-index: 1 }
.left-column { z-index: 2 }
@media screen and (min-width: 600px ) {
	.right-column { 
		margin-left: 200px; 
		max-width: 1632px; 
	}
	.left-column { 
		position: absolute; top: 0; left: 0; 
		width: 200px; 
		padding-right: 50px; 
	}   
}

.left-column-inner {
	margin: 50px;
	margin-right: 0;
	border: 0px #D4D4D4 solid;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.right-column-inner {
	margin: 40px;
	border: 29px #D4D4D4 solid;
	background-color: #D4D4D4;
	box-shadow: 0px 0px 12px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0);
}
#footer-block {
	background-color: transparent;
    border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
} 
@media screen and (max-width: 600px ) {
	.left-column-inner {
		margin: 50px;
		margin-bottom: 0;
	}
}

#badges {
	table-layout: fixed;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	margin: 0 auto;
	padding: 0;
}
#badges a[href=""] {
   cursor: default;
}
#badges tr,
#badges th {
	margin: 0;
	padding: 0;
}
#badges th {
	margin: 0;
	padding: 10px;
}
#badges img {
	max-width:100%;
	height: auto;
}



/* ---- Header + Footer ---- */

#logo {
	display: block;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	outline: none;
		text-align: center;
}
	#logo img {
		width: auto;
		margin-top: 18px;
		margin-bottom: 18px;
	}
	#logo h1 {
		display: block;
		margin: 0px;
		padding: 18px;
		color: #999999;
		font-size: 36px;
		font-family: "sofia_prolight", sans;
	}
@media screen and (max-width: 600px) {
	#logo img {
		width: 100%;
		height: inherit;
	}
	#logo h1 {
		font-size: 24px;
	}
}



/* ---- Navigation ---- */



.menu, .menu > ul ul {
  clear: both;
}
.js .menu, .js .menu > ul ul {
	background: rgba(212,212,212,0.1);
}
.menu.active, .js .menu > ul ul.active {
	max-height: 32px;
}
.menu > ul {
	border-top: 1px #D4D4D4 solid;
}
.menu li a {
	text-decoration: none;
	outline: none;
	display: block;
	padding: 10px;
	border-bottom: 1px #D4D4D4 solid;
	position: relative;
	font-family: "sofia_prolight", Arial, sans-serif;
	font-size: 16px;
	color: #3D3D3D;
}
.menu a:focus, .menu a:hover, .menu a:active {
	color: #3D3D3D;
}
.menu li.current > a {
	color: #038296;
}
.menu > ul > li:last-child a {
	border-bottom: none;
}
.menu li.has-subnav > a:after {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 16px;
	padding: 10px;
}
.menu li.has-subnav > a.active:after {
	content: "-";
}
.has-subnav > ul {
  display: none;
}





/* ---- Footer + Social + Etc ---- */
#footer-wrapper {	
	padding: 40px;
}
	#social-bar {
		text-align: center;
	}
		.SocialLink {
			width: 22px;
			height: 22px;
			margin: 4px;
			text-indent: -5000px;
			background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=social-sprite.png&effect=overlay&color=D4D4D4');
			display: inline-block;
		}
		html touch .SocialLink,
		.SocialLink:hover {
			background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=social-sprite.png&effect=overlay&color=2974C0');
		}
		#etsy_link { background-position: -242px 0; }
		#facebook_link { background-position: -220px 0; }
		#flickr_link { background-position: -264px 0; }
		#googleplus_link { background-position: -286px 0; }
		#instagram_link { background-position: -308px 0; }
		#lastfm_link { background-position: -198px 0; }
		#linkedin_link { background-position: -176px 0; }
		#myspace_link { background-position: -154px 0; }
		#pintrest_link { background-position: -132px 0; }
		#rss_link { background-position: -110px 0; }
		#skype_link { background-position: -88px 0; }
		#tumblr_link { background-position: -66px 0; }
		#twitter_link { background-position: -44px 0; }
		#vimeo_link { background-position: -22px 0; }
		#youtube_link { background-position: 0 0; }
		#social-bar button {
			margin: 4px;
			padding: 0 10px;
			height: 22px !important;
			line-height: 22px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			font-family: "sofia_prolight", Arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #D4D4D4;
			display: inline;
			border: none;
			background: #D4D4D4;
			position: relative;
			top: 2px;
		}
		html touch #social-bar button,
		#social-bar button:hover {
			background: #2974C0;
		}
	#footer {
		margin-top: 15px;
		clear: both;
		text-align: center;
	}
	#footer p,
	#footer a {
		display: inline;
		color: #D4D4D4;
	}
	#footer a:hover {
		color: #2974C0;
	}



/* ---- Signup ---- */

#sign-up {
	display: none;
}
#sign-up .Inner {
	padding: 30px;
}
#sign-up form {
	text-align: center;
}
#sign-up h6 {
	text-align: center;
	font-family: "sofia_prolight", Arial, sans-serif;
	font-size: 17px;
	color: #3D3D3D;
	margin: 0 0 15px 0;
}
#sign-up .Description {
	text-align: center;
}
#sign-up input {
	font-family: "sofia_prolight", Arial, sans-serif;
	color: color: #121212;
	background: #121212;
	border: 1px #121212 solid;
	padding: 7px 10px;
	font-size: 17px;
	margin-bottom: 10px;
}
#sign-up input:hover {
	border-color: #121212;
}
#sign-up input.Focused {
	border-color: #121212;
}
#sign-up input.Invalid {
	background: #121212;
	border-color: #DE1B1B;
}
#sign-up .ButtonGroup {
	padding: 0 4px 0 4px;
}
#sign-up .ButtonGroup input {
	border: none;
	font-family: "sofia_prolight", Arial, sans-serif;
	color: color: #121212;
	font-size: 17px;
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	width:auto;
}
#sign-up .ButtonGroup input:hover {
}
#sign-up .Result{
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	border: 1px #121212 solid;
	background: #121212;
	color: #121212;
	font-size: 14px;
	padding: 5px;
}

.ModalObject {
	display:none;
}
#simplemodal-overlay {
	background-color: #D4D4D4;
}
#simplemodal-container {
	border: 2px #D4D4D4 solid;
	background-color: #D4D4D4;
	box-shadow: 0px 0px 12px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0);
}
#simplemodal-container a.modalCloseImg {
	display: block;
	z-index:3200;
	background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=3D3D3D');
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: -452px 0px;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
#simplemodal-container a.modalCloseImg:hover{
	opacity:1;
	filter: alpha(opacity=100);
}




/* ---- Graphic ---- */

.Graphic {
	position: relative;
	background: rgba(212,212,212,0.1);
	margin: 0 0 40px 0;
}

.Graphic img {
	display: block;
	margin: 0 auto 0 auto;
}

.Graphic .Caption {
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	text-align: left;
}

.Graphic .CaptionInner {
	margin: 15px;
	padding: 12px;
	background-color: #B5B5B5;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.Graphic .Caption h3 {
	font-family: "sofia_prolight", Arial, sans-serif;
	font-size: 12px;
	color: #B5B5B5;
	font-weight: bold;
	margin: 0 0 7px 0;
}

.Graphic .Caption .Description {
	font-family: "sofia_prolight", Arial, sans-serif;
	font-size: 12px;
	color: #B5B5B5;
	font-style: italic;
	margin: 0;
}

/* ---- Markdown Text ---- */

.Description p {
	font-family: "sofia_prolight", Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 20px;
}

.Description pre {
	white-space: normal;
	margin: 0 20px 15px 20px;
	line-height: 20px;
}

.Description pre code {
	font-style: italic;
}

.Description ul {
	list-style-type: disc;
	margin-bottom: 15px;
}

.Description li {
	margin-left: 20px;
}

.Title,
h2,
h1{
	margin: 0 0 15px 0;
	font-family: "museo_sans500", Arial, sans-serif;
	font-size: 18px;
	color: #3D3D3D;
	margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
	.Title,
	h2,
	h1{
		font-size: 14px;
	}
}

h3 {
	font-size: 14px;
	color: #3D3D3D;
}

.Description {
	font-size: 14px;
	color: #3D3D3D;
}

.Description a {
	font-size: 14px;
	color: #3D3D3D;
	text-decoration: underline;
}

.Description a:hover {
	color: #3D3D3D;
}

.Description pre {
}

.Description h2 {
	font-size: 14px;
	color: #3D3D3D;
}
@media screen and (max-width: 600px) {
	.Description h2 {
		font-size: 14px;
	}
}


.Description strong {
	font-weight: bold;
}


.main {
	position: relative;
}

/* ---- GalleryList ---- */

.Splash .Context,
.GalleryList .Context {
	border-top: 1px #D4D4D4 solid;
	padding: 40px;
}
.GridItems {
	overflow: hidden;
}
.GridItem {
	border-right: 1px #D4D4D4 solid;
	border-bottom: 1px #D4D4D4 solid;
}
.GridItems .Bottom {
	border-bottom: none;
}
.GridItems .Graphic {
	margin-bottom: 0px;
	position: relative;
	width: 100%;
}
.GridItems .Graphic img {
	width: 100%;
	height: auto;
}
.GridItems .GridItemLink {
	text-decoration: none;
	outline: none;
	display: block;
	padding: 10px;
	background: rgba(212,212,212,0.1);
	position: relative;
	font-family: "museo_sans500", Arial, sans-serif;
	font-size: 18px;
	color: #3D3D3D;
	text-align: center;
}
.GridItems .GridItemLink:hover {
	color: #3D3D3D;
	background: rgba(212,212,212,0.2);
}

@media screen and (max-width: 848px){
	.GridItems .GridItemLink {
		font-size: 14px;
	}
	.GridItem {
		border-right: none;
		border-bottom: 1px #D4D4D4 solid;
	}
	.GridItems .Bottom {
		
	}
}


/* ---- InfoList Default Setup ---- */

#IndexedListWrapper {
}

.Accordian a {
	background: none;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 10px;
	border-top: 1px #D4D4D4 solid;
	position: relative;
	font-family: "museo_sans500", Arial, sans-serif;
	font-size: 14px;
	color: #3D3D3D;
}

.Accordian .IndexWrapper {
	border-top: 1px #D4D4D4 solid;
}

.Accordian a:hover {
	background: rgba(212,212,212,0.1);
	color: #3D3D3D;
}
.Accordian .Active {
	background: rgba(212,212,212,0.1);
	color: #3D3D3D !important;
}

.Accordian h1 {
	display: none;
}

.Accordian .Description {
	padding: 10px;
}

.IndexTable {
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	background: rgba(212,212,212,0.1);
}

.IndexTable ul {
	font-size: 15px;
	border-top: 1px #D4D4D4 solid;
}

.IndexTable li {
	list-style: none;
}
.IndexTable li:nth-child(even) {
	background: rgba(212,212,212,0.1);
} 

.IndexTable a {
	text-decoration: none;
	outline: none;
	display: block;
	padding: 10px;
	border-bottom: 1px #D4D4D4 solid;
	position: relative;
	font-family: "museo_sans500", Arial, sans-serif;
	font-size: 18px;
	color: #3D3D3D;
}

.IndexTable a:hover {
	color: #3D3D3D;
}
.IndexTable .Active {
	color: #3D3D3D !important;
}

.IndexRows {
	position: relative;
	margin: 0;
	padding: 0;
	width: 60%;
	float: right;
}

.IndexRows .Index {
	display: none;
}

.IndexRows .Row {
	padding: 40px;
	position: relative;
	border-left: 1px #D4D4D4 solid;
}

.InfoList .Row .Graphic {
	float: left;
	margin-bottom: 10px;
	background: rgba(212,212,212,0.1);
	width: 100%;
	text-align: center;
}

.InfoList .Row .Graphic img {
	width: 100%;
	height: auto;
}

.InfoList .Row .Description {
	clear: left;
}



/* ---- InfoPage Default Setup ---- */

.EmbedPage .VideoObject {
	background: rgba(212,212,212,0.1);
	border-bottom: 1px #D4D4D4 solid;
	width: 100% !important;
}
.EmbedPage .VideoObject iframe {
	display: block;
	width: 100%;
}
.EmbedPage .Context {
	padding: 40px;
}


/* ---- ContactPage Default Setup ---- */

.Contact .Column1 {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
}
.Contact .Column1 .Inner {
	padding: 40px;
	padding-right: 0;
}
.Contact .Column2 .Inner {
	padding: 40px;
	background: rgba(212,212,212,0.1);
	border-left: 1px #D4D4D4 solid;
	border-top: none;
}
.Contact .Column2 {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 49%;
}
@media screen and (max-width: 848px){
	.Contact .Column1 {
		float: none;
		width: 100%;
	}
	.Contact .Column2 {
		float: none;
		width: 100%;
	}
	.Contact .Column1 .Inner {
		padding: 40px;
	}
	.Contact .Column2 .Inner {
		padding: 40px;
		border-top: 1px #D4D4D4 solid;
		border-left: none;
	}
}

.Contact .MapObject {
	position: relative;
	margin: 0;
}

.Contact .Context,
.Contact .MapObject {
	margin-bottom: 15px;
}

.Contact #contact-form {
	display: none;
	position: relative;
	margin: 0;
}

.Contact .Hidden {
	display: none;
}

.Contact label {
	font-weight: bold;
	margin: 0 0 0 3px;
	font-size: 14px;
	color: #3D3D3D;
}
.Contact label span {
	color: #DE1B1B;
}

.Contact .ButtonGroup input {
	border: none;
	font-family: "museo_sans500", Arial, sans-serif;
	background: #121212;
	border: 1px #121212 solid;
	color: #3D3D3D;
	font-size: 16.8px;
	padding: 10px;
	margin: 0 0 0 10px;
	cursor: pointer;
}
.Contact .ButtonGroup input:hover {
}

.Contact .Result {
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	border: 1px #121212 solid;
	background: #121212;
	color: #121212;
	font-size: 14px;
	padding: 5px;
	margin: 20px 0;
}

.Contact .Radio,
.Contact .Checkbox,
.Contact .Dropdown,
.Contact .Area,
.Contact .Date,
.Contact .Input {
	font-family: "sofia_prolight", Arial, sans-serif;
	background: #121212;
	border: 1px #121212 solid;
	position: relative;
	font-size: 17px;
	margin: 3px 3px 20px 0;
	padding: 5px;
}
.Contact .Area textarea,
.Contact .Date input,
.Contact .Input input {
	font-family: "sofia_prolight", Arial, sans-serif;
	color: #121212;
	border: none;
	width: 100%;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
}
.Contact .Dropdown select {
	font-family: "sofia_prolight", Arial, sans-serif;
	color: #121212;
	border: none;
	width: 100%;
	background: transparent;
	outline: none;
}
.Contact .Radio input,
.Contact .Checkbox input {
	font-family: "sofia_prolight", Arial, sans-serif;
	color: #121212;
	border: auto;
	width: auto;
	margin: 5px;
	background: auto;

}

.Contact .Area textarea {
	height: 80px;
}

.Contact .Focused {
	border-color: #121212;
}
.Contact .Default {
	background: #121212;
	border-color: #121212;
}
.Contact .Invalid {
	background: #121212;
	border-color: #DE1B1B;
}

.Contact .ButtonGroup {
	background: transparent;
}

.Contact select:focus,
.Contact input:focus {
	outline: none !important;
}

.Contact .Input input:valid {
	box-shadow: none;
}

.Contact .Input input:required {
	color: #121212;
	background: transparent;
}

.Contact .Area textarea:invalid,
.Contact .Dropdown select:invalid,
.Contact .Input input:invalid {
	color: #DE1B1B;
	box-shadow: none;
}

::-webkit-input-placeholder {
	color: #121212;
}
.Contact textarea:-moz-placeholder,
.Contact input:-moz-placeholder {
	color: #121212;
}
.Contact .placeholder {
	color: #121212 !important;
}

.ui-spinner {position: relative}
.ui-spinner-buttons {position: absolute; top:-2px !important;}
.ui-spinner-button {overflow: hidden}




/* ---- Album ---- */

.InfoPage #galleria,
.Album #galleria {
	background: rgba(212,212,212,0.1);
}

.InfoPage .Line,
.Album .Line {
	border-bottom: 1px #D4D4D4 solid;
}

.InfoPage .Context,
.Album .Context {
	padding: 40px;
}

.galleria-stage {
}
	.galleria-loader {
		background: #000 url(echo-core/graphics/galleria-loader.gif) no-repeat 50% 50%;
	}
.galleria-bar {
	bottom: 60px;
	background: #B5B5B5;
	border-top: 1px #D4D4D4 solid;
	border-bottom: 1px #D4D4D4 solid;
}
.InfoPage .galleria-bar {
	display: none;
}
	.galleria-hover-preload {
		float: right;
		width: 1px;
		height: 1px;
		background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=0985FA');
	}
	.jp-previous,
	.jp-play,
	.jp-pause,
	.jp-next,
	.jp-repeat,
	.jp-repeat-off {
		background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=B5B5B5');
	}
	.jp-previous:hover,
	.jp-play:hover,
	.jp-pause:hover,
	.jp-next:hover,
	.jp-repeat:hover,
	.jp-repeat-off:hover {
		background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=0985FA');
	}
	.jp-time {
		font-family: "sofia_prolight", Arial, sans-serif;
		color: #B5B5B5;
	}
	.galleria-info-link,
	.galleria-fullscreen,
	.galleria-play {
		background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=B5B5B5');
	}
	.galleria-info-link:hover,
	.galleria-fullscreen:hover,
	.galleria-play:hover {
		background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=0985FA');
	}
	.galleria-counter {
		font-family: "sofia_prolight", Arial, sans-serif;
		color: #B5B5B5;
	}
.galleria-stage {
	bottom: 92px;
}
.InfoPage .galleria-stage {
	bottom: 0px;
}
		.galleria-image-nav-left,
		.galleria-image-nav-right {
			background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=FFFFFF');
		}
.InfoPage .galleria-image-nav-left ,
.InfoPage .galleria-image-nav-right {
	display: none;
}
.galleria-info {
	margin-bottom: 92px;
}
.InfoPage .galleria-info {
	margin-bottom: 0px;
}
	.galleria-info-text {
		background-color: #B5B5B5;
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
	}
	.galleria-info-title {
		font-family: "sofia_prolight", Arial, sans-serif;
		color: #B5B5B5;
	}
	.galleria-info-description {
		font-family: "sofia_prolight", Arial, sans-serif;
		color: #B5B5B5;
	}
	.galleria-info-close {
		background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=B5B5B5');
	}
	.InfoPage .galleria-info-close {
		display: none;
	}
.galleria-thumbnails-container {
	height: 40px;
	background: #B5B5B5;
}
.InfoPage .galleria-thumbnails-container {
	display: none;
}
	.galleria-thumb-nav-left,
	.galleria-thumb-nav-right {
		background-image: url('https://www.aphotographerinnewjersey.com/echo-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=B5B5B5');
	}
.galleria-thumbnails .galleria-image {
	height: 40px;
	width: auto;
	background: rgba(212,212,212,0.1);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
	height: 60px;
}

.jquery_jplayer,
.jp_container {
	display: none;
}
.jp-playlist {
	display: none;
}


/* ---- Album ---- */

.HomePage #galleria {
	margin-bottom: 15px;
}
.HomePage .galleria-bar {
	bottom: 0px;
}
.HomePage .galleria-stage {
	bottom: 30px;
}
.HomePage .galleria-info {
	margin-bottom: 30px;
}
.HomePage .galleria-thumbnails-container {
	display: none;
}



