/*
Theme Name: Brooklyn Blogsite (ITDR)
Theme URI: http://intothedarkroom.com/
Description: 
Author: intothedarkroom
Author URI: http://intothedarkroom.com/
Version: 1.5.01
License: Proprietary
License URI: https://intothedarkroom.com/installer/assets/docs/eula/en.txt
*/

/* =============================================================================
   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; }
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 0% 0%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF one  */
.span_1_of_1 {
	width: 100%;
}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%;
	}
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.66%;
}
.span_1_of_3 {
	width: 33.33%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 75%;
}
.span_2_of_4 {
	width: 50%;
}
.span_1_of_4 {
	width: 25%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%;
	}
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 80%;
}
.span_3_of_5 {
	width: 60%;
}
.span_2_of_5 {
	width: 40%;
}
.span_1_of_5 {
	width: 20%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%;
	}
}

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.33%;
}

.span_4_of_6 {
  	width: 66.66%;
}

.span_3_of_6 {
  	width: 50%;
}

.span_2_of_6 {
  	width: 33.33%;
}

.span_1_of_6 {
  	width: 16.66%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%;
	}
}




/************************************************************************
#  SHORTCODES
*************************************************************************/
blockquote,
blockquote p{
	font-size: <?php echo $content_font_size_num * 1.5; ?>px;
	font-style:italic;
	line-height:1.3em;
	font-family: <?php echo $heading1_font_family ?> !important;
}

blockquote{
	background: url('images/shortcodes/quote-start.png') top left no-repeat;
	margin:0 0 15px 0;
}

blockquote p,
.entry blockquote p{
	background: url('images/shortcodes/quote-end.png') bottom right no-repeat;
	padding:5px 25px 0px 25px;
	text-indent: 2em;
}

blockquote.blockquoteLeft{
	display:inline;
	width:40%;
	float:left;
	margin:10px 10px 10px 0;
}

blockquote.blockquoteRight{
	display:inline;
	width:40%;
	float:right;
	margin:10px 0 10px 10px;
}

.red{
	border-top: 4px solid #8F0A00;
	border-bottom: 4px solid #8F0A00;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/red_alert.png') no-repeat top left;
	background-position:7px 15px;
}

.green{
	border-top: 4px solid #055F00;
	border-bottom: 4px solid #055F00;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/green_plus.png') no-repeat top left;
	background-position:7px 15px;
}

.yellow{
	border-top: 4px solid #AFA000;
	border-bottom: 4px solid #AFA000;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/yellow_textbox.png') no-repeat top left;
	background-position:7px 15px;
}

.blue{
	border-top: 4px solid #00456F;
	border-bottom: 4px solid #00456F;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/blue_check.png') no-repeat top left;
	background-position:7px 15px;
}

pre{
	border:1px dotted #777;
	padding:5px 15px;
	margin:0 0 15px 0;
	display:block;
	overflow:auto;
	background:#fff;
}

.TwoColumns{
}
	.TwoColumns .Column1{
		width: 49%;
		margin-right:2%;
		float:left;
	}
	.TwoColumns .Column2{
		width: 49%;
		float:left;
	}

.ThreeColumns{
}

	.ThreeColumns .Column1{
		width: 32%;
		margin-right:2%;
		float:left;
	}
	.ThreeColumns .Column2{
		width: 32%;
		margin-right:2%;
		float:left;
	}
	.ThreeColumns .Column3{
		width: 32%;
		float:left;
	}

.FourColumns{
}
	.FourColumns .Column1{
		width: 23.5%;
		margin-right:2%;
		float:left;
	}
	.FourColumns .Column2{
		width: 23.5%;
		margin-right:2%;
		float:left;
	}
	.FourColumns .Column3{
		width: 23.5%;
		margin-right:2%;
		float:left;
	}
	.FourColumns .Column4{
		width: 23.5%;
		float:left;
	}
	

/*! fancyBox v2.0.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('images/fancybox/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('images/fancybox/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* -- buttons --*/
#fancybox-buttons {
	position: fixed;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 1005;
}

#fancybox-buttons ul {
	display: block;
	width: 170px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #111;
	-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
	background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
	border-radius: 3px;
}

#fancybox-buttons ul li {
	float: left;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	line-height: 30px;
	text-indent: -9999px;
	background-image: url('images/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
}

#fancybox-buttons a.btnPrev {
	width: 32px;
	background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 38px;
	background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.5;
	cursor: default;
}

/* -- thumbs --*/
#fancybox-thumbs {
	position: fixed;
	bottom: 2px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 1005;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}

/*
 * 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;
	bottom: 0px;
}
	.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: 0px;
		padding: 12px;
	}
	.galleria-info-title {
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	.galleria-info-description {
		font-size: 12px;
		margin: 0;
	}
	.galleria-info-close {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0px;
		right: 0px;
		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);
	}




@font-face {
    font-family: "56fd94f15e4f2d1e1ba291ad74f1b458";
    src: url("/blog/brooklyn-blog-data/storage/asset/leaguegothic-regular-8239.otf");
    font-weight: normal;
    font-style: normal;
}

/* ----- Elements ----- */

a {
	outline: none !important;
}

em{
	font-style: italic;
}

b, strong{
	font-weight: bold;
}

u{
	text-decoration: underline;
}

strike{
	text-decoration: line-through;
}

.Clear,
.clear {
	clear: both;
}

.left,
.Left{
	float:left;
}

.right,
.Right{
	float:right;
}

.center,
.Center{
	text-align:center;
}

.Blogshow,
.Blogshow > div{
	margin:0 auto;
}

.ParagraphLarge {
	font-size:17px;
}

#fb-root{
	display: none !important;
}


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

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

.clear {
	clear: both;
}

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

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

@media screen and (max-width: 600px){
	#body-background {
		display: none;
	}
}



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

#site-wrapper {
	margin: 0 auto;
	max-width: 1000px;
}

#site-header {
}

#main {
	position: relative;
	z-index: 1;
	clear: both;
	margin: 50px;
	border: 50px #FFFFFF solid;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}

@media screen and (max-width: 600px ) {
	#main {
		margin: 12.5px;
		border: 12.5px #FFFFFF solid;
	}
}



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

header {
	position: relative;
	z-index: 10;
	margin: 0px 50px;
	margin-bottom: -50px;
	min-height: 50px;
}

header .Inner {
	margin-right: 50px;
}

#logo {
	width: auto;
	display: block;
	float: left;
	overflow: hidden;
	text-decoration: none;
	outline: none;
}
	#logo img {
		width: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#logo h1 {
		display: block;
		margin: 0px;
		padding: 20px;
		padding-left: 0px;
		color: #444444;
		font-size: 36px;
		font-family: sans;
	}
@media screen and (max-width: 600px) {
	#logo {
		text-align: center;
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 600px) {
	header {
		margin: 0px 12.5px;
		margin-bottom: -12.5px;
	}
	header .Inner {
		margin-right: 0px;
	}
	#logo h1 {
		font-size: 24px;
	}
}



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

nav {
	position: relative;
	float: right;
}
nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul li {
	float: left;
}
	
	nav li ul {
		position: absolute;
		display: none;
		width: inherit;
		background: #F1F1F1;
		border: 1px #FFFFFF solid;
		box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  }
  nav li:hover ul {
    display: block;
  }
  
	nav ul li a {
		display: block; 
		text-decoration: none;
	}
nav ul ul {
	position: absolute; 
	top: 100%;
}
	nav ul ul li {
		float: none; 
		position: relative;
	}

	
	.menu.active, .js .menu > ul ul.active {
		max-height: 26px;
	}
	.menu li a {
		text-decoration: none;
		outline: none;
		display: block;
		padding: 10px;
		position: relative;
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #666666;
	}
	.menu a:focus, .menu a:hover, .menu a:active {
		color: #000000;
	}
	.menu ul:first-of-type li:last-child {
		padding-right: 0px;
	}
	.menu li.current > a {
		color: #B5B5B5;
	}


@media screen and (max-width: 600px) {
	header {
		margin-bottom: 0px;
	}
	nav {
		float: none;
	}
	nav ul {
		display: block;
	}
	nav ul ul {
		position: relative; 
		top: 0;
		width: auto;
		border: none;
	}
	nav ul li {
		float: none;
	}
	nav li ul {
		display: block;
		background: none;
		border: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	  }
	  nav li:hover ul {
		display: block;
	  }
	.menu, .menu > ul ul {
		clear: both;
	}
	.menu > ul {
		display: block;
		border-top: 1px rgba(102,102,102,.5) solid;
	}
	.menu li a {
		border-bottom: 1px rgba(102,102,102,.5) solid;
	}
	.menu li.menu-item-has-children > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 13px;
		padding: 10px;
	}
	.menu li.menu-item-has-children > a.active:after {
		content: "-";
	}
}



/* ---- Nav Search ---- */

#nav-search {
	width: 50px;
	position: absolute;
	right: 0;
	height: 50px;
	overflow: hidden;
}
	#nav-search form {
		display: block;
		width: 300px;
		position: relative;
		height: 50px;
	}
		#nav-search-submit {
			display: block;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			border: none;
			background-image: url('/blog/brooklyn-blog-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=666666');
			background-position: -480px 0;
			width: 50px;
			height: 50px;
		}
		#nav-seach-input {
			position: relative;
			display: block;
			margin-right: 5px;
			padding: 0 0 0 0;
			border: 1px #666666 solid;
			float: right;
			width: 218px;
			font-family: Arial, sans-serif;
			color: #666666;
			padding: 7px 10px;
			font-size: 13px;
			background-color: #FFFFFF;
		}
		::-webkit-input-placeholder {
			color: #CCCCCC;
		}
		#nav-seach-input:-moz-placeholder {
			color: #CCCCCC;
		}
@media screen and (max-width: 600px) {
	#nav-search {
		width: 100% !important;
		position: relative;
		background: transparent;
		overflow: visible;
		border-bottom: 1px rgba(102,102,102,.5) solid;
	}
		#nav-search form {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 100%;
			text-align: center;
		}
		#nav-search-submit {
			cursor: default;
			position: absolute;
			top: 0;
			left: 0;
		}
		#nav-seach-input {
			display: inline;
			margin: 0 0 0 0;
			margin-left: 50px;
			float: none;
			width: 65%;
		}
}

/* ---- Slider ---- */
.galleria-loader {
	background: #000 url(/blog/brooklyn-blog-core/graphics/galleria-loader.gif) no-repeat 50% 50%;
}
.galleria-stage {
	background: #FFFFFF;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
	background-image: url('/blog/brooklyn-blog-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=FFFFFF');
}

/* ---- Footer + Social + Etc ---- */
#footer-wrapper {	
	position: relative;
	z-index: 10;
	padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
	#footer-wrapper {	
		padding-bottom: 12.5px;
	}
}

	.SocialBar {
		text-align: center;
	}
		.SocialLink {
			border: 1px #FFFFFF solid;
			width: 22px;
			height: 22px;
			margin: 4px;
			text-indent: -5000px;
			background-image: url('/blog/brooklyn-blog-gateway.php?action=image_colorize&image=social-sprite.png&effect=overlay&color=BABABA');
			display: inline-block;
			background-size: 330px 22px;
		}
		html touch .SocialLink,
		.SocialLink:hover {
			background-image: url('/blog/brooklyn-blog-gateway.php?action=image_colorize&image=social-sprite.png&effect=overlay&color=BABABA');
		}
		#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; }
		.SocialBar button {
			border: none;
			border: 1px #FFFFFF solid;
			margin: 4px;
			padding: 0 10px;
			height: 25px !important;
			line-height: 22px;
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #BABABA;
			display: inline;
			background: transparent;
			position: relative;
			top: 3px;
		}
		html touch .SocialBar button,
		.SocialBar button:hover {
			color: #BABABA;
		}
	#footer {
		margin-top: 15px;
		clear: both;
		text-align: center;
	}
	#footer p,
	#footer a {
		display: inline;
		color: #BABABA;
	}
	#footer a:hover {
		color: #BABABA;
	}




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

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

.ModalObject {
	display:none;
}
#simplemodal-overlay {
	background-color: #F1F1F1;
}
#simplemodal-container {
	border: 2px #FFFFFF solid;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}
#simplemodal-container a.modalCloseImg {
	display: block;
	z-index:3200;
	background-image: url('/blog/brooklyn-blog-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=444444');
	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);
}


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

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

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

.Description {
	font-size: 14px;
	color: #444444;
}
.Description a {
	font-size: 14px;
	color: #444444;
	text-decoration: underline;
}
.Description a:hover {
	color: #000000;
}
.Description strong {
	font-weight: bold;
}
.Description em {
	font-style: italic;
}
.Description p {
	font-family: 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 ul ul {
	margin-bottom: 0px;
}
.Description ol {
	margin-left: 15px;
	margin-bottom: 15px;
}
.Description li {
	margin-left: 20px;
}
.Description h1{
	font-size: 36px;
	font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
	color: #444444;
	margin-bottom:15px;
}
.Description h2{
	font-size: 32.4px;
	font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
	color: #444444;
	margin-bottom:15px;
}
.Description h3{
	font-size: 28.8px;
	font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
	color: #444444;
	margin-bottom:15px;
}
.Description h4{
	font-size: 25.2px;
	font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
	color: #444444;
	margin-bottom:15px;
}
.Description h5{
	font-size: 21.6px;
	font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
	color: #444444;
	margin-bottom:15px;
}
.Description h6{
	font-size: 18px;
	font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
	color: #444444;
	margin-bottom:15px;
}
@media screen and (max-width: 600px) {
	.Description h1 ,
	.Description h2 ,
	.Description h3 ,
	.Description h4 ,
	.Description h5 ,
	.Description h6 {
		font-size: 18px;
	}
}



/* -- Images -- */

.WpContent img{
	display: block;
	margin: 0 auto 10px auto;
	max-width: 100%;
	height: inherit;
}

.WpContent p img {
	padding: 0;
	max-width: 100%;
	height: inherit;
	margin: 0 auto 10px auto;
}

.WpContent img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.WpContent img.alignright {
	margin: 0 0 0px 10px;
	display: inline;
}

.WpContent img.alignleft {
	margin: 0 10px 0px 0;
	display: inline;
}

.WpContent .alignright {
	margin: 0 0 0px 10px;
	float: right;
}

.WpContent .alignleft {
	margin: 0 10px 0px 0;
	float: left;
}

.WpContent .aligncenter{
	display:block;
	margin:0 auto;
	margin-bottom: 10px;
}

.WpContent img.wp-smiley{
	display:inline;
	margin: 0px !important;
	padding: 0px !important;
}




		



	/* ---- Globals ---- */

	#sidebar * {
		font-family: Arial, sans-serif !important;
		font-size: 14px;
		color: #444444 !important;
	}

	#sidebar .Wrapper {
		padding: 15px;
	}
		#sidebar .Wrapper ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		#sidebar .Wrapper li {
			border: 1px #FFFFFF solid;
			background-color: #FFFFFF;
			padding: 10px;
			margin-bottom: 5px;
		}
		#sidebar .Wrapper > ul > li {
			border: none;
			background-color: transparent;
		}
		#sidebar .Wrapper li {
			background-color: #F1F1F1;
		}
		#sidebar .Wrapper li a {
			text-decoration: none;
			display: block;
			width: 100%;
			font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
			font-size: 14px;
			color: #444444;
		}
		#sidebar .Wrapper li a:hover {
			color: #000000 !important;
		}
		
	/* ---- Categories ---- */
		
	.widget_categories label {
		display: none;
	}
	.widget_categories select {
		width: 100%;
		padding: 3px 4px;
	}
	.widget_categories a {
		display: inline !important;
	}
	
	/* ---- Comments ---- */
	
	.widget_recent_comments a {
		text-decoration: underline !important;
	}
	
	/* ---- RSS ---- */
	
	.widget_rss .widgettitle img {
		display: none;
	}
	.widget_rss .rss-date {
		font-size: 10px !important;
		font-weight: bold;
		margin-bottom: 5px;
		display: block;
	}
	.widget_rss cite {
		display: none;
	}
	
	/* ---- Tag Cloud ---- */
		
	.tagcloud {
		border: 1px #FFFFFF solid;
		padding: 15px;
		background-color: #FFFFFF;
	}
	.tagcloud a {
		display: inline !important;
	}
	.tagcloud a.tag-link-1 { font-size: 0.8em !important; font-weight: 200; }
	.tagcloud a.tag-link-2 { font-size: 0.9em !important; font-weight: 300; }
	.tagcloud a.tag-link-3 { font-size: 1.0em !important; font-weight: 400; }
	.tagcloud a.tag-link-4 { font-size: 1.2em !important; font-weight: 500; }
	.tagcloud a.tag-link-5 { font-size: 1.4em !important; font-weight: 600; }
	.tagcloud a.tag-link-6 { font-size: 1.6em !important; font-weight: 700; }
	.tagcloud a.tag-link-7 { font-size: 1.8em !important; font-weight: 800; }
	.tagcloud a.tag-link-8 { font-size: 2.2em !important; font-weight: 900; }
	.tagcloud a.tag-link-9 { font-size: 2.5em !important; font-weight: 900; }
	.tagcloud a.tag-link-10 { font-size: 2.5em !important; font-weight: 900; }

	/* ---- Calendar ---- */
	
	.widget_calendar #calendar_wrap {
		border: 1px #FFFFFF solid;
		padding: 15px;
		background-color: #FFFFFF;
	}
	.widget_calendar caption {
		padding-bottom: 15px;
	}
	.widget_calendar thead th{
		padding-bottom: 15px;
	}
	.widget_calendar tfoot td{
		padding-top: 15px;
	}
	.widget_calendar tbody td{
		text-align: center;
	}
	.widget_calendar #wp-calendar{
		width:100%;
	}
	.widget_calendar #wp-calendar tr td a{
		text-decoration: underline;
	}
	
	/* ---- Recent Posts ---- */
	
	.widget_recent_entries .post-date {
		font-size: 10px !important;
		font-weight: bold;
	}
	
	/* ---- Search ---- */
	
	.widget_search label {
		display: none;
	}
	
	.widget_search form {
		border: 1px #FFFFFF solid;
		padding: 15px;
		background-color: #FFFFFF;
	}
	
	.widget_search form input {
		color: #444444;
		font-family: Arial, sans-serif;
		background: #FFFFFF;
		border: 1px #CCCCCC solid;
		position: relative;
		font-size: 17px;
		margin: 3px 3px 0px 0px;
		padding: 5px;
	}
	.widget_search form .Submit {
		float: right;
	}
	.widget_search .Submit:hover {
		color: #000000 !important;
	}
	.widget_search form div {
		overflow: hidden; padding-right: .5em;
	}
	.widget_search form div input {
		width: 100%;
	}




/* ---- HomePage ---- */

.Homepage {
	clear: both;
}
.Homepage .Context {
	border-bottom: 1px #FFFFFF solid;
	padding: 50px;
	background: #FFFFFF;
}
	.Homepage .SocialBar {
		text-align: left;
	}
		.Homepage .SocialLink {
			border: none;
			background-image: url('/blog/brooklyn-blog-gateway.php?action=image_colorize&image=social-sprite.png&effect=overlay&color=444444');
			opacity: .7;
		}
		.Homepage .SocialLink:hover {
			background-image: url('/blog/brooklyn-blog-gateway.php?action=image_colorize&image=social-sprite.png&effect=overlay&color=444444');
			opacity: 1;
		}
		.Homepage .SocialBar button {
			opacity: .7;
			border: none;
			color: #444444;
		}
		html touch .Homepage .SocialBar button,
		.Homepage .SocialBar button:hover {
			opacity: 1;
			color: #000000;
		}
	#home-box-intro-boxes {
		clear: both;
		margin-bottom: 50px;
	}
		.IntroBox {
			text-align: center;
		}
		.IntroBox a {
			text-decoration: none;
			display:block;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		.IntroBox a:hover h2 {
			color: #000000;
		}
		.IntroBox .Inner {
			border-right: 1px #FFFFFF solid;
			border-bottom: 1px #FFFFFF solid;
		}
		.IntroBox:last-child .Inner {
			border: none;
			border-bottom: 1px #FFFFFF solid;
		}
		.IntroBox img {
			max-width: 100%;
			height: inherit;
			display:inline-block;
		}	
		.IntroBox h2 {
			margin: 0 0 0 0;
			padding: 15px 0;
		}
	#home-box-instagram {
		clear: both;
		padding: 50px;
		padding-top: 0;
	}	
		#home-box-instagram h2 a {
			margin: 0 0 15px 0;
			font-size: 36px;
			font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
			color: #444444;
			margin-bottom: 15px;
			text-decoration: none;
		}
		#home-box-instagram h2 a:hover {
			text-decoration: underline;
			color: #000000;
		}
		#instagram .InstagramImage,
		#instagram a.InstagramImage{
			float:left;
			width: 15%;
			margin-left:2%;
			margin-bottom:20px;
			display:block;
			text-decoration:none;
		}
		#instagram .InstagramImage:first-child{
			margin-left:0px;
		}
		#instagram .InstagramImage.NoMargin{
			margin-left:0px;
			clear:both;
		}
			#instagram .InstagramImage a{
			border: 1px #FFFFFF solid;
				display: block;
			}
			#instagram .InstagramImage a:hover{
			border: 1px #000000 solid;
			}
				#instagram .InstagramImage a img{
					width:100%;
					height:auto;
				}
				
@media screen and (max-width: 500px){
	.Homepage .Context {
		padding: 12.5px;
	}
	#home-box-instagram {
		padding: 12.5px;
	}	
	#instagram .InstagramImage{
		float:none;
		width: 100% !important;
		margin-left:0%;
		margin-bottom:15px;
	}
	#instagram .InstagramImage#instagram-title{
		width: 90% !important;
		padding:5%;
		/*background: ;*/
	}
}




/* ---- InstagramPage ---- */

.InstagramPage {
	clear: both;
}
.InstagramPage .Context {
	border-bottom: 1px #FFFFFF solid;
	padding: 50px;
	background: #FFFFFF;
}
	#page-instagram h2 a {
		margin: 0 0 15px 0;
		font-size: 36px;
		font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
		color: #444444;
		margin-bottom: 15px;
		text-decoration: none;
	}
	#page-instagram h2 a:hover {
		text-decoration: underline;
		color: #000000;
	}
	#page-instagram {
		clear: both;
		padding: 50px;
	}

	
	
	
/* ---- Archives ---- */

.Archives .Context {
	border-bottom: 1px #FFFFFF solid;
	padding: 50px;
	background: #FFFFFF;
}
	.Archives .Wrapper {
		padding: 50px;
	}
	.Archives .NoContext {
		padding-top: 0px;
	}
		.ByMonth ,
		.ByCategory {
			width: 50%;
			float: left;
		}
			.Archives .Wrapper ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
				padding-right: 50px;
			}
			.Archives .Wrapper li {
				border: 1px #FFFFFF solid;
				padding: 10px;
				margin-bottom: 5px;
				background: #F1F1F1;
			}
			.Archives .Wrapper li a {
				text-decoration: none;
				display: block;
				width: 100%;
				font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
				font-size: 14px;
				color: #444444;
			}
			.Archives .Wrapper li a:hover {
				color: #000000;
			}
			
@media screen and (max-width: 600px){
	.ByMonth ,
	.ByCategory {
		width: 100%;
		float: none;
	}
	.ByCategory {
		margin-top: 15px;
	}
	.Archives .Wrapper ul {
		padding-right: 0px;
	}
	.Archives .Context {
		padding: 12.5px;
	}
	.Archives .Wrapper {
		padding: 12.5px;
	}
}




/* ---- Page ---- */

.PageSmall .Context ,
.Page .Context {
	border-bottom: 1px #FFFFFF solid;
	padding: 50px;
}




/* ---- Post Indexes ---- */

.PageSmall {
	float: left;
	width: 70%;
}
.PageSmall .Wrapper {
}
	.ArchiveTitle{
		font-weight: bold;
		display: block;
		border: 1px #FFFFFF solid;
		padding: 10px;
		margin: 50px;
		margin-bottom: 0;
		font-size: 36px;
		font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
		color: #444444;
		background: #FFFFFF;
	}
#sidebar {
	float: right;
	width: 30%;
}
#sidebar .Wrapper {
	border-left: 1px #FFFFFF solid;
	background: #F1F1F1;
}
#entry-navigation {
	padding: 50px;
	padding-top: 0;
}
	#entry-navigation a{
		text-decoration: none;
		font-weight: bold;
		display: block;
		border: 1px #FFFFFF solid;
		padding: 10px;
		font-size: 36px;
		font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
		color: #444444;
		background: #F1F1F1;
	}
	#entry-navigation a:hover {
		color: #000000;
	}
@media screen and (max-width: 600px){
	.PageSmall {
		float: none;
		width: 100%;
	}
	.ArchiveTitle{
		font-size: 18px;
		margin: 12.5px;
	}
	#sidebar {
		float: none;
		width: 100%;
	}
	#sidebar .Wrapper {
		border: none;
		border-top: 1px #FFFFFF solid;
		margin-left: 0px;
	}
	#entry-navigation {
		padding: 0 12.5px;
		padding-bottom: 30px;
	}
	#entry-navigation .Right a{
		font-size: 18px;
	}
	#entry-navigation .Left a{
		font-size: 18px;
	}
}



/* ---- Post ---- */

.Post {
	clear: both;
	padding: 50px;
	padding-bottom: 30px;
}
	.Post h1 a {
		font-size: 36px;
		font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
		color: #444444;
		text-decoration: none;
	}
	.Post h1 a:hover {
		color: #000000;
	}
	.PostMeta{
		margin-bottom: 15px;
		font-family: Arial, sans-serif;
		font-size: 14px;
		color: #444444;
	}
		.PostMeta a {
			font-family: Arial, sans-serif;
			font-size: 14px;
			color: #444444;
		}
		.PostMeta a:hover {
			color: #000000;
		}
	.MetaSocialMedia{
		padding:20px 0 20px 0;
		position: relative;
		max-width:100%;
	}
		.MetaSocialMedia .FacebookLike{
			margin:0 !important;
			width:100px;
			float: left;
			margin-right: 10px !important;
		}
		.MetaSocialMedia .Pinterest{
			position:relative;
			float: left;
		}
		.MetaSocialMedia .TweetPost{
			float: left;
			margin-right: 10px !important;
		}
		.MetaSocialMedia .GooglePlus1{
			float: left;
			margin-right: 5px !important;
		}
		
	#comments {
		padding-top: 15px;
	}
		#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
			width: 100% !important;
		}
@media screen and (max-width: 600px){
	.Post {
		padding: 12.5px;
	}
	.Post h1 a {
		font-size: 18px;
	}
	.PostMeta .Date {
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.PostMeta .CommentsLabel {
		display: block;
	}
	.MetaSocialMedia{
		display: none;
	}
}



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

.Contact .Column1 {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
}
.Contact .Column1 .Inner {
	padding: 50px;
	padding-right: 0;
}
.Contact .Column2 .Inner {
	padding: 50px;
	border-left: 1px #FFFFFF solid;
	border-top: none;
}
.Contact .Column2 {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 49%;
	background: #FFFFFF;
}
@media screen and (max-width: 600px){
	.Contact .Column1 {
		float: none;
		width: 100%;
	}
	.Contact .Column2 {
		float: none;
		width: 100%;
	}
	.Contact .Column1 .Inner {
		padding: 12.5px;
	}
	.Contact .Column2 .Inner {
		padding: 12.5px;
		border-top: 1px #FFFFFF 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: #444444;
}
.Contact label span {
	color: #DE1B1B;
}

.Contact .ButtonGroup input {
	border: none;
	font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
	border: 1px #CCCCCC solid;
	color: #444444;
	font-size: 16.8px;
	padding: 10px;
	margin: 0 0 0 10px;
	cursor: pointer;
	background: #F1F1F1;
}
.Contact .ButtonGroup input:hover {
	color: #000000;
}

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

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

}

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

.Contact .Focused {
	border-color: #444444;
}
.Contact .Default {
	background: #FFFFFF;
	border-color: #CCCCCC;
}
.Contact .Invalid {
	background: #FFFFFF;
	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: #444444;
	background: transparent;
}

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

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

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



.Respond .ButtonGroup input {
	margin: 0 0 0 0;
}
.Respond .Input {
	max-width: 400px;
}
	
.CommentToolbar {
	margin-bottom: 15px;
}

ul.CommentList .CommentReply a,
.CommentToolbar a {
	text-decoration: none;
	display: inline-block;
	font-family: Arial, sans-serif;
	border: 1px #CCCCCC solid;
	color: #444444;
	font-size: 14px;
	padding: 7px;
	margin-right: 7px;
	cursor: pointer;
	background: #F1F1F1;
}
.CommentToolbar a:hover {
	color: #000000;
}

#comments-archived-title a ,
.CommentsTitle {
	display: block;
	font-size: 36px;
	font-family: "56fd94f15e4f2d1e1ba291ad74f1b458", Arial, sans-serif;
	color: #444444;
	margin-bottom: 15px;
	font-weight: bold;
}

.Post ul.CommentList li {
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	.Post ul.CommentList li ul {
		list-style:none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
		.Post ul.CommentList li ul li{
			list-style:none;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}

.CommentList {
	background: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 30px;
	list-style:none;
	border: 1px #CCCCCC solid;
	padding: 15px;
	padding-bottom: 5px;
	background: #FFFFFF;
}
	.comment {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-family: Arial, sans-serif;
		color: #444444;
		font-size: 14px;
	}
		.CommentInner {
			border: 1px #CCCCCC solid;
			margin-bottom: 10px;
		}
		.comment ul.children {
			padding-left: 30px !important;
		}
				ul.CommentList .CommentDate a,
				ul.CommentList .CommentAuthor a{
					text-decoration: none;
					color: #444444;
				}
			ul.CommentList .CommentAvatar{
				float:left;
				margin:10px;
			}
				ul.CommentList .CommentAvatar img{
					padding:0px !important;
					margin:0px !important;
					display:block;
				}
			ul.CommentList .CommentAuthor{
				padding-left: 10px;
				padding-top: 10px;
				font-weight: bold;
			}
			ul.CommentList .CommentDate{
				padding-left: 10px;
				padding-bottom: 10px;
			}
			ul.CommentList .CommentModeration{
				clear: left;
				padding: 5px;
				margin: 10px;
				margin-top: 0;
				font-style: italic;
				border: 1px #DE1B1B dotted;
				background: #FFFFFF;
			}
			ul.CommentList .CommentText {
				clear: left;
				margin: 0 0 0 0;
				padding: 0 10px 0 10px;
			}
			ul.CommentList .CommentText p {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				padding-bottom: 10px;
			}
			ul.CommentList .CommentReply {
				margin-left: 10px;
				margin-bottom: 10px;
			}
	








		

