/* ProPhoto3 build #804 */

/* reset styles - props eric meyer */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
/* end reset */


/* self-clearing floats */
.self-clear:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*:first-child+html .self-clear { /* for IE7 */
	min-height: 1px;
}



/* --------------------- */
/* -- POST FORMATTING -- */
/* --------------------- */
.post {
	clear:both;
}
br.p3br {
	clear:both;
}
body.home .last-post,
body.archive .last-post {
	background-image:none;
	margin-bottom:0;
	border-bottom-width:0;
}
body.single .post-wrap,
body.page .post-wrap {
	padding-bottom:0;
	border-bottom-width:0;
}
strong {
	font-weight:700;
}
em {
	font-style:italic;
}
.aligncenter,
.p3-img-protect-aligncenter,
div.aligncenter img {
	display:block !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.alignright, .p3-img-protect-alignright {
	margin: 0 0 15px 30px !important;
	display: inline !important;
	float:right !important;
}
.alignleft, .p3-img-protect-alignleft {
	margin: 0 30px 15px 0 !important;
	display:inline !important;
	float:left !important;
}
.p3-img-protect .alignleft,
.p3-img-protect .alignright, 
.p3-img-protect .aligncenter {
	margin: 0 !important;
}
.wp-caption-text {
	text-align:center !important;
}
.entry-meta-bottom {
	margin-bottom:15px;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
	font-style:normal;
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	font-weight:bold;
	margin-bottom:.6em;
}
.entry-content h1 {
	font-size:160%;
}
.entry-content h2 {
	font-size:140%;
}
.entry-content h3 {
	font-size:120%;
}
.entry-content h4 {
	font-size:110%;
}
.entry-content h5 {
	font-size:105%;
}
#main-wrap-inner img.wp-smiley {
	border:none !important;
	padding:0 0.25em !important;
	margin:0 !important;
	float:none !important;
	display:inline !important;
}
#main-wrap-inner .sociable img {
	border:none !important;
}
.entry-content ol,
.entry-content ul {
	margin-bottom:1.5em;
}
.entry-content ol {
	list-style:decimal;
}
.entry-content ul {
	list-style:disc;
}



/* ---------- */
/* -- MENU -- */
/* ---------- */
#topnav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#topnav li li {
	margin-right: 0;
}

#topnav a, #nav li.sfhover {
	display: block;
}
#topnav li { /* all list items */
	float: left;
}
#topnav li:hover {
	position:static; /* help IE7 a bit */
}
#topnav li ul { /* second-level lists */
	position: absolute;
	width: 130px;
	left: -999em; 
}
#topnav li ul a {
	width:114px;
	padding: 5px 8px;
	font-size: 80%;	
}
#topnav li:hover ul, #topnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#topnav #searchsubmit-top {
	margin-top: -3px;
}
#topnav li.topnavright {
	margin-right: 0;
}
li#search-top ul {
	padding:14px 8px 3px 8px;
	width:auto !important;
}
li#search-top ul li input#s-top, li#search-top ul li input#searchsubmit-top {
	margin-bottom:8px;
}
li#nav-rss a {
	float:left;
}
#topnav li ul ul, 
#topnav li ul ul ul, 
#topnav li ul ul ul ul, 
#topnav li ul ul ul ul ul {
	margin: -1.90em 0 0 130px;
	#margin-top:-1.85em;
}
#topnav li:hover ul ul, #topnav li.sfhover ul ul,
#topnav li:hover ul ul ul, #topnav li.sfhover ul ul ul,
#topnav li:hover ul ul ul ul, #topnav li.sfhover ul ul ul ul,
#topnav li:hover ul ul ul ul ul, #topnav li.sfhover ul ul ul ul ul {
	left: -999em;
}
#topnav li li:hover ul, #topnav li li.sfhover ul,
#topnav li li li:hover ul, #topnav li li li.sfhover ul,
#topnav li li li li:hover ul, #topnav li li li li.sfhover ul,
#topnav li li li li li:hover ul, #topnav li li li li li.sfhover ul {
	left: auto;
}
#topnav {
    z-index:2;
} 
#topnav ul {
    z-index:3;
}
#topnav ul li {
    z-index:4;
}
#topnav ul li ul {
    z-index:5;
}
#topnav ul li ul li {
    z-index:6;
}
#topnav a {
    z-index:7;
}



/* ------------------ */
/* -- CONTACT FORM -- */
/* ------------------ */
body.home .protected {
	padding-bottom:0px;
}
body.single .comments-body,
body.is-ipad .comments-body,
body.is-iphone .comments-body {
	max-height: none !important;
}




/* -------------- */
/* -- LIGHTBOX -- */
/* -------------- */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lb-img-wrap.loaded {
	background-color:#000 !important;
}
#lightbox-container-image-box {
	position: relative;
	width: 450px;
	height: 450px;
	margin: 0 auto;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#lightbox-container-image-data {
	padding: 0 10px; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}





/* ---------- */
/* -- MISC -- */
/* ---------- */
li.widget {
	list-style-type:none;
}
body.single .post {
	border-bottom: none;
	background-image: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.entry-title {
	margin-bottom:.2em;
}
#audio-player-wrap {
	text-align:center;
	margin:0 auto;
}
#copyright-footer #audio-player-wrap {
	margin-bottom:0.5em;
}
.protected p input {
	margin-bottom:8px;
}
.entry-meta-bottom .post-categories {
	display: inline;
}
.edit-link-top {
	margin-left:1.3em;
}
.entry-meta-top p {
	margin-bottom:0;
}
body.single p#nav-below {
	padding-top:.3em;
	margin-bottom: .5em;
}
#maintenance-mode-remind {
	padding:7px;
	width:100%;
	z-index:100000;
	text-align:center;	
	color:red;
	position:absolute;
	top:0;
	left:0;
	background-color:yellow;
	border:2px solid orange;
}
#pp_ea { display:none; }
.pp-gallery-placeholder { display:none !important; }

/* gallery popup windows */
body.gallery-popup #copyright-footer {
	display:none;
}
body.gallery-popup {
	padding:0;
	margin:0;
}
body.gallery-popup #main-wrap-inner {
	background-image:none;
}
body.gallery-popup .p3-flash-gallery-wrapper {
	margin-bottom:0;
}
body.gallery-popup #dropshadow-bottom {
	display:none;
}/*----------------------------------*/
/* General CSS                      */
/*----------------------------------*/

body {
	background: #c4c4ba url(https://twiblephotographyblog.com/wp-content/themes/prophoto3/images/nodefaultimage.gif) no-repeat scroll top center;
	color: #444444;
	font-family: Georgia, Times, serif;
	padding: 0px 0 0px 0;
	text-transform:none;
}
p, .p3-flash-gallery-wrapper {
	margin-bottom: 1.2em;
}
body, p {
	font-family:Georgia, Times, serif;
	color:#444444;
	font-style:normal;
	font-size:13px;
	text-transform:none;
	line-height:1.75em;
	font-weight:400;
}


 a {
	font-style:normal;
	color:#502914;
}
 a:link {
	color:#502914;
	text-decoration:none;
}
 a:visited {
	color:#502914;
	text-decoration:none;
}
 a:hover {
	text-decoration:underline;
}


h2 {
	font-family:Georgia, Times, serif;
	color:#111111;
	font-style:normal;
	font-size:24px;
	text-transform:uppercase;
}
 

h3 {
	font-family:Georgia, Times, serif;
	color:#111111;
	font-style:normal;
	font-size:24px;
	text-transform:uppercase;
}


.entry-title {
	font-family:Georgia, Times, serif;
	color:#111111;
	font-style:normal;
	font-size:24px;
	text-transform:uppercase;
}

#outer-wrap-centered {
	width:1080px;
	margin:0 auto;
}
	body.single #content-wrap, body.page #content-wrap, .content-bg, body.has-sidebar #content-wrap {
		background-color:#fdfdfc;
		background-image:none;
		background-repeat:repeat;
		background-position:top left;
		background-attachment:scroll;
	}
	* html body.single #content-wrap, body.page #content-wrap, .content-bg, body.has-sidebar #content-wrap {
		
		
	}
body.has-sidebar #content-wrap .content-bg,
body.single #content-wrap .content-bg,
body.page #content-wrap .content-bg {
	background-color:transparent !important;
	background-image:none !important;
}
#inner-wrap {
	width:960px; 
	
	
	border-top-width:0;
	border-bottom-width:0;
	margin:0 auto;
	overflow:hidden;
}
#logo-wrap {
	background-color: #1e1e1e;
}
.entry-content, 
.post-header,
.page-title,
.archive-meta,
.entry-meta-bottom,
#searchform-no-results {
	margin-left: 30px; 
	margin-right: 30px;
}
.entry-content {
	clear:both;
}
p#nav-below {
	padding: 1.6em 30px;
	margin-bottom:0;	
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}


#main-wrap-outer {
	background: transparent url(https://twiblephotographyblog.com/wp-content/themes/prophoto3/images/dropshadow_wide_sides.png) repeat-y top left;
}
#main-wrap-inner {
	background: transparent url(https://twiblephotographyblog.com/wp-content/themes/prophoto3/images/dropshadow_wide_sides.png) repeat-y top right;
}#masthead {
	margin: 0px 0 0px 0;
}
#topnav-wrap {
	margin: 0px 0 0px 0;
}
#inner-wrap #bio {
	margin: 0px 0 0px 0;
}
#contact-form {
	margin-bottom: 0px;
}
#logo-wrap {
	margin: 0px 0 0px 0;
}
.post-wrap, .page-title-wrap {
	margin-bottom:0px;
}
#bio {
	margin-bottom:0px;
}
body.archive .post-wrap {
	margin-bottom:0px;
}
body.has-sidebar .post-wrap, body.has-sidebar .page-title-wrap {
	margin-bottom:0;
}
body.single .post-wrap, body.page .post-wrap {
	margin-bottom:0;
}#inner-header {
	position:relative;
}

/* logo css */

#logo h1,
#logo h2,
#logo p {
	text-indent:-9999em;
}
h1#alt-h1,
h1#alt-h1 a,
h2#alt-h1,
h2#alt-h1 a {
	height:0 !important;
	overflow:hidden;
	width:0 !important;
	display:none !important;
}
#logo {
	
	
	
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin:0 auto;
	float:none;
}



/* masthead css */ 
.masthead-image {
	width: 960px;
	
	
	
	float: none;
	height: 303px;
	overflow: hidden;	
}
#masthead {
	overflow:hidden;
	
	
}
#topnav li#search-top {
	float:left;
	display:inline;
}
#masthead-image-wrapper {
	overflow:hidden;
	height: 303px;
}
.masthead-image a.no-link {
	cursor:default;
}

/* -- bio area css -- */
	#bio {
		background-color:#ffffff;
		background-image:none;
		background-repeat:repeat;
		background-position:top left;
		background-attachment:scroll;
	}
	* html #bio {
		
		
	}
	#bio-inner-wrapper {
		
		background-image:none;
		background-repeat:repeat;
		background-position:top left;
		background-attachment:scroll;
	}
	* html #bio-inner-wrapper {
		
		
	}
#bio {
	border-bottom:solid 1px #cccccc;
}
#bio-content {
	margin:0 30px 1px 30px;
	padding-top:30px;
	min-height:425px;
}
* html #bio-content {
	height:auto !important;
	height:425px;
}
#biopic {
	float:right;
	border:solid 10px #1e1e1e;
	margin-right:0px;
	margin-bottom:30px !important;
}



.bio-col {
	margin-right:30px;
}
.bio-widget-col {
	float:left;
}
#bio-content .widget h3 {
	margin-bottom:0.5em;
}
#bio-content li.widget,
#bio-content li.widget span.pngfixed {
	list-style-type:none;
	margin-bottom:30px;
}
#bio-content .twitter-follow-link a {
	color:#444444;
}
#bio-widget-spanning-col {
		width:550px;
		float:left;
		margin-right:0;
	}
#bio-widget-col-wrap {
			margin-right:350px;
		}
p.icon-note {
	margin:0 !important;
}
.widget_calendar th {
	font-weight:bold;
}
.widget_calendar td {
	padding:0 2px;
}
li.widget li {
	margin-left:1.2em;
	line-height:1.1em;
	margin-bottom:0.7em;
	list-style-type:disc;
	list-style-position:outside !important;
}
li.widget .p3-html-twitter-widget li {
	margin-left:0;
	list-style-type:none;
}
li.widget #searchsubmit {
	margin-top:0.3em;
}

h3.widgettitle {
	line-height:1em;
	margin-bottom:0.35em;
}
.twitter-interactive-badge {
	height:350px;
}
.js-info {
	display:none;
}
.twitter-follow-link {
	margin-top:4px;
}
.twitter-follow-link a {
	font-size:10px;
	text-decoration:none;
	line-height:1em;
}
.p3-twitter-html p {
	font-size:.8em;
	text-align:right;
	font-style:italic;
}
.p3-twitter-html p a {
	font-style:italic;
}
.p3-twitter-html li {
	font-size:.9em;
	line-height:1.2em;
	margin-bottom:.75em;
	margin-left:0 !important;
}
.twitter-interactive-badge-wrap {
	width:290px;
	height:350px;
}
.twitter-simple-badge-wrap {
	width:176px;
	min-height:176px;
}
.twitter-simple-badge-wrap a {
	font-size:10px;
	text-align:center;
	display:block;
	line-height:1em;
	margin-top:3px;
}
#outer-wrap-centered .widget_p3-twitter-com-widget a img {
	height:15px !important;
}
.widget_p3-facebook-likebox iframe {
	background:#fff;
}/* -- menu styles -- */
	#topnav-wrap {
		background-color:#88b2ab;
		background-image:none;
		background-repeat:repeat;
		background-position:top left;
		background-attachment:scroll;
	}
	* html #topnav-wrap {
		
		
	}
#topnav-wrap {
	
	
}
#topnav {
	line-height:13px; 
	font-size:13px;
	float:none;
	padding: 0 18px;
}
#topnav li {
	margin-right:35px;
	padding-top:10px;
	padding-bottom:10px; 
}
#topnav li ul {
	margin-top:10px; 
	background: #88b2ab !important;
}
#topnav ul li {
	margin-right:0px;
	background: #88b2ab !important;
	line-height:17px;
}
li#search-top ul {
	background: #88b2ab !important;
}
#topnav li li {
	padding-top:0;
	margin-right:0;
}
#topnav li li,#topnav li#search-top,
#topnav li#subscribebyemail-nav {
	padding-bottom:0;
}
#topnav li#search-top,#topnav li#subscribebyemail-nav {
	padding-top:5px;
}
#topnav a {
	font-style:normal;
	color:#000000;
	font-family:Bookman, Palatino, Georgia, serif;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:normal;
}
#topnav a:link {
	color:#000000;
	text-decoration:none;
}
#topnav a:visited {
	color:#000000;
	text-decoration:none;
}
#topnav a:hover {
	text-decoration:underline;
}


#topnav a {
	cursor:pointer;
	font-size:13px;
}
#topnav li li a {
	font-size:11px;
}
#topnav li ul a:hover {
	background-color:#88b2ab;; 
}
.nav-link-icon-text .icon-link {
	margin-right:0.5em;
}
.nav-link-icon-text a {
	float:left;
}
#topnav li#search-top {
	float:right;
	margin-right:0;
}
#topnav li#subscribebyemail-nav {
	float:right;
	margin: 0 0 0 20px;
}
#p3-contact-success {
	background: #ACDFA4;
}
#p3-contact-success p {
	color: #333333;
}
#p3-contact-error {
	background: #DD7373;
}
#p3-contact-error p {
	color: #333333;
}
	#contact-form {
		
		background-image:none;
		background-repeat:repeat;
		background-position:top left;
		background-attachment:scroll;
	}
	* html #contact-form {
		
		
	}
#contact-form p {
	
}
#main-wrap-inner #contactform div p {
	margin-bottom:0.2em;
}
#contact-form h2 {
	
}
#contact-form {
	border-bottom:solid 1px #cccccc;
}
#contact-form form  {
	padding:3.5% 3.5% 1.5% 3.5%;
	max-width:600px;
}
#contact-form textarea {
	width:95%;
}
#contact-form form.with-widget-content {
	margin-left:45%;
}
#contact-form #widget-content {
	padding:3.5% 3.5% 1.5% 4.5%;
	float:left;
	width:36%;
}
#contact-form div p,
#contact-form #widget-content p {
	margin-bottom:1.2em;
}
#contact-form h2 {
	margin-bottom:.4em;
}
#contact-form p {
	margin-bottom:0;
}
#contactform input, #contactform textarea {
	margin-bottom:10px;
}
.p3-contact-message p {
	padding:6px;
	text-align:center;
	margin-bottom:0;
	font-size:1.0em;
}
.p3-contact-message {
	display:none;
}
#contact-form .firstname {
	display:none !important;
}
#contact-form div.p3-has-error input, #contact-form div.p3-has-error textarea {
	border:red 2px solid;
}
div.p3-has-error span.required {
	color:red;
}
#invalid-email {
	color:red;
	margin-left:.5em;
	display:none;
}
div.p3-has-error #invalid-email {
	display:inline;
}.entry-title {
	line-height:1em;
}
.post-title-wrap .post-date {
	float:right;
	margin-top:7px;
}
.entry-title, .entry-meta-top, .post-date {
	text-align: center;
}
.entry-title {
	
}
.post-date {
	display:block;
}.entry-title a, #content .entry-title {
	font-family:Georgia, Times, serif;
	color:#111111;
	font-style:normal;
	font-size:24px;
	text-transform:uppercase;
}

#content .entry-title {
	font-size:27px;
	letter-spacing:1px
}

.entry-title a {
	font-size:27px;
	letter-spacing:1px;
}
.entry-title a:link {
	text-decoration:none;
}
.entry-title a:visited {
	text-decoration:none;
}
.entry-title a:hover {
	text-decoration:underline;
}

#content .entry-title {
	
}
.entry-title a {
	line-height:1em;
}
#content a.post-edit-link {
	font-size:10px !important;
	font-weight:400 !important;
	letter-spacing:normal !important;
	font-family: Arial, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-style:normal;
	margin: 0 8px;
}	.entry-title a:visited,
	.entry-title a:hover {
		color: #111111;
	}

.post-header .post-date {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:15px;
	letter-spacing:1px
}

.entry-meta-top span {
	margin-right:1.1em;
}
.post-header-comment-count span {
	display:none;
}.post-header {
	margin-bottom: 14px;
}
.post-wrap-inner {
	padding-top: 30px;
}
	.post-header {
		background: transparent url(https://twiblephotographyblog.com/wp-content/themes/prophoto3/images/elegant_post_header_separator.jpg) no-repeat bottom center;
		padding-bottom:32px;
	}
	.post-date span {
		margin-right:0;
		border-top-width:3px;
		border-bottom-width:3px;
		border-left-width:0px;
		border-right-width:0px;
		border-style: double;
		border-color: #ffffff;
		background-color:#a8ab9b;
		padding:4px 18px;
	}	.post-wrap-inner {
		
		background-image:none;
		background-repeat:repeat;
		background-position:top left;
		background-attachment:scroll;
	}
	* html .post-wrap-inner {
		
		
	}body.page .post-wrap-inner {
	background-image:none;
}	body.page .post-wrap-inner {
		
		background-image:none;
		background-repeat:;
		background-position:;
		background-attachment:;
	}
	* html body.page .post-wrap-inner {
		
		
	}.entry-content li {
	font-size: 13px;
	line-height: 1.4875em;
	margin-bottom: 0.7em;
	margin-left: 3em;
}



.entry-content img, 
.entry-content .gallery img, 
.p3-img-protect {
	border:solid 0px #fff !important;
	
	margin-top: 15px;
	margin-bottom: 15px;
}
#main-inner-wrap #content .entry-content .p3-image-protect img {
	border:solid 0px #fff !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
blockquote {
	padding-left:.8em;
	margin-left:3.2em;
	border-left: 1px dotted #444444;
}
.entry-content blockquote p {
	font-size: 11px;
}
/* image protection */
.p3-img-protect {
	position:relative;
}
#content-wrap #content .p3-img-protect .p3-overlay {
	position:absolute;
	top:0;
	left:0;
	margin:0 !important;
	padding:0 !important;
	border-width:0 !important;
	
}
#content-wrap #content .no-watermark .p3-img-protect .p3-overlay {
	background-image:none;
}
#content-wrap #content .entry-content .p3-img-protect img {
	border:solid 0px #fff !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
/* constrain captions to entry-content width */
.wp-caption {
	max-width:900px !important;
}
body.has-sidebar .wp-caption {
	max-width:900px !important;
}		body.excerpted-posts a.img-to-permalink {
			margin-top:0;
			margin-bottom:1.5em;
			margin-right: 1.5em;
			margin-left: 0;
			float:left;
		}
		body.excerpted-posts .entry-content .p3-img-protect,
		body.excerpted-posts .entry-content img {
			float:left;
			margin: 0 !important;
		}
		body.excerpted-posts .shrink-to-thumbnail {
			height:auto;
			width:150px !important;
		}
		body.excerpted-posts .shrink-to-medium-thumbnail {
			height:auto;
			width:300px !important;
		}h2.page-title {
	color:#666666;
	font-style:normal;
	font-size:19px;
}

body.category .page-title,
body.tag .page-title {
	margin-bottom:0;
}
.archive-meta {
	width:75%;
	font-style: italic !important;
	padding:1em 0 0 0;
}
.archive-meta p {
	margin-bottom:0;
}
.page-title-wrap {
	padding: 1.5em 0;
}
.p3-lightbox-gallery {
	clear:both;
}
#lightbox-container-image-box {
	background-color: #ffffff;
}
#lightbox-container-image-data-box {
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	background-color: #ffffff;
}
#lightbox-container-image-data-box {
	padding: 0 10px;
	padding-bottom: 10px;
}
#lightbox-container-image { 
	padding: 10px; 
}
#lightbox-container-image-data {
	color: #666666; 
}
.p3-lightbox-gallery-thumbs {
	
}
#main-wrap-inner .entry-content .p3-lightbox-gallery img {
	margin-bottom: 5px;
}
.entry-content .p3-lightbox-gallery-thumbs a img {
	margin: 0 5px 5px 0;
	display:inline;
	opacity:0.65;
}
.entry-content .p3-lightbox-gallery-thumbs .last a img {
	margin-right:0;
}
.p3-lightbox-gallery img {
	display:block;
	cursor:pointer !important;
	margin-right:auto;
	margin-left:auto;
}
.p3-flash-gallery-wrapper {
	margin-left:auto;
	margin-right:auto;
}
#content .entry-content .p3-flash-gallery-holder {
	display:none !important;
}.post-footer {
	background-repeat:no-repeat;
	background-position:bottom ;
	
	border-bottom:dotted 1px #cccccc;
	height:30px;
}
.last-post .post-footer,
body.single .post-footer,
body.page .post-footer,
body.post .post-footer,
body.archive .last-post .post-footer {
	background-image:none;
	border-bottom-width:0;
	height:30px;
}
.p3-fb-like-btn-wrap {
	clear:both;
	margin:10px 0 10px 0;
}
.entry-comments {
	
}
		
/* minima comments */
.comments-header-left-side-wrap {
	padding-top: 4.7px;
}
.addacomment {
	padding-top: 0px;
}
.linktothispost {
	padding-top: 0px;
}
.emailafriend {
	padding-top: 0px;
}
.comments-header-left-side-wrap p {
	margin-top: 2px;
}

.comments-count p {
	
}
.comments-count p.no-comments {
	color:#444444;
}
.comments-count {
	color:;
	float: left;
}
.entry-comments span.hide-text {
	display:none;
}
.entry-comments span.show-text {
	display:inline;
}
.comments-count-active span.hide-text {
	display:inline !important;
}
.comments-count-active span.show-text {
	display:none !important;
}
#show-hide-button {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0 0 0 1em;
	background: url('https://twiblephotographyblog.com/wp-content/themes/prophoto3/images/minima-comments-show-hide.png') no-repeat left top;
}
.comments-count-active #show-hide-button {
	background-position: left bottom;
}
.entry-comments {
	border-bottom:solid 1px #bbbaba;
}
.entry-comments p {
	margin-bottom:0;
}
.comments-header {
	background-color:#c9dacd;
	border-top:solid 1px #bbbaba;
	border-bottom: none;
	padding: 0.6em 30px;
}
.comments-count-active .comments-header {
	border-bottom:solid 1px #bbbaba;
}
.comments-header p {
	line-height: 1;
	float: left;
}
.postedby {
	margin-right: 15px;
}
.comments-header div.post-interact {
	float:right;
}
.comments-header .post-interact-div {
	float: left;
	margin-left: 14px;
}
.post-interact a {
	line-height: 1;
	display:block;
}
	.comments-body-inner-wrap {
		max-height:400px !important;
		overflow:auto;
	}
	body.single .comments-body-inner-wrap,
	body.page .comments-body-inner-wrap {
		max-height:none !important;
		overflow:visible;
	}
.p3comment {
	line-height:1.2em;
}


.addacomment a {
	padding-left: 18px;
	background: url('https://twiblephotographyblog.com/wp-content/themes/prophoto3/images/elegant_comments_addacomment_icon.gif') no-repeat left center;
}
.linktothispost a {
	padding-left: 18px;
	background: url('https://twiblephotographyblog.com/wp-content/themes/prophoto3/images/elegant_comments_linktothispost_icon.gif') no-repeat left center;
}
.emailafriend a {
	padding-left: 20px;
	background: url('https://twiblephotographyblog.com/wp-content/themes/prophoto3/images/elegant_comments_emailafriend_icon.gif') no-repeat left center;
}

.post-interact a {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	margin: 0 0.6em;
}
.button-outer {
	border: 1px solid;
	border-color: #c0bebe #c0bebe #959595 #959595;
}
.button-inner {
	border: 1px solid #ffffff;
	background: #ffffff url('https://twiblephotographyblog.com/wp-content/themes/prophoto3/images/post-interaction-button-bg.jpg') repeat-x left bottom;
}

/* -- comments css -- */

.entry-comments {
	clear:both;
	margin-top:16px;
	margin-left:0px;
	margin-right:0px;
	
}
body.single .entry-comments {
	margin-top: 15px;
	margin-bottom: 40px;
}
/* comments header */
.comments-header-left-side-wrap {
	float:left;
	display:inline;
}
.comments-header .comments-header-left-side-wrap p {
	font-family:Georgia, Times, serif;
	color:#000000;
	font-style:italic;
	font-size:17px;
}

	.comments-header {
		background-color:#c9dacd;
		background-image:none;
		background-repeat:repeat;
		background-position:top left;
		background-attachment:scroll;
	}
	* html .comments-header {
		
		
	}
.comments-header .comments-header-left-side-wrap a {
	font-style:italic;
	font-family:Georgia, Times, serif;
	font-size:17px;
}

.comments-header .post-interact  {
	
	font-size:12px;
	text-transform:uppercase;
}
.comments-header .post-interact  a {
	font-style:normal;
	color:#333333;
	font-size:12px;
	text-transform:uppercase;
}
.comments-header .post-interact  a:link {
	color:#333333;
}
.comments-header .post-interact  a:visited {
	color:#333333;
}

#content .comments-header p, .comments-header .post-interact {
	color:#000000;
}
#content .comments-header .comments-header-left-side-wrap .comments-count p {
	color:#502914;
}
.comments-header div.post-interact-div {
	margin-left:5px;
}
.not-accepting-comments .addacomment {
	display:none;
}
/* general individual comments */
	.comments-body {
		background-color:#ffffff;
		background-image:url(https://twiblephotographyblog.com/wp-content/themes/prophoto3/images/elegant_comments_comment_outer_bg.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		background-attachment:scroll;
	}
	* html .comments-body {
		
		
	}
.comments-body-inner {
	margin:0px 125px;
}
.comments-body div.p3comment {
	
	clear:both; /* for floated gravatars */
	
	border-bottom:dotted 1px #cccccc;
	margin-bottom:6px;
	padding:10px 8px;
}
.comments-body div.p3comment p {
	
	margin-bottom:0;
}
.comments-body div.p3comment,
.comments-body div.p3comment p, 
.comments-body div.p3comment a {
	font-size:11px;
	
	
	 
	
	
}
.comments-body div.p3comment span.comment-author,
.comments-body div.alt span.comment-author,
.comments-body div.p3comment a:link,
.comments-body div.alt a:link,
.comments-body div.p3comment a:visited,
.comments-body div.alt a:visited,
.comments-body div.p3comment a:hover,
.comments-body div.alt a:hover {
	color:#244758;
	font-weight:700;
	
	text-transform:uppercase;	
}
.comments-body div.p3comment a:link,
.comments-body div.alt a:link,
.comments-body div.p3comment a:visited,
.comments-body div.alt a:visited {
	 
}
.comments-body div.p3comment a:hover,
.comments-body div.alt a:hover {
	
}
.p3comment img.wp-smiley {
	height:11px;
}
.last-comment {
	margin-bottom:0 !important;
	border-bottom-width:0 !important;
}
/* comment timestamp */
.comment-time {
	
	color:#46585e;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	margin-left:10px;
}
.comment-top .comment-time {
	margin-left:0;
}
.comment-top .comment-author span {
	padding:0 2px;
}
#content .alt .comment-time {
	
}
.entry-comments .bypostauthor .comment-time {
	
}
/* alt comments */
.comments-body div.alt {
	
}
.comments-body div.alt p {
	
}
.comments-body .alt a:link {
	
}
.comments-body .alt a:visited {
	
}
/* by author comment styles */
.comments-body div.bypostauthor {
	
	
}
.comments-body div.bypostauthor p {
	
}
.comments-body div.bypostauthor a:link, 
.comments-body div.bypostauthor span.comment-author, 
.comments-body div.bypostauthor a:visited, 
.comments-body div.bypostauthor a:hover {
	
}
/* comment awaiting moderation style */
.p3comment .unapproved {
	font-style:italic;
	
}
.alt .unapproved {
	
}
/* add comment form styles */
.addcomment-holder {
	display:none;
	margin:0px 30px;
}
.formcontainer {
	margin:0px 30px;
}
.addcomment-holder .formcontainer {
	margin:0;
}
#commentform p {
	margin:18px 0 2px 0;
}
#commentform input#submit {
	margin-top:5px;
}
#addcomment-error {
	display:none;
	margin:20px 0;
}
#addcomment-error span {
	background:#fff;
	border:1px solid red;
	color:red;
	font-weight:bold;
	padding:4px;
	display:inline;
}
.cancel-reply {
	margin-left:5px;
}
	.comment-top {
		margin-bottom:5px;
	}

#footer .footer-col {
	width: 202px;
	margin-right:30px;
	float:left;
}
#footer #footer-widget-col-4 {
	margin-right:0;
}
#copyright-footer-sep {
	padding:0 .3em;
}
span.statcounter {
	display:inline;
}
#footer {
	padding: 30px 30px 30px 30px;
	#555555
	line-height:1.4em !important;
}
#footer h3 {
	font-family:Georgia, Times, serif;
	color:#222222;
	font-style:normal;
	font-size:17px;
	text-transform:none;
}

	#footer {
		background-color:#c9dacd;
		background-image:none;
		background-repeat:repeat;
		background-position:top left;
		background-attachment:scroll;
	}
	* html #footer {
		
		
	}
#footer li {
	margin-bottom: 30px;
}
#footer li li {
	margin-bottom:0.4em;
	margin-left:20px;
	line-height:1.2em;
}
#footer, #footer p {
	color:#555555;
}
#footer, #footer p {
	color:#000000;
	font-size:13px;
}

#footer  {
	color:#000000;
	font-size:13px;
}
#footer  a {
	font-size:13px;
}

#copyright-footer {
	text-align:center;
	padding:11px 30px 10px 30px;
}
#copyright-footer p {
	color: #444444;
	font-size:11px;
	margin-bottom:0;
	
}
#footer-sep {
	padding:0 0.3em;
}