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

/* ad */
.ad {
	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(../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(../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;
}

#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(../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(../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(../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(../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(../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(../images/sprite-icons.png) no-repeat -470px 3px;
}

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

/* 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(../images/sprite-icons.png) no-repeat -295px -168px;
}

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

.breadcrumbs a {
	background: url(../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 */
.social {min-height:35px;}
.social .isocial{ padding-right:0px; margin-right:10px;}
.social .art-del-sc{float:left;}
.social .btncomment {display:block; float:left; background:url(/wp-content/plugins/iwpl-social-share/images/share-social-v3.png) no-repeat -420px -1px; width:109px; height:35px; text-indent:-99999px; }
.social .btncomment::before{border-right:1px solid #ccc; content:""; display:block; float:left; height:35px; left:-11px; position:relative;}

.mobile-social {min-height:35px;}
.mobile-social .isocial{ padding-right:0px; margin-right:0px; margin-top:5px;}
.mobile-social .art-del-sc{float:left;}
.mobile-social .btncomment {display:none; }
.mobile-social .isocial .ssbxwrp .sstotal{padding:0px 0px 0px 9px}
.mobile-social .isocial .ssbxwrp .ssbtnwrp li{margin-right:5px;}


/* comments */
.meta .comments { min-height:14px; float:left; margin:9px 13px 0 0; padding:0 0 0 16px; background:url(../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(../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:100%; float:none; clear:both; margin-bottom:0px; padding:3px 10px 0; min-height:42px; }

.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: 19px;
	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(../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(../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;	
}

.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(../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;
	clear: both;
        color: #FFFFFF;
}

#footer a {
    color: #FFFFFF !important;
}

#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(../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: 2147483647 !important;
        z-index: 21 !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;
}

body#style {
	background: url('../images/theme/watercolor-bgskin-style-2000.jpg') no-repeat fixed 50% 0 #FFF;
}

body#hollybaby {
	background: url('../images/theme/bgskin-hollybaby.gif') no-repeat fixed 50% 0 #FFF;
}

body#beauty {
	background: url('../images/theme/watercolor-bgskin-beauty-new.jpg') no-repeat fixed 50% 0 #FFF;
}

.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: 15px;
	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;
}

.single .entry-content h3 {
line-height: 20px;
}

.entry-content h3 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

.vvqbox {
	overflow: hidden;
}

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

.menu-item-current strong a {
	background: #E1E1E1 url("../images/bg-nav-active.png") repeat-x;
	color: #F09 !important;
}

.menu-item-current strong a:hover {
	background: #E1E1E1 url("../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(../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('../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("../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("../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("../images/sprite-icons.png") no-repeat scroll -108px -425px transparent;
}
.userconnect .facebook {
	background: url("../images/sprite-icons.png") no-repeat scroll -154px -425px transparent;
}
.userconnect .twitter {
	background: url("../images/sprite-icons.png") no-repeat scroll -16px -425px transparent;
}
.userconnect .rss {
	background: url("../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(../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: 32px 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(../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;
}
.gallery-interstitial {
	margin-top: 65px;
	left: 166px;
	display: none;
	position: absolute;
	background-color: rgb(51, 51, 51);
	z-index: 100;
	text-align: center;
	height: auto;
}
.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;
}
.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;
}
.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;
}
.gallery-image div.gallery-multi div {
	height: auto;
}
.gallery-image div.gallery-multi div img {
	width: auto;
	height: auto;
	max-height: none;
}
.gallery-image div.gallery-multi div .credits {
	position: absolute;
	bottom: -15px;
	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;
}

.sidenav .gallery-navigation-previous, 
.sidenav .gallery-navigation-next {
	width: 18px;
	position: fixed;
	top: 440px;
	left: 0;
	z-index: 2147483647 !important;
	border-top: 2px solid #af0069;
	color: #fff;
	display: block;
	background: #f30092;
	font-size: 57px;
	padding: 10px 15px;
	height: 25px;
	text-decoration: none;
}
.sidenav .gallery-navigation-previous:hover, .sidenav .gallery-navigation-next:hover {
	padding: 10px 5px;
	width: 38px;
}
.sidenav .gallery-navigation-next {
	left: auto;
	right: 0;
	text-align: right;
}

/*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(../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(../images/sprite-icons.png) no-repeat -264px -197px;
	color: #F09;
}

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

.v02 .comment-container {
	margin: 0 0 195px;
}
.gallery-back {
	font-size: 12px;
	position: relative;
	top: 0;
	width: 90px;
	margin: 0 auto;
}
#sidebar.gallery-sidebar {
	margin-top: 275px;
}
.galleria_nav {
	text-align: center;
}
/*CSS for PMC Gallery Ends*/