body {
    margin: 0;
    padding: 0;
}

body, input {
    color: #8C8077;
    font-family: Muli, Georgia, Times New Roman, serif;
	font-size: 14px;
}

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

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.hidden { display: none; }
.clear { clear: both; }

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

.alignright { float: right; }

.wp-caption-text {
	margin: 0;
	text-align: center;	
}

.container {
    margin: 0 auto;
    width: 1151px;
}

h1.page-header {
    background: transparent url("https://s3.amazonaws.com/newpomegranatehouse/img/header.png") no-repeat center center;
    height: 210px;
	margin: 0;
    width: 100%;
}

h1.page-header span {
    display: none;
}

.menu-banner {
    background: transparent url("https://s3.amazonaws.com/newpomegranatehouse/img/menu-banner.png") no-repeat center center;
    height: 54px;
    width: 1151px;
}

.menu-banner .menu {
    float: left;
    padding-left: 37px;
}

.menu li {
    background: transparent no-repeat center center;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-right: 18px;
}

.menu-banner .menu li.home { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/menu-home.png"); width: 60px; }
.menu-banner .menu li.about { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/menu-about.png"); width: 62px }
.menu-banner .menu li.projects { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/menu-projects.png"); width: 86px; }
.menu-banner .menu li.recipes { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/menu-recipes.png"); width: 75px; }
.menu-banner .menu li.featured { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/menu-featured.png"); width: 91px; }
.menu-banner .menu li.parties { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/menu-parties.png"); width: 103px; }
.menu-banner .menu li.contact { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/menu-contact.png"); width: 82px; }
.menu-banner .menu li.advertise { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/menu-advertise.png"); width: 96px; }

.home        li.home:after,
.page-id-2   li.about:after,
.page-id-11  li.projects:after,
.page-id-618 li.recipes:after,
.page-id-659 li.featured:after,
.page-id-668 li.parties:after,
.page-id-678 li.contact:after,
.page-id-699 li.advertise:after,
.menu-banner .menu li.active:after {
    color: white;
    content: ". . . . .";
    line-height: 39px;
    margin-left: 22%;
}

.menu-banner .menu li.projects:after,  .menu-banner .menu li.projects:hover:after,
.menu-banner .menu li.recipes:after,   .menu-banner .menu li.recipes:hover:after,
.menu-banner .menu li.contact:after,   .menu-banner .menu li.contact:hover:after
{ margin-left: 28%; }

.menu-banner .menu li.featured:after,  .menu-banner .menu li.featured:hover:after,
.menu-banner .menu li.parties:after,   .menu-banner .menu li.parties:hover:after,
.menu-banner .menu li.advertise:after, .menu-banner .menu li.advertise:hover:after
{ margin-left: 30%; }

.menu-banner .menu li:hover:after {
    color: #FCAD9F;
    content: ". . . . .";
    line-height: 39px;
    margin-left: 22%;
}

.menu-banner input {
    float: left;
    font-size: 16px;
    height: 32px;
    margin-top: 8px;
    width: 200px;
}

.menu-banner #searchButton {
    background-color: #B3F5CC;
    border: 1px solid white;
    border-radius: 50%;
	color: white;
    cursor: pointer;
    height: 36px;
    margin-top: 8px;
    margin-left: 8px;
    width: 36px;
}

/*
 *  Sidebar
 */

.sidebar {
    float: right;
	margin-right: 30px;
	text-align: center;
    width: 300px;
}

.social { padding: 0; }

.social li {
    display: inline-block;
    margin-left: -1px;
}

.social li a {
    background: transparent no-repeat center center;
    display: block;
    height: 47px;
    width: 47px;
}

.social li a.facebook { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/social-facebook.png"); }
.social li a.pinterest { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/social-pinterest.png"); }
.social li a.twitter { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/social-twitter.png"); }
.social li a.rss { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/social-rss.png"); }
.social li a.google { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/social-google.png"); }
.social li a.instagram { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/social-instagram.png"); }

.tabs .tab {
    border: 1px solid #8C8077;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 23%;
}

.tabs .tab:hover, .tabs .tab.active {
    background-color: #8C8077;
    color: white;
    cursor: pointer;
}

.tab-content .tab {
	display: none;
}

.tab-content .tab.active {
	display: block;
	height: 305px;
}

.tab-content .welcome {
    background: transparent url("https://s3.amazonaws.com/newpomegranatehouse/img/tab-welcome.png") no-repeat center top;
    height: 260px;
    margin-top: 10px;
    text-align: right;
}

.tab-content .welcome a {
    position: relative;
    top: 225px;
}

.tab-content .contact, .tab-content .find, .tab-content .buttons {
	font-size: 14px;
	text-align: center;
}

.tab-content h3 {
	margin-bottom: 0;
}

.sidebar h2, .sidebar h1 {
    background: transparent no-repeat center center;
	color: transparent;
    display: block;
    height: 35px;
    width: 300px;
}

.sidebar h2.follow { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/header-follow.png"); }
.sidebar h2.sponsors,
.sidebar #text-3 h1 { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/header-sponsors.png"); }
.sidebar h2.giveaway { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/header-giveaway.png"); }
.sidebar h2.contributor { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/header-contributor.png"); }
.sidebar h2.popular-posts { background-image: url("https://s3.amazonaws.com/newpomegranatehouse/img/header-popular-posts.png"); }

aside.widget {
	padding-top: 30px;
}

.section.big-ad, .section.follow {
    text-align: center;
}

.section.follow input, .section.follow button {
    display: block;
    float: left;
    height: 27px;
    margin: 0 2px;
    padding: 0;
}

.section.follow input {
    border: 1px solid #8C8077;
    border-radius: 2px;
    width: 194px;
}

.section.follow button {
    background: transparent url("https://s3.amazonaws.com/newpomegranatehouse/img/button-submit.png") no-repeat center center;
    border: none;
    cursor: pointer;
    width: 96px;
}

.section.follow iframe {
	margin-top: 20px;
}

/*
 *  Content / Posts
 */

.content {
	float: left;
	margin-left: 30px;
    width: 750px;
}

.content > article {
	text-align: center;
}

.content > article:after {
	color: #8C8077;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
	font-size: 20px;
}

.content > article > * {
	text-align: left;
}

.content header time {
    background-color: #B3F5CC;
    border-radius: 50%;
    box-sizing: border-box;
    color: white;
    display: block;
    float: left;
    height: 85px;
    padding-top: 17px;
    text-align: center;
    width: 85px;
}

.content header time .my {
    font-size: 14px;
    line-height: 13px;
}

.content header time .d {
    font-size: 28px;
}

.content header h2 {
	font-size: 26px;
	font-weight: normal;
    margin-left: 100px;
	min-height: 85px;
	padding-top: 10px;
	text-align: left;
}

.content header h2 a {
	color: #8C8077;
	text-decoration: none;
}

.content header h2 a:hover {
	text-decoration: underline;
}

.content header .comment-bubble {
    background: transparent url("https://s3.amazonaws.com/newpomegranatehouse/img/comment-bubble.png") no-repeat center center;    
    float: right;
    font-size: 18px;
    height: 34px;
    margin-top: 25px;
	padding-top: 5px;
    text-align: center;
    width: 42px;
}

.content header .comment-bubble a {
	color: white;
	text-decoration: none;
}

.content section {
	font-size: 14px;
    margin: 0 auto;
	text-align: left;
	width: 92%;
}

.content section p {
	font-size: 14px;
	line-height: 170%;
}

.content section .more-link {
	background: transparent url(http://s3.amazonaws.com/newpomegranatehouse/img/button-continue-reading.png) no-repeat top left;
	color: transparent;
	display: block;
	float: right;
	height: 33px;
	width: 208px;
}

/* Comments */

#comments input {
	float: left;
}

#comments label {
	line-height: 27px;
	margin-left: 8px;
}

#comments label[for=comment], #comments .form-allowed-tags {
	display: none;
}

#comments label[for=email] ~ .required:after {
	content: " {will not be published}";
}

#comments textarea {
	display: block;
	width: 85%;
}

#comments input[type=submit] {
	background: transparent url(https://s3.amazonaws.com/newpomegranatehouse/img/button-submit.png) no-repeat center center;
	border: none;
	cursor: pointer;
	height: 29px;
	width: 96px;
}

#comments #comments-title {
	clear: both;
	padding-top: 20px;
}

#comments ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments ol.commentlist li {
	border: 1px solid #8C8077;
	margin: 10px 20px 20px 20px;
	padding: 0;
}

#commentform p {
	margin: 4px 0;
}

article.comment {
	margin: 0;
	padding: 10px;
	text-align: left;
}

article.comment .citation {
	padding-top: 6px;
}

article.comment img.avatar {
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}

article.comment .reply {
	text-align: right;
}

article.comment .comment-reply-link {
	background: transparent url(https://s3.amazonaws.com/newpomegranatehouse/img/button-reply.png) no-repeat center center;
	color: transparent;
	display: inline-block;
	height: 24px;
	width: 78px;
}

.shareThis {
	margin-left: 100px;
}

.shareThis span {
	color: #FCAD9F;
	display: inline-block;
	font-size: 18px;
	margin-left: 50px;
}

.shareThis ul {
	display: inline-block;
	list-style-type: none;
	padding-left: 20px;
}

.shareThis li {
	background: transparent no-repeat center center;
	cursor: pointer;
	display: inline-block;
	height: 47px;
	position: relative;
	top: -5px;
	width: 47px;
	
	transition: top 0.2s;
}

.shareThis li:hover {
	top: -27px;
}

.shareThis li.facebook  { background-image: url(https://s3.amazonaws.com/newpomegranatehouse/img/share-facebook.png); }
.shareThis li.pinterest { background-image: url(https://s3.amazonaws.com/newpomegranatehouse/img/share-pinterest.png); }
.shareThis li.twitter   { background-image: url(https://s3.amazonaws.com/newpomegranatehouse/img/share-twitter.png); }
.shareThis li.google    { background-image: url(https://s3.amazonaws.com/newpomegranatehouse/img/share-google.png); }
.shareThis li.email     { background-image: url(https://s3.amazonaws.com/newpomegranatehouse/img/share-email.png); }

.shareThis .shareCurtain {
	background-color: white;
	border-top: 1px solid #8C8077;
	height: 20px;
	position: relative;
	top: -40px;
	width: 80%;
}

.comment ul.children {
	list-style-type: none;
	padding: 0;
}

.footer-links {
	display: inline-block;
	font-size: 14px;
}

.footer-links.pinterest-button {
	vertical-align: middle;
}

/* Footer */

#pageFooter {
	clear: both;
	text-align: center;
}

/* Plugins */
.pagination {
	margin: 40px 0;
	text-align: center;
}
.pagination a, .pagination .current {
	border: 1px solid #878794;
	display: inline-block;
	height: 20px;
	margin: 0 4px;
	width: 20px;
}
.pagination .current {
	color: #8C8077;
}

.shr-bookmarks-bg-caring {
	margin-left: 29%!important;
}

.nrelate {
	margin: 0 0 50px 10px!important;
}

.nrelate_related h3 {
	font-family: Lustria, Georgia, Times New Roman, serif;
	font-size: 20px;
	color: #878794;
	font-weight: normal;
}
.nrelate_related h3, .nrelate_related .nr_inner a.nr_panel:first-child {
	margin-left: 50px!important;
}

.nr_post_title {
	font-family: Lustria, Georgia, Times New Roman, serif;
}

/* Comment Luv */
#commentluv {
	margin-top: 60px!important;
}

#commentluv input#doluv {
	width: initial!important;
}

#mylastpost {
	margin-left: 8px;
}

.cluv {
	font-style: italic;
	padding: 5px 0!important;
}

/* BlogHer */
.section.blog-her {
	text-align: left;
}

/* Slider */
.lph-slider {
	height: 400px!important;
	width: 690px;
	margin: 20px auto 0;
}

.lph-slider img {
	top: -33%!important;
}
