/*
 * Styles common throughout the site
 */


.photo-credit, .photo-credit-tag-page {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	line-height: 12px;
	color: #777;
	margin-bottom: 2px;
}

.photo-credit-tag-page {
	width: 250px; float:left; clear:both;
}


.margin-top-bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}
/**
* interstitial page styles
*/
.interstitial-header-logo{
	width: 467px;
	height: 82px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/logo.png) no-repeat;
}


#ad-interruptus-header {
	width:75%; margin: 0 auto 5px auto; padding:10px 10px 5px 10px;
	font-weight: bold;
	overflow: hidden;
	background: #ffffff;
}

#ad-interruptus-header #site-logo, #ad-interruptus-header #continue-link {
	display: inline-block;
}

#ad-interruptus-header #site-logo {
	left: 0; font-size: 2em;
}

#ad-interruptus-header #continue-link {
	float: right; text-align:right;
	padding-top: 27px;
}

#continue-link .count-down{
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;

}

#pmc-adm-ad-interruptus {
	width:90%; margin: 20px auto; padding:0;
	text-align:center; display: block;
}
@media only screen and (max-width: 480px){
	body.interstitial{
		background: #FF0099;
	}
	#ad-interruptus-header{
		width:100%;
	}
	.interstitial-header-logo {
		width: 99%;
		background-size: 100%;
		height:56px;
	}
	#ad-interruptus-header #continue-link {
		float: none;
		text-align:center;
		padding-top: 0px;
	}
	#pmc-adm-ad-interruptus {
		min-height: 100px;
		margin: 0px auto;
		width: 100%
	}
	#continue-link .count-down{
		padding-left: 38px;
	}

}


/* New header style for all sections of the site */
@media (max-width: 320px) and (min-width: 320px){
    .logo {
        width: 467px;
        height: 82px;
        overflow: hidden;
        text-indent: -9999px;
        float: left;
        background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/theme/logo-home-mobile-v2.gif) no-repeat;
    }
}
@media only screen and (max-width: 800px) {

    #mobile_nav {
        background: #ec008c;
    }

    #mobile_nav table td {
        border-left: 1px solid #CB017B;
        border-right: 1px solid #CB017B;
        border-top: none;
        border-bottom: none;
    }

    .hl-timestamp {
        font-size: 10px;
        color: #A6A6A6;
        letter-spacing: 1px;
    }

    .photo-credit, .photo-credit-tag-page {
        color: #A6A6A6;
        margin-bottom: 2px;
        font-weight: normal;
        line-height: 8px;
        margin-right: 3px;
    }

    .hl-post #teaser_container img,#teaser_container img {
        width: 100%;
    }

    .hl-comment-count {
        padding-top: 0px;
    }

    .hl-comment-count a {
        background: #ec008c;
        padding: 2px 3px;
        font-size: 12px;
        font-weight: normal;
    }

    .home .hl-interact.left div {
        margin: 0 0px 0 0;
    }

    .logo {
        margin-left: -12px;
        height: 82px;
        background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/theme/logo-home-mobile-v2.gif) no-repeat;
    }

    .meta .avatar {
        display: none;
    }

    .breadcrumbs {
        margin-right: 26px;
        margin-top: 5px;
        padding: 0 0 9px 5px;
        color: #A6A6A6;
    }

    .main-post h1 {
        line-height: 1.1em;
    }

    .meta .posted {
        margin-left: 5px;
        color: #A6A6A6;
        font-size: 11px;
    }

    .meta .comments {
        margin: 9px 13px 0 5px;
        color: #ec008c;
    }

    a {
        color: #ec008c;
    }

    .gallery-B .data a {
        font-size: 15px;
        line-height: 4px;
        margin: 6px 15px 6px 0px;
    }

    .main-post h1 {
        margin: 0 3px 0 3px;
    }

    .main-post .social div.facebook-share, .main-post .social div.twitter-share, .main-post .social div.googleplus-one {
        margin-left: 11px;
    }

    .main-post .social div.facebook-share {
        width: 74px;
    }
    .entry-content h3 {
        font-size: 17px;
        line-height: 21px;
        margin-left: 9px;
        margin-right: 9px;
    }

    .single .main-post .entry-content p {
        margin-left: 9px;
        margin-right: 9px;
    }

    .main-post .entry-content {
        margin-top: 9px;
    }

    .comment .main {
        width: auto !important;
        margin-left: 5px;
        margin-right: 5px;
    }

}
#mobile_nav{display:none}@media only screen and (max-width: 767px){#mobile_nav{display:block;clear:both;padding:5px;line-height:normal;background:#ec008c}#mobile_nav table{width:100%;border-collapse:collapse}#mobile_nav table td{width:20%;padding:3px 2px;border-left:1px solid #CB017B;border-right:1px solid #CB017B;border-top:none;border-bottom:none;text-align:center;font-family:'Arial Black', Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;color:#fff}#mobile_nav table td:hover{background:#f4b}#mobile_nav table td.selected{background:#f6d;color:#000}#mobile_nav a{display:block;text-decoration:none;cursor:pointer;color:#fff}}
/* css reset YUI 3.4.1 (build 4118) */
* {
	font-size: 100.01%;
}

html {
	font-size: 62.5%;
	color: #666;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font: 13px Arial, Helvetica, sans-serif;
	color: #ccc;
	vertical-align: middle;
}

legend {
	color: #000;
}

/* general settings */
body {
	min-width: 1000px;
	font: 1.2em/1.167em Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #f09;
}

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

input[type=submit]:hover {
	cursor: pointer;
}

header, footer, article, section, hgroup, nav, figure {
	display: block;
}

figure {
	margin: 0;
	padding: 0;
}

mark {
	background: none;
}

/* wrapper */
#wrapper {
	width: 998px;
	overflow: hidden;
	border: solid #dedede;
	border-width: 0 1px;
	margin: 0 auto;
	position: relative;
	background: white;
}

/* header */
#header {
	width: 100%;
	padding-top: 16px;
	position: relative;
	z-index: 5000;
}

/* ad */
.ad {
	min-height: 250px;
}

.gallery-interstitial .close{
    border: 1px solid black;
    width: 106px;
    margin: 0 auto;
}
.gallery-interstitial .countdown{
    padding: 15px 0 15px 0 ;
}
#content .gallery-interstitial .ad{
    padding-bottom: 10px;
    min-height: 250px;
}
#header .ad {
	width: 970px;
	margin: 0 auto 16px;
	padding-left: 8px;
	text-align: center;
	min-height: 92px;
}

#header .ad img {
	vertical-align: top;
}

#header .box {
	width: 968px;
	margin: 0 auto;
	padding-left: 12px;
	overflow: hidden;
}

/* logo */
.logo {
	width: 467px;
	height: 82px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/logo.png) no-repeat;
}

.logo a {
	height: 82px;
	display: block;
}

/* Google Site search */
#cse {
	width: 266px;
	float: right;
	margin: 29px 1px 0 0;
}

/* Search*/
.search {
	width: 266px;
	float: right;
	margin: 29px 1px 0 0;
	border: 1px solid #ccc;
}

.search .text {
	width: 240px;
	margin: 0 1px;
	padding: 1px 2px 2px;
	border-style: none;
	background: none;
	float: left;
}

.search .submit {
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin-top: 1px;
	padding: 0;
	border-style: none;
	float: left;
	text-indent: -9999px;
	line-height: 0;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/btn-search.png) no-repeat;
	cursor: pointer;
}

.searchsel {
	border: 1px solid #F09;
}

.searchsel .text {
	color: #000;
}

/* main navigation */
.nav-holder {
	width: 100%;
	background: #f40192;
	position: relative;
}

.nav-holder .pointer {
	width: 100%;
	height: 6px;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	visibility: visible !important;
}

@media only screen and (max-width: 767px) {
	.nav-holder {
		display: none;
	}
}
#nav {
	width: 958px;
	margin: 0 auto;
}

#nav:after {
	content: "";
	display: block;
	clear: both;
}

#nav li {
	border-right: 1px solid #fe47b5;
	float: left;
}

#nav li strong a {
	float: left;
	color: #fff;
	padding: 10px 7px 10px 8px;
	border-right: 1px solid #af0069;
	font-size: 12px;
	line-height: 15px;
}

.active #nav li strong a {
	background: #e1e1e1 url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/bg-nav-active.png) repeat-x;
	color: #f09;
}

#nav li:hover .drop {
	display: block;
}

#nav li strong a:hover,
#nav li:hover strong a {
	color: #ff0;
	background: #906;
	text-decoration: none;
}

/* downstate for navigation links */
#nav li strong a.pressed,
#nav li strong a.pressed:hover,
#nav li:hover strong a.pressed,
#nav li:hover strong a.pressed:hover {
	background: #906;
	text-decoration: underline;
}

#nav .border,
#nav .active .border {
	width: 100%;
	height: 6px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #dfdfdf;
	cursor: pointer;
}

#nav li stong a:hover .border {
	background: #906;
	z-index: 1;
}

.menu-more strong a {
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/bullet-arrow.png) no-repeat 39px 16px;
	padding: 10px 14px 10px 8px !important;
}

/* navigation more */
.menu-more strong a:hover,
.menu-more:hover strong a {
	background: #906 url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/bullet-arrow.png) no-repeat 39px 16px;
}

/* downstate for navigation more */
.menu-more strong a:hover.pressed,
.menu-more:hover strong a.pressed,
.menu-more:hover strong a.pressed:hover {
	background: #906 url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/bullet-arrow.png) no-repeat 39px 16px;
}

/* drop down */
.drop {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 6px solid #906;
	display: none;
	z-index: 3;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/transparent.png);
}

.drop-holder {
	padding-top: 6px;
	background: #fff;
}

#nav .container {
	width: 956px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 5px;
}

#nav .container-long {
	width: 988px;
}

.drop h2 {
	margin-bottom: 7px;
	font-size: 1em;
	line-height: 1.25em;
	color: #333;
}

/* news block */
.news-block-3 {
	width: 328px;
	float: left;
}

.news-block-9 {
	width: 995px;
	float: left;
}

/* post */
.post {
	height: 1%;
	overflow: hidden;
	padding: 0 0 5px 1px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	width: 328px;
	float: left;
}

.post article {
	height: 1%;
	overflow: hidden;
	position: relative;
	text-align: left;
    background: #FAFAFA;
    box-shadow: #C4C4C4 .8px .6px 8px;
    -webkit-box-shadow: #C4C4C4 .8px .6px 8px;
    -moz-box-shadow: #C4C4C4 .8px .6px 8px;
}

.post figure,
.post span,
.post strong,
.post time,
.related-articles figure,
.related-articles span,
.related-articles strong,
.related-articles time {
	cursor: pointer;
}

.post:hover {
	text-decoration: none;
}

.post:hover article {
	background: #f09;
	color: #ff0;
}

.post .media-holder {
	float: right;
}

.post img {
	display: block;
}

.post .block {
	height: 1%;
	overflow: hidden;
	display: block;
	padding: 5px 10px 0;
}

.post .entry-title,
.post .entry-content {
	display: block;
	padding-bottom: 1px;
    color: #000;
}

.post .date,
.related-articles .date {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

.post .date span,
.related-articles .date span {
	font-size: 9px;
	line-height: 16px;
	display: block;
	color: #818181;
	margin-bottom: -4px;
}

.post:hover .date,
.related-articles .article:hover .date {
	background: #f09;
	color: #ff0;
}

.post:hover .date span,
.related-articles .article:hover .date span {
	color: #dfdfd9;
}

.post .entry-content {
	color: #666;
}

.post:hover .entry-content {
	color: #fff;
}

.post .more {
	display: block;
	color: #000;
}

.post:hover .more {
	color: #ff0;
}

.post:hover .more span,
.post .more em {
	position: absolute;
	top: 0;
	left: -9999px;
}

.post:hover .more em {
	position: static;
	left: auto;
}

.single-post.v02 #sidebar .comments,
.post .comments {
	position: absolute;
	bottom: 7px;
	right: 160px;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	padding-left: 13px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat -470px 3px;
}

.post:hover .comments {
	color: #fff !important;
	background-position: -440px -27px !important;
}

.single #sidebar .post .entry-title {
	font-size: 18px;
	line-height: 20px;
}

.single #sidebar .post .entry-content {
	display: none;
}
/* downstate for post */
.post:hover.pressed .entry-title span,
.post:hover.pressed .entry-content,
.post:hover.pressed .more {
	text-decoration: underline;
}

.post:hover.pressed article,
.post:hover.pressed .date {
	background: #f09;
}

.post:hover.pressed .entry-title .date span {
	text-decoration: none;
}

/* drop shadow */
.drop .shadow {
	width: 100%;
	overflow: hidden;
	padding-bottom: 18px;
}

.drop .shadow div {
	width: 5000px;
	height: 6px;
	background: #906;
}

.drop .holder {
	height: 1%;
	overflow: hidden;
	padding: 0 0 0 19px;
}

/* photos */
.drop .photos {
	height: 1%;
	overflow: hidden;
}

#nav .drop .photos li {
	width: 148px;
	height: 116px;
	border-style: none;
	padding: 0 2px 4px 0;
	position: relative;
}

/* photos */
.drop #subnav {
	height: 1%;
	overflow: hidden;
	padding: 0 0 30px 30px;
}

#subnav li {
	width: 30%;
	border-style: none;
	padding: 15px 2px 0 0;
	position: relative;
	color: #F09;
	font-weight: bold;
}

/* main */
#main {
	width: 978px;
	margin: 0 auto;
	padding: 10px 0 24px;
}

/* content */
#content {
	width: 642px;
	float: left;
	padding-top: 12px;
}

/* breadcrumbs */
.breadcrumbs {
	margin-right: -5px;
	padding: 0 0 9px 11px;
}

.breadcrumbs li {
	font-size: 0.917em;
	line-height: 1.273em;
	display: inline;
	padding-left: 4px;
}

.breadcrumbs .home {
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat -295px -168px;
}

.breadcrumbs .home a {
	padding-left: 13px;
}

.breadcrumbs a {
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/bullet-arrow02.png) no-repeat 100% 67%;
	padding-right: 9px;
}

/* downstate for breadcrumbs */
.breadcrumbs .pressed {
	color: #906;
}

/* main post */
.main-post {
	padding: 0 11px 9px;
}

/* heading */
.main-post h1 {
	margin-bottom: 3px;
	font-size: 3em;
	line-height: 1em;
	color: #000;
	font-family: Georgia;
	font-weight: normal;
}

/* meta */
.main-post .meta {
	height: 1%;
	overflow: hidden;
	font-size: 0.917em;
	line-height: 1.273em;
	margin: 0 0 9px -1px;
	color: #999;
}

/* avatar */
.meta .avatar {
	float: left;
	border: 1px solid #fff;
}

.meta .avatar:hover {
	border-color: #906;
}

.meta .avatar img {
	display: block;
}

/* posted */
.meta .posted {
	float: left;
	padding: 9px 10px 0 0;
	color: #000;
	font-size: 12px;
}

.meta .author {
	font-weight: normal;
}

/* social */
.meta .social {
	float: left;
	padding: 6px 18px 0 0;
	width: 135px;
	height: 20px;
	overflow: hidden;
}

.meta .social img {
	display: block;
}

/* comments */
.meta .comments {
	min-height: 14px;
	float: left;
	margin: 9px 13px 0 0;
	padding: 0 0 0 16px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat -264px -197px;
	color: #F09;
	font-size: 12px;
}

.meta .comments:hover {
	color: #906;
}

/* comments */
.meta .views {
	min-height: 14px;
	float: left;
	padding: 9px 0 0 17px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat -230px -219px;
	color: #000;
	font-size: 12px;
}

/* downstate for meta */
.meta .avatar.pressed {
	border-color: #906;
}

.meta .pressed,
.meta .comments.pressed {
	color: #906;
}

/* article content */
.main-post .entry-content {
	height: 1%;
	color: #000;
}

.main-post .entry-content img {
	display: inline;
	margin-bottom: 7px;
}

.main-post h2 {
	margin-bottom: 22px;
	font-size: 1.286em;
	line-height: 1.167em;
	font-weight: normal;
	clear: both;
}

.entry-content blockquote {
	margin: 15px 35px;
	border-left: 3px solid #FF5789;
	text-align: justify;
	padding: 0 10px;
}

/* social holder */
.entry-content .social {
	width: 70px;
	float: right;
	margin-bottom: -5px;
	padding: 3px 10px 0;
}

.main-post .entry-content p {
	margin-bottom: 19px;
}

.entry-content .right iframe {
	float: right;
	clear: both;
	margin-left: 5px;
}

/* related articles */
.related-articles {
	clear: both;
	height: 1%;
	overflow: hidden;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 14px;
}

* +html .related-articles {
	padding-bottom: 21px;
}

.related-articles .article {
	width: 212px;
	height: 202px;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 0 2px 2px 0;
}

.related-articles .article:hover {
	text-decoration: none;
}

.related-articles img {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.related-articles .block {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}

.related-articles .entry-title,
.related-articles .entry-content,
.related-articles .more {
	display: block;
}

.related-articles .entry-content {
	padding-bottom: 1px;
}

.related-articles .short-view,
.related-articles .full-view {
	position: static;
	top: auto;
	min-height: 27px;
	display: block;
	background: #000;
	padding: 7px 11px 9px 9px;
}

.related-articles .full-view {
	background: #f09;
	padding: 7px 9px 9px;
	position: absolute;
	top: -9999px;
	left: auto;
}

.related-articles .article:hover .full-view {
	position: static;
	top: auto;
}

.related-articles .article:hover .short-view {
	position: absolute;
	top: -9999px;
	left: auto;
}

.related-articles .short-view .entry-title {
	font-weight: normal;
}

.related-articles .full-view .entry-title,
.related-articles .more {
	color: #ff0;
}

.related-articles .more {
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat -99px -287px;
}

.related-articles .comments {
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #999;
	padding-left: 13px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat -200px -257px;
}

.related-articles .comments, .related-articles .comments_new {

    color: #666;

}
.related-articles .article:hover .comments {
	color: #fff;
	background-position: -440px -27px;
}

/* downstate for related articles */
.related-articles .pressed .full-view .entry-title,
.related-articles .pressed .full-view .entry-content,
.related-articles .pressed .full-view .more {
	text-decoration: underline;
}

/* more related article */
.more-related-article {
	width: 100%;
	position: relative;
	padding: 14px 0 31px;
	font-size: 18px;
	line-height: 24px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/bg-more-related-article.png) no-repeat -6px 0;
}

.more-related-article strong {
	display: block;
	padding-left: 21px;
}

.more-related-article a.action-link {
	width: 145px;
	margin: 0 auto;
	padding: 0 0 3px;
	word-spacing: 3px;
	color: #333;
	text-decoration: underline;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat -15px -312px;
	display: block;
}

.more-related-article a.ajax-link {
	text-align: center;
	width: 100%;
	display: block;
}

.more-related-article a:hover {
	color: #906;
}

/* downstate for more related article */
.more-related-article .pressed,
.more-related-article .pressed:hover {
	color: #906;
}

/* ad */
#content .ad {
	text-align: center;
	padding-bottom: 29px;
}

#content .ad img {
	vertical-align: top;
}

/* facebook comments holder */
#comments {
	padding: 0 12px 30px 9px;
}

/* sidebar */
#sidebar {
	width: 328px;
	float: right;
	padding-bottom: 20px;
}

/* ad */
#sidebar .ad {
	text-align: center;
	padding: 16px 2px 20px 6px;
	overflow: hidden;
}

#sidebar .ad img {
	vertical-align: top;
}

/* footer */
#footer {
	width: 100%;
	min-height: 243px;
	margin: 0 auto;
	padding: 0 0 104px 0px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/bg-body.png) repeat-x 50% 100%;
	clear: both;
}

#footer .box {
	width: 100%;
	overflow: hidden;
	padding-bottom: 14px;
}

/* heading */
#footer .heading {
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 26px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

#footer .heading span {
	background: #fff;
	padding: 0 10px;
	position: relative;
}

#footer .heading .border {
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #ccc;
	display: block;
	margin-top: -11px;
}

#footer .holder {
	width: 995px;
	margin-left: -10px;
	overflow: hidden;
}

#footer .holder .block {
	width: 168px;
	float: left;
	padding-left: 69px;
}

#footer .holder h3 {
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 20px;
}

mark.orange,
mark.orange a {
	color: #f90;
}

mark.blue,
mark.blue a {
	color: #06c;
}

mark.red,
mark.red a {
	color: #c03;
}

mark.light-blue,
mark.light-blue a {
	color: #138ace;
}

#footer .holder h3 a:hover,
#footer .holder li a:hover {
	color: #906;
}

#footer .holder ul {
	padding-left: 2px;
}

#footer .holder li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
	padding-bottom: 16px;
}

#footer .holder li a {
	min-height: 14px;
	float: left;
	padding-left: 13px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat -354px -109px;
	color: #666;
}

#footer .holder li a:hover {
	background-position: -327px -137px;
}

/* downstate for footer links */
#footer .holder .action-link.pressed {
	color: #906;
}

#footer .holder li .action-link.pressed {
	background-position: -327px -137px;
}

#footer .container {
	height: 1%;
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
	background: #000;
	padding: 8px 6px 9px 18px;
}

#footer p a {
	color: #666;
}

/* footer navigation */
#footer .container ul {
	float: right;
	margin-top: 3px;
	padding-top: 1px;
	overflow: hidden;
}

#footer .container li {
	margin-top: -3px;
	padding: 0 4px;
	border-left: 1px solid #666;
	float: left;
}

#footer .container li:first-child {
	border-style: none;
}

#footer .container li a {
	color: #666;
}

#footer .container a:hover {
	color: #fff;
}

/* previous/next navigation buttons */
.btn-prev-article,
.btn-next-article {
	width: 48px;
	position: fixed;
	top: 440px;
	left: 0;
	z-index: 5000 !important;
	border-top: 2px solid #af0069;
}

.btn-holder:hover {
	width: 126px;
}

.btn-next-article {
	left: auto;
	right: 0;
}

.btn-prev-article .open,
.btn-next-article .open {
	height: 1%;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
	border-top: 2px solid #fe47b5;
	display: block;
	background: #f30092;
}

.btn-prev-article .open em,
.btn-next-article .open em {
	width: 16px;
	height: 41px;
	font-size: 48px;
	line-height: 51px;
	float: left;
	font-style: normal;
	margin: -11px 0 0 14px;
	padding-bottom: 11px;
	cursor: pointer;
}

.btn-next-article .open em {
	float: right;
	margin-right: 15px;
}

.btn-holder:hover .open em {
	margin: -11px 4px 0 5px;
}

.btn-prev-article .open:hover,
.btn-next-article .open:hover {
	text-decoration: none;
}

.btn-prev-article .open span,
.btn-next-article .open span {
	font: 14px/19px Arial, Helvetica, sans-serif;
	word-spacing: -1px;
	float: left;
	display: none;
	white-space: nowrap;
	margin-left: -5px;
	cursor: pointer;
}

.btn-next-article .open span {
	margin: 0 -12px 0 0;
	padding-left: 7px;
}

.btn-holder:hover .open span {
	display: block;
	padding-top: 9px;
}

/* article tootip */
.btn-prev-article .article-tooltip,
.btn-next-article .article-tooltip {
	display: none;
	background: #000;
}

.btn-holder:hover .article-tooltip {
	display: block;
}

.article-tooltip ul {
	padding: 2px 0;
}

.article-tooltip li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
	position: relative;
	padding: 2px 0;
}

.article-tooltip img {
	float: left;
}

.article-tooltip .frame,
.drop .photos .frame {
	width: 122px;
	height: 74px;
	border: 2px solid #906;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: transparent;
}

.drop .photos .frame {
	width: 144px;
	height: 109px;
}

.article-tooltip a:hover .frame,
.drop .photos a:hover .frame {
	display: block;
}

.btn-prev-article .all,
.btn-next-article .all {
	font: 16px/35px Arial, Helvetica, sans-serif;
	word-spacing: -1px;
	display: block;
	text-align: center;
	color: #fff;
	background: #e30389;
}

.btn-prev-article .all:hover,
.btn-next-article .all:hover {
	background: #906;
	text-decoration: none;
}

.fb-like {
	margin: 0 0 10px 0px;
	overflow: visible;
}

#___plusone_0 {
	margin: 7px 0 0 2px !important;
}
@media ( max-width: 320px ){
    #___plusone_0 {
        margin: 7px 0 0 -19px !important;
    }
}

.menu-loading {
	padding: 50px 476px;
}

/* Facebook Comments */
#comments .fb_iframe_widget {
	width: 100%;
}

#comments .fb_iframe_widget span {
	width: 100%;
}

#comments .fb_iframe_widget iframe {
	width: 100%;
}

.photo-navigation {
	text-align: right;
	padding: 0 0 5px;
}

.photo-navigation .back {
	color: #666666;
	float: left;
	font-size: 90%;
	font-weight: normal;
	margin-left: 10px;
}

.photo-navigation a {
	font-weight: bold;
}

.image-meta .count {
	min-height: 14px;
}

.image-meta {
	text-align: center;
	margin-left: 0 !important;
}
.social iframe {
	margin: 5px;
}
.social .twitter-count-vertical {
	margin: 0;
}
.social.photo {
	width: 128px;
}

.social.photo .fb-like {
	top: -9px;
	margin-right: 11px;
}

.social.photo #___plusone_0 {
	margin: -4px 0 0 6px !important;
	float: left !important;
}

.other-photos .next {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	font-size: 8px;
	font-weight: bold;
	padding: 0 4px;
	position: absolute;
}

.other-photos {
	width: 100%;
	position: relative;
}

.other-photos li:hover, .other-photos li.active {
	background: #F09;
}

.other-photos li {
	float: left;
	margin: 0 1px 3px 0;
	padding: 4px 2px 0 4px;
	width: 150px;
}

.header-ad {
	min-height: 92px;
}

.gallery-B {
	margin-bottom: 0px;
	overflow: visible;
}

.gallery-B .data {
	float: right;
	height: 126px;
	text-align: center;
	color: #666;
	font-size: 11px;
}

.gallery-B .data a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding: 49px 0 0 0;
	margin: 0;
	float: none;
}

.dontshow {
	display: none;
}

.PDS_Poll {
	clear: both !important;
}

.single .main-post .entry-content p {
font-size: 14px;
line-height: 18px;
}

.entry-content h3 {
	margin-bottom: 8px;
	font-family: georgia;
	color: #000;
	font-size: 19px;
	font-weight: normal;
	line-height: 23px;
}

.vvqbox {
	overflow: hidden;
}

.main-image {
	min-height: 400px;
}

.menu-item-current strong a {
	background: #E1E1E1 url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/bg-nav-active.png) repeat-x;
	color: #F09 !important;
}

.menu-item-current strong a:hover {
	background: #E1E1E1 url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/bg-nav-active.png) repeat-x;
	color: #FF0 !important;
}

/* Comments	 ------------------------------------------------------------------------------*/
#hl-comments {
}

#hl-comments h4 {
	padding-left: 12px;
	line-height: 24px;
}

.comment {
	margin-bottom: 12px;
	border-top: 1px solid;
}

.comment .header {
	margin-bottom: 15px;
}

.comment .header p {
	padding-left: 12px;
	margin-top: 8px;
}

.comment .header span a {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

.comment-arrow {
	padding-left: 2px;
	padding-top: 8px;
	display: block;
}

.comment-shareontwitter {
	vertical-align: middle;
	display: inline-block;
}

/* .comment .hl-avatar {margin-right: 5px;} */
.comment .main {
	width: 466px;
}

.comment .main p {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

#hl-comments .children {
	margin-left: 20px;
}

.comment-post-hed {
	margin-bottom: 12px;
	display: block;
}

#hl-comment-post {
	border-top: 6px #ff0099 solid;
	padding-top: 12px;
}

#hl-comment-post .user-id {
	width: 330px;
	line-height: 36px;
}

#hl-comment-post .user-id span {
	padding-left: 24px;
}

#hl-comment-post .instruct {
	width: 540px;
	margin-bottom: 12px;
}

#hl-comment-post .comment-input {
	width: 98%;
	height: 150px;
	margin-bottom: 12px;
}

#hl-comment-post .comment-btn {
	margin-bottom: 2px;
}

#cws-gravatar-signup {
	margin-bottom: 16px;
}

.comment .hl-avatar img.avatar {
	margin: 5px;
	border: 1px solid #FF60BF;
}

#hl-comments h4 {
	background: #000;
}

#hl-comments h4 {
	color: #fff200;
}

#hl-comments .header {
	height: 43px;
	background: #FFE5F4;
	font-weight: bold;
	color: black;
}

#hl-comments .main-cont {
	display: inline-block;
}

#hl-comments .comment-reply-link {
	position: relative;
	display: block;
	float: right;
	width: 42px;
	height: 21px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/theme/coment-reply.gif) left top no-repeat;
	-moz-outline: none;
	outline: none;
	text-indent: -999em;
}

#respond {
	clear: both;
	width: 600px;
}

#respond h3#reply-title {
	padding-top: 10px;
	color: black;
	font-family: georgia;
	font-size: 19px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 6px;
}

#respond #submit {
	margin: 0 auto;
	line-height: 22px;
	border: none;
	font-family: "Arial", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #FF4100;
	padding: 0 3px;
}

#respond p {
	color: #000;
	margin-bottom: 10px;
	font-size: 14px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.main-post ol {
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
	list-style-image: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/111009_triangle_ampmpics01110310144111.gif);
}

.main-post li {
	margin-bottom: 3px;
}

.v02 .drop .shadow div {
	-webkit-box-shadow: -100px 0 18px 2px #000;
	-moz-box-shadow: -100px 0 18px 2px #000;
	box-shadow: -100px 0 18px 2px #000;
}
.v02 .btn-prev-article .all,
.v02 .btn-next-article .all {
	background: -moz-linear-gradient(top,  #e30389 0%, #e80b8f 24%, #f627a3 74%, #fc32ab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e30389), color-stop(24%,#e80b8f), color-stop(74%,#f627a3), color-stop(100%,#fc32ab));
	background: -webkit-linear-gradient(top,  #e30389 0%,#e80b8f 24%,#f627a3 74%,#fc32ab 100%);
	background: -o-linear-gradient(top,	 #e30389 0%,#e80b8f 24%,#f627a3 74%,#fc32ab 100%);
	background: -ms-linear-gradient(top,  #e30389 0%,#e80b8f 24%,#f627a3 74%,#fc32ab 100%);
	background: linear-gradient(top,  #e30389 0%,#e80b8f 24%,#f627a3 74%,#fc32ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30389', endColorstr='#fc32ab',GradientType=0 );
}
.v02 .btn-prev-article .all:hover,
.v02 .btn-next-article .all:hover {
	background: -moz-linear-gradient(top,  #990066 0%, #a1006b 21%, #be017f 68%, #cd0289 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990066), color-stop(21%,#a1006b), color-stop(68%,#be017f), color-stop(100%,#cd0289));
	background: -webkit-linear-gradient(top,  #990066 0%,#a1006b 21%,#be017f 68%,#cd0289 100%);
	background: -o-linear-gradient(top,	 #990066 0%,#a1006b 21%,#be017f 68%,#cd0289 100%);
	background: -ms-linear-gradient(top,  #990066 0%,#a1006b 21%,#be017f 68%,#cd0289 100%);
	background: linear-gradient(top,  #990066 0%,#a1006b 21%,#be017f 68%,#cd0289 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990066', endColorstr='#cd0289',GradientType=0 );
}
.bio h1 {
    color: black;
    font-size: 30px;
    margin-bottom: 30px;
}
.bio h1 span {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
}
.userconnect {
	float: right;
	width: 260px;
}
.userconnect a {
	display: block;
	width: 32px;
	height: 32px;
	float: right;
	margin: -10px 0 0 5px;
}
.bio img {
	float: left;
	padding: 0 10px 10px 0;
}
.bio .container {
	border-bottom: 1px solid #666;
	overflow: hidden;
	height: 100px;
	padding: 10px 0 0 10px;
}
.bio .bottom {
	width: 100%;
	text-align: center;
	padding-top: 6px;
}
.bio .bottom  span {
	padding: 5px 20px;
	border: 1px solid #666;
	font-weight: 800;
	color: black;
	-moz-border-radius: 3px;
}
.bio .content {
	font-size: 14px;
	line-height: 18px;
}
.noofarticles {
    font-size: 16px;
    font-weight: 800;
    padding: 0 0 0 10px;}

.articles {
	margin: 13px 0 0 10px;
}
.articles a {
    border-bottom: 1px solid #999999;
    color: #666666;
    display: block;
	font-size: 14px;
	line-height: 18px;
    min-height: 145px;
    padding: 10px 0;
    text-decoration: none;
}
.articles a h2 {
	color: black;
	font-size: 18px;
	line-height: 20px;
	font-weight: 800;
	font-family: Times New Roman;
}
.articles a img {
    border: 1px solid #999999;
    clear: left;
    display: block;
    float: left;
    height: 140px;
    margin-right: 10px;
    padding: 1px;
    width: 250px;
}
.articles a span {
	font-size: 11px;
	display: inline-block;
	height: 14px;
	margin: 5px 0 0 2px;
}
.articles a .readmore {
	color: black;
	display: block;
	font-weight: 800;
	font-size: 12px;
}
.articles a .time {
	width: 100px;
}
.articles a .comments {
    background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat scroll -264px -197px transparent;
    min-height: 14px;
    padding: 0 0 0 16px;
	width: 240px;
}
#content .showmore {
    border: 1px solid #666666;
    color: #666666;
    font-size: 11px;
    font-weight: 800;
	text-decoration: none;
    padding: 6px 12px;
}
.articles-more {
	cursor: pointer;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #999999 100%) repeat scroll 0 0 transparent;
    border: 1px solid #666666;
    color: #333333;
    font-size: 18px;
    height: 32px;
    margin: 10px 0 0 10px;
    padding: 1px 0 5px;
    text-align: center;
    text-decoration: none;
    width: 630px;
	background: -moz-linear-gradient(top,  #ffffff 0%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#999999));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#999999 100%);
	background: -o-linear-gradient(top,	 #ffffff 0%,#999999 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#999999 100%);
	background: linear-gradient(top,  #ffffff 0%,#999999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 );
}
.articles-more img {
    background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat scroll -132px -307px transparent;
    display: inline-block;
    height: 33px;
    padding: 6px 0 0;
    vertical-align: middle;
    width: 26px;
}
.tag-heading {
    color: black;
    font-size: 30px;
    margin: 10px 0 20px 10px;
    line-height: 1;
}
.userconnect .googleplus {
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat scroll -108px -425px transparent;
}
.userconnect .facebook {
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat scroll -154px -425px transparent;
}
.userconnect .twitter {
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat scroll -16px -425px transparent;
}
.userconnect .rss {
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat scroll -63px -425px transparent;
}

/** smart module related article targetted styles **/
.hollywoodlife .related-articles .date span {
    font-size:9px; line-height:16px; display: block; color: #818181; margin-bottom:-4px; display:block !important;
}
.hollywoodlife .related-articles .article:hover .date {
    background:#ff0099; color: #FFFF00;
}
.hollywoodlife .related-articles .full-view {
    position: static; top: auto; min-height: 27px; display: block; background: #ff0099; padding:7px 11px 9px 9px;
}

.hollywoodlife .related-articles .short-view  {
    position: static; top: auto; min-height: 27px; display: block; padding:7px 11px 9px 9px;background: #FAFAFA;
}
.hollywoodlife .related-articles .full-view {
    background: #ff0099; padding:7px 9px 9px; position: absolute; top:-9999px; left:auto;
}

.hollywoodlife .related-articles .short-view .entry-title { color:#000; }

.related-articles .pressed .full-view .entry-title, .related-articles .pressed .full-view .entry-content,
.related-articles .pressed .full-view .more

{
    text-decoration: none;
}

/* downstate for related articles */
.hollywoodlife .related-articles .pressed .full-view,
.hollywoodlife .related-articles .pressed .date { background:#ff0099 !important; }
.hollywoodlife #pmc_smod_container{ text-align: left;}

/* Outbound Link CSS  */
.outbound {
	color: #969090;
	display: block;
	padding: 10px;
}
.outbound a {
	color: #969090;
	margin-right: 3px;
}
.author-social {
    float: right;
    width:auto;
    padding-left: 55px;
}

.author-social h4 {
    font-size: 12px;
    color: #666;
    margin: 10px 0 2px 0;
    font-family: arial;
    font-weight: normal;
    margin-left: -55px;
    position: absolute;
}
#author-social-links li {
    width: 31px;
    height: 32px;
    margin: 0 5px 0 0;
    display: inline-block;
}

#author-social-links {
    display: inline-block;
}

#author-social-links a {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 32px;
    width: 31px;
    background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-authorpages.png) no-repeat 0 -155px transparent;
}

#author-social-links .facebook a {
    background-position: -93px -134px;
}

#author-social-links .linkedin a {
    background-position: -31px -134px;
}

#author-social-links .google-plus a {
    background-position: -62px -134px;
}

#author-social-links .twitter a {
    background-position: -124px -134px;
}

#author-social-links .youtube a {
    background-position: 0px -134px;
}
.articles a:hover{
    background: #FFE5F4;
}
.articles a:hover .readmore{
    color: #F09;
}
.articles a:hover .readmore img{
    display: none;
}
.articles a:hover h2{
    color:  #F09;
}

/* Pinterest */
.pinterest-vertical {
	margin: 33px 0 0 0;
	padding-left: 6px;
	float: left;
	display: inline;
}


/*
 * right rail improvements for readability
 */
.post .block {
	font-size: 13px; line-height: 15px;
	-webkit-transition: color 0.2s ease-in;
}

.post .more {
	font-size: 11px;
	-webkit-transition: color 0.2s ease-in;
}

.post .entry-content {
	color: rgb(0, 0, 0);
	-webkit-transition: color 0.2s ease-in;
}

.post:hover .entry-title {
	color: #fff200;
	-webkit-transition: color 0.2s ease-in;
}


/*
 * hide prev & next arrows if screen width gets
 * smaller (like mobile devices) else they overlap content
 */
@media only screen and (max-width: 1150px) {
	.single-post .btn-prev-article, .single-post .btn-next-article {
		display: none;
	}
}

/*
 * marker for external links in articles
 */
.outbound a {
	padding-right: 15px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/external-link-marker.gif) no-repeat right center;
}


/*
 * styles for 'above-around-pmc' sidebar
 */
#sidebar-above-around-pmc {
	width: 100%; margin: 10px 0px 10px 0px;
	text-align: center
}

/* CSS for PMC Gallery*/
.main-post .meta {
	height: auto;
}
div.respond {
	clear: both;
}
#content .gallery-image div.gallery-multi div{
    height:800px;
    vertical-align: top !important;
}
.gallery-interstitial {
	margin-top: 39px;
	left: -10px;
	display: none;
	position: absolute;
    width: 650px ;
    height: 800px ;
	background-color: #ffffff;
	z-index: 100;
	text-align: center;
}

.main-post .entry-content {
	height: auto;
}
.main-post .entry-content img {
	margin-bottom: 1px;
}
.gallery-side {
	width: 300px;
	position: absolute;
	top: 55px;
	right: -315px;
}

.gallery-count {
	margin-bottom: 10px;
	font-size: 100%;
	padding: 20px 0 0;
}

.gallery-B .gallery-count {
	display: inline-block;
	margin-top: -5px;
}
.gallery-thumbs{
	margin-bottom: 39px;
	width: 330px;
	position: relative;
	top: 0;
	right: 0;
}
.gallery-thumbs div.gallery-multi div {
	position: relative;
	width: 103px;
	max-height: 79px;
	overflow: hidden;
}
.gallery-thumbs div.gallery-multi div span {
	position: absolute;
	width: 98px;
	top: 2px;
	text-align: center;
	font-size: 12px;
	color: white;
	background-color: #fe47b5;
	left: 2px;
	opacity: 0.75;
}
.gallery-thumbs div.gallery-multi div img {
	width: 100px;
}
.gallery-B .gallery-thumbs {
	width: 475px;
}
.gallery-B .gallery-thumbs div.gallery-multi div {
	width: 154px;
	background-color: white;
	max-height: none;
}
.gallery-B .gallery-thumbs div.gallery-multi div span {
	width: 148px;
}
.gallery-B .gallery-thumbs div.gallery-multi div img {
	width: 150px;
	opacity: 1;
}

.gallery-image {
	width: 100%;
	height: auto;
}
.gallery-image div.gallery-multi {
	display: table;
	height: auto;
	padding-bottom: 15px;
}

.entry-content .gallery-image div.gallery-multi div img {
	width: auto;
	height: auto;
	max-height: none;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
        top: 30px;
        position: relative;
}
.gallery-image div.gallery-multi div .credits {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 3px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	line-height: 12px;
	color: #777;
	margin-bottom: 2px;
}

.pgalmoreside .gallery-multi {
	height: auto;
	width: auto;
	overflow: visible;
}

/*from old gallery */
.v02 .full-screen {
	width: 100%;
	text-align: center;
	margin: 29px 0;
}

.v02 .full-screen a {
	background-color: #777;
	border-radius: 5px;
	padding: 5px 10px;
	color: #EEE;
	font-weight: bold;
	visibility: hidden;
}

.v02 #sidebar .comments {
	min-height: 14px;
	padding: 0 0 0 16px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat -264px -197px;
	color: #F09;
}

.v02 #sidebar .comments:hover {
	color: #906;
}

.v02 .comment-container {
	width: 100%;
	margin: 0 0 220px;
	text-align: center;
}

.v02 #sidebar .comments {
	min-height: 14px;
	padding: 0 0 0 16px;
	background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite-icons.png) no-repeat -264px -197px;
	color: #F09;
}

.v02 #sidebar .comments:hover {
	color: #906;
}

.v02 .comment-container {
	margin: 0 0 195px;
}
.galleria_nav .gallery-back {
    font-size: 1.2em;
    position: relative;
    top: 0;
    width: 120px;
    margin: 0 auto;
}

#sidebar.gallery-sidebar {
	margin-top: 275px;
}
.galleria_nav {
	text-align: center;
}
/*CSS for PMC Gallery Ends*/


/*
 * for mobile devices
 */
@media only screen and (max-width: 800px) {
	/* article heading */
	.main-post h1 {
		font-size: 2em;
	}
}

/*
 Sept 20 2013: Temporary CSS rules for sponsored posts
 Can be removed in appx one week (Sept 27 2013)
 Check w/ Andrea before removing
 */

/*
 peach
 */
.postid-1193966 .gallery-image div.gallery-multi div img {
border-right: 10px solid #FFD094;
border-left: 10px solid #FFD094;
border-bottom: 10px solid #E2BD8E;
border-top: 10px solid #FFC274;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
}


/*
 mango
 */
.postid-1193970 .gallery-image div.gallery-multi div img {
border-right: 10px solid #FF9A18;
border-left: 10px solid #FF9E22;
border-bottom: 10px solid #FFBA62;
border-top: 10px solid #FFBF6E;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
}


/*
 strawberry lemonade
 */
.postid-1193974 .gallery-image div.gallery-multi div img {
border-right: 10px solid #FFCFED;
border-left: 10px solid #FFCFED;
border-bottom: 10px solid #FFA1DD;
border-top: 10px solid #FFA1DD;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
}


/*
 pomatini
 */
.postid-1193977 .gallery-image div.gallery-multi div img {
border-right: 10px solid #C2459A;
border-left: 10px solid #C2459A;
border-bottom: 10px solid #EE54BD;
border-top: 10px solid #EE54BD;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
}


/*
 blueberry rasberry
 */
.postid-1193980 .gallery-image div.gallery-multi div img {
border-right: 10px solid #754AD1;
border-left: 10px solid #754AD1;
border-bottom: 10px solid #905CFF;
border-top: 10px solid #905CFF;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
}


/*
 iced tea
 */
.postid-1193984 .gallery-image div.gallery-multi div img {
border-right: 10px solid #DFC43A;
border-left: 10px solid #DFC43A;
border-bottom: 10px solid #BEA20D;
border-top: 10px solid #BEA20D;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
}

.postid-1197243 .gallery-image div.gallery-multi div img {
border-right: 10px solid #FFCFED;
border-left: 10px solid #FFCFED;
border-bottom: 10px solid #FFA1DD;
border-top: 10px solid #FFA1DD;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
}

.video-embed-container {
	margin-bottom: 15px;
}
.ndn_featured_video{
	padding-bottom: 15px;
}
.ndn_embed_widget{
	padding-left: 15px;
}
/**
*Crystal Light Sponsored Gallery CSS
*/
.postid-1311236 .gallery-image div.gallery-multi div img {
	border-right: 10px solid #E256AE;
	border-left: 10px solid #E256AE;
	border-bottom: 10px solid #E256AE;
	border-top: 10px solid #E256AE;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.postid-1311236 .gallery-multi {
	margin-top: 49px;
}

.postid-1311236 #sidebar {
	margin-top: 6px;
}

.postid-1311236 .full-screen {
	background: url(http://pmchollywoodlife.files.wordpress.com/2014/02/cl-sponsored-gallery.png) no-repeat top center;
	height: 128px;
	margin-top: 0;
}

.postid-1311236 .galleria_nav .gallery-navigation-previous {
	background: url(http://pmchollywoodlife.files.wordpress.com/2014/02/previous.png) no-repeat;
}

.postid-1311236 .galleria_nav .gallery-navigation-next {
	background: url(http://pmchollywoodlife.files.wordpress.com/2014/02/next1.png) no-repeat right;
}

.postid-1311236 .main-post {
	background: #FFF9FF;
}

.postid-1311236 #content {
	background: #FFF9FF;
}

.postid-1311236 #header {
	background: #fff;
}

.postid-1311236 #wrapper {
	background: #FFF9FF;
}

@media all and (max-width: 480px) {
	.postid-1311236 .gallery-image div.gallery-multi div img {
		border: 0;
	}

	.postid-1311236 .entry-content {
		background: url(http://pmchollywoodlife.files.wordpress.com/2014/02/crystal-light-sponsored-by1.png) no-repeat top center;
		padding-top: 73px;
	}

    #content .gallery-image div.gallery-multi div{
        height:450px;
    }
    .gallery-interstitial {
        height: 450px;
    }
}

@media all and (max-width: 320px) {
	.postid-1311236 .gallery-image div.gallery-multi div img {
		border: 0;
	}

	.postid-1311236 .entry-content {
		background: url(http://pmchollywoodlife.files.wordpress.com/2014/02/crystal-light-sponsored-by1.png) no-repeat top center;
		padding-top: 73px;
	}
}

.article-ndn-shortcode{
	float: right;
	padding: 5px 0 5px 0;
}

/* Gallery fix for  r155085 Enqueue PMC Gallery scripts at priority 999, load JS in the footer to force loading of Swipe 1.0 *after* Swipe 2.0 which is (suddenly) being loaded by the WPCPOM Comment_Like package and breaking all of our galleries. */
.single-pmc-gallery .gallery-side {
	min-height: 200px;
}

.single-pmc-gallery .gallery-side .gallery-thumbs {
	left: 0;
	width: 325px;
	position: relative;
}

.single .gallery-B .gallery-thumbs-medium-preview {
	position: relative;
	left: 0;
}


/* iPhone 5, 6, 6+, Droid, Samsung Gallaxy 4 Landscape Orientation */
@media (min-width: 540px) and (max-width: 736px) {
	.logo {
		height: 148px !important;
		width: 100%;
		background-color: #ec008c;
	}
}
/* iPhone 4 Landscape Orientation */
@media (min-width: 480px) and (max-width: 480px) {
	.logo {
		height: 112px;
	}
}
/* iPhone 6 Plus Portrait Orientation */
@media (min-width: 414px) and (max-width: 414px) {
	.logo {
		height: 95px;
	}
}
/* iPhone 6 Portrait Orientation */
@media (min-width: 375px) and (max-width: 375px) {
	.logo {
		height: 87px;
	}
}
/* iPhone 4 & 5 Portrait Orientation */
@media (min-width: 320px) and (max-width: 320px) {
	.logo {
		height: 74px;
	}
}

/* New header style for all sections of the site */
@media only screen and (max-width: 320px) {
    .logo {
        width: 467px;
        height: 82px;
        overflow: hidden;
        text-indent: -9999px;
        float: left;
        background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/theme/logo-home-mobile-v2.gif) no-repeat;
    }

}

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

    .logo {
        margin-left: -12px;
        height: 73px;
        background: url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/theme/logo-home-mobile-v2.gif) no-repeat;
    }
}
.footer_section{clear:both;color:#fff;overflow:hidden;padding:0;width:100%;margin:0 auto}.footer_section #other-pmc-properties a:hover{text-decoration:none}.footer_section #other-pmc-properties .variety411{text-align:center;padding:13px 0 5px}.footer_section #other-pmc-properties .variety411 a{color:#fff;font-size:15px;font-weight:normal}.footer_section #other-pmc-properties p{font-size:12px;line-height:1.4em;font-weight:normal;color:#fff}.footer_section #other-pmc-properties #pmc-logo{border-bottom:1px solid #999;margin:40px 0 15px 0;position:relative}.footer_section #other-pmc-properties #pmc-logo a{width:107px;height:17px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/pmc-footer-logos.png) #363636 no-repeat -7px -902px;position:absolute;top:-5px;left:408px}.footer_section #other-pmc-properties #pmc-logo span{font-size:9px;color:#fff;text-align:center;width:107px;position:absolute;top:16px;left:0;font-weight:bold}.footer_section #other-pmc-properties #pmc-properties{margin:40px 0 0 0;list-style:none;text-align:center;padding:0 5px}.footer_section #other-pmc-properties #pmc-properties li{padding:0 0 0 20px;display:inline-block}.footer_section #other-pmc-properties #pmc-properties li:first-child{padding:0 !important}.footer_section #other-pmc-properties #pmc-properties li a{display:block;text-indent:-999px;overflow:hidden}.footer_section #other-pmc-properties #pmc-properties li a:hover{color:#ff9902}.footer_section #other-pmc-properties #pmc-properties li a:active{color:#ff1b1b}.footer_section #other-pmc-properties #pmc-properties .bgr a{width:45px;height:19px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite.png) no-repeat 0 -82px transparent;margin-top:13px}.footer_section #other-pmc-properties #pmc-properties .deadline a{width:120px;height:16px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite.png) no-repeat -48px -81px transparent;margin-top:16px}.footer_section #other-pmc-properties #pmc-properties .entv a{width:115px;height:23px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/pmc-footer-logos.png) no-repeat -3px -570px transparent;margin-top:8px}.footer_section #other-pmc-properties #pmc-properties .hollywood-life a{width:105px;height:42px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite.png) no-repeat -170px -81px transparent;margin-top:2px}.footer_section #other-pmc-properties #pmc-properties .india a{width:120px;height:20px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite.png) no-repeat -143px -57px transparent;margin-top:13px}.footer_section #other-pmc-properties #pmc-properties .movieline a{width:110px;height:21px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite.png) no-repeat -195px 0px transparent;margin-top:13px}.footer_section #other-pmc-properties #pmc-properties .tvline a{width:76px;height:28px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite.png) no-repeat -195px -23px transparent;margin-top:8px}.footer_section #other-pmc-properties #pmc-properties .variety a{width:83px;height:23px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/sprite.png) no-repeat -154px -123px transparent;margin-top:8px}.footer_section #other-pmc-properties #pmc-properties .wwd a{width:55px;height:22px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/pmc-footer-logos.png) no-repeat -32px -1111px transparent;margin-top:13px}.footer_section #other-pmc-properties #pmc-properties .fn a{width:50px;height:22px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/pmc-footer-logos.png) no-repeat -35px -1040px transparent;margin-top:13px}#hl-boilerplate{padding:19px 16px 40px;border-top:solid 6px;clear:left;text-align:right;border-color:#CCC;background:#ffe5f4}#hl-boilerplate span{font-size:10px;float:right;padding:14px 0}#hl-boilerplate span a{color:#000}#hl-boilerplate p{padding:14px 0px 14px 0;text-align:right}#hl-boilerplate p.hl-copyright{float:left;margin:0 auto;padding:14px 0;text-align:left;width:400px}#hl-boilerplate p.hl-copyright.powered-by-vip{margin:0 5px 0 auto;float:none;text-align:right}#hl-boilerplate .hl-slogos{padding-top:12px;text-align:center;margin:0 auto}#hl-boilerplate .hl-slogos img{border-left:1px solid;text-align:center;vertical-align:middle;border-color:#CCC}#hl-boilerplate .hl-slogos .first{border:0}#hl-boilerplate ul{float:right;list-style:none;padding:14px 0}#hl-boilerplate ul li{float:left;text-align:left;border-right:1px solid #000;padding:0 6px}#hl-boilerplate ul li:last-child{border-right:0}#hl-boilerplate ul li a{font-size:10px;font-weight:bold;color:#000}@media only screen and (max-width: 767px){.footer_section{position:relative;width:100%}.footer_section #other-pmc-properties{padding:70px 5px 15px}.footer_section #other-pmc-properties #property-snippets{height:156px;overflow:hidden}.footer_section #other-pmc-properties #property-snippets li{width:150px;height:156px;padding-left:3px}.footer_section #other-pmc-properties #property-snippets li img{width:146px;height:82px}.footer_section #other-pmc-properties #property-snippets li p{font-size:10px}.footer_section #other-pmc-properties #pmc-logo{position:inherit}.footer_section #other-pmc-properties #pmc-logo a{top:15px;left:36%}.footer_section #other-pmc-properties #pmc-properties{margin-top:20px;text-align:center}.footer_section #other-pmc-properties #pmc-properties li{float:none;display:inline-block;vertical-align:top;padding:0 17px}#hl-boilerplate{position:relative;text-align:center;padding-top:0}#hl-boilerplate a{font-weight:bold}#hl-boilerplate ul{float:none}#hl-boilerplate ul li{float:none;display:inline-block;text-align:center}#hl-boilerplate p.hl-copyright{position:absolute;text-align:center;width:100%;top:34px;left:0;font-size:10px}#hl-boilerplate p.hl-copyright.powered-by-vip{position:relative;text-align:center;top:-8px}}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../font/fontawesome-webfont.eot?v=4.1.0);src:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../font/fontawesome-webfont.eot?#iefix&v=4.1.0) format("embedded-opentype"),url(/wp-content/themes/vip/pmc-hollywoodlife/css/../font/fontawesome-webfont.woff?v=4.1.0) format("woff"),url(/wp-content/themes/vip/pmc-hollywoodlife/css/../font/fontawesome-webfont.ttf?v=4.1.0) format("truetype"),url(/wp-content/themes/vip/pmc-hollywoodlife/css/../font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format("svg");font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="icon-"],a [class*=" icon-"]{display:inline-block}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="icon-"],.btn [class*=" icon-"],.nav [class^="icon-"],.nav [class*=" icon-"]{display:inline}.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"],.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class^="icon-"],.nav-pills [class^="icon-"].icon-large,.nav-pills [class*=" icon-"],.nav-pills [class*=" icon-"].icon-large{line-height:.9em}li [class^="icon-"],li [class*=" icon-"],.nav li [class^="icon-"],.nav li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center}li [class^="icon-"].icon-large,li [class*=" icon-"].icon-large,.nav li [class^="icon-"].icon-large,.nav li [class*=" icon-"].icon-large{width:1.5625em}ul.icons{list-style-type:none;text-indent:-.75em}ul.icons li [class^="icon-"],ul.icons li [class*=" icon-"]{width:.75em}.icon-muted{color:#eee}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.icon-spin{height:.9em}.btn .icon-spin{height:auto}.icon-spin.icon-large{height:1.25em}.btn .icon-spin.icon-large{height:.75em}}.icon-adjust:before{content:"\f042"}.icon-adn:before{content:"\f170"}.icon-align-center:before{content:"\f037"}.icon-align-justify:before{content:"\f039"}.icon-align-left:before{content:"\f036"}.icon-align-right:before{content:"\f038"}.icon-ambulance:before{content:"\f0f9"}.icon-anchor:before{content:"\f13d"}.icon-android:before{content:"\f17b"}.icon-angle-double-down:before{content:"\f103"}.icon-angle-double-left:before{content:"\f100"}.icon-angle-double-right:before{content:"\f101"}.icon-angle-double-up:before{content:"\f102"}.icon-angle-down:before{content:"\f107"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-apple:before{content:"\f179"}.icon-archive:before{content:"\f187"}.icon-arrow-circle-down:before{content:"\f0ab"}.icon-arrow-circle-left:before{content:"\f0a8"}.icon-arrow-circle-o-down:before{content:"\f01a"}.icon-arrow-circle-o-left:before{content:"\f190"}.icon-arrow-circle-o-right:before{content:"\f18e"}.icon-arrow-circle-o-up:before{content:"\f01b"}.icon-arrow-circle-right:before{content:"\f0a9"}.icon-arrow-circle-up:before{content:"\f0aa"}.icon-arrow-down:before{content:"\f063"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrows:before{content:"\f047"}.icon-arrows-alt:before{content:"\f0b2"}.icon-arrows-h:before{content:"\f07e"}.icon-arrows-v:before{content:"\f07d"}.icon-asterisk:before{content:"\f069"}.icon-automobile:before{content:"\f1b9"}.icon-backward:before{content:"\f04a"}.icon-ban:before{content:"\f05e"}.icon-bank:before{content:"\f19c"}.icon-bar-chart-o:before{content:"\f080"}.icon-barcode:before{content:"\f02a"}.icon-bars:before{content:"\f0c9"}.icon-beer:before{content:"\f0fc"}.icon-behance:before{content:"\f1b4"}.icon-behance-square:before{content:"\f1b5"}.icon-bell:before{content:"\f0f3"}.icon-bell-o:before{content:"\f0a2"}.icon-bitbucket:before{content:"\f171"}.icon-bitbucket-square:before{content:"\f172"}.icon-bitcoin:before{content:"\f15a"}.icon-bold:before{content:"\f032"}.icon-bolt:before{content:"\f0e7"}.icon-bomb:before{content:"\f1e2"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-bookmark-o:before{content:"\f097"}.icon-briefcase:before{content:"\f0b1"}.icon-btc:before{content:"\f15a"}.icon-bug:before{content:"\f188"}.icon-building:before{content:"\f1ad"}.icon-building-o:before{content:"\f0f7"}.icon-bullhorn:before{content:"\f0a1"}.icon-bullseye:before{content:"\f140"}.icon-cab:before{content:"\f1ba"}.icon-calendar:before{content:"\f073"}.icon-calendar-o:before{content:"\f133"}.icon-camera:before{content:"\f030"}.icon-camera-retro:before{content:"\f083"}.icon-car:before{content:"\f1b9"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-caret-square-o-down:before{content:"\f150"}.icon-caret-square-o-left:before{content:"\f191"}.icon-caret-square-o-right:before{content:"\f152"}.icon-caret-square-o-up:before{content:"\f151"}.icon-caret-up:before{content:"\f0d8"}.icon-certificate:before{content:"\f0a3"}.icon-chain:before{content:"\f0c1"}.icon-chain-broken:before{content:"\f127"}.icon-check:before{content:"\f00c"}.icon-check-circle:before{content:"\f058"}.icon-check-circle-o:before{content:"\f05d"}.icon-check-square:before{content:"\f14a"}.icon-check-square-o:before{content:"\f046"}.icon-chevron-circle-down:before{content:"\f13a"}.icon-chevron-circle-left:before{content:"\f137"}.icon-chevron-circle-right:before{content:"\f138"}.icon-chevron-circle-up:before{content:"\f139"}.icon-chevron-down:before{content:"\f078"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-chevron-up:before{content:"\f077"}.icon-child:before{content:"\f1ae"}.icon-circle:before{content:"\f111"}.icon-circle-o:before{content:"\f10c"}.icon-circle-o-notch:before{content:"\f1ce"}.icon-circle-thin:before{content:"\f1db"}.icon-clipboard:before{content:"\f0ea"}.icon-clock-o:before{content:"\f017"}.icon-cloud:before{content:"\f0c2"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-cny:before{content:"\f157"}.icon-code:before{content:"\f121"}.icon-code-fork:before{content:"\f126"}.icon-codepen:before{content:"\f1cb"}.icon-coffee:before{content:"\f0f4"}.icon-cog:before{content:"\f013"}.icon-cogs:before{content:"\f085"}.icon-columns:before{content:"\f0db"}.icon-comment:before{content:"\f075"}.icon-comment-o:before{content:"\f0e5"}.icon-comments:before{content:"\f086"}.icon-comments-o:before{content:"\f0e6"}.icon-compass:before{content:"\f14e"}.icon-compress:before{content:"\f066"}.icon-copy:before{content:"\f0c5"}.icon-credit-card:before{content:"\f09d"}.icon-crop:before{content:"\f125"}.icon-crosshairs:before{content:"\f05b"}.icon-css3:before{content:"\f13c"}.icon-cube:before{content:"\f1b2"}.icon-cubes:before{content:"\f1b3"}.icon-cut:before{content:"\f0c4"}.icon-cutlery:before{content:"\f0f5"}.icon-dashboard:before{content:"\f0e4"}.icon-database:before{content:"\f1c0"}.icon-dedent:before{content:"\f03b"}.icon-delicious:before{content:"\f1a5"}.icon-desktop:before{content:"\f108"}.icon-deviantart:before{content:"\f1bd"}.icon-digg:before{content:"\f1a6"}.icon-dollar:before{content:"\f155"}.icon-dot-circle-o:before{content:"\f192"}.icon-download:before{content:"\f019"}.icon-dribbble:before{content:"\f17d"}.icon-dropbox:before{content:"\f16b"}.icon-drupal:before{content:"\f1a9"}.icon-edit:before{content:"\f044"}.icon-eject:before{content:"\f052"}.icon-ellipsis-h:before{content:"\f141"}.icon-ellipsis-v:before{content:"\f142"}.icon-empire:before{content:"\f1d1"}.icon-envelope:before{content:"\f0e0"}.icon-envelope-o:before{content:"\f003"}.icon-envelope-square:before{content:"\f199"}.icon-eraser:before{content:"\f12d"}.icon-eur:before{content:"\f153"}.icon-euro:before{content:"\f153"}.icon-exchange:before{content:"\f0ec"}.icon-exclamation:before{content:"\f12a"}.icon-exclamation-circle:before{content:"\f06a"}.icon-exclamation-triangle:before{content:"\f071"}.icon-expand:before{content:"\f065"}.icon-external-link:before{content:"\f08e"}.icon-external-link-square:before{content:"\f14c"}.icon-eye:before{content:"\f06e"}.icon-eye-slash:before{content:"\f070"}.icon-facebook:before{content:"\f09a"}.icon-facebook-square:before{content:"\f082"}.icon-fast-backward:before{content:"\f049"}.icon-fast-forward:before{content:"\f050"}.icon-fax:before{content:"\f1ac"}.icon-female:before{content:"\f182"}.icon-fighter-jet:before{content:"\f0fb"}.icon-file:before{content:"\f15b"}.icon-file-archive-o:before{content:"\f1c6"}.icon-file-audio-o:before{content:"\f1c7"}.icon-file-code-o:before{content:"\f1c9"}.icon-file-excel-o:before{content:"\f1c3"}.icon-file-image-o:before{content:"\f1c5"}.icon-file-movie-o:before{content:"\f1c8"}.icon-file-o:before{content:"\f016"}.icon-file-pdf-o:before{content:"\f1c1"}.icon-file-photo-o:before{content:"\f1c5"}.icon-file-picture-o:before{content:"\f1c5"}.icon-file-powerpoint-o:before{content:"\f1c4"}.icon-file-sound-o:before{content:"\f1c7"}.icon-file-text:before{content:"\f15c"}.icon-file-text-o:before{content:"\f0f6"}.icon-file-video-o:before{content:"\f1c8"}.icon-file-word-o:before{content:"\f1c2"}.icon-file-zip-o:before{content:"\f1c6"}.icon-files-o:before{content:"\f0c5"}.icon-film:before{content:"\f008"}.icon-filter:before{content:"\f0b0"}.icon-fire:before{content:"\f06d"}.icon-fire-extinguisher:before{content:"\f134"}.icon-flag:before{content:"\f024"}.icon-flag-checkered:before{content:"\f11e"}.icon-flag-o:before{content:"\f11d"}.icon-flash:before{content:"\f0e7"}.icon-flask:before{content:"\f0c3"}.icon-flickr:before{content:"\f16e"}.icon-floppy-o:before{content:"\f0c7"}.icon-folder:before{content:"\f07b"}.icon-folder-o:before{content:"\f114"}.icon-folder-open:before{content:"\f07c"}.icon-folder-open-o:before{content:"\f115"}.icon-font:before{content:"\f031"}.icon-forward:before{content:"\f04e"}.icon-foursquare:before{content:"\f180"}.icon-frown-o:before{content:"\f119"}.icon-gamepad:before{content:"\f11b"}.icon-gavel:before{content:"\f0e3"}.icon-gbp:before{content:"\f154"}.icon-ge:before{content:"\f1d1"}.icon-gear:before{content:"\f013"}.icon-gears:before{content:"\f085"}.icon-gift:before{content:"\f06b"}.icon-git:before{content:"\f1d3"}.icon-git-square:before{content:"\f1d2"}.icon-github:before{content:"\f09b"}.icon-github-alt:before{content:"\f113"}.icon-github-square:before{content:"\f092"}.icon-gittip:before{content:"\f184"}.icon-glass:before{content:"\f000"}.icon-globe:before{content:"\f0ac"}.icon-google:before{content:"\f1a0"}.icon-google-plus:before{content:"\f0d5"}.icon-google-plus-square:before{content:"\f0d4"}.icon-graduation-cap:before{content:"\f19d"}.icon-group:before{content:"\f0c0"}.icon-h-square:before{content:"\f0fd"}.icon-hacker-news:before{content:"\f1d4"}.icon-hand-o-down:before{content:"\f0a7"}.icon-hand-o-left:before{content:"\f0a5"}.icon-hand-o-right:before{content:"\f0a4"}.icon-hand-o-up:before{content:"\f0a6"}.icon-hdd-o:before{content:"\f0a0"}.icon-header:before{content:"\f1dc"}.icon-headphones:before{content:"\f025"}.icon-heart:before{content:"\f004"}.icon-heart-o:before{content:"\f08a"}.icon-history:before{content:"\f1da"}.icon-home:before{content:"\f015"}.icon-hospital-o:before{content:"\f0f8"}.icon-html5:before{content:"\f13b"}.icon-image:before{content:"\f03e"}.icon-inbox:before{content:"\f01c"}.icon-indent:before{content:"\f03c"}.icon-info:before{content:"\f129"}.icon-info-circle:before{content:"\f05a"}.icon-inr:before{content:"\f156"}.icon-instagram:before{content:"\f16d"}.icon-institution:before{content:"\f19c"}.icon-italic:before{content:"\f033"}.icon-joomla:before{content:"\f1aa"}.icon-jpy:before{content:"\f157"}.icon-jsfiddle:before{content:"\f1cc"}.icon-key:before{content:"\f084"}.icon-keyboard-o:before{content:"\f11c"}.icon-krw:before{content:"\f159"}.icon-language:before{content:"\f1ab"}.icon-laptop:before{content:"\f109"}.icon-leaf:before{content:"\f06c"}.icon-legal:before{content:"\f0e3"}.icon-lemon-o:before{content:"\f094"}.icon-level-down:before{content:"\f149"}.icon-level-up:before{content:"\f148"}.icon-life-bouy:before{content:"\f1cd"}.icon-life-ring:before{content:"\f1cd"}.icon-life-saver:before{content:"\f1cd"}.icon-lightbulb-o:before{content:"\f0eb"}.icon-link:before{content:"\f0c1"}.icon-linkedin:before{content:"\f0e1"}.icon-linkedin-square:before{content:"\f08c"}.icon-linux:before{content:"\f17c"}.icon-list:before{content:"\f03a"}.icon-list-alt:before{content:"\f022"}.icon-list-ol:before{content:"\f0cb"}.icon-list-ul:before{content:"\f0ca"}.icon-location-arrow:before{content:"\f124"}.icon-lock:before{content:"\f023"}.icon-long-arrow-down:before{content:"\f175"}.icon-long-arrow-left:before{content:"\f177"}.icon-long-arrow-right:before{content:"\f178"}.icon-long-arrow-up:before{content:"\f176"}.icon-magic:before{content:"\f0d0"}.icon-magnet:before{content:"\f076"}.icon-mail-forward:before{content:"\f064"}.icon-mail-reply:before{content:"\f112"}.icon-mail-reply-all:before{content:"\f122"}.icon-male:before{content:"\f183"}.icon-map-marker:before{content:"\f041"}.icon-maxcdn:before{content:"\f136"}.icon-medkit:before{content:"\f0fa"}.icon-meh-o:before{content:"\f11a"}.icon-microphone:before{content:"\f130"}.icon-microphone-slash:before{content:"\f131"}.icon-minus:before{content:"\f068"}.icon-minus-circle:before{content:"\f056"}.icon-minus-square:before{content:"\f146"}.icon-minus-square-o:before{content:"\f147"}.icon-mobile:before{content:"\f10b"}.icon-mobile-phone:before{content:"\f10b"}.icon-money:before{content:"\f0d6"}.icon-moon-o:before{content:"\f186"}.icon-mortar-board:before{content:"\f19d"}.icon-music:before{content:"\f001"}.icon-navicon:before{content:"\f0c9"}.icon-openid:before{content:"\f19b"}.icon-outdent:before{content:"\f03b"}.icon-pagelines:before{content:"\f18c"}.icon-paper-plane:before{content:"\f1d8"}.icon-paper-plane-o:before{content:"\f1d9"}.icon-paperclip:before{content:"\f0c6"}.icon-paragraph:before{content:"\f1dd"}.icon-paste:before{content:"\f0ea"}.icon-pause:before{content:"\f04c"}.icon-paw:before{content:"\f1b0"}.icon-pencil:before{content:"\f040"}.icon-pencil-square:before{content:"\f14b"}.icon-pencil-square-o:before{content:"\f044"}.icon-phone:before{content:"\f095"}.icon-phone-square:before{content:"\f098"}.icon-photo:before{content:"\f03e"}.icon-picture-o:before{content:"\f03e"}.icon-pied-piper:before{content:"\f1a7"}.icon-pied-piper-alt:before{content:"\f1a8"}.icon-pied-piper-square:before{content:"\f1a7"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-square:before{content:"\f0d3"}.icon-plane:before{content:"\f072"}.icon-play:before{content:"\f04b"}.icon-play-circle:before{content:"\f144"}.icon-play-circle-o:before{content:"\f01d"}.icon-plus:before{content:"\f067"}.icon-plus-circle:before{content:"\f055"}.icon-plus-square:before{content:"\f0fe"}.icon-plus-square-o:before{content:"\f196"}.icon-power-off:before{content:"\f011"}.icon-print:before{content:"\f02f"}.icon-puzzle-piece:before{content:"\f12e"}.icon-qq:before{content:"\f1d6"}.icon-qrcode:before{content:"\f029"}.icon-question:before{content:"\f128"}.icon-question-circle:before{content:"\f059"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-ra:before{content:"\f1d0"}.icon-random:before{content:"\f074"}.icon-rebel:before{content:"\f1d0"}.icon-recycle:before{content:"\f1b8"}.icon-reddit:before{content:"\f1a1"}.icon-reddit-square:before{content:"\f1a2"}.icon-refresh:before{content:"\f021"}.icon-renren:before{content:"\f18b"}.icon-reorder:before{content:"\f0c9"}.icon-repeat:before{content:"\f01e"}.icon-reply:before{content:"\f112"}.icon-reply-all:before{content:"\f122"}.icon-retweet:before{content:"\f079"}.icon-rmb:before{content:"\f157"}.icon-road:before{content:"\f018"}.icon-rocket:before{content:"\f135"}.icon-rotate-left:before{content:"\f0e2"}.icon-rotate-right:before{content:"\f01e"}.icon-rouble:before{content:"\f158"}.icon-rss:before{content:"\f09e"}.icon-rss-square:before{content:"\f143"}.icon-rub:before{content:"\f158"}.icon-ruble:before{content:"\f158"}.icon-rupee:before{content:"\f156"}.icon-save:before{content:"\f0c7"}.icon-scissors:before{content:"\f0c4"}.icon-search:before{content:"\f002"}.icon-search-minus:before{content:"\f010"}.icon-search-plus:before{content:"\f00e"}.icon-send:before{content:"\f1d8"}.icon-send-o:before{content:"\f1d9"}.icon-share:before{content:"\f064"}.icon-share-alt:before{content:"\f1e0"}.icon-share-alt-square:before{content:"\f1e1"}.icon-share-square:before{content:"\f14d"}.icon-share-square-o:before{content:"\f045"}.icon-shield:before{content:"\f132"}.icon-shopping-cart:before{content:"\f07a"}.icon-sign-in:before{content:"\f090"}.icon-sign-out:before{content:"\f08b"}.icon-signal:before{content:"\f012"}.icon-sitemap:before{content:"\f0e8"}.icon-skype:before{content:"\f17e"}.icon-slack:before{content:"\f198"}.icon-sliders:before{content:"\f1de"}.icon-smile-o:before{content:"\f118"}.icon-sort:before{content:"\f0dc"}.icon-sort-alpha-asc:before{content:"\f15d"}.icon-sort-alpha-desc:before{content:"\f15e"}.icon-sort-amount-asc:before{content:"\f160"}.icon-sort-amount-desc:before{content:"\f161"}.icon-sort-asc:before{content:"\f0de"}.icon-sort-desc:before{content:"\f0dd"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-numeric-asc:before{content:"\f162"}.icon-sort-numeric-desc:before{content:"\f163"}.icon-sort-up:before{content:"\f0de"}.icon-soundcloud:before{content:"\f1be"}.icon-space-shuttle:before{content:"\f197"}.icon-spinner:before{content:"\f110"}.icon-spoon:before{content:"\f1b1"}.icon-spotify:before{content:"\f1bc"}.icon-square:before{content:"\f0c8"}.icon-square-o:before{content:"\f096"}.icon-stack-exchange:before{content:"\f18d"}.icon-stack-overflow:before{content:"\f16c"}.icon-star:before{content:"\f005"}.icon-star-half:before{content:"\f089"}.icon-star-half-empty:before{content:"\f123"}.icon-star-half-full:before{content:"\f123"}.icon-star-half-o:before{content:"\f123"}.icon-star-o:before{content:"\f006"}.icon-steam:before{content:"\f1b6"}.icon-steam-square:before{content:"\f1b7"}.icon-step-backward:before{content:"\f048"}.icon-step-forward:before{content:"\f051"}.icon-stethoscope:before{content:"\f0f1"}.icon-stop:before{content:"\f04d"}.icon-strikethrough:before{content:"\f0cc"}.icon-stumbleupon:before{content:"\f1a4"}.icon-stumbleupon-circle:before{content:"\f1a3"}.icon-subscript:before{content:"\f12c"}.icon-suitcase:before{content:"\f0f2"}.icon-sun-o:before{content:"\f185"}.icon-superscript:before{content:"\f12b"}.icon-support:before{content:"\f1cd"}.icon-table:before{content:"\f0ce"}.icon-tablet:before{content:"\f10a"}.icon-tachometer:before{content:"\f0e4"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-tasks:before{content:"\f0ae"}.icon-taxi:before{content:"\f1ba"}.icon-tencent-weibo:before{content:"\f1d5"}.icon-terminal:before{content:"\f120"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-th:before{content:"\f00a"}.icon-th-large:before{content:"\f009"}.icon-th-list:before{content:"\f00b"}.icon-thumb-tack:before{content:"\f08d"}.icon-thumbs-down:before{content:"\f165"}.icon-thumbs-o-down:before{content:"\f088"}.icon-thumbs-o-up:before{content:"\f087"}.icon-thumbs-up:before{content:"\f164"}.icon-ticket:before{content:"\f145"}.icon-times:before{content:"\f00d"}.icon-times-circle:before{content:"\f057"}.icon-times-circle-o:before{content:"\f05c"}.icon-tint:before{content:"\f043"}.icon-toggle-down:before{content:"\f150"}.icon-toggle-left:before{content:"\f191"}.icon-toggle-right:before{content:"\f152"}.icon-toggle-up:before{content:"\f151"}.icon-trash-o:before{content:"\f014"}.icon-tree:before{content:"\f1bb"}.icon-trello:before{content:"\f181"}.icon-trophy:before{content:"\f091"}.icon-truck:before{content:"\f0d1"}.icon-try:before{content:"\f195"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-square:before{content:"\f174"}.icon-turkish-lira:before{content:"\f195"}.icon-twitter:before{content:"\f099"}.icon-twitter-square:before{content:"\f081"}.icon-umbrella:before{content:"\f0e9"}.icon-underline:before{content:"\f0cd"}.icon-undo:before{content:"\f0e2"}.icon-university:before{content:"\f19c"}.icon-unlink:before{content:"\f127"}.icon-unlock:before{content:"\f09c"}.icon-unlock-alt:before{content:"\f13e"}.icon-unsorted:before{content:"\f0dc"}.icon-upload:before{content:"\f093"}.icon-usd:before{content:"\f155"}.icon-user:before{content:"\f007"}.icon-user-md:before{content:"\f0f0"}.icon-users:before{content:"\f0c0"}.icon-video-camera:before{content:"\f03d"}.icon-vimeo-square:before{content:"\f194"}.icon-vine:before{content:"\f1ca"}.icon-vk:before{content:"\f189"}.icon-volume-down:before{content:"\f027"}.icon-volume-off:before{content:"\f026"}.icon-volume-up:before{content:"\f028"}.icon-warning:before{content:"\f071"}.icon-wechat:before{content:"\f1d7"}.icon-weibo:before{content:"\f18a"}.icon-weixin:before{content:"\f1d7"}.icon-wheelchair:before{content:"\f193"}.icon-windows:before{content:"\f17a"}.icon-won:before{content:"\f159"}.icon-wordpress:before{content:"\f19a"}.icon-wrench:before{content:"\f0ad"}.icon-xing:before{content:"\f168"}.icon-xing-square:before{content:"\f169"}.icon-yahoo:before{content:"\f19e"}.icon-yen:before{content:"\f157"}.icon-youtube:before{content:"\f167"}.icon-youtube-play:before{content:"\f16a"}.icon-youtube-square:before{content:"\f166"}
.twitter-follow-bonnie-fuller{color:#0}.twitter-follow-bonnie-fuller a{text-decoration:none}.twitter-follow-bonnie-fuller a div.link-background{width:300px;height:91px;-moz-border-radius:15px;border-radius:5px;background:#f09 url("http://pmchollywoodlife.files.wordpress.com/2012/10/bonnie_follow_widget.png") no-repeat left bottom}.twitter-follow-bonnie-fuller a div.link-background p.link-text{color:#fff;font-size:25px;font-weight:bold;width:50px;padding-top:20px;line-height:24px;margin-left:204px}.entry-content .social div.pinterest-pin-it{display:inline;float:left;margin:33px 0 0;padding-left:6px}.entry-content .social div.facebook-share,.entry-content .social div.twitter-share{display:inline-block}.entry-content .social .fb-share-button iframe{margin:0px !important}.entry-content .social .twitter-share-button{margin-top:10px}.entry-content .social .pinterest-vertical{margin-top:33px}.single-pmc-gallery .social .fb-share-button{overflow:hidden;margin-bottom:5px}.single-pmc-gallery .social .fb-share-button iframe{margin:0px !important}.single-pmc-gallery .social .twitter-share-button{margin-top:10px;margin-bottom:5px}.single .hl-youtube{float:right;margin:10px 10px 0;width:350px;height:auto;border:1px solid #a9136d;font-size:16px}.single .hl-youtube a span{background:#ff0099;padding:3px;text-align:center;color:#fff;display:block}.single .ad .pd-embedded{margin:-30px 0 -65px -20px}.single .hl-related-lead-links .hl-related-link{font-size:14px;font-weight:bold;color:#F09;line-height:18px}.single .hl-related-lead-links .hl-lead-in{color:#F09}.single .hl-related-lead-links h3{margin-bottom:8px;font-family:georgia;color:#000;font-size:19px;font-weight:normal;line-height:23px}.single .social-site-links,.page .social-site-links{float:right;margin-top:-35px}.single .social-site-links li,.page .social-site-links li{padding:0;display:block;float:left;margin-left:3px}.single .social-site-links li a,.page .social-site-links li a{color:#ffffff;text-decoration:none}.single .social-site-links li a:hover,.page .social-site-links li a:hover{color:#000000}.single .social-site-links li .icon-3x,.page .social-site-links li .icon-3x{width:1.1em}.single .social-site-links li .icon-pinterest-square,.page .social-site-links li .icon-pinterest-square{margin-left:-3px}.single .social-site-links li .icon-instagram,.page .social-site-links li .icon-instagram{margin-left:-2px;margin-right:4px}.single .social-site-links li .icon-youtube,.page .social-site-links li .icon-youtube{width:34px;height:31px;font-size:30px;background:#fff;color:#ff0099;border-radius:6px;margin-top:2px;margin-left:2px}.single .social-site-links li .icon-youtube:hover,.page .social-site-links li .icon-youtube:hover{background-color:#000000}@media (max-width: 768px){.single .social-site-links,.page .social-site-links{display:none}}.single-celeb .social-site-links{display:none !important}#hl-comments .depth-1{margin-left:0px !important}#hl-comments .depth-2{margin-left:25px !important}#hl-comments .comment{margin-left:50px}.hollywoodlife #rel-articles-txt,.hollywoodlife .related-articles{text-align:left}#left-rail .admz{float:right;clear:both}#left-rail .adwidget .clear{clear:both;padding-bottom:15px}#sidebar .admz,.pmc-bottom-ad{text-align:center}.pmc-video-player-widget-wrapper{margin-top:20px;-webkit-transition:color 0.2s ease-in;clear:both;background:url("https://pmchollywoodlife.files.wordpress.com/2014/08/watch-hl-tv1.png") no-repeat right top;width:329px;height:auto;margin-bottom:-7px;box-shadow:#C4C4C4 .8px .6px 8px;-webkit-box-shadow:#C4C4C4 .8px .6px 8px;-moz-box-shadow:#C4C4C4 .8px .6px 8px}.pmc-video-player-widget-wrapper .widgettitle{display:inline;background:#FAFAFA;color:#000;padding:12px 2px 14px 5px;font-weight:bold;font-size:17.5px;width:58.3%;margin-left:0px;margin-bottom:0px;-webkit-transition:color 0.2s ease-in;text-transform:none;float:left}.pmc-video-player-widget-wrapper a{text-decoration:none}.pmc-video-player-widget-wrapper:hover h2{background:#ec008c;color:#ff0}.pmc-video-player-widget-wrapper .vvqbox{background:#FAFAFA}.pmc-video-player-widget-wrapper .vvqbox:hover{background:#ec008c;-webkit-transition:color 0.2s ease-in}.pmc-video-player-widget-wrapper .vvqbox div{margin:10px auto;margin-top:0px}.joyous.embed-container{height:0;padding-bottom:125%;position:relative;overflow:hidden}.joyous.embed-container iframe{width:100%;height:100%;margin:0;padding:0;border:0;outline:0;position:absolute;left:0;top:0;overflow:hidden}#widget-shopsense .product-wrapper{margin-bottom:15px;clear:both}#widget-shopsense .product-wrapper .thumb{float:left;clear:both}#cse input.gsc-search-button,#cse input.gsc-search-button:hover,#cse input.gsc-search-button:focus{background-color:#000000;border-color:#000000;background-image:none}#cse .gsib_a{padding:0 5px}#cse .gsc-input-box{margin-top:-3px}.single #cse .gsc-input-box{margin-top:2px}.single #cse .gsc-search-box-tools .gsc-search-box .gsc-input,.single #cse .gscb_a{margin-top:3px !important}#cse-result .gsc-input-box{margin-top:3px}#cse-result input.gsc-search-button,#cse-result input.gsc-search-button:hover,#cse-result input.gsc-search-button:focus{background-color:#000000;border-color:#000000}
#TB_overlay {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050; /* Above DFW. */
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 100050; /* Above DFW. */
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	float: right;
}

#TB_closeAjaxWindow a {
	text-decoration: none;
}

#TB_ajaxWindowTitle {
	float: left;
	font-weight: 600;
	line-height: 29px;
	overflow: hidden; 
	padding: 0 29px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
}

#TB_title {
	background: #fcfcfc;
	border-bottom: 1px solid #dfdfdf;
	height: 29px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	z-index: 103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0 0 -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}

#TB_iframeContent {
	clear: both;
	border: none;
}

.tb-close-icon {
	color: #666;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

.tb-close-icon:before {
	content: '\f158';
	font: normal 20px/29px 'dashicons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tb-close-icon:hover {
	color: #2ea2cc;
}
div.admz {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot);
  src: url(/i/noticons/./Noticons.eot?#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAEh8AA0AAAAAcfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAABIYAAAABoAAAAcblbmkk9TLzIAAAGUAAAARQAAAGBVb3rYY21hcAAAApgAAAC1AAAB0p7UmP1jdnQgAAADUAAAAAQAAAAEAEQFEWdhc3AAAEhYAAAACAAAAAj//wADZ2x5ZgAABNgAAD9dAABhQFQ4oTdoZWFkAAABMAAAACkAAAA2CTeQv2hoZWEAAAFcAAAAGAAAACQQuQgFaG10eAAAAdwAAAC6AAABiH13Zy5sb2NhAAADVAAAAYIAAAGCfktlOm1heHAAAAF0AAAAIAAAACABEgEZbmFtZQAARDgAAAFJAAACbf3VJHdwb3N0AABFhAAAAtIAAAeKj/3X0XjaY2BkYGAA4rvimtnx/DZfGbg5GEDgIs/Ch8g0BwMHhGICUQD9RQgVAAAAeNpjYGRg4GAAgh1gEsRmZEAFLAAWNADXAAEAAADAAOgAEAAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNg4WBg/MLAysDAasw6k4GBUQ5CM19nSGMSYmBgYmDjZIADAQSTISDNNYXhwEeGH9c5QNwdHBBhRiQlCgyMAAGYChAAAAB42kVQqxFCQQzc5D2GN4OjGSyCDgCPQtIAJgIcRTxPHzhQCGqgCbjdhCGZy+V3ye4NwApNBh2HAYFweFiLwJjCXNCqfm2ZUdGr2Q89nHGxwN00gXMs6MujbvOmcJKqvwNM9CZ8h3wZWPNmX8f8XDn0zXrOjMJJb8xNuSs51DYhtin2KMl9lgyTD5m0zn6p2qJFGzsUwltiwJ97Yi6Ftgl5ZtXRzeoHSv1ZaN7IHz05+x74zQOOX2yvM1gAAHjaY2BgYGaAYBkGRgYQOAPkMYL5LAwbgLQGgwKQxfGR8xPnJ8lPap85vnB+kfyi+cXyi+eXyC+ZX8q+iv/g+CH+Y+WPbT+u///PwPCR4RPDJ4FPCp8ZvjB8Efii8MXgi8OXgC8JXwq+Mvxg+CHwY8GPDT8u/P/Pz8zHy8fOx8irwWPIo82jyiPPI8kjzMPLw85dxzGNo5+DnYOR/QXUVUQBRjYGuHJGJiDBhK6AYdgDALcON+YAAAAARAURAAAALAAsACwAWgCEAMwA8gEAARwBRgGUAc4CCAKyA0wDpAPgBBIEwgVcBagGBAZ2BwgHKgdqB44HyAgmCR4Kfgs6C8gMfgzKDZgN6g4sDmgO0g70DxAPLg94D5oP4BA2EKAQ3hEUEVIRnBH2EmASghKkEu4TDBMoE0QTchOKE84UBhRYFJgUyBTcFPgVPhVMFWIVoBXOFjoWZhaWFqgWwhbaFu4XBBcSFyAXNheUF8QYAhg2GHgYshjaGPwZKhmEGcAZ8BoGGhQaKhpAGk4afhrAGvgbKhuAG5YbrBveHAIcLBxwHKoc6B0WHTYdah2aHcweBB4eHkYejB+kH84f3B/oH/YgBCBYII4g5iF2Ia4h8CKCIp4ixCL4IwYjOiNUI4YjpCPOJBgkoCTUJPglGiVOJXYloCXiJgwmKCZGJmomjiawJtYm6ieYJ/ooRihiKMwpCilYKZYpzCn8KlYqhiryKxArRiwCLHQsjCzoLVAtgC3ILmAvHC9YL6AvzDAGMKAAAHjanXwHYFRVvvc5t86kTKZPMslMpmRmUifJ1PRMAgRI6CWUgIQimEgLEQSxXAsKIqCCqIjAWnDtooC6WPLsrsoutrfrlidbbKtPd3V9Lskcvv85dyYE0H3f92Vy7z333nNPP///71/OQRwajRC3RJyJeCSj4CGMKhuelAX0VeiQJP6+4UmegyA6xNPHIn38pCzhoYYnMX0eNrgNPrfBPZpzkSJ8B7lInHnq4dHCOwghiUMckpCosHQzUQ4yIRtC2G1xixZ3VIy6LRgOH4QNcOWQgIYQpyQVHmGUVCCETsOnopL6O43YhcCBOAxxZPhBuibIyyUY9ZzgKuL0RhSKRfweycxX4nvwwuPHyX5yAdl//Dh+4/3du9/fLaMzTxbSGEPHd9MXCLJXsCIrEi1vJspHpVBWixjNxrSKJjcKNXGRIOfRcWYnNoac2GLWcV5PEEdiHBRUUDj0L6gwXMj9Rw+uHzt2/UH18tBjOzvDMy9tmbWzs1NKdCcODChDCq8oGA0qw5HohXt25q5ZLes6w507H9vFysMhzcj2g7YzuGlx6EF/AqQzpAwhHloFQwgrIpw5hOGesDM9oH0wfSbRunEIaTloa2UQ7pLwg3fsO2jLbIholmSDaAjiaCTmsorKjr7TqG/HSdx0UlQ2vlqc/Ezh7ih+deP+kydZH8BXEu0D2q9QHrMOew2hWBSfCbox9OmWL7f27ubSAQKlpv289cstGO3uHRFEHC0nK0seitB+tVoMUKJoLGqgnQo3NguUzRCxQfvDG5cfwk04bqGvrCEaLcAfwxnHejsTffv6Ep29A529x8j3x6o7a9kDGR3bRJSF+/y3183AyuS+vslEmVF3u3/fQqxs+hguRNl07NgmrCTWzsqDOITFwRCHthwakGnZ9MgL9Q2xspVhA3bH3bTS6gMv9JDXQ8sVC0tK7+7dvQpJkCMK3rr/JGH3cJtgAQmqTB+RBB5QTu7nlDO3u3sxhBCP0/0mQq5OOgJofthJ+ykQi0YCENRDsImLRvwBGpv1vSLkxOrrY3M7OrB+9uLFs7sqW32Tx4rwehAOTh+7ae9N0bkdvb3wfs4XZOiLOV2Vfde1XXRsLGQB9YxoYOShS9nMcnJGi5mTBFnyw6Cg2TRJkHET5w8EsY6T/QFJDvI5WIdhYtgki9kp2iRZxwVxICgESuG51eYUbE4pbraaLWYp4C/yQ2mNTRy/FltxxsfPX9fe8ywhd3i9OOCMzlk8cXxVQY+k1eaYBF2oYXF8ww03bIgvag5mZOhzNFqhp6Bq3KRFc6KRbGtwbHObndM6PDGHkJWnNdh5rcPuycaSzRVvW9SAvd7bSfLZnvbrnv9Yg+iZfL/1AfLG4Ish2ZUrvDxtVLddMhWFJi3aPP3AmpzicQuqMS8aq30ejD2+aoPEccVTauMFmf37p21ZNCnkM0rBrgydqI9WCNne/FxOzrQbsZTrrHEL2SXOUl2GoWhydUauSwq/MIhrH9jKKgeNSAkVQqxNNciAHEBbQiiBpiDkC8U5XkKy1RczxotEoCxAV4y2GIr7A1mYNq+Ts8UEG4dppKI4Z/JIXqupSYj7y7FLQED2ENA9RAmfgI4ccz/+R7K59zf8uL1v55Ivyfu6uq5Td1+y/Ar8yKf6BPmE9Ik9Y4/+T4PVEZAewhMusw/WvUT+XvkS/u7GbY+6FNfSX0oHJm7tKbmSPE024L14Izbddx/5imwiS+D46r77sEmZgsvxde3kxOsDB5bjGQPBYP4d5JfclsQD5Ffr38GxiVVKZwj/pnZBr9MRnpHllvKxA387kxz70DouiO04pj9IDnJ1rqbWoitvVc5JHDJkmdLmwkCPy4Ee/wHVwo0kW4HgCoLX5bOGQzDlYXhBAC6NML4ovYpbBRuM0CYuHLLaYnEdlmOy0rGCq5irPPFrQraT4+R0efnMe29pvvR5r89VXXXVzyfN7pgduhHf+KeMusWbOyZtDV+x3DyjdqVUtXpSvqXn/XeO3d3fcr/ob6vmt6+Ss/Peuk4s40P3XLC486G3MkvK2jcvrmuM5yUSPZ5stbwI+IesoMAwdfAClTa5G4FHhG1xvxeYhwPIIjDNswgE+QTrssgnZa0HxYk9F9w6u5yQZDl9IQNFGERAOl/HwkBWQxz/IyO2YO3oL8lQsnZ3rwhvGG2HfMVPIV8XpQ88ZQw0j0iTAC1RiHkPy5cX9uHxOeQ1MvDHP9oqxl1wZXu8126X5y8pjti1wg/kxNDT/HhciblI96xxMYfE8+QTg6/Cw3NaBNQnXTcTUGY3WoJWMtpgNdJO8XpgRuuNMQwjF0s4BGM3E1tN2BSLN/HRCCUEGiAd4ZDNX+T1CJIcCodizThmlWRJxiYe6EjMZj3zzAddLfMxYzTCt+PleMI321v6D77y2WVHyeFvtm//hvz+1Dvkqjbef+M1AvfDP1b/GXuncIJeZ5JtuWZsE42iTpC5SXVYu5J8fteN5PTxcfl5vuVej8WkM5dXYd8TV84w55jNmyb7L/Z64aGljPOKjd8//ZGsQOqHj1722SsH+1u2f4MnsNyTui/JxiWC4+6hyqAocQ8kW9zCgaF9OEvKqq5uC+cG50Q9nE/jyizIybVk1nbiJau77l0pcjwu9PAiN3Q7Z8CzZc7jwhnph3Jx2Q17krW9uP93x+lYB16PrmLtmwNUPowuhp6Eie6RDXSMU5qKTdCM/iZsc/I2q4RpC8EgCsADoK4Spl0OwIoOLTbsgE4HuYAnKEO7xxnRDsfdHoneht0wNrkG43jT07df+bbd7bIXuq9406KruWxqQ9+sxkyLgrNknDw88/q8ut8o0yaY2rwxh9vMDwAAO81mJWVbomiKdLXjQJZf78oxaio7npoz/cANyZ9d9dcp6sjk6vB0/Ner+KZad0MRnib8el/P4wt5LtF785QDA8mo281Zl06ZeRGHc7OrcosdgYCoxyiVxRB8X2Adv/TCeTWODIe+wJxr0UbG1t/0zOpnqrYvmt5C5wbjjUBYpecBHxlRtYqOApT10qEGrAggCDyK0GmHZQAIbmPAbWmS4B1n4eaTo7j9fm7qhcumx2eU4/JOUU+entpZNrY0O5M8LQh4fKbF5a4MtxZN27KsFiP+v25YNL59YcXE6qqJwcE9nLHnUl/YlR9L/id/zfxthgJvfr4pM37xo6tYXyqpvjTBnGwYQQ1S055iJRNAhiD2AqgxW+EBKyYnR91WvUWGUscZHbMYVApBiQBAAhv517Wjp+IpraOmTW0R6h/YHJpa49GTHzDGGk2Gp9YzpiVNMtROOIX4vKFP+U2T6xomTqqvmzy0Eb/++NG8skDuajfpP3IUHyuz2EscC2aQ2dCYDwOjmgo8agotsVNQp7Y/wMEsDfjjpiDHWpbSYWhPOl+NdJRBuSEqADJZR/8DNFqTKFSv++1j27sjFdM37D66ZPHjnvF6z/zbZMc9gs66ben02f4Gne2yJWufXTTm2jeumP/wDSvHB6YbZZk3c7LXOnNdvGjC8tuf+rMGxRdtPnBk/sY/vbh3RcP8BPlDzcadsZ9fxj2hdfdEbjp28bTwzv+oXXzzM7j66EWHrm4PTl19/R1TbltksedmTc7INWi9u55bPXHfXdvWzwqpPCXNhxensY2e03FQzUAsbnJiyllopXi1UlabFUgYjsf8gRRngaFDkS3A/jiDXHRsQbxCDI1k86NzcU0Kc+za3lEwrmDb1A2/unlq/Zq97/SvO7HvysklvcuMBSJn4ERRN3qsMtB34b29NVN2XxCd4cvKrHaOHRWbG9VrtH0mm3iEfLl3JIohX5Dvafql6xdje7Tj4mOYv63r0V2rEvELLr/5tvYb3yvV6EyaRIbZYpi8YeGTN0xt6Nkxc+cPt0W7opV7Ly1tnTX6so6yqSYT8U1ftGUytuF1x4fBCocOcN1yt3gAJlcOw+B6wNn6otRVNOPZ331Hfv5d8pJUQDxAz9+l7uCq8m7EsLIHbgQeZAUvcJIADBaArXH4mYw2I5A2CMEjo7QRm/VZIJjdmrx7+UrP1HnmDTM2Xf3EnBPVEXPD+Jq+1Rr95sSY62SkIfeTJGkkJbgQ77gSF85Yfkn/HRoz+TV5ZjL5+xNPzLvDgR+ldUjLcjlAG86bf1pOQiDC7B9iZ8ykTgkQOGH3HJyHGJJGGP8GKVIxzGWPKuEAdQWCS4myARgVDBsKgqMGb5RVKi6Mwg+SWQZ9RcOEzTf0z5+/fOOCC0a1Rl7r7egIVhhkhdSTT0lkb3m5vWg2+SRmtRYW1tZdvZFbm/QmEnPnbE3zgjT9sKEK1Hh++ZFL0ltdMT2UiM1GF8M/UDYrEPeYAcZlGbAPBzZb63EoNpKE8IXkpZNUnAMx4b+NW74kX3y5xUj+uyMqomhHR1RJnc6mIgSdVL8aOsmjtjoQ1kCOqx+TpJ8IR9LfdLCpdRpjGUun0XZ0K9qN7kR3o5+h+9HPqWQJVbBUSfTfLFWD/CJVS7KZniQLJSjQnFIOxpIngKsqsT9Q5Y/61eb1ByIBNgP9UXgYgSaIVsWiseoIbfNoKM6u6q8ZV8VxLGTDVdbqKmvYahv+WehRRf/NNnO1FRvEuBbbfKIljg0+2RcPyFocEH1RWYZeZ38c/HOpM1ySrYZiQ7IV8xiGM0+fcvisPw4PRwY2z70A0bkXMIeH00glhCEp7Pw0eWly8FPsTL52P76N/OlTbuznn3+OyzjxU/Inru5+4R+iQCo4mcMC/YZmytEsUylA+phUZGbh92jyqZLy7D1cMHwEHwr4PUHksIg5uKUH/YwlQM/vZWaSilQNeTVFmgeNBl/gyeSdF/fg2eTne1488PuVyRdw5MW7Ju3duxdCs/e8+LPfrzx7rJqAz72APqVjFVChHuRFFxPzmgCUg+jIAX+wWYU4TBnGH4CmAmFtxpSmQgyQCU0MDUoU1ANlrYpUU7xTRB+xT2OUCAexpD7gzhBmgDl+xnhYNCoWQGr0Jb2nTIkHwTXA6DVgJ7ilX6RuORwqiqtQiSYJNFyAPAN+YzwGz+OSIAG5N1oFAR2lKJSCQ7KLglCGR9/bRz5csWKJ2XDw8vXYtXF8x6q3d80qSgShRbU8brnvlWX3YudCl+8i8rub+dLSzq2XrJsxt/vxKzsye2csJd+tuKSxKUOzZ8XK/6pvsnUEN22OdposYX151FE+1++PaDTGPH1ZKN8eqTDm20SprLC4MjguG2RCrcU6xu9vM1tEozbfU2wt63J7fDzXuak1PLMyy2KcsnRdTVFL2JCvNdo2/nzGrJtnko1f4s1L62ftfrN/4rUL7bFx/avJ0w88QD4f2549azaueNJgvIt8/ua6q3+HgyoGVqtJIXAKDd+uWbvqYvLb23adHj9OV2uZvfPt1W2b14agrhkc7lhef9PGcMWVtyUzRl1f01/qLfB0XPl4N3fxi00TzfVNPRdfvv5lp3va/K4/dYQrzIHG7oUz88sK5UydzTa2pHSG2+Y2cVyW3Zjf7vM1GQDe1pRxuHC8w+nmcJnXOyNgdttNgjav0DWnquXioCFrzAWropEZFRqrrrKxKL6xYfKGaE7WinuHbvjh7euvW3virovNrhXbpt5OHlu/cbXD/l/79+IVd971rlPgsm78DfnjvoPk3d9dMzx+NcCpUCbqQpegm1T9JAXTUQDTWPYyGATDhmr9CrFTpHcwhnk6skG6ibOQFE2NaxilbhwJwihioJNhCMBJfCyFKSgONTtBLosBlUmjXYVYb7811xl32XNdDeU+mynXZjLNdBfFHK7s0LJb3lq75IF10wIavSMQ94Q33tTeaNLlZ8AU5ySsqTPMvb07OnH83ViDrVmFRS1NYZPX1LKuIreopczz52P3HX2+3hYavbjG2RQzRfSFoebOqvLZgpJG8hyaaSpINF4QDs1pavU7rNbKqjJTTmuBK17ROCYw6uq+zpCvuXNh1BoMh0OVZleZVRbyTMFyu5yTqZNzBAAviZ5r22Y8kLj61EJnOFQaDxbxojFHm1NaNbXyqgPb+KX1fZFL+ufVmry2xMqSuQtmji72Qd6bgG7E5KvRUmhxJ0xqnRgE4dOg08BMZiEnF4sDu3Xy0M6xoOQNePw6iIadfCGWgwJM/iYeZCFxn5w3fszs0fV2XWHZ8lWXrr5oVsJoBDaiMZhdvogjsnLGGKPJPXpUjR7XSOZE8+yJ05qrM7iipmld86a3mEyCPhzpaJs+dlxBfh5vsOdptSdlW12JI3PcqDE/f+CJe+7YOM8ul/BZpaGZ86/d/vSiOVumx01idrYskb9xstXmcnqdjkwjl+fMysa5njJdUQX/ZPITTswURFPFqIvHTLimq73ck6MBEivl5BaHOyoquqdOqCvPynxT6+pZef/PXps3aU29i9MV5GUghr9ugra5BMZkCboaWscqM0VzgA4xAdg8RaI8yNJUyIHhiKkW0D/yB3GorG1NAZXh9wC0KK81j+CJ5hSGGX5vScObmNwSxhOvPbJkw4rJE9b87hmA34ZR1V3rb5uy7dL2tkUv3L+zf3o5WVrv8TbWz5jW0+l0FblM+ki8a1FZqbvAllcZ8Xry7DU102eu3t6zvKY2Hu2avWleU43H3dR60aSKYK7dZikoLI95vLHIrEuP3rlyNd+6bM2SI9dOrNM1Lt/77Ef9M2au2TTltvVd1R1Z5dP7d97/wqL55JczLprd2FAcyLfbTFqtMQfSCHqKXK6moMVaVFQRDFUBtLIHSsa3dy8d3RrwF5iNBrcz1FxabrW43dGq3DyQ6TomTqhsDgaZPAAoD0kUp0YoQoH5qUo3cJbKAHUxzBXkyrCBcSXW8FTzD0AFpGhJsQbyrPToiCYoCiKJlkvGzi1VBqpXLkxgGSiae06bXqPBB6IdAsqvLtK4A+oZYvd2FFcVc8oFP/thi2iocBfM2DNt5gGfv0MVUd7B2+Sw3M+0hQFUhZrROJDLtkApY1AstdsiAHSgrzCUMiX1WouoeCbRO1+MiSeyFXgcDTLNi9kqYLMtRlVREvJIVGUeMZlV3RoGjs1wZFrOg3gmIGg2sQnkItoUIPUEfLzVRu+dWHgjp9SZ0/nssc4cZ2lOzY5byNetwWBLSzDYikfPa22d18q5y2pLKgqnJ7c+jL0PPUT+8PAj5A8PPYS9yT8VV850lJfUiRXQEc0VB2uCukteJd+QD8k3r67VO8ry1k2vnl7w9F/niUajBdfmTqtu7+lpr5xczZNTE//4eMHMUGxejNfkOMtyOjtzypw5NVgKtkL2ra3qORhsLKwqqQ00Jpf1Hrl4+dHe3qMfHu3l7qosmNBYVMvNCDYFKxLJJ+Jd+aHqC5/dNHnypmcuBHk23OKdvq7Cv1CL37RmZonjSqp7dvVUTAw2kCuzuouDsXl0flKqKcOoQV4Uh/6gCi4qxvPMHMQ1AgNRTRGs2WwWWXSnZcZA1BZXXwpTrT6rpxLjeXfPH6PMi2G5cnSl+PrWrW8IdwMskuftmz9/3zzcczc8Fk7Ms/osQQ8pnHvnnGjXFaNPHHdXVrrxp5uff3HzxRVXnejaO3fOnq53q4Lv0+dILSO1zcC4zkFFafmBGchU/QM1kQHepXYyG447QUiI2yRA+mnbGAgKH/k7en3kI/KRr7fDj3tEQ+3oWoMoM5PFCdV8doLaKJIHaQTyO+xjH+wWHF6vQ0CqzvAFwIatw/YrG0Ja3qDNilu0OGrjduC+5FdkJ17BmQiEORNekfw7l0N2Jr/CfeRmvGZf8pvkN/vkVvI2eRoXJZ/FXvIMeRtH8DjyB/IAf4D8Ho/HkcF/kXeW9ZOXcFP/MlZ3DqHT0hiouxONYXWXeQ5YMRWJZKzDqsRGpXmKH2F+U9tR3AiIkQpLKqqkkhbT2rpDTVh8bXadOTJHFCVzXqXzlEaUyaW6UlemuTCnsKGYO+kR7abkSotD/NZudhT+wZzPc05ecJrI3/O93nzcnGnVy2jRIkJIk9lsKbYYOQ2p1WfzolxWLFps5eUFZNVT1kKXcUgjiTBOcnV2nWZvttnryQ/ku7NMjE5R2xO1tY2UZkcYmtBPGpZSliRG6zgYtcxeR+1IIMzaAOvwYW6A6vaoxAvRk4qiCCAOAzICjJAeS5CzRNFSFtOyaXHayCrAVEgigvi3eilBkyCYRNSG10HvUdp+xcZhIfKldMZp6YCqjFWrKtAmuBNMBhAeDXw1dmLxudWrnyOD5E9k8PlVq57Hu9Z+cFdX110frN1Lvt+zB2f8Hpd2kUMyWvW8GolGB7kFPnx+cFXXng+/+HBP1x7yPXkDoguIzCX/2YWn4I/U8QFlovNXBuqKkIfSUauZp63qpo0p9DJLsUK1ACf3CwqzD5MvTu6nmGn/SdomZ+pFLcXlqu4RMGPYAoeJKvPUYcXk8VR/0a7y0szCIjCdU3AoHDR2R3SISdA8nJMDdkD+/gSc7ZIySKeQogxCNBohSc/cEb+dIPoeD0DMs8viRKWoDspSBZK/zFMcFTepObrrcVUoDAJRAa7+d0UVIC8pGC6Qlz/G8kBUOrS5mKr1R0ssvIw5jQwlys8K5uFDUCTOZQP59NiPFR6hrOGyjvQJyIexUYbqgceNovQ0bOFTRzrsToXDcBj+XUunvz3jKkBLzK4/UQGC1Dj0HTtI6po+c+jHqoKjqkMCmx8z8Uz5MvkyqI8LKBy2YRAYmjgcx7Lfk8PsnzKOW0PNQHbxH7nCucmTRfV1AU+WuYb74TBXeMTX6z+SazTmHk5+fMQPYR9Xw2L5Kh06bTA8TXjuSPLjwz7fkbzW1twjXCEEj/p6h+cmo/N6VABtJ2Pg0tQLosglGAHdIZBagIIBhwLaB4KG4Y5nU/MH1+CMPauGVq0//t3x9fSEocJfr0q/gamz99k78Fupl+vXo7S+PZUXq+k52aFUVjpstpqibotowF+fl2eybThNDafwq4jhvHzJv86USsPamB/h71GAipkublhM+7fl4JVhOYv7X4ojoTMWjuT/Ui7G3xAu0yDpA5QNZXIAdaugvhWUtAW0OAZF4bWYNbwWU81yDESNGFOicgx3Af0U8SARl5DvAPd8dyGR8KkLcRYuxVk+vJZsm/jqb16ZQG7Caya+unz5q5OTiKrtTpKXFjLaKsKXRFza378Mn8KnlvX3D5XhS3D/pOnTJpGbyDa44pf2qx+c5KKMOp9VZhnmnZfNOoQ9AWpPkmjZAVbGqcQaxwGTDQfitCIgS6TpvY8hR6hQXMWbAspz48PSSQ7jblaT2x7cu/OCGctf7cBrfxu8ehBdrZA6Vq3b/ufN5FZWDPxO746fL2dVa+prPrl/OZAcfNidt/8k9zE5QOs0eadn2iR8yW/wn1gK+DVawQPJt1nFv+/tYVV8qa97BSPGmKNES/VDgfanajwonxYDMxrACYUMkAEFJ9gJJ8Rz7hUaJ2W7ZXaBs9PQoKEBPqEMDQwNKHyCnfiEfM69QuPQMaqk+IoJ6FkUEhUtZZqoT7W4ybQFKa0CSiWGh5W54TM/EakER1FpT0cUA6GhDMF+OkXwFZX4qDEkFhlI0REguvA/kGQiCAfX9MFwA3YAbtiNtHS+muAfi/lYRqToaeIjvqdJETfh8GHhKnI0+TmeQA5zNtyOOVvyc0pbVLygQNNmsNkOhDdAleDA9RVlCCk8TBiJEkxCFe7JATxAEmfwMcULWqZP0WL4N7gpikjCj4ffKQgz96QBeqJFRQJrvwFpAL7TIB1FOlqOzm4bdEUlJ/tgPEIbDQwpJMEryUe7uenJA0p3olvBEyHcLUHuQwoegJrTd0Pd7F02fZXCT5A67WJt2oVKBpxDYQ+QoUSSfUmLggdG0pssmNsMQTM/GHeEK/IaQsDG7BhuMrC/HHuNVDgCNouRakNpP42Ok32/PoG346m44LWVp9G8+78in5Ijj60+sBr+xbQryq/xouM8Wvka+Qt5nKw58RjuwHlf3T9vSGHxGG9HIpTjtPwitIad+f84gZ8wmRSmaBMgi+GpmY/dJvntMl3kkun/+rJ1WYPN5uV+KFu9ZnUZ+R82734bIZ+Eubltyvy4NzGzt0b4oG38+LZTJ9iswlFqA4H80nYTC9CGsIprKFUA2SXO5E1GyYCoAfV1U9JgtdHKB+QgxzEYJXlE6gL3yw7y8kuz7t9Wh0Eq8Ee3TqTOT3CA+NqBG1+65rM59Dn2Tl/8HausAEPpkfeDM+oxSBO+WONJrpAaZh55f8kc+gAXhRykirWe6svGfMTK0h5iOuyhmB6mldXFXMW8nmGHMDbXGExmjmGMgis01Dd5ymqYNwq9UrewpHIZpe2XUdpAfcA4ZXLf6ikpsPUKaaB3HNpE5wW+RaJjQ4dyVd9DIJ4ypfXRiBFECD3NXm/lixjnmDOF9JCeKXP24IPXPffcdZCyjCg3WfsevMC3T3lv7V6ckbQ/hzXPUUc1Ss+6KT0TP6ZTCMCEF8dtIsMl5GPlY/Hj7iTCB5QB6CsYoxo0jKVQHnQW7S961aAfkHpgpmikvC3JWOEIzGBCJZBGAGa1juq5bQboRFoFqgGxuQ2FMMCY94YBhj7+85855bPK0b7fPnDDlw8vWi9urrmw7c9JxfTBuClLHltJn0kOuP8suHrTmEPk63JyyrrlNczftBdbyaSLXvv5WPje9EHbLy5ae3y7A0vwkiSpTMJDXQWF1YZOS4X6NKbKSekPbQRaPzYSfakYgyCeDMF3Q4g5ElJKM51LaGibyUzOLKSznOGD1AXbhJT90piaL1wN+SfeqRATXivcnwqsHhoFA4N2w9/39fXt6xN/RgoJ1ZLuT55Ur00L6VsYPuRYH41yFjaRGZ6l9IW56Y2cmSLzywNRCa6448x8BEqcesoz57yRkxHRpBhPSaWdRspxFSmjFN0xnnP1pTxrVaSssh+RMR43Y0IgNgJ49hpoHO4gYx4j/3HKcZT6p6bZEEmo4gA7J6Bw9D10AvsCqx8S9XJQBcYCg82UI6mpDjKJkjr4UkBHgTiSqSxawORZlR1GYvU4pcdiOiamnxxhvJTlY5ta15UHn1uz/2SugJhctrvQvelYuOLCjSf3N7WyuanIWBZTvsZWM8XfAToxAv5IM7UM8gDLpaMdHZ+3n+ggteRj/Dpub/+84/322QdOowPi3o734BUeR2qxi756H+7ak7sPYEQJMqa8S6QwSj7T/rxaEFEtENMpviv+t/gY4zUcZB51YwHhr4hpFp5FXX/Jg+KjxERMnXiWgmcxPSRMsHclRf0G5jyAWwC1AppFHqQevnjWLGISH+0kD8K3nfgrJssnJFoOiugog8RAIpIDSUA1AyLlxRxAmwSLR2lJgsaDsmghGtMScAn4KZRhQzA5MOwbwUPxqKcrjGCeuSkPsXGIYYZC0dR3MLbpJE2/S+EEUWHu3kjL08IrFJTRETCIONWpm+F4Pb0RFel8+c+LAjCyK4HnxJkkiNLyHj3iYYt35H14hDz4U/fcMJhKpkNDyrmBYefytHf5T4RY03BMD8J0GbTM51nl05SF0jFRVciws6oboYoSqj0bYs8E6pyjpGY7D69SdISlLwGn99MWoIIuNo3MJkz5rsUbHZEdjwhTuSjpHBWanpLOl3maQ1Wod7GaN0SlAvJwAZCKXVU9OKUz+SotpvxcTF2x28xJFAAGMcdDaqxC7DIEnXz957ecRrd8fr3ECAfThKvX5Ft3kH8+5SDf4mzHUziTwkSkznspJcVR+pwiAJRajSQCTjxMBQQoHnVrxjBuWDWBHarO1JJ0bFP5jLEOlShwUDSVdmGqtqF8BC4u16ZjtjJnikacoT1Fw7RHLcdP5Z7y0kTpMqjdenbOjByppPNH8uTYWgiKq7RMg2egpi23zPg1EGKgETBpqec+lT+pOiL50VzOT+ZytO8IzDumkQMGfpC9OEuHlUPZhIM5p8DJG2XrAjAltRDnNEXZtFs2yEk6G2na1L9OnbepPjewHqccoh5QbWo007L5I3EmsUhMtEikh+4Q4kOh0NBxqo+iQ0hRx/Mg5Ba/NU4lTQ6o5X65W+5G5cyyIvsk2SQHKFAMmPwBMUDlx3ggLsbifNwGVDlu4602n022Ql+zUW0Nyd115FeVDdatbzbbm97caqmvIr+q+0yj+awOV1fVW7a+2WJuefMma30VrqaPyWZGfrkvb7I2VJ6JqSaQnZmAFBoq1aifqQnf9AYkXMhoNzpHx2AGef6sVSWYKfllHPOZKQKOY+nc9SVCaMuXWzdv5I6NG0IslBwz7rzFJsnjW7/cMi45ZuNmeuWObTwPP+Sf4StFabkCCCqd9pQciCp2SKoXioKADCM6aOgCFPWpSlXeojyYqnDPjBUVRxlUlEifplm9iFRSTbH1MOZiMemqHHVlzvB6jzSdV92heHh5imaP0vR+hP0hHRfAkIkOT3WNjZpjkjGI4bUpaMTaFMgttTaFx8x5XvOTNBeNoLmqEjxF41JEFxpHA0T3lDpj4fxDmuiyovKMHtH0z6K52rOycad+I7LjFJXmcsNZYlZsmPrprNN0l1fS2cNHUG9a++FinDvuTOeOOyFtpItS/94wILdzxx23jGWnHCADyoHzBlyIZTPUQUkLSfGxs/Kz/fjqKYpZz1tBlRyJW8/JaPD4WXLkWXmEfzwP1XINs8rGzNWU0NKfA4ejzKPrJ/LHL/pmzNh1+L551y8pzrPn5kVG59vfNhjHTPupMnG1dVNXJ1ouODxWry/wFuR7SivKW2o9DrOlIpJaZ6DKvOqopj8Zxg1VVDCa+zFxQbe58MfnxKURtTRuEnpeQFRhT+NS5ENcVJ+R1oNQpGNEVvgiDIJB2ARHwOszgWQXzqdBiUKNJE28E88gf/uwTEl+0cl0kUpnM9yJrCxMj8kipsLMpiPD3PmXtIFaMqgE2sRZC3G8CTuBW0Ph14+vD1z37Avjf/az8S88s6m4YTwM2QvHvPz6XU2lY+64Y0xp011vvDSG6RmW4o/lPZILZrC60ozqv3gsm3gbVWgHuIs/JCdw5YcnhBMfnjjxIa4c7P0Box/E2u2AoWu341r8+nbyOnl9O36dFDYJqInKZEw+TemB8qj1R8tFgdGCFHeeQ3T0jAO7qiSSgKrwzBVcPqN1j1L+rqpoRUZGqDYPTgBlz8RgOv1hpe/55XD8+3JY/n3+yf8tZwX9SJ6F/yZPE7D/gPzvch3Cr8wlu490/bucYfi80kUjUSqaGqMi8DHI16DlqNOCIQAsjOrTDBzTelICzCPgQ7vbn1tymtFjMUG1o2SADWG6WI+8v7t9AlHU+5S/hErXdcxHfGSq4jlpoR/5/ozugadtkuZFHuYcxXsNIeZgwaiHwAZ526qOjlVtY5c3hWu93tpw0/Kx7AlmLSXCzKMSKT344dAIGsfwUSbV0uAUEWc5Un9td4CZ6jHTjAyxBZx0YtXWrE6i1b5wHhXzkow9CqklCR3b4n19RXMXhJSR2InpGs7tUurg6ILGEd1RtmxRYoLwEDtv+RJbv9xCraSAO4Sz+lBRPWtVJE/lDQ6Js6AOemRn/sduRiUl2cJcULxuqoqjJLQM56lBL/CkZd+tWrVwyoqFf3mZTMXomiVzqqsvWrvzwu63JaVtzJ3LrtPJedevuvsQ90zj2FaHgzSR9ydO2YFSenQkpu3DXj4su+NhkzfuFmcr3yjFJFFMLyBeMoGKcc6Uzju9ZtagtnPasQQbAtSxlKELfCTFj2HgDpxmtFJQ4crQW1xiINmNXXSAaIf9xilu0KIs5r9tgR4E3m8yuE104QQdbSUYq5ph2afFINIrqlCDlX+xPlPVLVhVMSv/UhgQhnsxBYwJ5J5WvNAexgpDUQoTM6iyTTmbTxrRf5zNw2wBSW5m7qOBeCWXgyu5ZtnWjAuxvxLnCIFmbIsHmjl/QLbBfw5PI8Et8Lo4kGcWMZ7DFcIzCBTiHByXC7Ecz9EEyuDGFocEBZtcKUrU/dRWKTZzAJybOfhakCEqDynacmDUncsidTyfIRqcHHoFJ9qlHG9ebk2kOICxKNqyTdk+f/4oe262TdQ5bPZwLp9dqcm1FOdM6BfMbsGiaZjYIOmzglbXGOfFiz543F/l8lY6pYLMqo6ieHYg32Nyu7WOTHNHrFTUZQb19kKd157hsmtyg4FqyVGXUxIoB4FRgzVihojtzst/s1nIyBzlypB1Gk2OObshwOWYRld7tBq3prKqkLMVhIqLDJxbKD2Pcf9TkEyAsIcm/faJjHCexmThHTFXXDZ6dWa7F2fIvoyGmChzVm+mttjOW+1aa+b6Ds4gZnDaDK+jwW0xGzQG7LsBZ2k0kmzkbWKepTTHWODx2wzGjLjZZM0y6GWTScwxmMy59gZ7VXGZy1lm1xonV+lbDRmGLFtRcPH0W8jpJ4uybmxurSnQR5vETK2cbczPk60ek1it1WcKprqW0YVdos1glxgPPcC75G4hrYM8D8cP43nvL6699hfX8vzIi/Dxtew64j+1ppDqXQYoVYcxr0E/KPwAP6yvgRsNnSsoasD8AFD9oQT9RkgwWxY8B6zBnmrQUILpcRIpOxfH8At9rKY5UgdQjKpQjboWXPVcAkzmVteEp1b/GACxxRpx6lFRasILKWAHlKaOrfQ+jeraqCxc57/s+t7dLDyk2iK5jpTDSNtaz72Ub/QqgtezbgylfMHOVhuxjt3de69nbRs8sLK4R9KAWRqWLc7eVyDFS9LGnfQaeYxUbjKEqADPAwMn7AlPiQSVnOAgKB3CDIepYUbf4owGKChbtYdoeZCJcaBJYBZTryeAowG/lIMl6stlU9WNhXiEbgZ/Dhl+6/NhH2ZefvwvY1CPGDmasHf5Jvh6fTmckuODUI49oTwR9fujPlkhNoCd2b5ePy7iRcvYaZtOkeiEjt4YblcS9hyIrH7VC6EueyL5T/jIF0Vo5DrN0WgCmoHmoSXMZpTyCWzCceoU6DYMP6E+trR7RzxgSwTP9DbV+sA1TdSHPX/OucrDXd0RTXV7W91p4HipILXmpILUiSapDoOhlJh29mW+2u9sINwLoOoPqfsx6zzY2xG9NzVO4Pbe/SdxetjASCJ/OLk/xVZOdYwQhjvSY4eDNjkpJ6QBZk9Dql0+rOV4QLs2ah5Nz1nxIW9fK5/JkdWnVSRJ3v/rWOYZAD/VECX2R5u4oY85NnpAHJzVv52qxOg9d0/KgsfhlTCnboU55Wa2FhvzDog7sc3gjYajIxrZErZ4DU043cwi2bWM3EuWkHuX7Wp7tV9RUm2nKP2vkivUZjo+5+FfvvXQnPalJvxP5d4zrXCvQjJNF/LJtA9WakwgNAnGw0UpnVcZXVFtdGBa20YcCVAjX1FAGn5gjPsDXlUfFon7Dayc8NLJuZo46hlH7/Sy1eJji1CZukzHmVKbNFDDm8xMBu9ke+Yu8kf818wl3++5k/xzzrVws3iOW/cOfTvguBtuL3zkKyx89ciFENxbkFT2JBvn/mNz16O31Bdv/UVeWtEBL1val5HT21iyiQ8fvvTGLZc+8r56tw3jZeNbIcqU7uOYU59dAylCyteod+T08a5O5cEtC1eEuxJzb5xEkKqlpOeULkwZYevm3ClqIiqqyo/SBYpjBIYoaB8TSiHwMEag2McaNnjKMcoAKcJsk63IJr5x910nyBryOPnLays51Pv8Uhw6xofDBK18DRfgqXj7ia8+fP4Q+XoaK8NrMFbq2D4cDuaXxrAkA9nmeFjiqPrVzwXCTuyKCVP29/VNjswJPztg/u7QaXToO/OA7QOc/z6v9E3m0OS+8JwIQVP0T5NvSsg3WF+C9U9vefrplM8zDzUdaXMTUcrmdmYNuy2t4WGKUcPIsJxqkxFnBrDSZwqtfuw5Tn2XliNYe2em19WpP+pOcFpVaCMKvNUQbW+2pg+xsmmplQ3zbpH3wb+bBybHPBvcAlpHtuHydSBnRy7F5WTbuve4R5MffJD8MPnhB8kPuEfFT8md75L9v/sdXvguD2IKuTx5Hb6RrOMux9el9xxI55H2l3DnYxDxRyTy3nsiGvlhylg3snw5I7/mWSHPTeO9dBHPT4wU0/LhZSnfPibLWUECKKP6KS2MLmrtZnTczbzR6biT/QEg2/QtDsWtNqrTllifnmZiWS/tDBaYO65k1rX7VavwEFLvCMXOjNAxto1RasOW+isXdanPCQvjc9cn+kHQn/1jXp1sybnfzVYUsOUEYZfNGlfFlSLviMchwWY1haihWX3BltMOv0mv/x+5JIlfaXUbjH8iv73nsarCPK509yasfd2yxlFSsokceeLxJ2tKHFrvttvvwf6+AsXmz628lVx2/L+P5RdVF2n8+1//Be6+NO/cRU4sl8FlrtzcvMwbirURm1tTeKnuqxJHlW3KzOqcemdJpm/iKD1Ijv7cuH1WZ1xT5ikKZZRNHqcb0R488yjNoyPayzZhYAZ53ptGI5Y4jNC9XMHeoQVSI6kgP/viLwRJS04N4gWf40fER0gFfo8e+P3B58koCkKEN5Kj+DmDu997j9GalD4pZWMeKXFSFq0KPWd5ZzJxh84+9oSd6dxDCvMDHulLnImH96RQSeMnn3xCPqEhCYGMCs/oCFITGUkvVY21y8npdZwryOmb8MjpzF/JKDvQYTLErtzXp9mYZLYu5cxzxgGSF6rDUo2A0Nn5mH4knx9JP/nj6aq+zGfoDtXGUSyrJsaFQzYckHFYMq4c8fE17z5CuAMKdini0nteueZMihdeQ5+TbhUjKql9rnKRi1m13AwZqnK6m4EuP1294xfpzhheJ8jxsbgX2C9V2gPKqRjTveqWpDJq7bgFbRVBOv2MVlPGBkMdd6+3zrAhw2QVlf0n7X2FO4zb5jVePDZrR2Gf/eRCXU1dXVtbXX1cp6J5hembNKoUzig19qqXsMFN93iiPAvKCuL3AE9ZGPV1QgN0NybCjLSnGY5JMquAau88a/8uRqfDqgBOrQeU3DEKwzH6TM3Bad1vytZFv8s447mh5agAforqAyiPSJCEpAwqzFqp6tOBtpy3ZxjL1ZTC9WFmkcADzHBN/c0gIAzvczVix6uUXkJGw/rMYe2POheptYQOM8KuSWoRpDVn/Ilek0itC22XYVlDd6YNVE6YbgbM5hj9cak0TqsKBmiR9BiWEfNqo/o42hiilimPVUN5iuex9qOGPnUSvJN8ipv4jpCaDmxKpMcvYvpntUaqMYWaHakOkTZA2mef5rkQrVNHOlOu6+jqWG9q5Xo0whY7sKVi4XiYpwttU8uoGfUOMF9PtmSMLq1lq/Vtw+vFoqlV1+pKM2waXmCmLiKjsaUZ5V5vvGJi062BKq0QHtU6unfsuIKCi8aPnxcrKXEItjVTvVU5DVFTuc9ns7a2jlq4WLny63nza2pm3rFs2YZZEyclSg68vvWyDXPmRiLNieUrduzYd/Oa/imTib7BUVhY0lRd7XGbDCUlzeXBoLh57fYrFyxoiZQXYXegpb6kuL1j27TOzhvLynJtkelkyY11Rk1Wpj0SGd9+wZrXxo4tLunt7t68+cGbPtodKM6zBS5YVF4+a7aiPPAfd9+9alVjQzA4Y1pyFR5baTa73ZFQc2Pd4vIyRwHD028Ava9BTpCSR6t7ZQA01ol0gR5gYxAO01tIUMTMh5p45MR06UkQxMkYf3rTd68c6K0rndZ/56EP12z69mW4qes98PK33F9Cy3a8uqb7wesuGl0UunDHK3999ealIRKfZMojp+xz4YLlPLmmcfnuQ28sC816+O6b+qcHm1bcfui1paFlbxzavbxx6BnfnIPbehpKOy66Ylu7b+7BHb2Njb07DuKD4bkB0hMwwwXfHmB2+DN1+L+pwf9rqf+/igmgLpMbEL4SQ5TejGw04bazGkFsOLs+4ghMko8CqJKuzDoXlSBXEdwWuehSE+AkWM82TtDHjK6Y3u+S9MP+PD8COnAIH8CLjh8n+0g32Xf8OH6AanHV/RO2/CblZ51y7PpRcHFKdxwvGpkGtRezr6k+OKlNOXfjwjN2wWF/EwOyUF8FpAdZXHXdgmI3YZeVp55eFDtB8dkktbgltHUtVXau3coS/h9KNvp20NK1XtIO9Hcr+eLz0aRGUfAboz9ndRjcAjepTf32T9vZY79jpI7FxHz9i4Cv0VUu4RFGUdW90ovdqTuqm8Up1zNmR0kM9E0eVCb3iVR4Swwq/NtZQ8g/lxJIfpikicrQAN1iT0gMMl9nbiCJ3IX8wBDIbap5mkOqJ05quQX1iB0uW9p36MdLxhaK/GSBhoD1CUzAoMfQj5REZShnloaoeaftFyp/yjt7V0ZVCxWI2yC/uE1QKTpdJKVwbLU1+WfSOvHINoy2HRGZQyD10+YRHg4LA/D6rbe2HWF8NDtla1Gth3EbJeC+INeMbTIzVMYNAf76wsuDcoWdbNXnaYXgFYX8k6cGqF8Td+flhb+w50sXCLkuwy8KL+c3DHXjKVCBbtcQXb6h2mIw82casUeRmDaF0a27qMe6zEvUczCuOoN66WaHbO+bIMfCMYnv2bXrosF/wbmHv1STpRFLAySyyHJLdnU9fj1qztEbivLJ5iD2VVm02VKG0WEkn1TgDYUu6dCunqE7enZN3nWRIPfsIjE5L8+myXcsSk5ubDDnxE2GvOzfWzLcjoxsk05+S0t9Gd7HvxMfFn+A1qcyclrNRlfpU+6m7tMjCAcSwWAiWJ05/cLFo+rCzS+8kFhR3dE1pZHfEKRvuCmR7dt27W0Zd320pbKyZfXO+DVrr111iSrPK9JbwFzHwQ01o9p0PN2/jAO5hKfrsKnrNdtz0grcMs50IZCplNr4KA3FTTAZm7B4n2dyR6KY55zBhkRrgaWiwmvFGcY83dDNunxTZra1Rl+xOuKJOJuj4VUV+rpMTaZY4uRXO/zY6q0ICuOdebqyadGKccE8nJdnsnHUs+UT+DQry5Svw5NzXBk2XbHVmhPrKONbltislmJdrsSbLVo8zeH3O8jJygYrZ0uvEZPRsN/dGW9apiFlZkeFajgIYAuKyYa3EWW0gGKgYUxmSnli0BRSMyvdD+k9XdUUmdRPMZGV+djwqVtmP0ok8EACEKDqOqneUX9X9AX6QrbKVtSBpqJZaD5ajHrQKrQWbUzZG6EPqOqKeZ1XYqqgZvoqf0CmpLsZD2utYnG2QLoQM40mVVdZbXHqoZ4DAZ8kh6nrEcS20v1lZKspConGTBaI5OfhW0kWGUiPh+lb6T1joSHDmKt7yTjrektpveX6NTsCscCONddb6kst188yvlTg9xf81MuhtaMNg5L81FOyNGjAlxt1T85fu3b+kzm3pUN6Pa5hUbIHDaOfkoVWo9OoyzVm/F+m/3K+35//8pmX785fa9SRG5/UGdeSz2jGo7lbWcIYs7uhfrjRiIl560zZ90H2OuodmtoHQ0AVqAol2Pj3B9ySyTJSxDQwW4A/EIuHo8CHLG5L2GqjDRe34nx8njU9TF0c4m4uMb8M68sWJ4cFU6V3dzx8bfgwNWQrh8PXLlvWvGrdAu6+K67Ao5ipVLWJfnAvufMecue9S/Ai4e/Kjh2k8oD6PVXd7e6d6Is8/CZ1z3zz4R7vat+6BeQwbiQvc2fJwENMMiHMXkLpsazaN89s8mE441QgDa//SvnJy9KQdCXQR7qq0krRLt2JiG1BY+WdWMcD8m2SmLuFjd7KkkC3owECVO+8oGvaQi7bvqhrxgUSXmPm87yOTKfPGI22NLTUxM2FbVM7xublm/TNC/csWEuS3//hiXBUP2Pv46/zX43OyhzXudTrail0TL9gkoG7TCosqaqJ1lqzNfmV0fpweZbByDvHxRoOvfNfbz/T0N6ae8Fj/f2D3767s57pZ67DfbIi/ifMVj2qZr60vJuHntBinkJ3SeZxSghgKL4ZqzsFSGxrLuaKY/ABfG/EaTDPv7KSzFn+It73Kr6b3HNRptmsMQeWiE6v1NDYuGDjlgULXtnRPilRXx+tHT1lytj9U6aSjd31dRdfXlvrBvkEh8k7wqzBB/GvcEVhoqVw/iryMQn1dxTkX7dBaW2RhIrJk02mvCuLjMYxY3YlT6yPRReOE0Sfb2K80JneR/ocn2FGf/5f9pFmq/vO20j6rH07y8/bvcjIKIZMt7bl2AYQXCC1kjcSO29ToBsvj+7qiXRM79zxxkev3zzz9f09u3p6zttO5yged3mkZ1e0/VWI1Nl58+srHsXWGrKgo6eng+tv74HiH4fyhNieSj40Ci2CUvlEnUYOigGR6mlsTNtuCpviQOYw2+KIozvLeIADcXT8xeI+ugVWzB/w+WWR7oyksVkp0zY2cXgO9wD8NC5/a0fv2jum9zy/qa+tOkPYRL77/e/Jd13mLJOMv37tK05vM+PxoUiGaKgfe9nWN1YX9xavfv2my8bWG8SMSIh7wFZl416RHPnJOXZ7ck6+Q+IzPcVjJq5Yv3empcGy/KXN69pqjJLw9deZvvUbn3rojUNHxs//5st/HL8nWJT8T67kL4ZsLnmIGye78DHDvEje+DdeIf/8KrnI612U/ApnvvLG+LzIPMPXGg25oiCU8bVW+3VGqEBfeeXVRx9788gz7SbTgu8/w/zAQAf1tUGDGtVOPw9dhq5HyGSWAukdMej6V2phodDFw7YwpkafaCTAUwADEk4OZnsWpzb28KdjWenuPljdwwEamTIfhoA4+FAIRDwWmEZytTkW9oVUUyD96NlwsKIsHCwvl3ZL2ZIgabKF5B8lsyxKOukS/aW8oJFJrT23yuGzZ6w06Yze3DKjOTNTK5tl4pDMGtGoKWuqKDRxzeaJAXteBv628KLkYY1Jo6U7dHHX8i6dTSdkWKr+KGhF4b3y8lAl5Mc/FgzhUn8wVJ6s4zjIVeQEkddKIsdP9ZfhJo0sYCHT5LZ8V5pvKDBmiZCYVqvlRYnP0HAi5q0VoVLhb6UNefmn/jx1PHcxptsZCjwn8LhbM903Jp6nkTqWkDwJa68q9wVDZZDXsF2JylwWVQt4jhbYgCVgtXQYGvhxeDWe8PW2bV/DZLiZHKYhfB3Z5qiq4++EE/lIVs56N4HFH8qmBtu61dqn4JiYWm8A+W6Sr5I3QH8Xwz3dywsXclZZAjIM8wDzARwU6UYOhRg3cdB187q4iqyg0bCTt5YLf2ucFdBOGktiOe8PbeVko96g4TXGWwCCvDz2yV/84kGMu64uz9Jy3K1t1grxhYb7nnv+GYhN/hbi1wrZgaJKv1tj1IgiRJ+i83X9mExgYtSpZKRMUMLWP3JLk3v4PdxSuvoxuWdoqfAOJY0cHOy6FEfI2/we9Y5h0TsBs82lnnM4taKNOmhHwwbgq14DWwLP9jyHTo6687FbRgmDx2VKJD/qJ9++Q77N6ifhhMkFT7jEwACXEA8GspLZJtdTT/H+oTD/ztCnhw+7TNwnJtdhumKU8o6NOCZfLp1AuUANW1AXs5FKMtuVj20aginMovMCQFpqOw11H5oQ3XcPmCKlQyPjhc5EDAIWY5vzURsnDcn20eGyBJlbtbOKy6vq3lmV/MjRVufg/M2PP7XSIuUnfwuBMY66NgeN4XeMva9ANDvYHcQcWwsxK6+85jrFKfqTH9GobdXVbfggff0pTQ4+aRO+bXriqTFkTlUVZ6/a2U0/hPQ4/5hQ6IeCcQXJj+g3BWNrC6podE6bP76gAMLpaJFY7FMWDeKPoVngB+DlJzQliA7D7/8AXnWXHgAAAHjafY+9TsMwFIWP6Y+KhFAfwQNDGeI6kbpEbJUqVAnG7v1xGg/EJXFVymvwCsyM8AysPAEbr8FJapBgaKz4fvfc6+NrAOd4gcDhu8JjYIEe3gOfoIvPwC1ciDhwGz2RB+6gL54Cd6m/slO0T5k9NKdqFujjLfAJzvARuIVrfAVu02cWuAMp7gN3qT9jjBIGc3juK0gssOc+hWNekHawrOWkCbWCXMcSa9YlEihoxgE7PNcGKYZcWejNfnsVKmaKqqF+CYxLM/dmJRd7OXWmkDvrczlxhZ+4cm1korQc5N5v0uEwo5rVqqoyVRjP07c09hxt2VxUUXDeLl1BumleYrHFHROzslvGY8On/P/7HdSE9Yh71FCMEY3+TJjKn3uJiY6SKNHx6Oh4M95dUrJNSdK3dlZNrKfBzJSVdYXUOlZaa3nM7Rst3GoaAAAAeNpd0uWzHEUUhvF9LhLc3SG47nSfnumLhdlsLgR3dwkECRo8wd3d3d1div8MqLvP8oH58lZN1fur06fOYGYw//09GCz7Nxj8//tr/u8MM6zBmqzF2ixgHdZlPdZnAzZkIzZmEzZlMzZnC7ZkK7ZmG7ZlO7ZnB3ZkJ3ZmF3ZlNxayO3uwJ3uxN/uwL/uxPwdwIAcxpCGRCQotHZVZDuYQDuUwDmcRR9AzYjFjljDHkRzFUo7mGI7lOI7nBE7kJE7mFE7lNE7nDM7kLM7mHM7lPM7nAi7kIi7mEi7lMpZxOVewnCu5iqu5hhVcy3Vczw3cyE2s5GZu4VZu43bu4E5WsZq7uJt7uJf7uJ8HeJCHeJhHeJTHeJwneJKneJpneJbneJ4XeJGXeJlXeJXXeJ03eJO3eJt3eJf3eJ8P+JCP+JhP+JTP+Jwv+JKv+Jpv+Jbv+J4f+JGf+Jlf+JXf+J0/+HPByhXL55rh0GzMZGYzzGK2ZmdWc3Y+k17SS3pJL+klvaSX9JJemnqNXqPX6DV6jV6j1+g1eo1eo5f0kl7SS3pJL+mliZd9V/Zd2Xdl35V9V/ZdeTjtdeZkjtAJndAJndAJndAJnfjPmbwn3E+4n3A/4X7C/YT7CfcT7ifcT7ifcD/hfsL9hPsJ9xPuJ9xPJL2kl/SyXtbLelkv62W9rJf1sl7WC73QC73QC73QC73QC73QK3pFr+gVvaJX9Ipe0St6Ra/Va/VavVav1Wv1Wr1Wr9Vr9Tq9Tq/T6/Q6vU6vm3jFOyveWfHOindWvLPinZXhtNeZ1Zw1e3NkLjbH5hJzbpLeZfEui3dZvMviXRbvsniXxbuszl+dvzp/df7q/NX5q/PX4bQ/mb86R3WO6hzVOapzVOeozlGnc/T2e/u9/d5+b7+339vvp33n6Cd7rCO9kd5Ib6Q30hvpjfTG9sb2xvbG9sb2xvbG0173D0PI69MAAAAAAAH//wACeNpjYGBgZACCM7aLzoPoizwLH8JoAEvdBzoAAA==),
       url(/i/noticons/./Noticons.woff) format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .5em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
a.gallery-navigation{
    cursor: pointer;
}
.gallery-multi {
	width: 100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.gallery-multi div {
	width: auto;
	float: left;
	cursor: pointer;
}
.gallery-back {
	display: none;
	position: relative;
	text-align: center;
	font-size: 0.75em;
	padding: 0.5em 0;
}
.gallery-interstitial{
    margin-top: 0px !important;
	background-color: #F3F3F3;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	text-align: center;
    display: none;
}
.gallery-interstitial .ad{
	margin: auto;
}
.gallery-image {
	width: 600px;
	height:600px;
	position: relative;
	margin: 0 auto;
}
.gallery-image img {
	/*
	Vertically align in center
	See: http://coding.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/
	*/
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.gallery-image div.gallery-multi div {
	line-height: 600px; /* Same as height to vertically align in center */
	text-align:center;
	position: relative;
}
.gallery .gallery-image div.gallery-multi div .credits {
	position: absolute;
	height: auto !important;
	display: block;
	bottom: 0;
	text-align: right;
	font-size: 11px;
	right: 0;
	color: #fff;
	padding: 3px 7px 3px 7px;
	background-color: #222;
	width: auto;
}
.gallery-thumbs div.gallery-multi div img {
	opacity: .5;
}
.gallery-thumbs div.gallery-multi div img:hover,
.gallery-thumbs div.gallery-multi div img.current {
	opacity: 1;
}
.gallery-image div.gallery-multi div img {
	max-height: 100%;
	max-width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 auto;

}
.gallery-count {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	margin-top: 10px;
	font-size: .75em;
}
.gallery-navigation {
	font-size: 1em;
}
.gallery-navigation:hover {
	color: #906;
}
.gallery-navigation-next {
	float: right;
}
.gallery-navigation-next:hover {
	outline: none;
}

.gallery-navigation-previous {
	float: left;
}

.gallery-navigation-previous:hover {
	outline: none;

}
.gallery-thumbs-medium-preview {
	width: 312px;
	position: absolute;
	top: 0;
	right: -314px;
}
.gallery-thumbs-medium-preview div div {
	width: 100px;
	float: left;
	margin: 0 4px 4px 0;
	background-color: black;
}
.gallery-thumbs-medium-preview div div img {
	vertical-align: bottom;
	opacity: .5;
	border: 1px solid black;
}
.gallery-thumbs-medium-preview div div img.current {
	vertical-align: bottom;
	opacity: 1;
	border: 1px solid red;
}
.gallery-thumbs-medium-preview div div img:hover {
	vertical-align: bottom;
	opacity: 1;
	border: 1px solid black;
}

/*hack for FF override if not needed*/
@-moz-document url-prefix() {
	.gallery-stage .gallery-image .gallery-multi div .credits {
		right: auto !important;
	}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 768px) {
	.gallery-thumbs div.gallery-multi div {
		left: 75px;
	}
	.gallery-image div.gallery-multi div img {
		margin: 0 auto;
	}
	.gallery-image img {
		position: relative !important;
	}
	/* Styles */
}
.main-post{width:620px;position:relative}.galleria_nav .gallery-navigation{height:40px;color:#F09;font-weight:bold;font-size:1em}.galleria_nav .gallery-navigation:hover{color:#906}.galleria_nav .gallery-navigation-next{right:0;padding:5px 90px 0 0;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/next.png) no-repeat right}.galleria_nav .gallery-navigation-next:hover{outline:none;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/next-over.png) no-repeat right}.galleria_nav .gallery-navigation-previous{left:0;padding:5px 0 0 95px;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/previous.png) no-repeat}.galleria_nav .gallery-navigation-previous:hover{outline:none;background:url(/wp-content/themes/vip/pmc-hollywoodlife/css/../images/previous-over.png) no-repeat}.gallery-image img{position:inherit}.pgalmoreside .gallery-multi{overflow:hidden}.gallery-caption .gallery-multi div p{margin:0px}.single-pmc-gallery .gallery-thumbs div.gallery-multi div img{width:101px;height:77px}.single-post .gallery-thumbs div .gallery-multi div img{width:150px;height:115px}@media only screen and (max-width: 767px){.main-post h1{margin:0px 9px 5px}}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
