/* ProPhoto4 build #1510 */


/* 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:"" "";}
section,article,header,footer,nav,aside,hgroup{display:block;}
/* end reset */

body div img.wp-smiley {
	border:none !important;
	padding:0 0.1em !important;
	margin:0 !important;
	float:none !important;
	display:inline !important;
}

.sc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*:first-child+html .sc {
	min-height: 1px;
}

#user-copyright .pipe,
#mobile-user-copyright .pipe {
	padding:0 0.6em;
}
.pp-fb-like-btn-wrap {
	clear:both;
	margin:10px 0 10px 0;
	max-width:100%;
}
.comments-area-hidden,
.pp-comment.added-via-fb,
.fb-comments .pp-comment {
	display:none;
}
.pp-comment.from-fb-legacy-permalink {
	display:block;
}
p, .pp-slideshow, .pp-lightbox {
	margin-bottom:1.2em;
}
#masthead-slideshow {
	margin-bottom:0;
}


/* standard article formatting elements */
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
	font-style:normal;
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	font-weight:bold;
	margin-bottom:.6em;
}
.article-content h1 {
	font-size:160%;
}
.article-content h2 {
	font-size:140%;
}
.article-content h3 {
	font-size:120%;
}
.article-content h4 {
	font-size:110%;
}
.article-content h5 {
	font-size:105%;
}
#main-wrap-inner .article-content .sociable img {
	border:none !important;
	margin:0;
}
.article-content ol,
.article-content ul {
	margin-bottom:1.5em;
}
.article-content ol {
	list-style:decimal;
}
.article-content ul {
	list-style:disc;
}
strong {
	font-weight:700;
}
em, address {
	font-style:italic;
}

/* post image border radius */
.article-content img {
	
					-moz-border-radius:0px;
					-webkit-border-radius:0px;
					-khtml-border-radius:0px;
					-o-border-radius:0px;
					border-radius:0px;
}
.article-content img.wp-smiley,
.article-content img.no-rounding,
.article-content .sociable img,
.article-content .pp-post-sig img,
.article-content .pp-slideshow img,
.article-content img.no-rounded-corners {
	
					-moz-border-radius:0;
					-webkit-border-radius:0;
					-khtml-border-radius:0;
					-o-border-radius:0;
					border-radius:0;
}
	img {
		-webkit-touch-callout:none;
		-webkit-user-select: none;
	}body .article-content .pp-post-sig img, body .article-content img.no-border { border-width: 0; }
/* --------------------- */
/* -- POST FORMATTING -- */
/* --------------------- */
#content .article-content img.has-caption {
	margin-bottom:0;
}
.pp-caption {
	text-align:center;
	margin-bottom:2em;
	font-style:italic;
}
.post {
	clear:both;
}
pre, code {
	font-family:Courier,monospace;
}
br.pp-break {
	clear:both;
}
body.home .last-post,
body.archive .last-post {
	background-image:none;
	margin-bottom:0;
	border-bottom-width:0;
}
body.single .article-wrap,
body.page .article-wrap {
	padding-bottom:0;
	border-bottom-width:0;
}
.aligncenter,
.pp-img-protect-aligncenter,
div.aligncenter img {
	display:block !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.pp-img-protect-aligncenter,
.pp-img-protect-alignnone {
	clear:both;
}
.alignright, .pp-img-protect-alignright {
	margin: 0 0 15px 30px !important;
	display: inline !important;
	float:right !important;
}
.alignleft, .pp-img-protect-alignleft {
	margin: 0 30px 15px 0 !important;
	display:inline !important;
	float:left !important;
}
.pp-img-protect .alignleft,
.pp-img-protect .alignright,
.pp-img-protect .aligncenter {
	margin: 0 !important;
}
div.wp-caption {
	max-width:100%;
	height:auto;
}
.wp-caption-text {
	text-align:center !important;
}
.article-meta-bottom {
	margin-bottom:15px;
}




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




/* ---------- */
/* -- MISC -- */
/* ---------- */
.ppIssue {
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	color:#111;
	font-size:11px;
	width:100%;
	padding:8px 20px;
	line-height:17px;
	display:none;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
					opacity:0.8;
					zoom:1;
	z-index:100000000;
}
.ppIssue span {
	display: none;
}
.ppIssue b {
	font-size: 2em;
	cursor: pointer;
	color: red;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
					opacity: 0.6;
					zoom:1;
}
.ppIssue {
}
.pp-tech .ppIssue {
	display: inline;
	width: 13px;
}
li.widget {
	list-style-type:none;
}
body.single .post {
	border-bottom: none;
	background-image: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.article-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;
}
.article-meta-bottom .article-category-list {
	display: inline;
	margin-right:1em;w
}
.edit-link-top {
	margin-left:1.3em;
}
.article-meta-top p {
	margin-bottom:0;
}
body.single p#adjacent-posts-links {
	padding-top:.3em;
	margin-bottom: .5em;
}
#link-removal-txn-id {
	display:none;
}


body.gallery-quasi-post .article-date,
body.gallery-quasi-post .article-meta,
body.gallery-quasi-post .post-edit-link,
body.gallery-quasi-post .article-comments,
body.gallery-quasi-post .paginated-links,
body.gallery-quasi-post .adjacent-posts-links {
	display:none;
}

.js-info {
	display:none;
}
.force-width {
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
					opacity:0;
					zoom:1;
}


/* popup slideshows */
body.popup-slideshow,
body.popup-slideshow #inner-body {
	background-color:#000 !important;
	background-image:none !important;
	padding:0;
}
body.popup-slideshow #dropshadow-bottom,
body.popup-slideshow #copyright-footer {
	display:none;
}
body.popup-slideshow .pp-slideshow {
	margin-bottom:0;
}

/* fixes strange bug where ipad initial device scale
   messed up by a short content  */
@media only screen and (orientation:portrait) {
	body.ipad {
		min-height:1140px;
	}
	body.mobile-site-disabled {
		min-height:950px;
	}
}
@media only screen and (orientation:landscape) {
	body.mobile-site-disabled {
		min-height:650px;
	}
}

/* fixes mobile-safari scaling rendering artifacts, see:
   http://stackoverflow.com/questions/4780896/thin-gray-black-lines-on-web-page-viewed-with-ipad
   http://www.oddodesign.com/2010/css-tip-how-to-prevent-div-seam-lines-from-appearing-in-apples-mobile-safari/ */
body.mobile-safari article,
body.mobile-safari .article-wrap,
body.mobile-safari #content,
body.mobile-safari #content-wrap,
body.mobile-safari #masthead,
body.mobile-safari .page-title-wrap {
	margin-bottom:-1px;
}

/* mobile safari resizes certain font elements relative to each other */
body.mobile-safari {
	-webkit-text-size-adjust:none;
}

#pp-flash-music-player-wrap {
	position:absolute;
	bottom:0;
	left:0;
	width:1px;
	height:1px;
	z-index:50000;
}

body {background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}#inner-body {background-image:none;background-repeat:repeat-x;background-position:top left;background-attachment:scroll;}body, p {color:#999999;font-size:14px;font-style:normal;font-family:Arial, Helvetica, sans-serif;text-transform:none;line-height:1.25em;font-weight:400;}body a, p a {color:#999999;font-style:normal;text-decoration:underline;text-transform:lowercase;}body a:link, p a:link {color:#999999;text-decoration:underline;}body a:visited, p a:visited {color:#999999;color:#999999;text-decoration:underline;}body a:hover, p a:hover {color:#f6c57e;text-decoration:underline;}h2, h3, .article-title {color:#388eb2;font-size:12px;font-style:normal;font-family:Arial, Helvetica, sans-serif;text-transform:uppercase;font-weight:400;letter-spacing:normal;}body.single #content-wrap, body.page #content-wrap, .content-bg, body.has-sidebar #content-wrap {background-color:#ffffff;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}#inner-wrap { border-top-width:0; border-bottom-width:0 }body {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	margin-bottom:0;
}
#inner-body {
	padding:16px 0 0px 0;
}
#outer-wrap-centered {
	width:800px;
	margin:0 auto;
}
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:800px;
	margin:0 auto;
	overflow:hidden;
}
#logo-wrap {
	
}
.article-content,
.article-header,
.page-title,
.archive-meta,
.article-meta-bottom,
#content .grid-type-excerpts,
.fb-comments {
	margin-left:4px;
	margin-right:4px;
}
.article-content {
	clear:both;
}
p#adjacent-posts-links,
ul.paginated-links {
	padding: 1.6em 4px;
	margin-bottom:0;
}

ul.paginated-links {
	text-align:center;
}
ul.paginated-links li {
	display:inline;
	padding:0 0.5em;
}
ul.paginated-links li a.prev,
ul.paginated-links li a.next {
	margin:0 1.8em;
}
ul.paginated-links li .current {
	text-decoration:underline;
}


.prev-post-link-wrap {
	float:left;
}
.next-post-link-wrap {
	float:right;
}
.dropshadow-topbottom {
	display:none;
}#masthead {
	margin:0px 0 0px 0;
}
#primary-nav {
	margin:0px 0 3px 0;
}
#inner-wrap #bio {
	margin:0px 0 0px 0;
}
#contact-form {
	margin-bottom:3px;
}

.article-wrap, .page-title-wrap {
	margin-bottom:0px;
}
#bio {
	margin-bottom:0px;
}
body.archive .article-wrap {
	margin-bottom:0px;
}
body.has-sidebar .article-wrap, body.has-sidebar .page-title-wrap {
	margin-bottom:0;
}
body.single .article-wrap, body.page .article-wrap {
	margin-bottom:0;
}	#logo-wrap {
		margin:0px 0 0px 0;
	}#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 {
	overflow: hidden;
	
	
	
	margin:0;
	float:none;
	width: 610px;
	height: 51px;
}#masthead-content {
	width:800px;
	
	
	float:none;
	height: 529px;
	overflow: hidden;
}
#masthead {
	overflow:hidden;
	
	
}
#masthead-frame-and-content-wrap {
	
	overflow:hidden;
	height: 529px;
}
#masthead-content a.no-link {
	cursor:default;
}	#masthead-frame-and-content-wrap {
		width:800px;
		height:529px;
		position:relative;
	}
	img#masthead-frame {
		position:absolute;
		top:0;
		left:0;
		z-index:119;
	}
	img#masthead-frame.has-link {
		cursor:pointer;
	}
	div#masthead-content {
		z-index:132;
		position:absolute;
		top:0px;
		left:0px;
		width:auto;
		height:auto;
	}	#masthead-slideshow,
	#masthead-slideshow .imgWrap,
	#masthead-slideshow .imgViewingArea,
	#masthead-slideshow img.blankOverlay {
		width: 800px;
		height: 529px;
	}#bio h3 {color:#f8b63a;font-size:15px;text-transform:none;}#bio, #bio p {font-size:12px;}#bio {background-color:#ffffff;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}#bio-inner-wrapper {background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}/* -- bio area css -- */
#bio-content {
	margin:0 4px 2px 4px;
	padding-top:12px;
	min-height:31px;
}
#biopic {
	float:left;
	margin-right:4px;
	margin-bottom:10px !important;
	border:solid 10px #d7d6d6;
}
.bio-col {
	margin-right:4px;
}
.bio-col a {
	max-width:100%;
}
.bio-col img {
	max-width:100%;
	height:auto;
}
.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:10px;
}
#bio-content .twitter-follow-link a {
	color:#999999;
}
#bio-widget-spanning-col {
			width:792px;
			float:left;
			margin-right:0;
		}
#bio-col-1 {
	width:260px;
}
#bio-col-2 {
	width:260px;
}
#bio-col-3 {
	width:260px;
	margin-right:0;
}
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;
}
li.widget .pp-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;
}
.twitter-follow-link {
	margin-top:4px;
}
.twitter-follow-link a {
	font-size:10px;
	text-decoration:none;
	line-height:1em;
}
.p4-twitter-html p {
	font-size:.8em;
	text-align:right;
	font-style:italic;
}
.p4-twitter-html p a {
	font-style:italic;
}
.p4-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_pp-twitter-com-widget a img {
	height:15px !important;
}
body.logged-in li.widget {
	position:relative;
}
body #inner-body li.widget a.pp-edit-widget-link {
	position:absolute;
	z-index:135;
	top:3px;
	right:5px;
	background:#DDD;
	color:#000;
	line-height:1em;
	padding:1px 3px 2px 3px;
	font-size:10px;
	font-family:Arial,sans-serif;
	
					-moz-border-radius:2px;
					-webkit-border-radius:2px;
					-khtml-border-radius:2px;
					-o-border-radius:2px;
					border-radius:2px;
	border:1px solid #000;
	
					-moz-box-shadow:1px 1px 1px #777;
					-webkit-box-shadow:1px 1px 1px #777;
					-ms-box-shadow:1px 1px 1px #777;
					-o-box-shadow:1px 1px 1px #777;
					box-shadow:1px 1px 1px #777;
	text-transform:uppercase;
	display:none;
	text-decoration:none;
}
body #inner-body li.widget a.pp-edit-widget-link:hover {
	background:#000;
	color:#fff;
	text-decoration:none;
}
body.pc #inner-body li.widget a.pp-edit-widget-link {
	padding-bottom:1px;
}
body #inner-body li.widget:hover a.pp-edit-widget-link {
	display:inline;
}		#inner-body li.widget ul.pp-widget-menu-1 li {
			margin-bottom:12px;
			list-style-type:disc;
			list-style-position:inside !important;
			margin-left:0px;
			background-image:none;
			padding-left:0;
		}
		#outer-wrap-centered li.widget ul.pp-widget-menu-1 li ul {
			margin-top:12px;
		}		#inner-body li.widget ul.pp-widget-menu-1 li li {
			margin-bottom:10px;
			list-style-type:;
			list-style-position:inside !important;
			margin-left:26px;
			background-image:none;
			padding-left:0;
		}
		#outer-wrap-centered li.widget ul.pp-widget-menu-1 li li ul {
			margin-top:10px;
		}		#inner-body li.widget ul.pp-widget-menu-1 li li li {
			margin-bottom:8px;
			list-style-type:;
			list-style-position:inside !important;
			margin-left:26px;
			background-image:none;
			padding-left:0;
		}
		#outer-wrap-centered li.widget ul.pp-widget-menu-1 li li li ul {
			margin-top:8px;
		}		#inner-body li.widget ul.pp-widget-menu-2 li {
			margin-bottom:12px;
			list-style-type:disc;
			list-style-position:inside !important;
			margin-left:0px;
			background-image:none;
			padding-left:0;
		}
		#outer-wrap-centered li.widget ul.pp-widget-menu-2 li ul {
			margin-top:12px;
		}		#inner-body li.widget ul.pp-widget-menu-2 li li {
			margin-bottom:10px;
			list-style-type:;
			list-style-position:inside !important;
			margin-left:26px;
			background-image:none;
			padding-left:0;
		}
		#outer-wrap-centered li.widget ul.pp-widget-menu-2 li li ul {
			margin-top:10px;
		}		#inner-body li.widget ul.pp-widget-menu-2 li li li {
			margin-bottom:8px;
			list-style-type:;
			list-style-position:inside !important;
			margin-left:26px;
			background-image:none;
			padding-left:0;
		}
		#outer-wrap-centered li.widget ul.pp-widget-menu-2 li li li ul {
			margin-top:8px;
		}		#inner-body li.widget ul.pp-widget-menu-3 li {
			margin-bottom:12px;
			list-style-type:disc;
			list-style-position:inside !important;
			margin-left:0px;
			background-image:none;
			padding-left:0;
		}
		#outer-wrap-centered li.widget ul.pp-widget-menu-3 li ul {
			margin-top:12px;
		}		#inner-body li.widget ul.pp-widget-menu-3 li li {
			margin-bottom:10px;
			list-style-type:;
			list-style-position:inside !important;
			margin-left:26px;
			background-image:none;
			padding-left:0;
		}
		#outer-wrap-centered li.widget ul.pp-widget-menu-3 li li ul {
			margin-top:10px;
		}		#inner-body li.widget ul.pp-widget-menu-3 li li li {
			margin-bottom:8px;
			list-style-type:;
			list-style-position:inside !important;
			margin-left:26px;
			background-image:none;
			padding-left:0;
		}
		#outer-wrap-centered li.widget ul.pp-widget-menu-3 li li li ul {
			margin-top:8px;
		}
/* fix issue with links around images causing extra vertical spacing */
.pp-widget-menu li.mi-anchor-img a {
	display:inline-block;
	line-height:0;
}
.pp-widget-menu li.mi-anchor-img li a {
	line-height:1.2em;
}
.cant-fade-imgs-with-black .pp-widget-menu li.mi-anchor-img a {
	display:inline;
}

li.widget ul.pp-widget-menu li {
	line-height:1em;
}
li.widget ul.pp-widget-menu li.icon-align-left img {
	margin-right:0.5em;
}
li.widget ul.pp-widget-menu li.icon-align-right img {
	margin-left:0.5em;
}

ul.suckerfish { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.suckerfish li li {
	margin-right: 0;
}
ul.suckerfish a,
ul.suckerfish li.sfhover {
	display: block;
}
ul.suckerfish li { /* all list items */
	float: left;
}
ul.suckerfish li:hover {
	position:static; /* help IE7 a bit */
}
ul.suckerfish li ul { /* second-level lists */
	position: absolute;
	width: 130px;
	left: -9999px;
}
ul.suckerfish li ul a {
	width:114px;
	padding: 5px 8px;
	font-size: 80%;
}
ul.suckerfish li:hover ul,
ul.suckerfish li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
ul.suckerfish li.topnavright {
	margin-right: 0;
}
li.mi-search-dropdown ul {
	padding:9px 8px 10px 8px !important;
	width:auto !important;
}
li.mi-search-dropdown ul li input#s-top {
	margin-bottom:8px;
}
ul.suckerfish li ul ul,
ul.suckerfish li ul ul ul,
ul.suckerfish li ul ul ul ul,
ul.suckerfish li ul ul ul ul ul {
	margin: -1.90em 0 0 0;
	margin-left: 130px;
	#margin-top:-1.85em;
}
ul.suckerfish li:hover ul ul, ul.suckerfish li.sfhover ul ul,
ul.suckerfish li:hover ul ul ul, ul.suckerfish li.sfhover ul ul ul,
ul.suckerfish li:hover ul ul ul ul, ul.suckerfish li.sfhover ul ul ul ul,
ul.suckerfish li:hover ul ul ul ul ul, ul.suckerfish li.sfhover ul ul ul ul ul {
	left: -9999px;
}
ul.suckerfish li li:hover ul, ul.suckerfish li li.sfhover ul,
ul.suckerfish li li li:hover ul, ul.suckerfish li li li.sfhover ul,
ul.suckerfish li li li li:hover ul, ul.suckerfish li li li li.sfhover ul,
ul.suckerfish li li li li li:hover ul, ul.suckerfish li li li li li.sfhover ul {
	left: auto;
}
.hidden-on-this-pagetype {
	display:none;
}#primary-nav {
	z-index:164; /* z-164 */
}
#primary-nav ul.suckerfish {
	z-index:165; /* z-165 */
}
#primary-nav ul.suckerfish ul {
	z-index:166; /* z-166 */
}
#primary-nav ul.suckerfish ul li {
	z-index:167; /* z-167 */
}
#primary-nav ul.suckerfish ul li ul {
	z-index:168; /* z-168 */
}
#primary-nav ul.suckerfish ul li ul li {
	z-index:169; /* z-169 */
}
#primary-nav ul.suckerfish a {
	z-index:170; /* z-170 */
}
#secondary-nav {
	z-index:154; /* z-154 */
}
#secondary-nav ul.suckerfish {
	z-index:155; /* z-155 */
}
#secondary-nav ul.suckerfish ul {
	z-index:156; /* z-156 */
}
#secondary-nav ul.suckerfish ul li {
	z-index:157; /* z-157 */
}
#secondary-nav ul.suckerfish ul li ul {
	z-index:158; /* z-158 */
}
#secondary-nav ul.suckerfish ul li ul li {
	z-index:159; /* z-159 */
}
#secondary-nav ul.suckerfish a {
	z-index:160; /* z-160 */
}
#primary-nav li.last-menu-item  { margin-right:0 !important }#primary-nav li.first-menu-item { margin-left:0 !important }ul.primary-nav-menu a {color:#999999;font-style:normal;font-size:16px;font-family:Arial, Helvetica, sans-serif;font-weight:400;text-decoration:none;text-transform:none;letter-spacing:1px;}ul.primary-nav-menu a:link {color:#999999;text-decoration:none;}ul.primary-nav-menu a:visited {color:#999999;color:#999999;text-decoration:none;}ul.primary-nav-menu a:hover {color:#f8a83a;text-decoration:none;}ul.primary-nav-menu ul li a {color:#999999;}ul.primary-nav-menu ul li a:link {color:#999999;}ul.primary-nav-menu ul li a:visited {color:#999999;}ul.primary-nav-menu ul li a:hover {color:#ea9933;}#primary-nav {background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}	ul.primary-nav-menu {
		line-height:16px;
		font-size:px;
		float:right;
		padding:0 0px;
	}
	ul.primary-nav-menu li {
		margin-left:29px;
		padding-top:11px;
		padding-bottom:11px;
	}
	ul.primary-nav-menu li ul {
		margin-top:11px;
		background:#ffffff !important;
	}
	ul.primary-nav-menu ul li {
		margin-left:0px;
		background:#ffffff !important;
		line-height:15px;
	}
	ul.primary-nav-menu li.mi-search-inline,
	ul.primary-nav-menu li.mi-subscribebyemail {
		padding-top:8px;
		line-height:17px; /* no ryhme or reason, just looks good */
	}
	ul.primary-nav-menu a {
		cursor:pointer;
		font-size:16px;
	}
	ul.primary-nav-menu a .icon-text {
		text-decoration:none;
	}
	ul.primary-nav-menu a:hover .icon-text {
		text-decoration:none;
	}
	ul.primary-nav-menu li li a {
		font-size:10px;
	}
	ul.primary-nav-menu li ul a:hover {
		
	}
	ul.primary-nav-menu li.mi-twitter li {
		font-size:10px;
	}
	ul.primary-nav-menu li.mi-twitter li:hover {
		
	}
	ul.primary-nav-menu li.split-right {
		float:right;
		margin-left:29px;
		margin-right:0;
	}
	ul.primary-nav-menu li.mi-twitter li span {
		color:#999999;
	}
	ul.suckerfish input.nr-text {
		margin-top:0;
		margin-bottom:0;
	}
	ul.suckerfish li li {
		padding-top:0;
		margin-right:0;
	}
	ul.suckerfish li li,
	ul.suckerfish li.mi-search-inline,
	ul.suckerfish li.mi-subscribebyemail {
		padding-bottom:0;
	}
	ul.suckerfish li.mi-anchor-img,
	ul.suckerfish li.mi-anchor-text_and_icon {
		padding-top:0;
		padding-bottom:0;
	}
	ul.suckerfish img {
		display:block;
	}
	ul.suckerfish .mi-anchor-text_and_icon img {
		float:left;
	}
	ul.suckerfish .mi-anchor-text_and_icon .icon-align-left img {
		padding-right:0.4em;
	}
	ul.suckerfish .mi-anchor-text_and_icon .icon-align-right img {
		padding-left:0.4em;
	}
	ul.suckerfish .mi-anchor-text_and_icon span.icon-text {
		float:left;
	}
	ul.suckerfish li ul li.mi-anchor-text_and_icon {
		padding:0 !important;
	}
	ul.suckerfish li.mi-twitter ul {
		width:170px;
	}
	ul.suckerfish li.mi-twitter li {
		padding:5px 8px 3px 8px;
		width:184px;
	}
	ul.suckerfish li.mi-twitter ul li a {
		padding-left:0;
		width:154px;
	}
	ul.suckerfish li.mi-twitter ul li span a {
		display:inline;
		padding-right:0;
		text-decoration:underline !important;
	}
	.nav-ajax-receptacle {
		display:none;
		padding-top:20px;
		padding-bottom:20px;
	}
	.nav-ajax-receptacle .article-content {
		border-top-width:0;
		padding-top:0 !important;
	}
	body.pc li.mi-search-inline input {
		font-size:85%;
	}ul.secondary-nav-menu a {color:#cccccc;font-style:normal;font-size:12px;text-decoration:none;text-transform:none;}ul.secondary-nav-menu a:link {color:#cccccc;text-decoration:none;}ul.secondary-nav-menu a:visited {color:#cccccc;text-decoration:none;}ul.secondary-nav-menu a:hover {text-decoration:underline;}#secondary-nav {background-color:#232323;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}	ul.secondary-nav-menu {
		line-height:12px;
		font-size:px;
		float:none;
		padding: 0 18px;
	}
	ul.secondary-nav-menu li {
		margin-right:22px;
		padding-top:9px;
		padding-bottom:9px;
	}
	ul.secondary-nav-menu li ul {
		margin-top:9px;
		background:#232323 !important;
	}
	ul.secondary-nav-menu ul li {
		margin-right:0px;
		background:#232323 !important;
		line-height:17px;
	}
	ul.secondary-nav-menu li.mi-search-inline,
	ul.secondary-nav-menu li.mi-subscribebyemail {
		padding-top:4px;
		line-height:17px; /* no ryhme or reason, just looks good */
	}
	ul.secondary-nav-menu a {
		cursor:pointer;
		font-size:12px;
	}
	ul.secondary-nav-menu a .icon-text {
		text-decoration:none;
	}
	ul.secondary-nav-menu a:hover .icon-text {
		text-decoration:underline;
	}
	ul.secondary-nav-menu li li a {
		font-size:11px;
	}
	ul.secondary-nav-menu li ul a:hover {
		background-color:on;
	}
	ul.secondary-nav-menu li.mi-twitter li {
		font-size:11px;
	}
	ul.secondary-nav-menu li.mi-twitter li:hover {
		
	}
	ul.secondary-nav-menu li.split-right {
		float:right;
		margin-left:22px;
		margin-right:0;
	}
	ul.secondary-nav-menu li.mi-twitter li span {
		color:#cccccc;
	}
	ul.suckerfish input.nr-text {
		margin-top:0;
		margin-bottom:0;
	}
	ul.suckerfish li li {
		padding-top:0;
		margin-right:0;
	}
	ul.suckerfish li li,
	ul.suckerfish li.mi-search-inline,
	ul.suckerfish li.mi-subscribebyemail {
		padding-bottom:0;
	}
	ul.suckerfish li.mi-anchor-img,
	ul.suckerfish li.mi-anchor-text_and_icon {
		padding-top:0;
		padding-bottom:0;
	}
	ul.suckerfish img {
		display:block;
	}
	ul.suckerfish .mi-anchor-text_and_icon img {
		float:left;
	}
	ul.suckerfish .mi-anchor-text_and_icon .icon-align-left img {
		padding-right:0.4em;
	}
	ul.suckerfish .mi-anchor-text_and_icon .icon-align-right img {
		padding-left:0.4em;
	}
	ul.suckerfish .mi-anchor-text_and_icon span.icon-text {
		float:left;
	}
	ul.suckerfish li ul li.mi-anchor-text_and_icon {
		padding:0 !important;
	}
	ul.suckerfish li.mi-twitter ul {
		width:170px;
	}
	ul.suckerfish li.mi-twitter li {
		padding:5px 8px 3px 8px;
		width:184px;
	}
	ul.suckerfish li.mi-twitter ul li a {
		padding-left:0;
		width:154px;
	}
	ul.suckerfish li.mi-twitter ul li span a {
		display:inline;
		padding-right:0;
		text-decoration:underline !important;
	}
	.nav-ajax-receptacle {
		display:none;
		padding-top:20px;
		padding-bottom:20px;
	}
	.nav-ajax-receptacle .article-content {
		border-top-width:0;
		padding-top:0 !important;
	}
	body.pc li.mi-search-inline input {
		font-size:85%;
	}#contact-form-inner {background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}#contact-form {border-bottom:solid 1px #cccccc;}#pp-contact-success-msg {
	background: #ACDFA4;
}
#pp-contact-success-msg p {
	color: #333333;
}
#pp-contact-error-msg {
	background: #DD7373;
}
#pp-contact-error-msg p {
	color: #333333;
}
#contact-form p {
	
}
#main-wrap-inner #contactform div p {
	margin-bottom:0.2em;
}
#contact-form h2 {
	color:#f7bb69;
}
#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 #widget-content img {
	max-width:100%;
	height:auto;
}
#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;
}
.pp-contact-submit-msg p {
	padding:6px;
	text-align:center;
	margin-bottom:0;
	font-size:1.0em;
}
.pp-contact-message {
	display:none;
}
#contact-form .firstname {
	display:none !important;
}


/* @group contact form error messages */
.pp-validate-error {
	border: 2px solid red;
}
.pp-validate-error-msg {
	color: red;
}#contact-form-btm { display:none; }.article-title {
	line-height:1em;
}
.article-title, 
.article-meta-top, 
.article-date {
	text-align:left;
}
.article-header {
	margin-bottom:10px;
}
.article-wrap-inner {
	padding-top:10px;
}#content .article-title a, #content .article-title {color:#388eb2;font-size:12px;font-style:normal;font-family:Arial, Helvetica, sans-serif;text-transform:uppercase;font-weight:400;letter-spacing:normal;}#content .article-title {color:#f2b226;font-size:12px;font-style:normal;text-transform:none;font-weight:400;letter-spacing:normal;}#content .article-title a {color:#f2b226;font-style:normal;font-size:12px;font-weight:400;text-decoration:none;text-transform:none;letter-spacing:normal;}#content .article-title a:link {color:#f2b226;text-decoration:none;}#content .article-title a:visited {color:#f2b226;text-decoration:none;}#content .article-title a:hover {text-decoration:underline;}.article-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;
}
body.search-no-results a.post-edit-link,
body.error404 a.post-edit-link {
	display:none;
}.article-header .article-meta-item {font-size:12px;}.article-header .article-meta-item a {font-size:12px;}.article-header .article-meta-item a:hover {text-decoration:none;}.article-header .article-date {color:#f7bb5a;font-size:12px;letter-spacing:normal;}.article-meta-top span {
	margin-right:1.1em;
}
.article-header-comment-count span {
	display:none;
}.type-post .article-wrap-inner {background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}body.page .article-wrap-inner {
	background-image:none;
}body.page .type-page .article-wrap-inner {background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}.article-content li {
	font-size: 14px;
	line-height: 1.125em !important;
	margin-bottom: 0.7em;
	margin-left: 3em;
}
.article-content img,
.article-content .gallery img,
.pp-img-protect {
	border:solid 0px #fff;
	margin-top: 2px;
	margin-bottom: 3px;
}
.pp-lightbox .pp-img-protect {
	margin:0;
}
blockquote {
	padding-left:.8em;
	margin-left:3.2em;
	border-left: 1px dotted #000000;
}
.article-content blockquote p {
	font-size: 12px;
}
.pp-post-sig {
	clear:both;
}
.nav-ajax-receptacle .pp-post-sig,
.nav-ajax-receptacle .pp-fb-like-btn-wrap {
	display:none;
}
#content .article-content img.lazyload-loading {
	background:transparent url(../images/ajaxLoadingSpinner.gif) no-repeat center center;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
					opacity:0.6;
					zoom:1;
	
					-moz-box-shadow:none !important;
					-webkit-box-shadow:none !important;
					-ms-box-shadow:none !important;
					-o-box-shadow:none !important;
					box-shadow:none !important;
	border-width:0 !important;
}

/* center fullsize excerpt images */
body.excerpted-posts .pp-excerpt-img-fullsize,
body.excerpted-posts .pp-img-protect-excerpt-img-fullsize {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/* image protection */
.pp-img-protect {
	position:relative;
	line-height:0.5em;
}
#body #inner-body .pp-img-protect .pp-overlay {
	position:absolute;
	top:0;
	left:0;
	margin:0 !important;
	padding:0 !important;
	border-width:0 !important;
}
#content-wrap #content .article-content .pp-img-protect img {
	margin-top:0;
	margin-bottom:0;
}
		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 #content .article-content .pp-img-protect,
		body.excerpted-posts #content .article-content img {
			float:left;
			margin: 0 !important;
		}
		.pp-excerpt-img-thumbnail,
		.pp-img-protect-excerpt-img-thumbnail {
			height:auto;
			max-width:150px !important;
		}
		.pp-excerpt-img-medium,
		.pp-img-protect-excerpt-img-medium {
			height:auto;
			max-width:300px !important;
		}
		.pp-img-protect-excerpt-img-thumbnail,
		.pp-img-protect-excerpt-img-medium {
			overflow: hidden;
		}h2.page-title {color:#666666;font-size:19px;font-style:normal;text-transform:none;font-weight:400;}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;
}
.article-footer {
	background-repeat:no-repeat;
	background-position:bottom ;
	
	height:30px;
}
.last-post .article-footer,
body.single .article-footer,
body.page .article-footer,
body.post .article-footer,
body.archive .last-post .article-footer {
	background-image:none;
	border-bottom-width:0;
	height:30px;
}.article-comments {
		border-left:  solid 0px #cccccc;
		border-right: solid 0px #cccccc;
	}
	.comments-header {
		border-top: solid 0px #cccccc;
	}
	.comments-header {
		border-bottom: solid 0px #cccccc;
	}
	.article-comments {
		border-bottom-width:0;
	}
	.comments-shown.article-comments {
		border-bottom: solid 0px #cccccc;
	}
	.comments-shown .comments-header {
		border-bottom: solid 0px #cccccc;
	}
/* vertical centering stuff */
.post-interact {
	padding-top: 0px;
}
.comments-header-left-side-wrap p {
	margin-top: 0px;
}
.no-comments .comments-count a {
	color:#999999;
}
.comments-count {
	float: left;
}
.article-comments span.hide-text {
	display:none;
}
.article-comments span.show-text {
	display:inline;
}
.comments-shown span.hide-text {
	display:inline;
}
.comments-shown span.show-text {
	display:none;
}
#show-hide-button {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0 0 0 1em;
	background: url(../images/minima-comments-show-hide.png) no-repeat left top;
}
.comments-shown #show-hide-button {
	background-position: left bottom;
}
.no-comments #show-hide-button {
	background-position: left top;
}
.article-comments p {
	margin-bottom:0;
}
.comments-header {
	padding: 4px 0px;
}
.comments-header p {
	line-height: 1.5;
	float: left;
}
.article-byline {
	margin-right: 15px;
}
.comments-header div.post-interact {
	float:right;
}
.comments-header .post-interact-div {
	float: left;
	margin-left: 14px;
}
.post-interact a {
	display:block;
}
.pp-comment {
	line-height:1.2em;
}.comments-body {background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}.comment-time {color:#000000;}.pp-comment .comment-author a {color:#9dbfcd;}.pp-comment .comment-author a:link {color:#9dbfcd;}.pp-comment .comment-author a:visited {color:#9dbfcd;}.pp-comment .comment-author {color:#9dbfcd;}.pp-comment, .pp-comment p {font-size:11px;}.pp-comment a, .pp-comment p a {font-size:11px;}.comments-header .comments-header-left-side-wrap p {color:#999999;font-size:11px;font-style:normal;font-family:Arial, Helvetica, sans-serif;text-transform:uppercase;font-weight:400;}.comments-header .comments-header-left-side-wrap a {color:#f0be68;font-style:normal;font-size:11px;font-family:Arial, Helvetica, sans-serif;font-weight:400;text-decoration:none;text-transform:uppercase;}.comments-header .comments-header-left-side-wrap a:link {color:#f0be68;text-decoration:none;}.comments-header .comments-header-left-side-wrap a:visited {color:#f0be68;text-decoration:none;}.comments-header .comments-header-left-side-wrap a:hover {color:#006C99;}.comments-header .post-interact {color:#999999;font-family:Arial, Helvetica, sans-serif;font-size:11px;text-transform:uppercase;font-weight:400;font-style:normal;}.comments-header .post-interact a {color:#f0be68;font-style:normal;font-size:11px;font-family:Arial, Helvetica, sans-serif;font-weight:400;text-decoration:none;text-transform:uppercase;}.comments-header .post-interact a:link {color:#f0be68;text-decoration:none;}.comments-header .post-interact a:visited {color:#f0be68;text-decoration:none;}.comments-header .post-interact a:hover {color:#006C99;}.comments-header .post-interact {text-transform:uppercase;font-weight:400;font-style:normal;}.comments-header .post-interact a {color:#006C99;font-style:normal;font-weight:400;text-decoration:none;text-transform:uppercase;}.comments-header .post-interact a:link {color:#006C99;text-decoration:none;}.comments-header .post-interact a:visited {color:#006C99;color:#006C99;text-decoration:none;}.comments-header .post-interact a:hover {color:#995f00;text-decoration:underline;}.comments-header {background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}.pp-comment {border-bottom:dotted 1px #cccccc;}
/* -- comments css -- */

.article-comments {
	clear:both;
	margin-top:16px;
	margin-left:4px;
	margin-right:4px;
	
}
.comments-header, .comments-header a {
	line-height: 1.5em;
}
body.single .article-comments {
	margin-top: 15px;
	margin-bottom: 40px;
}
/* comments header */
.comments-header-left-side-wrap {
	float:left;
	display:inline;
}
#content .comments-header .comments-header-left-side-wrap .comments-count a {
	float: left;
	display: block;
	line-height: 1.5em;
	color:#f0be68
}
#content .has-comments .comments-header-left-side-wrap .comments-count a:hover {
	color:#006C99;
	text-decoration: underline;
}
.comments-header div.post-interact-div {
	margin-left:5px;
}
.not-accepting-comments .addacomment {
	display:none;
}
.has-comments .comments-count {
	cursor:pointer;
}
.article-comments .no-comments .comments-body-inner-wrap {
	display:none;
}


/* toggling display of comment-body area */
.article-comments .comments-body {
	display:block;
}
.comments-hidden .comments-body {
	display:none;
}
.single .comments-body,
.page .comments-body {
	display:block;
}
.layout-boxy .comments-body {
	display:block;
}
.no-comments .comments-body {
	display:none;
}



/* general individual comments */
.comments-body-inner {
	margin:10px 5px;
}
.comments-body div.pp-comment {
	clear:both; /* for floated comment avatar layout */
	
	margin-bottom:0px;
	padding:4px 0px;
}
.comments-body div.pp-comment p {
	margin-bottom:0;
}

.pp-comment img.wp-smiley {
	height:11px;
}
.last-comment {
	margin-bottom:0 !important;
	border-bottom-width:0 !important;
}
/* comment timestamp */
.comment-time {
	
	margin-left:10px;
}
.comment-meta-above {
	margin-bottom:8px;
}
.comment-meta-above .comment-time {
	margin-left:0;
}
.comment-meta-above .comment-author span {
	padding:0 2px;
}
#content .alt .comment-time {
	
}
.article-comments .bypostauthor .comment-time {
	
}
/* alt comments */
.comments-body div.alt {
	
}
.comments-body div.alt,
.comments-body div.alt p {
	
}
.comments-body .alt a:link,
.comments-body .alt a:visited {
	
}
.comments-body div.alt .comment-author,
.comments-body div.alt .comment-author a:link,
.comments-body div.alt .comment-author a:visited {
	
}
/* by author comment styles */
.comments-body div.bypostauthor {
	
}
.comments-body div.bypostauthor,
.comments-body div.bypostauthor p {
	
}
.comments-body div.bypostauthor a:link,
.comments-body div.bypostauthor a:visited,
.comments-body div.bypostauthor a:hover {
	
}
.comments-body div.bypostauthor .comment-author,
.comments-body div.bypostauthor .comment-author a:link,
.comments-body div.bypostauthor .comment-author a:visited {
	
}
/* comment awaiting moderation style */
.pp-comment .awaiting-moderation {
	margin-left:0.5em;
	font-style:italic;
	
}
.alt .awaiting-moderation {
	
}
/* add comment form styles */
.add-comment-form-receptacle {
	display:none;
	margin:0px 4px;
}
.add-comment-form-wrap {
	margin:0px 4px;
}
.add-comment-form-receptacle .add-comment-form-wrap {
	margin:0;
}
form#add-comment p {
	margin:18px 0 2px 0;
}
form#add-comment 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;
}
textarea#comment {
	max-width:90%;
}
body.single input.cancel-reply {
	display: none;
}	.comments-body-inner-wrap {
		max-height:220px !important;
		overflow:auto;
	}
	body.single .comments-body-inner-wrap,
	body.page .comments-body-inner-wrap {
		max-height:none !important;
		overflow:visible;
	}.initialOverlay h3, .initialOverlay h4 {color:#388eb2;font-size:16px;font-family:Arial, Helvetica, sans-serif;}.initialOverlay h4 {font-size:12px;}.pp-slideshow .blankOverlay { display:none; }

.pp-slideshow {
	direction: ltr; /* rtl languages cause thumbnail alignment problems */
}

.mobile-site-enabled .pp-slideshow-gallery {
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
					opacity: 0;
					zoom:1;
}

.pp-slideshow-gallery .controls,
.pp-slideshow-gallery .thumbsViewport,
.pp-slideshow-gallery .thumbStrip {
	height:62px;
}

.ipad .pp-slideshow-gallery .controls,
.ipad .pp-slideshow-gallery .thumbsViewport,
.ipad .pp-slideshow-gallery .thumbStrip {
	height:102px;
}

.pp-slideshow-gallery img.cant-aa,
.pp-slideshow-gallery.cant-aa img.can-aa {
	display: none;
}
.pp-slideshow-gallery.cant-aa img.cant-aa {
	display: inline;
}

.nav-ajax-receptacle .pp-slideshow,
#content .pp-slideshow,
.ss-first-img {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.article-content .ss-first-img,
img.loadingSpinner {
	margin-top:0;
	border-width:0 !important;
	
					-moz-box-shadow:none;
					-webkit-box-shadow:none;
					-ms-box-shadow:none;
					-o-box-shadow:none;
					box-shadow:none;
}
body img.p3-placeholder,
#content img.p3-placeholder,
#mobile-content img.p3-placeholder,
#content .article-content img.pp-gallery-placeholder,
#mobile-content .article-content img.pp-gallery-placeholder,
body img.pp-gallery-placeholder,
body img.pp-grid-placeholder {
	display:none !important;
}
.showWrap {
	position:relative;
	overflow:hidden;
}
#content .showWrap,
body.popup-slideshow .showWrap {
	background:#ffffff;
}
.popup-slideshow #spinner-wrap {
	width: 100%;
}
.popup-slideshow img#loading {
	margin: 0 auto;
	padding-top: 20%;
	display: block;
}
#masthead-frame-and-content-wrap .showWrap {
	background-color:#ffffff;
}
.imgViewingArea {
	position:relative;
	overflow:hidden;
}
a.imgWrap.no-link,
.pp-slideshow-gallery a.imgWrap {
	cursor:default;
    -webkit-tap-highlight-color:rgba(0,0,0,0); /* disables iPad/iPhone top focus state */
}
.imgWrap {
	position:absolute;
	top:0;
	left:0;
}
.imgWrap img {
	margin:0 auto;
	display:block;

}
/* this is to fix png transparency fading artifacts, see http://stackoverflow.com/questions/1251416/png-transparency-problems-in-ie8 */
.cant-fade-imgs-with-black .imgWrap.png img {
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
}
.nextImg {
	display:none;
}
.pp-slideshow .blankOverlay {
	width:200px;
	height:200px;
	position:absolute;
	top:0;
	left:0;
}
body.ipad .pp-slideshow .blankOverlay {
	display:none;
}



/* rounded corners */
body .pp-slideshow .thumbsWrap img {
	
					-moz-border-radius:0px;
					-webkit-border-radius:0px;
					-khtml-border-radius:0px;
					-o-border-radius:0px;
					border-radius:0px;
}


/* timer */
.imgViewingArea .timer {
	position:absolute;
	background:#fff;
	z-index:130; /* z-130 */
	width:0;
	height:5px;
	left:0;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
					opacity:0.35;
					zoom:1;
}
.mobile .timer {
	height:3px;
}
.controlsVertical .timer {
	height:0;
	width:5px;
	top:0;
}
.mobile .controlsVertical .timer {
	width:3px;
}
.controlsPos-bottom .timer {
	top:0;
}
.controlsPos-top .timer {
	bottom:0;
}
.controlsPos-left .timer {
	right:0;
	left: auto;
}
.controlsPos-right .timer {
	left:0;
	right: auto;
}
.showingSplashScreen .timer {
	display:none;
}


/* controls area */
.pp-slideshow .controls {
	margin:0;
	overflow:hidden;
	position:relative;
	padding:10px;
}
body.ipad .pp-slideshow .controls {
	padding:15px;
}
.controlsNotOverlaid.controlsPos-left .controls {
	float:left;
}
.controlsNotOverlaid.controlsPos-left .imgViewingArea {
	float:right;
}
.controlsNotOverlaid.controlsPos-right .controls {
	float:right;
}
.controlsNotOverlaid.controlsPos-right .imgViewingArea {
	float:left;
}
.controlsHorizontal .controls {
	left:0;
}
.controlsVertical .controls {
	top:0;
}
.controlsOverlaid .controls {
	position:absolute;
	z-index:122; /* z-122 */
}
.controls-bg {
	position:absolute;
	top:0;
	left:0;
	width:10000px;
	height:10000px;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
					opacity:0.45;
					zoom:1;
	background:#ffffff;
}
.controlsNotOverlaid .controls-bg {
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
					opacity:1;
					zoom:1;
}
.pp-slideshow .controls a {
	cursor:pointer;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
					opacity:0.4;
					zoom:1;
}
.pp-slideshow .controls a:hover {
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
					opacity:1;
					zoom:1;
}
	body.ipad .pp-slideshow .controls a:hover {
		
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
					opacity:0.4;
					zoom:1;
	}
.pp-slideshow .controls .btns {
	position:absolute;
	text-align:center;
	line-height:1em;
}
.pp-slideshow .controls .btns a {
	display:inline-block;
	position:relative;
	width:20px;
	height:20px;
	overflow:hidden;
	margin:0 5px 4px;
	#margin-bottom:6px;
}
.pp-slideshow .controls .btns a img {
	height:20px;
	width:220px;
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
	body.ipad .pp-slideshow .controls .btns a {
		width:40px;
		height:40px;
	}
	body.ipad .pp-slideshow .controls .btns a img {
		height:40px;
		width:440px;
	}
.thumbStrip {
	position:relative;
}
.thumbStrip a div {
	margin-top:21px;
}
.controls.pagedThumbs {
	padding-left:2px;
}
.ipad .thumbStrip a div {
	margin-top:31px;
}
.ipad .controls.pagedThumbs {
	padding-left:4px;
}
.pp-slideshow .controls img {
	border-width:0;
	
					-moz-box-shadow:0 0 0 #fff;
					-webkit-box-shadow:0 0 0 #fff;
					-ms-box-shadow:0 0 0 #fff;
					-o-box-shadow:0 0 0 #fff;
					box-shadow:0 0 0 #fff;
}
.controlsHorizontal .pagedThumbs .thumbStrip {
	padding:0 22px;
}
.controlsVertical .pagedThumbs .thumbStrip {
	padding:22px 0;
}
	body.ipad .controlsHorizontal .pagedThumbs .thumbStrip {
		padding:0 44px;
	}
	body.ipad .controlsVertical .pagedThumbs .thumbStrip {
		padding:44px 0;
	}
.thumbsViewport {
	position:relative;
	overflow:hidden;
}
.thumbsViewport img {
	margin:0;
	cursor:pointer;
	width:60px;
	height:60px;
	margin-right:10px;
	margin-bottom:10px;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
					opacity:0.75;
					zoom:1;
}
body.ipad .thumbsViewport img {
	min-width:100px;
	min-height:100px;
	margin-right:15px;
	margin-bottom:15px;
}
.controlsVertical .thumbsViewport img {
	float:left;
}
.pp-slideshow .thumbsViewport img.active {
	border-color:#ffffff !important;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
					opacity:1 !important;
					zoom:1;
}
.pp-slideshow .thumbsViewport img:hover {
	border-color:#ffffff !important;
}
.thumbsWrap {
	position:absolute;
	top:0;
	left:0;
	text-align: left; /* counteracts people wrapping gallery placeholders in <center> tags and other crap */
}
.pp-slideshow .thumbsWrap img {
	border:#777777 1px solid !important;
}
.controlsHorizontal .thumbsWrap {
	width:50000px;
	height:62px;
}
.controlsVertical .thumbsWrap {
	height:50000px;
	width:62px;
}
.controlsHorizontal .prevPage,
.controlsHorizontal .nextPage {
	top:0;
	width:22px;
	height:62px;
}
	body.ipad .controlsHorizontal .prevPage,
	body.ipad .controlsHorizontal .nextPage {
		width:44px;
		height:102px;
	}
.controlsVertical .prevPage,
.controlsVertical .nextPage {
	left:0;
	height:22px;
	width:62px;
}
	body.ipad .controlsVertical .prevPage,
	body.ipad .controlsVertical .nextPage {
		height:44px;
		width:102px;

	}
.prevPage,
.nextPage {
	display:none;
	position:absolute;
	overflow:hidden;
}
.pagedThumbs .prevPage,
.pagedThumbs .nextPage {
	display:block;
}
.prevPage div,
.nextPage div {
	position:relative;
	width:22px;
	height:22px;
	overflow:hidden;
}
	body.ipad .prevPage div,
	body.ipad .nextPage div {
		width:44px;
		height:44px;
	}
.prevPage img,
.nextPage img {
	height:20px;
	width:220px;
	left:-97px;
	position:absolute;
	top:0;
	margin:0;
}
.nextPage img {
	left:-82px;
}
	body.ipad .prevPage img,
	body.ipad .nextPage img {
		height:40px;
		width:440px;
	}
	body.ipad .nextPage img {
		left:-164px;
	}
	body.ipad .prevPage img {
		left:-196px;
	}
	body.ipad .controlsVertical .nextPage img {
		left:-400px;
	}
	body.ipad .controlsVertical .prevPage img {
		left:-360px;
	}
.controlsVertical .prevPage img {
	left:-180px;
	top:3px;
}
.controlsVertical .nextPage img {
	left:-200px;
	top:auto;
	bottom:3px;
}
.prevPage {
	left:0;
}
.controlsVertical .prevPage {
	top:0;
	bottom:auto;
}
.nextPage {
	right:0;
}
.controlsVertical .nextPage {
	top:auto;
	bottom:0;
}

.thumbStrip a.disabled img {
	display:none;
}
.pp-slideshow .playPause,
.pp-slideshow .fullscreen {
	width:16px;
	height:16px;
}
.playing .controls .btns a.playPause img {
	left:-20px;
}
	body.ipad .playing .controls .btns a.playPause img {
		left:-40px;
	}
.controls .btns a.fullscreen img {
	left:-40px;
}
	body.ipad .controls .btns a.fullscreen img {
		left:-80px;
	}
.pp-slideshow-gallery.fullscreen .controls .btns a.fullscreen img {
	left:-60px;
}
.ipad .pp-slideshow-gallery.fullscreen .controls .btns a.fullscreen img {
	left:-120px;
}
.controls .btns a.cart-url img {
	left:-120px;
}
.controls .btns a.mp3player img {
	left:-140px;
}
.controls .btns a.mp3player.paused img {
	left:-160px;
}
	body.ipad .controls .btns a.cart-url img {
		left:-240px;
	}
	body.ipad .controls .btns a.mp3player img {
		left:-280px;
	}
	body.ipad .controls .btns a.mp3player.paused img {
		left:-320px;
	}
.disabled {
	background-image:none;
	cursor:default;
}

/* initial overlay area */
.showingSplashScreen .controls {
	display:none;
}
.controlsNotOverlaid .controls {
	display:block;
}
.initialOverlay {
	position:absolute;
	color:#fff;
	text-align:center;
	top:0;
	left:0;
	z-index:126; /* z-126 */
	overflow:hidden;
	cursor:pointer;
}
.initialOverlay .content {
	position:absolute;
	top:0;
	left:0;
	z-index:126; /* z-126 */
}
.initialOverlay .startBtn {
	width:35px;
	height:35px;
}
	body.ipad .initialOverlay .startBtn {
		width:70px;
		height:70px;
	}
.pp-slideshow .startBtn,
.imgWrap img,
.btns img,
.thumbsWrap img,
.initialOverlay .content img.logo {
	border-width:0 !important;
	
					-moz-box-shadow:0 0 0 #fff;
					-webkit-box-shadow:0 0 0 #fff;
					-ms-box-shadow:0 0 0 #fff;
					-o-box-shadow:0 0 0 #fff;
					box-shadow:0 0 0 #fff;
}
.initialOverlay .content img.logo {
	margin-bottom:8px;
}
.initialOverlay .content img {
	margin:0;
}
.initialOverlay .bg {
	position:absolute;
	top:0;
	left:0;
	width:10000px;
	height:1000px;
	z-index:124; /* z-124 */
	background-color:#ffffff;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
					opacity:0.8;
					zoom:1;
}

body .initialOverlay h3,
body .initialOverlay h4 {
	font-weight:400;
	margin:0 0 0.3em 0 !important;
	line-height:1em !important;
}
.initialOverlay h4 {
	margin-top:0.75em;
}

img.loadingSpinner {
	position:absolute;
	top:50%;
	left:50%;
	z-index:128; /* z-128 */
	background:#fff;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
					opacity:0.45;
					zoom:1;
	
					-moz-border-radius:17px;
					-webkit-border-radius:17px;
					-khtml-border-radius:17px;
					-o-border-radius:17px;
					border-radius:17px;
	padding:2px;
	display:none;
	height:18px;
	width:18px;
	
					-moz-border-radius: 7px;
					-webkit-border-radius: 7px;
					-khtml-border-radius: 7px;
					-o-border-radius: 7px;
					border-radius: 7px;
}


/* mobile controls */
.mobileControls {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:116; /* z-116 */
}
.mobileControls a {
	display:none;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
					opacity:0.65;
					zoom:1;
}
.mobileControls .playPause,
.mobileControls .mp3player,
.mobileControls .prevNext span {
	background:#ffffff;
}
.mobileControls .playPause {
	position:absolute;
	bottom:8px;
	width:50px;
	left:39%;
	height:50px;
	z-index:120; /* z-120 */
	padding:7px;
	-webkit-
					-moz-border-radius:80px;
					-webkit-border-radius:80px;
					-khtml-border-radius:80px;
					-o-border-radius:80px;
					border-radius:80px;
}
.mobileControls .playPause span {
	-webkit-background-size:550px 50px;
}
.landscape .mobileControls .playPause {
	left:43%;
}

.mobileControls em {
	display:block;
	height:100%;
	text-indent:-999em;
	background-image: url(../images/gallery_btns_sprite_388eb2_v2.png);
}
.mobileControls span em {
	width:50px;
	height:50px;
	-webkit-background-size:550px 50px;
	background-size:550px 50px;
}
.mobileControls .mp3player {
	z-index:121; /* z-121 */
	-webkit-
					-moz-border-radius:80px;
					-webkit-border-radius:80px;
					-khtml-border-radius:80px;
					-o-border-radius:80px;
					border-radius:80px;
	padding:7px 7px 7px 5px;
	position:absolute;
	left:39%;
	top:8px;
}
.landscape .mobileControls .mp3player {
	left:43%;
}
.mobileControls .mp3player em {
	background-position:-350px 0;
}
.mobileControls .mp3player.paused em {
	background-position:-400px 0;
}
.paused .mobileControls .playPause em {
	background-position:0 0;
}
.playing .mobileControls .playPause em {
	background-position:-50px 0;
}
.mobileControls .prev {
	left:0;
}
	.mobileControls .prev span {
		left:4px;
	}
	.mobileControls .prev span em {
		background-position:-250px 0;
	}
.mobileControls .next {
	right:0;
}
	.mobileControls .next span {
		right:4px;
	}
	.mobileControls .next span em {
		background-position:-200px 0;
	}
.mobileControls .prevNext {
	position:absolute;
	top:37%;
	z-index:118; /* z-118 */
}
.mobileControls .prevNext span {
	display:block;
	position:absolute;
	-webkit-
					-moz-border-radius:50px;
					-webkit-border-radius:50px;
					-khtml-border-radius:50px;
					-o-border-radius:50px;
					border-radius:50px;
}

.pp-lightbox img { margin-left:auto; margin-right:auto; }


/* initial state */
.pp-lightbox {
	clear:both;
}
#main-wrap-inner .article-content .pp-lightbox img,
#main-wrap-inner #content .article-content .pp-lightbox .pp-img-protect img {
	margin-bottom:5px;
}
.article-content .pp-lightbox-thumbs {
	font-size:0;
	line-height:0;
}
.pp-lightbox-thumbs .pp-img-protect {
	display:inline !important;
}
#main-wrap-inner .article-content .pp-lightbox a img {
	display:block;
}
#main-wrap-inner .article-content .pp-lightbox-thumbs a img {
	margin: 0 5px 5px 0;
	display:inline;
}
.article-content .pp-lightbox-thumbs a {
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
					opacity:0.65;
					zoom:1;
}
#main-wrap-inner .article-content .pp-lightbox-thumbs .last a img {
	margin-right:0;
}
img.pp-lb-img,
#lightbox-image {
	
					-moz-border-radius:0px;
					-webkit-border-radius:0px;
					-khtml-border-radius:0px;
					-o-border-radius:0px;
					border-radius:0px;
}
#lightbox-image.portrait {
	max-height: 900px;
	width: auto;
}
#lightbox-image.landscape {
	max-width: 900px;
	height: auto;
}
#lightbox-container-image-box {
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
#lightbox-container-image-data-box,
#jquery-lightbox.transitioning #lightbox-container-image-box {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}


/* mobile initial state */
body.not-mobile .pp-lightbox img {
	display:inline;
	cursor:pointer !important;
}
.mobile .pp-lightbox .pp-lightbox-thumbs {
	width:100% !important;
}
#mobile-content .pp-lightbox-thumbs a {
	line-height:0;
	margin:0;
	padding:0;
	display:inline;
	font-size:0;
}
#mobile-content .pp-lightbox-thumbs a img {
	margin:0 1% 1% 0;
}
#mobile-content .pp-lightbox-thumbs a {
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
					opacity:1 !important;
					zoom:1;
}
body.ipad .pp-lightbox-thumbs a {
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
					opacity:1 !important;
					zoom:1;
}
.mobile #lightbox-container-image-box.unsized {
	max-width: 90%;
}

/* Smartphones (large landscape) */
@media only screen and (min-width : 721px) {
	#mobile-content .pp-lightbox-thumbs a img {
		width: 11.5% !important;
		height: auto !important;
	}
}

/* Smartphones (large portrait) */
@media only screen and (min-width : 481px) and (max-width : 720px) {
	#mobile-content .pp-lightbox-thumbs a img {
		width: 19% !important;
		height: auto !important;
	}
}

/* Smartphones (iPhone landscape width and larger mobile portrait) ----------- */
@media only screen and (min-width : 321px) and (max-width : 480px) {
	#mobile-content .pp-lightbox-thumbs a img {
		width: 24% !important;
		height: auto !important;
	}
}

/* Smartphones (iPhone portrait width) ----------- */
@media only screen and (max-width : 320px) {
	#mobile-content .pp-lightbox-thumbs a img {
		width: 32.333333% !important;
		height: auto !important;
	}
}


/* Smartphone height queries */
@media only screen and (min-height : 721px) {
	.mobile #lightbox-container-image-box.unsized {
		max-height: 720px;
	}
}
@media only screen and (min-height : 481px) and (max-height : 720px) {
	.mobile #lightbox-container-image-box.unsized {
		max-height: 480px;
	}
}
@media only screen and (min-height : 321px) and (max-height : 480px) {
	.mobile #lightbox-container-image-box.unsized {
		max-height: 320px;
	}
}
@media only screen and (max-height : 320px) {
	.mobile #lightbox-container-image-box.unsized {
		max-height: 280px;
	}
}



/* overlay and image display */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:198; /* z-198 */
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:200; /* z-200 */
	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;
	background-color:#999999;
}
#lightbox-container-image-data-box {
	font-size:10px;
	font-family:Verdana, Tahoma, sans-serif;
	background-color:#999999;
	padding: 0 10px;
	padding-bottom:10px;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#lightbox-container-image {
	padding:10px;
}
#lightbox-container-image-data {
	color:#999999;
	padding: 0 10px;
}
#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 #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;
}.mobile #lightbox-nav-btnNext {
	background-size:42px;
}
.mobile #lightbox-nav-btnPrev {
	background-size:42px;
}

.mobile #lightbox-container-image {
	padding:5px;
}
.mobile #lightbox-container-image-data-box {
	padding: 0 5px 5px 5px;
}
.mobile #lightbox-secNav-btnClose {
	width:39px;
	height:13px;
	padding-bottom:0.2em;
}
.mobile #lightbox-secNav-btnClose img {
	max-width:100%;
	max-height:100%;
}
#body .grid-style-img_text_below .grid-item h3 {letter-spacing:normal;text-align:left;}#body .grid-style-img_text_below .grid-item h3 a {letter-spacing:normal;text-align:left;}#body .grid-style-img_rollover_text .grid-item h3 {letter-spacing:normal;text-align:left;}#body .grid-style-img_rollover_text .grid-item h3 a {letter-spacing:normal;text-align:left;}#body .grid-style-img_rollover_text .grid-item p {text-align:left;}#body .grid-style-img_rollover_text .grid-item p a {text-align:left;}#body .grid-style-img_text_below .text-below p.text {text-align:left;}#body #inner-body .grid-style-img_text_below .grid-item a img.grid-img {border:solid 0px #999999 !important;}#body #inner-body div .grid-style-img_rollover_text .grid-item img.grid-img {border:solid 1px #141010 !important;}#body #mobile-wrap div .grid-style-img_rollover_text .grid-item img.grid-img {border:solid 1px #141010 !important;}.grid-style-img_text_below .grid-item {border:solid 0px #888888;}.grid-style-img_text_below .grid-item {background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}
.excerpts-grid-wrap {
	padding-top:20px;
}
.grid .grid-item {
	float:left;
}
.grid-item {
	line-height:0.8em;
}
div.grid .last-in-row {
	margin-right:0;
}
.grid-item img,
.grid div.grid-item .pp-img-protect {
	margin:0;
}
.grid div.grid-item div.aligncenter img,
.grid div.grid-item .pp-img-protect-aligncenter {
	margin:0 !important;
}
#content .article-content .grid .grid-item img,
#content .article-content .grid .grid-item .pp-overlay {
	border-width:0;
	
					-moz-box-shadow:none;
					-webkit-box-shadow:none;
					-ms-box-shadow:none;
					-o-box-shadow:none;
					box-shadow:none;
}
.grid-format-masonry {
	position:relative;
}
.grid-format-masonry.grid-style-img_text_below .grid-item.using-fallback-img img.grid-img,
.grid-format-masonry.grid-style-img_text_below .grid-item.using-fallback-img div.pp-img-protect {
	display:none;
}
.grid-format-masonry.grid-style-img_text_below .grid-item.using-fallback-img .text-below {
	margin-top:0;
}

/* style: text below */
.grid-style-img_text_below .grid-item {
	margin:0 20px 20px 0;
}
.grid-style-img_text_below .grid-item .text-below {
	margin:0px;
	margin-top:10px;
}
#body .grid-style-img_text_below .grid-item h3 {
	margin:0 0 0.4em 0;
	line-height:1.35em;
}
.grid-style-img_text_below .grid-item img {
	
					-moz-border-radius:0px;
					-webkit-border-radius:0px;
					-khtml-border-radius:0px;
					-o-border-radius:0px;
					border-radius:0px;
}
div.grid.grid-style-img_text_below div.grid-item div.img-above {
	margin:0px;
}
.grid-style-img_text_below .grid-item .pp-img-protect img,
.grid-style-img_text_below .grid-item img.comments-count-bubble {
	margin:0;
}
.grid-style-img_text_below .grid-item .read-more-wrap {
	display:none;
}
.grid-style-img_text_below .grid-item p.text {
	margin-bottom:0;
}


/* comments count */
.grid-item a.comments-count {
	float:right;
	margin-left:8px;
}
.grid-item a.comments-count.style-overlay {
	position:relative;
	width:22px;
	height:22px;
	display:inline-block;
}
.grid-item a.comments-count.style-side-by-side {
	display:block;
	height:15px;
}
.grid-item .comments-count img.comments-count-bubble {
	height:auto;
	
					-moz-box-shadow:0 0 0 #fff !important;
					-webkit-box-shadow:0 0 0 #fff !important;
					-ms-box-shadow:0 0 0 #fff !important;
					-o-box-shadow:0 0 0 #fff !important;
					box-shadow:0 0 0 #fff !important;
	
					-moz-border-radius:0 !important;
					-webkit-border-radius:0 !important;
					-khtml-border-radius:0 !important;
					-o-border-radius:0 !important;
					border-radius:0 !important;
	border-width:0;
}
.grid-item .comments-count.style-overlay img.comments-count-bubble {
	width:22px;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
}
.grid-item .comments-count.style-side-by-side img.comments-count-bubble {
	width:16px;
	float:right;
	display:block;
}
.grid-item .comments-count span {
	color:#ffffff !important;
	font-family:Helvetica, Arial, sans-serif !important;
	display:block;
}
.grid-item .comments-count.style-overlay span {
	position:absolute;
	top:2px;
	right:0;
	width:22px;
	text-align:center;
	font-size:10px;
	z-index:10;
}
.grid-item .comments-count.style-side-by-side span {
	float:right;
	font-size:11px;
	margin-left:0.5em;
	line-height:12px;
}




/* style: rollover text */
.grid-style-img_rollover_text .grid-item img,
.grid-style-img_rollover_text .grid-overlay .overlay-bg,
.grid-style-img_rollover_text .grid-item {
	
					-moz-border-radius:0px;
					-webkit-border-radius:0px;
					-khtml-border-radius:0px;
					-o-border-radius:0px;
					border-radius:0px;
}
.grid-style-img_rollover_text .grid-item {
	position:relative;
	cursor:pointer;
	overflow:hidden;
	margin:0 5px 5px 0;
}
.grid-style-img_rollover_text .grid-overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.grid-style-img_rollover_text .grid-overlay .text-wrap {
	padding:5% 6% 5% 5%;
}
.grid-style-img_rollover_text .grid-overlay h3,
.grid-style-img_rollover_text .grid-overlay p {
	position:relative;
	z-index:10; /* z-10 */
	line-height:1.3em;
}
.grid-style-img_rollover_text .grid-overlay p span.read-more-wrap {
	display:block;
	margin:0.75em 0 0 0;
}
.grid-style-img_rollover_text .grid-overlay h3 {
	margin-bottom:0.5em;
	line-height:1.1em;
}
.grid-style-img_rollover_text .grid-overlay .overlay-bg {
	position:absolute;
	display:block;
	background-color:#ffffff;
	
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
					opacity:0.85;
					zoom:1;
	z-index:8; /* z-8 */
	top:0;
	left:0;
}
.grid-style-img_rollover_text .grid-overlay p.subtitle {
	font-size:0.9em;
}

#footer {background-color:#fffffff;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;}#footer h3 {color:#999999;font-size:12px;font-style:normal;font-family:Arial, Helvetica, sans-serif;}#footer, #footer p {font-size:11px;}#footer a, #footer p a {font-size:11px;}
#footer {
	padding: 30px 4px 30px 4px;
	line-height:1.4em !important;
}
.footer-spanning-col {
	clear:both;
}
#footer .footer-non-spanning-col {
	width:195px;
	margin-right:4px;
	float:left;
	overflow:hidden;
}
#footer #footer-col-4 {
	margin-right:0;
}
#copyright-footer-sep {
	padding:0 .3em;
}
#footer li {
	margin-bottom:30px;
}
#footer li li {
	margin-bottom:0.4em;
	margin-left:20px;
	line-height:1.2em;
}
#footer .pp-widget-menu li {
	margin-left:0;
}
#copyright-footer {
	text-align:center;
	padding:11px 4px 10px 4px;
}
#copyright-footer p {
	color:#999999;
	font-size:11px;
	margin-bottom:0;
	padding-top:20px;
}
span.statcounter {
	display:inline;
}
#wp-footer-action-output {
	margin:0;
	padding:0;
}
body { border-left-color: #ff0000; }body.archive .archive-meta {width: 100%;}
body.category .page-title { display: none; }