/*
Theme Name: Lyra Blog (ITDR)
Theme URI: http://intothedarkroom.com/
Description: 
Author: intothedarkroom
Author URI: http://intothedarkroom.com/
Version: 1.1.18
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; }
}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 7, 2012 */



@font-face {
    font-family: 'weston_freeregular';
    src: url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/d529b8b7519f04371dd27cb99362c167-weston_free-webfont.eot');
    src: url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/d529b8b7519f04371dd27cb99362c167-weston_free-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/d529b8b7519f04371dd27cb99362c167-weston_free-webfont.woff') format('woff'),
         url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/d529b8b7519f04371dd27cb99362c167-weston_free-webfont.ttf') format('truetype'),
         url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/d529b8b7519f04371dd27cb99362c167-weston_free-webfont.svg#weston_freeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'weston_light_freeregular';
    src: url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/d529b8b7519f04371dd27cb99362c167-weston_light_free-webfont.eot');
    src: url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/d529b8b7519f04371dd27cb99362c167-weston_light_free-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/d529b8b7519f04371dd27cb99362c167-weston_light_free-webfont.woff') format('woff'),
         url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/d529b8b7519f04371dd27cb99362c167-weston_light_free-webfont.ttf') format('truetype'),
         url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/d529b8b7519f04371dd27cb99362c167-weston_light_free-webfont.svg#weston_light_freeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 7, 2012 */



@font-face {
    font-family: 'banda_regularregular';
    src: url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/9c01ad936511e4f21605d884ff74167d-regular-webfont.eot');
    src: url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/9c01ad936511e4f21605d884ff74167d-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/9c01ad936511e4f21605d884ff74167d-regular-webfont.woff') format('woff'),
         url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/9c01ad936511e4f21605d884ff74167d-regular-webfont.ttf') format('truetype'),
         url('https://www.donmearsphotography.com/blog/lyra-blog-data/cache/9c01ad936511e4f21605d884ff74167d-regular-webfont.svg#banda_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/************************************************************************
#  GENERAL
*************************************************************************/
/* ---- Clear Default Browser Styles ---- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	outline: none;
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, em,
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}
q:before, q:after {
	content: '';
}
a, ins {
	text-decoration: none;
}
a {
	outline: none;
}

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

body, p {
	color: #666666;
	font-size: 15px;
	line-height: 1.5em;
}

input, textarea, select{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 15px;
	padding:12px;
	margin: 0 0 20px 0;
	line-height: 1.3em;
	-moz-box-shadow: inset 0px 0px 2px 1px #ddd;
	-webkit-box-shadow: inset 0px 0px 2px 1px #ddd;
	box-shadow: inset 0px 0px 2px 1px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input:focus,
textarea:focus,
select:focus{
	border: 1px solid #AACDD6;
	-moz-box-shadow: 0px 0px 5px #AACDD6;
	-webkit-box-shadow: 0px 0px 5px#AACDD6;
	box-shadow: 0px 0px 5px #AACDD6;
}

input.Submit{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #666666;
	color: #FFFFFF;
	font-size: 19px;
}

input.Submit:focus{
	box-shadow: none;
}

a:link,
a:visited{
	text-decoration: none;
	color: #B55F18;
}

a:hover{
	text-decoration: underline;
	color: #AACDD6;
}

em{
	font-style: italic;
}

b, strong{
	font-weight: bold;
}

u{
	text-decoration: underline;
}

strike{
	text-decoration: line-through;
}

/* ----- Strip Twitter ----- */
.twtr-hd, .twtr-ft{
	display: none;
}

.twtr-widget .twtr-tweet{
	border:none !important;
}

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

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

.Post img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.Post img.alignright {
	margin: 0 0 2px 15px;
	display: inline;
}

.Post img.alignleft {
	margin: 0 15px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter{
	display:block;
	margin:0 auto;
}

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

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

.Inner{
	margin:0 auto;
	width: 900px;
}

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

html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/************************************************************************
#  GENERAL END
*************************************************************************/


/************************************************************************
#  UNDER CONSTRUCTION
*************************************************************************/
#under-construction-container{
	width: 900px;
	margin:0 auto 0 auto;
}
	#under-construction-header{
		padding: 35px 0;
	}
		#under-construction-header #logo{
		}
	#under-construction{
		min-height: 180px;
		padding: 30px;
		background: #fff;
		border:1px solid #000000;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
		#under-construction-title{
			font-size: 22px;
			padding-bottom: 20px;
		}
		#under-construction-message{
		}
/************************************************************************
#  UNDER CONSTRUCTION END
*************************************************************************/


/************************************************************************
#  STRUCTURE
*************************************************************************/
/* background start */
	html, body {
		background: #fff url("images/background.jpg") repeat;
	}
/* background end */

	#body-inner {
		position: relative;
		z-index: 2;
		margin: 0 auto 0 auto;
		max-width: 930px;
		min-width: 320px;
		overflow: hidden;
	}

	#wrapper {
		margin: 0 15px;
	}

	#logo {
		display: block;
		width: 100%;
		overflow: hidden;
					text-align: center;
			}
		#logo img {
			width: auto;
		}
@media screen and (max-width: 900px){
		#logo {
			text-align: left;
		}
		#logo img {
			width: 100%;
			height: auto;
		}
}

		#content-small{
			float:left;
			width: 68%;
		}

			#welcome{
				padding-bottom:20px;
				margin-bottom: 40px;
				font-family: Arial, sans-serif;
				color: #666666;
				font-size: 18px;
				border-bottom: 1px dashed #000000;
			}
				#welcome-content p{
					font-family: Arial, sans-serif;
					color: #666666;
					font-size: 18px;
					padding-bottom: 12px;
				}
/************************************************************************
#  STRUCTURE END
*************************************************************************/


/************************************************************************
#  NAVIGATION
*************************************************************************/
#navigation-container {
	min-height: 30px;
	position:relative;
	border-bottom: 1px dashed #000000;
	margin-bottom: 23px;
	z-index:99999;
	position:relative;
}

	#navigation{
		z-index:999999;
		float:left;
		position:relative;
		left:50%;
	}
		#navigation ul{
			margin:0;
			padding:0;
			list-style-type:none;
			list-style-position:outside;
			z-index:9999999;
			float:left;
			position:relative;
			right:50%;
		}

			/* 1st TIER (main) */
			#navigation ul li{
				float:left;
				margin:0px 35px 0px 0;
			}
			#navigation ul li:last-child{
				margin:0px;
			}
			#navigation ul li a{
				display:block;
				text-decoration:none;
				background:none;
				font-family: "weston_freeregular", "Times New Roman", Times, serif;
				font-size: 20px;
				color: #666666;
				line-height: px;
				cursor:pointer;
				padding: 15px 0;
			}
			#navigation ul li a:hover{
				color: #AACDD6;
			}
			#navigation ul li.current_page_ancestor a,
			#navigation ul li.current-menu-ancestor a,
			#navigation ul li.current-menu-item a{
				color: #B55F18;
			}
				#navigation ul li.current-menu-item ul li a,
				#navigation ul li.current_page_ancestor ul li a,
				#navigation ul li.current-menu-ancestor ul li a{
					color: #666666;
				}
				#navigation ul li.current-menu-item ul li.current-menu-item a,
				#navigation ul li.current_page_ancestor ul li.current-menu-item a,
				#navigation ul li.current-menu-ancestor ul li.current-menu-item a{
					color: #B55F18;
				}
					#navigation ul li.current-menu-item ul li a:hover,
					#navigation ul li.current_page_ancestor ul li a:hover,
					#navigation ul li.current-menu-ancestor ul li a:hover{
						color: #AACDD6;
					}

				/* 2nd TIER */
				#navigation ul li ul {
					position:absolute;
					display: none;
					z-index:99999999;
					background: #FFFFFF;
					border: none;
					margin: -10px 0 0 -10px;
					padding: 0px 11px;
					-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
					-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
					box-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					white-space:nowrap;
					float:none;
					right:auto;
					min-width: 100px;
				}
					#navigation ul li ul li{
						float:left;
						clear: left;
						margin: 0px;
						padding: 0;
						width: 100%;
						border-bottom: 1px dashed #000000;
					}
					#navigation ul li ul li:last-child{
						border-bottom: none;
					}
						#navigation ul li ul li a{
							margin: 0px;
							padding: 0px 12px;
							font-family: "weston_freeregular", "Times New Roman", Times, serif;
							font-size: 16px;
							line-height: 2em;
							color: #666666;
							text-align: center;
							font-style: normal;
						}
						#navigation ul li ul li a:hover{
						}

				/* 3rd TIER */
				#navigation ul li ul li ul {
					display: none !important;
				}

		#navigation ul li:hover ul ul, #navigation ul li:hover ul ul ul, #navigation ul li:hover ul ul ul ul{
			display: none;
		}
		#navigation ul li:hover ul, #navigation ul li li:hover ul, #navigation ul li li li:hover ul, #navigation ul li li li li:hover ul{
			display: block;
		}
/************************************************************************
#  NAVIGATION END
*************************************************************************/



/************************************************************************
#  BANNER
*************************************************************************/

#banner-container-outer{
}
	.GalleryShadow {
		position: absolute;
		left: 0px;
		width: 1035px;
		display: block;
	}
	#banner-container{
		position: relative;
		margin-bottom:30px;
	}
	.GalleryBorder {
		z-index:9999;
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	#banner-arrow-left{
		width: 46px;
		height: 46px;
		margin: -22px 0 0;
		display: block;
		position: absolute;
		z-index:9999;
		top: 50%;
		cursor: pointer;
		text-indent: -999em;
		left: 50px;
		background: url(https://www.donmearsphotography.com/blog/lyra-blog-gateway.php?action=image_colorize&effect=overlay&image=galleria-sprite.png&color=CCCCCC) no-repeat -150px center;
		opacity: .8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
	}
	html touch #banner-arrow-left,
	#banner-arrow-left:hover {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}
	#banner-arrow-right{
		width: 46px;
		height: 46px;
		margin: -22px 0 0;
		display: block;
		position: absolute;
		z-index:9999;
		top: 50%;
		cursor: pointer;
		text-indent: -999em;
		right: 50px;
		background: url(https://www.donmearsphotography.com/blog/lyra-blog-gateway.php?action=image_colorize&effect=overlay&image=galleria-sprite.png&color=CCCCCC) no-repeat -196px center;
		opacity: .8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
	}
	html touch #banner-arrow-right,
	#banner-arrow-right:hover {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}
	#banner {
		background: #FFFFFF;
		position: relative;
		padding:0;
		margin:0;
		overflow: hidden;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		#banner img {
			-moz-border-radius: 5px;
			border-radius: 5px;
			overflow: hidden;
			position: absolute;
			top:0;
			left:0;
			width: 100%;
			height: auto;
		}

/************************************************************************
#  BANNER END
*************************************************************************/



/************************************************************************
#  POST
*************************************************************************/
.Post {
	position:relative;
	width: 100%;
}
.Post.BlogFormatPost{
	padding-bottom: 20px;
	margin-bottom: 50px;
	background: url(https://www.donmearsphotography.com/blog/lyra-blog-gateway.php?action=image_colorize&effect=overlay&image=border_pattern.png&color=000000) repeat-x bottom;
}

	.Post .Thumbnail {
		margin: 0 auto;
	}
		.Post .Thumbnail img{
			display:block;
			margin:0px;
			padding:0px;
		}

	.Post .ThumbnailShadow {
		margin: 0 auto;
	}
		.Post .ThumbnailShadow img{
			width:100%;
			height: inherit;
		}

	.Post .Title {
		padding-bottom: 7px;
	}
		.Post .Title h2{
			line-height: 30px;
		}
		.Post .Title h2 a {
			font-family: "banda_regularregular", "Times New Roman", Times, serif;
			text-decoration: none;
			color: #666666;
			font-size: 30px;
			line-height: 30px;
		}

	.Post .Meta{
		padding-bottom: 18px;
		border-bottom:1px dashed #000000;
		margin-bottom:14px;
	}

		.Post .Meta .Date{
			float:left;
			border-right: 1px solid #000000;
			text-transform: uppercase;
			padding-right:10px;
			font-size: 14px;
			line-height: 14px;
		}

		.Post .Meta .Categories{
			float:left;
			padding-left:10px;
			font-size: 14px;
			line-height: 14px;
			text-transform: uppercase;
		}
			.Post .Categories a{
				text-decoration:none;
			}
			.Post .Categories a:hover{
				text-decoration:underline;
			}

	.Entry{
		padding-bottom:10px;
	}
		.Entry p{
			margin-bottom:12px;
		}

		.Entry ul {
			list-style-type: disc;
			margin-bottom: 20px;
		}

		.Entry ol {
			margin-bottom: 20px;
			margin-left:20px;
		}

		.Entry li {
			margin-left: 35px;
		}

		.Entry ul ul{
			margin-bottom: 0px;
		}

		.Entry a {
			text-decoration: underline;
		}

		.Entry a:hover {
			color: #AACDD6;
		}

		.Entry strong {
			font-weight: bold;
		}

		.Entry em {
			font-style: italic;
		}

		.Entry input {
		}

		.Entry h1{
			font-size: 27px;
			margin-bottom:15px;
		}

		.Entry h2{
			font-size: 24px;
			margin-bottom:15px;
		}

		.Entry h3{
			font-size: 21px;
			margin-bottom:15px;
		}

		.Entry h4{
			font-size: 18px;
			margin-bottom:15px;
		}

		.Entry h5{
			font-size: 15px;
			margin-bottom:15px;
		}

		.Entry h6{
			font-size: 12px;
			margin-bottom:15px;
		}
		.Entry iframe{
			max-width: 100%;
		}
		a.more-link{
			text-decoration: none;
		}

	.MetaSocialMedia{
		padding-top:10px;
		position: relative;
	}
		.MetaSocialMedia .FacebookLike{
			margin:0 !important;
			width:100px;
			float: left;
		}
		.MetaSocialMedia .Pinterest{
			position:relative;
			float: left;
		}
		.MetaSocialMedia .TweetPost{
			float: left;
			margin-right: 20px !important;
		}
		.MetaSocialMedia .GooglePlus1{
			float: left;
			margin-right: 5px !important;
		}
/************************************************************************
#  POST END
*************************************************************************/



/************************************************************************
#  SIDEBAR
*************************************************************************/
#sidebar{
	float:left;
	width: 27%;
	position:relative;
	padding-bottom:20px;
	padding-left: 5%;
}

	#sidebar * {
		font-size: 15px;
		color: #666666;
	}

	#sidebar .widget{
		padding:0 0 25px 0;
		margin:0 0 35px 0;
		border-bottom: 1px dashed #000000;

	}

	#sidebar h2{
		text-decoration: none;
		margin:0 0 23px 0;
		font-family: "banda_regularregular", "Times New Roman", Times, serif;
		color: #666666;
		font-size: 30px;
		line-height: 30px;
	}

	#sidebar a{
		text-decoration:none;
	}
		#sidebar a:hover{
			color: #AACDD6;
			text-decoration:underline;
		}

	#sidebar ul a{
	}

	#sidebar ul{
		list-style:none;
		padding:0;
		margin:0;
	}
		#sidebar ul li{
		}
			#sidebar ul li ul{
			}
				#sidebar ul li ul li{
				}
					#sidebar ul li ul li ul{
						border:none;
					}
						#sidebar ul li ul li ul li{
							border-bottom:none;
						}

	#sidebar .widget_text h2{
		border-bottom:none;
	}

	#sidebar .textwidget{
	}

	#sidebar .widget_tag_cloud div{
		padding-top:3px;
	}

	#sidebar .widget_tag_cloud div a{
		padding:0 10px 0 0;
	}

	#sidebar #calendar_wrap{
		padding-top:3px;
	}

	#sidebar #wp-calendar{
		width:100%;
	}

	#sidebar #wp-calendar tr td a{
		text-decoration: underline;
	}

	#sidebar #wp-calendar tr td#next{
		text-align:right;
	}

	#sidebar #searchform{
	}
		#sidebar #searchform input{
			font-family: Arial, sans-serif;
			color: #000000;
			font-size: 15px;
		}

	sidebar a.rsswidget{
		margin: -3px 0;
	}
		#sidebar a.rsswidget img{
			position:relative;
			top: 3px;
		}
/************************************************************************
#  SIDEBAR END
*************************************************************************/



/************************************************************************
#  SEARCH
*************************************************************************/
#searchform{
	width: 100%;
	position:relative;
}
	#searchform input{
		width: 80%;
		padding-left: 30px;
	}

	#searchform #searchsubmit{
		position:absolute;
		z-index:2;
		top: 11px;
		left: 10px;
		cursor:pointer;
		border: none;
		height: 17px;
		width: 17px;
		padding: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow:none;
		box-shadow: none;
		background: url(https://www.donmearsphotography.com/blog/lyra-blog-gateway.php?action=image_colorize&effect=overlay&image=icon_magnify.png&color=000000) no-repeat left center;
	}
/************************************************************************
#  SEARCH END
*************************************************************************/



/************************************************************************
#  PAGES
*************************************************************************/
.Page{
	position:relative;
}

	.Page .PageTitle{
		padding-bottom:18px;
	}

	.Page .PageTitle h2{
		font-family: "banda_regularregular", "Times New Roman", Times, serif;
		text-decoration: none;
		color: #666666;
		font-size: 30px;
	}
/************************************************************************
#  PAGES END
*************************************************************************/



/************************************************************************
#  SINGLE POST
*************************************************************************/
/************************************************************************
#  SINGLE POST END
*************************************************************************/



/************************************************************************
#  ARCHIVES PAGE
*************************************************************************/
h2.archivestitle{
}
/************************************************************************
#  ARCHIVES PAGE END
*************************************************************************/



/************************************************************************
#  ARCHIVE PAGE  -  CATEGORIES, TAGS, DATES, ETC
*************************************************************************/
#archive-title{
	padding-bottom:35px;
}

#archive-title h2{
	font-family: "banda_regularregular", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
}
/************************************************************************
#  ARCHIVE PAGE END
*************************************************************************/



/************************************************************************
#  CONTACT
*************************************************************************/
#contact-side-map{
	padding:0px;
	margin:0px;
}
	#contact-side-map iframe{
		display: block;
		padding:0px;
		margin:0px;
	}
	#contact-side-map a{
		color: #B55F18 !important;
	}
	#contact-side-map a:hover{
		color: #AACDD6 !important;
	}

#contact-side-map-shadow{
	padding-bottom: 20px
}
	#contact-side-map-shadow img{
		width: 100%;
		height: inherit;
	}

.ContactContent{
	padding-bottom: 20px;
			width: 68%;
		float: left;
	}
	#contact-area{
	}
		#contact-area #contact-failed,
		#contact-area #contact-success{
			border: 1px solid ;
			margin-bottom:15px;
			padding:5px 10px;
		}

.ContactSidebar{
	float: right;
	width: 27%;
}
	.ContactSideItem{
		float:left;
		padding-bottom: 2px;
	}
	.ContactSideItemLabel{
		clear:left;
		padding-right:10px;
		font-style: italic;
		color: #666666;
		font-weight:bold;
	}
/************************************************************************
#  CONTACT END
*************************************************************************/



/************************************************************************
#  COMMENTS
*************************************************************************/
#comments-archived-title{
	padding-bottom:10px;
	padding-top:5px;
}
	#comments-archived-title a{
		font-style:italic;
	}
#comments-archived{
	display: none;
}

#comments{
	position:relative;
	padding-top: 18px;
}
	#comments .CommentsTitle{
		font-weight:bold;
		text-transform: uppercase;
		text-decoration: none;
		color: #666666;
		font-size: 17px;
		line-height: 17px;
		padding-bottom: 25px;
		margin-bottom: 20px;
		background: url(https://www.donmearsphotography.com/blog/lyra-blog-gateway.php?action=image_colorize&effect=overlay&image=border_pattern.png&color=000000) repeat-x bottom;
	}

	ul.CommentList{
		list-style:none;
		position:relative;
	}
		ul.CommentList .CommentContainerTop{
			padding:0px;
			padding-left: 12px;
		}
			ul.CommentList .CommentAvatar{
				float:left;
				margin-right:18px;
			}
				ul.CommentList .CommentContainerTop .CommentAvatar img{
					padding:0px !important;
					margin:0px !important;
				}
			ul.CommentList .CommentAuthor{
				text-transform: uppercase;
				color: #666666;
				padding: 9px 0 4px 0;
				font-size: 17px;
			}
				ul.CommentList .CommentAuthor a{
					text-decoration: none;
					color: #666666;
				}
			ul.CommentList .CommentDate{
				padding-bottom:6px;
			}
				ul.CommentList .CommentDate a{
					text-decoration: none;
					color: #666666;
				}

		ul.CommentList .CommentContainerBottom{
			padding: 10px 8px;
			margin-top: 12px;
			background: #FFFFFF;
		}
			ul.CommentList .CommentModeration{
				font-style: italic;
			}
			ul.CommentList .CommentText,
			ul.CommentList .CommentText p{
				color: #666666;
			}

			ul.CommentList .CommentText p,
			ul.CommentList .CommentReply{
				color: #666666;
			}

			ul.CommentList .CommentReply,
			ul.CommentList .CommentReply a{
				text-decoration: none;
				padding: 8px 0 3px 0;
			}

		/* override the indenting from the .post section */
		.Post ul.CommentList li{
			list-style:none;
			margin:0 0 36px 0;
		}
			.Post ul.CommentList li ul{
				margin-left: 10px;
				padding-top: 15px;
				border-left: 1px dashed #000000;
			}
				.Post ul.CommentList li ul li{
					padding-left: 10px;
				}

	.Respond {
		position:relative;
	}

		.Respond a#cancel-comment-reply-link{
			padding: 3px 0 10px 0;
			display:block;
		}

		.Respond input,
		.Respond textarea{
		}

		.Respond input{
			width:40%;
		}

		.Respond textarea{
			height:153px;
			width:94%;
		}

		.Respond .LabelContainer{
			position:relative;
			clear:both;
		}

		.Respond .LabelContainer label{
			display: block;
			clear: both;
			padding-bottom: 2px;
			font-weight:bold;
		}

		.Respond input#submit{
			position:relative;
			top:8px;
			float:left;
			width:auto;
			padding-left: 15px;
			padding-right: 15px;
			border:none;
			cursor:pointer;
		}
		.Respond input#submit:hover{
			background: #AACDD6;
		}

/************************************************************************
#  COMMENTS END
*************************************************************************/


/************************************************************************
#  FOOTER
*************************************************************************/
#entry-navigation{
	padding-top: 30px;
	padding-bottom: 30px;
	position:relative;
}
	#entry-navigation a{
		text-decoration: none;
		text-align:center;
		line-height: 1.2em;
		background: ;
		font-family: "banda_regularregular", "Times New Roman", Times, serif;
		color: #666666;
		padding: 10px 10px;
	}

#footer-container{
	position: relative;
	border-top: 1px dashed #000000;
}

	#footer {
		position:relative;
		margin:0 auto;
		padding:15px 0 30px 0;
	}

		#footer p {
			display: inline;
		}

		#footer a{
			text-decoration:underline;
		}

		#footer #footer-left{
			float: left;
			width: 48%;
		}

		#footer #footer-right{
			float: left;
			width: 48%;
			padding-left: 4%;
		}

			#social-icons{
				position: relative;
				clear:both;
			}

				#social-icons a {
					width: 22px;
					height: 22px;
					margin: 4px;
					float: right;
					text-indent: -5000px;
					background-image: url(https://www.donmearsphotography.com/blog/lyra-blog-gateway.php?action=image_colorize&effect=overlay&image=social-sprite.png&color=666666);
				}
				#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; }

				/* skype embeds this flash object */
				object#skypedetectionswf{
					display: none;
				}

			#footer-search{
				float: right;
				height: 24px;
				width:200px;
				position:relative;
				padding-top:10px;
			}
				#footer-search input{
					font-size: 15px;
				}

/************************************************************************
#  FOOTER END
*************************************************************************/



/************************************************************************
#  SHORTCODES
*************************************************************************/
blockquote,
blockquote p{
	font-size: 22.5px;
	font-style:italic;
	line-height:1.3em;
	font-family: "banda_regularregular", "Times New Roman", Times, serif !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;
	}
/************************************************************************
#  SHORTCODES
*************************************************************************/


/************************************************************************
#  MOBILE / HANDHELD DEVICES
*************************************************************************/
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-width: 800px),
handheld{
	.IsMobile {
		text-transform: capitalize; /* using this for mobile detection */
	}
}


@media screen and (max-width: 600px){

	#wrapper {
		margin: 0 15px;
	}

	#navigation-container h1 {
		padding-bottom:0px;
	}

	#navigation{
		float:left;
		clear:left;
		left:auto;
	}
		#navigation ul{
			right:auto;
		}
			#navigation ul li{
				float:left;
				clear:left;
			}

	#content-small{
		width: 100%;
	}

	.Date{
		border-right: none !important;
	}

	.Categories{
		clear:left;
		padding:10px 0 0 0 !important;
	}

	#sidebar{
		clear:both;
		width:100%;
		padding-left: 0%;
	}

		#sidebar .widget:last-child{
			border-bottom: none;
		}

	.ContactContent{
		clear:left;
	}

	.ContactSidebar{
		float:left;
		padding-bottom: 20px;
	}
		#contact-side-labels{
			display: none;
		}

	.Respond input{
		min-width:236px;
	}
		.Respond input.Submit{
			min-width:0px;
		}

	.Respond textarea{
		min-width:236px;
	}

	#footer #footer-left{
		width: 100%;
	}

	#footer #footer-right{
		clear:left;
		width: 100%;
		padding:0px;
	}

		#social-icons{
			padding-top:15px;
		}

			#social-icons a {
				width: 22px;
				height: 22px;
				margin: 4px;
				float: left;
				text-indent: -5000px;
				background-image: url(https://www.donmearsphotography.com/blog/lyra-blog-gateway.php?action=image_colorize&effect=overlay&image=social-sprite.png&color=666666);
				opacity: .8;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
				filter: alpha(opacity=80);
			}

		#footer-search{
			float: left;
		}
}
/************************************************************************
#  MOBILE / HANDHELD DEVICES END
*************************************************************************/