/*
Theme Name:   PinkNews 2013
Theme URI:    http://www.pinknews.co.uk/
Version:      1.0
Author:       Felix Renicks
Author URI:   http://felixrenicks.com/
*/

@import url('http://www.pinknews.co.uk/wp-content/themes/pn2013/icons/font-awesome.min.css');

body {
  background:#fff;
  color:#222;
  font:14px/22px 'Helvetica Neue',Helvetica,Arial,Tahoma,Verdana,sans-serif;
  margin:0;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color: rgba(240, 189, 201, 0.7);
  -webkit-font-smoothing: antialiased;
  min-width: 980px;
}

body.logged-in {
  padding-top: 1px;
}

iframe {
  background:transparent;
  overflow:hidden;
  border:none;
}

fieldset {
  margin: 0;
}

img {
  border:none;
}

a {
  color:#914B5E;
  text-decoration: none;
}

a:hover {
  color:#d1768f;
  text-decoration: underline;
}

.page-wrap img {
  background:#F7F7F7;
  background:rgba(0,0,0,0.1);
}

h2 {
  color:#503945;
  text-transform: uppercase;
  font-size:12px;
  line-height:18px;
  margin: 0px 0px 12px;
  clear:left;
  font-weight:700;
}

p {
  margin:15px 0px 0px 0px;
}

ul {
  list-style:none outside;
  margin:0;
  padding:0;
}

.page-wrap {
  width:950px;
  clear: both;
  padding:0px 20px;
  margin:0 auto;
  position: relative;
}

.primary {
  width:620px;
  float:left;
  clear:left;
  position: relative;
}

.secondary {
  width:300px;
  float:right;
}

.secondary.article {
  margin-top:10px;
}

.content {
  width:440px;
  float:left;
}

.sub-content {
  width:160px;
  float:right;
  clear: right;
  z-index: 99998;
  position: relative;
}

.primary.switched .content {
  float:right;
}

.primary.switched .sub-content {
  float:left;
  clear:left;
}

/* Side lists */

.side-list {
  margin-bottom:30px;
  position: relative;
}

.secondary .side-list {
  clear:both;
}

.side-list a {
  padding-left: 103px;
  display:block;
  margin-bottom:10px;
  overflow:hidden;
  font-size:13px;
  line-height:18px;
  position:relative;
}

.side-list a:hover {
  text-decoration: none;
}

.side-list a:hover .title {
  text-decoration: underline;
}

.category-list-top a:visited, .category-list-other a:visited, .side-list a:visited {
  color:rgb(163, 134, 142);
}

a:visited .tag-new {
  background-color: #fff;
}

.category-list-top a:visited .comment-count, .category-list-other a:visited .comment-count, .side-list a:visited .comment-count {
  color:#888;
}

.side-list h3 {
  position: absolute;
  top: 51px;
  left: 0px;
  background: #fff;
  background: rgba(255,255,255,0.7);
  color: #111;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  white-space: nowrap;
  margin: 0px;
  padding: 3px 7px;
  z-index: 1;
}

.side-list a img {
  float:left;
  margin:0px 0px 0px -103px;
  box-shadow: none;
  border: none;
}

.side-list a:hover img {
  opacity: 0.9;
}

.side-list.on-this-day a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mpu {
  margin-bottom:20px;
  line-height: 0;
}

.mpu iframe, .skyscraper iframe, .mpu embed, .skyscraper embed {
  background:#F7F7F7;
  background:rgba(0,0,0,0.1);
  display: block;
  margin: 0 auto;
}

.secondary .fb-like-box {
  margin: -15px -10px 0px;
  height: 162px;
  overflow: hidden;
}

.facebook-like-box {
  margin-top: -10px;
  margin-bottom: 15px;
}

/* Header */

#pre-ad
{
  margin: 15px -10px 0px;
}

.leaderboard {
  background:#E9E9E9;
  min-height:90px;
  padding:10px 0px;
  clear:both;
}

.leaderboard iframe {
  margin:0 auto;
  background:#FFF;
  border:0;
  display:block;
}

.newsletter-subscribe {
  padding-bottom: 5px;
  background: #DDD;
  display: none;
  border-bottom: 1px solid #CCC;
}

.newsletter-subscribe form {
  padding: 20px 0px;
  clear: none;
  width: 500px;
  position: relative;
  margin: 0 auto;
}

.newsletter-subscribe p {
  margin: 0px 0px 10px;
  font-size: 16px;
  color: #444;
  text-align: center;
  font-weight: normal;
}

.newsletter-subscribe .email-field {
  width: 468px;
  padding: 10px 15px;
  border: 1px solid #CCC;
  font-size: 14px;
}

.newsletter-subscribe em {
  font-size: 10px;
  text-transform: uppercase;
  font-style: normal;
  color: #666;
  display: block;
  text-align: left;
  margin-top: 12px;
  line-height: 14px;
}

.newsletter-subscribe button {
  float: right;
  display: block;
  border: none;
  padding: 6px 29px;
  border-radius: 2px;
  text-align: center;
  background: #914B5E;
  color: #FFF;
  font-family: sans-serif;
  font-weight: bold;
  margin: 8px 0 0 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font: 'Helvetica Neue',Helvetica,Arial,Tahoma,Verdana,sans-serif;
}

.newsletter-subscribe button.email-cancel {
  border: 1px solid #BBB;
  color: #666;
  background:transparent;
  margin-right:10px;
}

header {
  margin:45px 0px 10px;
  position: relative;
}

.newsletter-link {
  float: left;
  font-size: 10px;
  font-weight: bold;
  color:#666;
  text-transform: uppercase;
}

.newsletter-link i {
  font-size: 14px;
  color: #AAA;
  margin-right: 2px;
  position: relative;
  bottom: -1px;
  text-decoration: none;
}

header .subnav .menu {
  float:right;
}

header .subnav .menu-item-feed a {
  font-size: 0px;
  color: transparent;
}

header .subnav .menu-item-feed a:before {
  content: "\f09e"; 
  font-family: FontAwesome;
  color: rgb(134, 124, 129);
  font-size: 14px;
  position: relative;
  top: 2px;
}

header .logo-panel {
  display:block;
  float:left;
  width:210px;
  height:90px;
}

header .logo-panel .logo {
  margin-top:5px;
  background:transparent;
}

header .logo-panel .fb-like {
  float:left;
}

header .logo-panel .twitter-follow {
  float: right;
  margin-top:2px;
}

header .logo-panel .twitter-follow iframe {
  border-radius: 4px;
  border-right: 1px solid #AAAAAA;
  height: 20px !important;
  width: 91px !important;
  overflow: hidden;
}

header .logo-panel .twitter-count {
  font-size: 11px;
  background: #fff;
  border: 1px solid #c1c1c1;
  height: 17px;
  line-height: 19px;
  margin-left: 3px;
  position: relative;
  min-width: 15px;
  padding: 2px 4px;
  text-align: center;
  white-space: nowrap;
  top: -6px;
}

header nav.main {
  overflow: hidden;
  min-height:30px;
  clear: both;
  padding-top: 10px;
  margin-bottom: 20px;
  z-index: 99998;
  top:5px;
  position: relative;
}

header nav.main ul {
  position:relative;
  bottom:-6px;
}

header nav.main li {
  float:left;
  display:inline;
  margin-right:8px;
  font-size:15px;
  line-height:18px;
  font-weight:500;
}

header nav.main li:first-child:before {
  content:'';
  margin:0px;
}

header nav.main li:before {
  content: '\b7';
  color: #C8A5AE;
  margin-right: 8px;
}

header nav.main .searchform input.search {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  float: right;
  width: 0px;
  position: absolute;
  right: 0px;
  top: 10px;
  padding: 5px 8px 5px 26px;
  line-height: 18px;
  background: #FFF url('images/search-icon.png') no-repeat 7px -1px;
  box-shadow: none;
  border: 1px solid #CCC;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
}

header nav.main .searchform.active input.search {
  width:300px;
}

header nav.main input:focus {
  background:#FFF url('images/search-icon.png') no-repeat 7px -32px;
}

#search-toggle {
  background: #914B5E;
  border-radius: 2px;
  color: #fff;
  padding: 5px 10px;
  line-height: 18px;
  bottom: 0px;
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 0px;
  z-index: 50;
  text-decoration: none;
}

#search-toggle:before {
  font-family:FontAwesome;
  content: '\f002';
  color: #fff;
  font-size:18px;
}

.active #search-toggle {
  background: none;
}

.active #search-toggle:before {
  content: '\f00d';
  color:rgba(0,0,0,0.5);
}

.header-leaderboard {
  background: none;
  min-height: auto;
  float: right;
  clear: none;
  padding: 0px;
  width:728px;
  height:90px;
  position: absolute;
  top:0px;
  right:20px;
}

header .leaderboard iframe {
  background:#EEE;
}

.subnav {
  position: absolute;
  top: -35px;
  right: 0px;
  width: 100%;
}

.subnav li {
  font-size:10px;
  text-transform: uppercase;
  color:rgb(134, 124, 129);
  display:inline;
  margin-left:6px;
}

.subnav li:before {
  content:'\b7';
  color:#AAA;
  margin-right:10px;
}

.subnav li:first-child:before {
  content:'';
}

.subnav li a {
  color:rgb(134, 124, 129);
}

.subnav li .feed-icon {
  background:url('images/feed.png') center right no-repeat;
  padding-right:20px;
}

.promo {
  background: #5B6EA1;
  border-radius: 4px;  
  padding:16px 10px 15px 105px;
  color: #FFF;
  overflow: hidden;
  box-shadow:inset 0px 0px 0px 3px rgba(41, 65, 135, 0.52);
}

.promo p {
  margin: 0;
  float:left;
  font-size: 15px;
  line-height: 22px;
  display: block;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
}

.promo p a {
  color:#FFF;
  text-decoration: none;
}

.promo p a:hover {
  text-decoration: underline;
}

.promo .fb-like {
  float: left;
  margin-top: 10px;
}

.promo img {
  background:none;
  float:left;
  margin-left:-80px;
  margin-top:7px;
}

.email-newsletter {
  padding: 10px;
  background: url('images/newsletter.png') no-repeat center 15px;
  padding-top: 60px;
  margin-bottom:20px;
  border:1px solid #DDD;
}

.email-newsletter h2 {
  margin: 0;
  text-align: center;
  text-transform: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: rgba(0,0,0,0.7);
}

.email-newsletter .email-field {
  width: 118px;
  font-size: 11px;
  padding: 5px 10px;
  background: rgba(255,255,255,0.8);
}

.email-newsletter .email-submit {
  display: block;
  width: 100%;
  padding: 6px;
  border: none;
  text-transform: uppercase;
  background: rgb(187, 228, 105);
  cursor: pointer;
  margin-top: 5px;
  margin-bottom:0px;
  font-size: 11px;
  border-radius: 2px;
  font-family: sans-serif;
  font-weight: bold;
  box-shadow: inset 0px -2px 0px rgba(0,0,0,0.1);
}

/* Top stories */

.headline {
  background-color:#914B5E;
  background-size:100%;
  background-position:center;
  padding: 20px 0px;
  clear: both;
  margin: 15px auto 20px !important;
  color:#fff;
  min-height: 250px;
}

.headline #canvas {
  width:990px;
  height:330px;
  display:none;
}

.headline .headline-story {
  padding-left: 200px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.15);
}

.headline h3 {
  color:#fff;
  font-size:27px;
  width:620px;
  line-height:1.2;
  margin: 0px 0px 20px -200px;
}

.headline p {
  font-size: 16px;
  line-height: 25px;
}

.headline img.headline-img {
  margin-left: -200px;
  float: left;
}

.headline .mpu {
  margin-bottom:0px;
  float:right;
}

.headline .headline-social {
  margin-top:15px;
  height:20px;
}

.headline .headline-social li {
  display: inline;
  margin-right: 10px;
  font-size:1px;
  line-height: 1px;
}

.headline .comment-count {
  color: #FFF;
  font-size: 15px;
  line-height: 18px;
  opacity:0.8;
  margin-left: 7px;
}

.headline .comment-count:before {
  font-size: 14px;
  margin-right: 3px;
  content:"\f075";
  color: #fff;
  font-family:FontAwesome;
}

.top-stories {
  position:relative;
  padding-top:2px;
}

.top-stories li h3 {
  margin-left: -165px;
}

.home-lead-section .secondary {
  margin-right:25px;
}

/* Edition toggle */

.edition {
  font-size:11px;
  line-height:18px;
  text-transform: uppercase;
  color:#999;
  position:absolute;
  top:2px;
  right:0px;
}

.category-list .edition a {
  display:none;
  margin-right: 0px;
  margin-top: -2px;
  text-transform: none;
  border-radius: 2px;
  padding: 3px 15px;
  background-color: #914B5E;
  color: #fff;
  padding-left: 35px;
  text-decoration: none;
  font-weight: bold;
  background-position: 13px center;
}

.edition span {
  padding-left:25px;
  margin-top:2px;
}

.edition:hover span {
  display:none;
}

.edition:hover a {
  display:block;
}

.edition .flag-uk {
  background:url('images/flag-uk.png') 5px center no-repeat;
}

.edition .flag-us {
  background:url('images/flag-us.png') 5px center no-repeat;
}

/* Features */

.features {
  clear:both;
  margin-bottom: 20px;
  position: relative;
  margin-right: -30px;
  overflow: hidden;
}

.features .slides {
  overflow:hidden;
  height:220px;
}

.features .slides li {
  margin-right:5px;
  display:block;
}

.features .slides li a {
  background:#914B5E;
  color:#FFF;
  font-weight:bold;
  float:left;
  height:220px;
  margin:0px 0px;
  margin-right:5px;
  display:block;
  width:145px;
}

.features .slides li a:hover {
  text-decoration: none;
}

.features .slides li a:active {
  box-shadow: inset 0px -1px 0px rgba(0,0,0,0.2);
  text-decoration: none;
  margin-top: 1px;
}

.features .slides li a:hover p {
  text-decoration: underline;
}

.features .slides li:nth-child(6n+1) a {
  background:#93575A;
}

.features .slides li:nth-child(6n+2) a {
  background:rgb(139, 103, 69);
}

.features .slides li:nth-child(6n+3) a {
  background:rgb(136, 133, 66);
}

.features .slides li:nth-child(6n+4) a {
  background:rgb(110, 136, 84);
}

.features .slides li:nth-child(6n+5) a {
  background:rgb(93, 144, 156);
}

.features .slides li:nth-child(6n+6) a {
  background:rgb(123, 98, 148);
}

.features .slides li h3 {
  margin: 6px 7px -5px;
  padding:0;
  color:rgba(255,255,255,0.75);
  text-transform: uppercase;
  font-size:11px;
  line-height:14px;
}

.features .slides li p {
  margin: 7px 7px 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  max-height: 62px;
  overflow: hidden;
}

.features .slides li img {
  max-width:100%;
  display:block;
  opacity:0.9;
  background:rgba(0,0,0,0.2);
  -webkit-transition: opacity 0.03s linear;
  -moz-transition: opacity 0.03s linear;
  -ms-transition: opacity 0.03s linear;
  -o-transition: opacity 0.03s linear;
  transition: opacity 0.03s linear;
}

.features .slides li a:hover img {
  opacity:1;
}

.features .flex-control-nav {
  position: absolute;
  top: 4px;
  right: 10px;
  list-style: none outside;
  margin:0;
  padding:0;
}

.features .flex-control-nav li {
  float: left;
}

.features .flex-control-nav li a {
  display:block;
  margin: 4px 3px 2px 5px;
  width:10px;
  height:10px;
  background:#CCC;
  text-indent: -9999px;
  cursor:pointer;
}

.features .flex-control-nav li a.flex-active {
  background:#888;
}

.features .flex-direction-nav a {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 120px;
  background: #fff;
  background: rgba(255,255,255,0.7);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  opacity:0;
  color:#000;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.features:hover .flex-direction-nav a {
  opacity:1;
}

.features .flex-direction-nav a:hover {
  text-decoration: none;
  background: rgba(255,255,255,1);
}

.features .flex-direction-nav a.flex-next {
  right:-30px;
}

.features .flex-direction-nav a.flex-prev {
  left:-30px;
}

.features:hover .flex-direction-nav a.flex-next {
  right:0px;
}

.features:hover .flex-direction-nav a.flex-prev {
  left:0px;
}

/* Homepage main list */
.category-list {
  margin-bottom:20px;
  overflow: hidden;
  position: relative;
  padding-top:3px;
}

.category-list h2 {
  margin-bottom:10px;
}

.category-list li {
  width:210px;
  float:left;
  font-size:13px;
  line-height:18px;
  font-weight:bold;
  margin-bottom:10px;
}

.category-list a {
  margin-right: 10px;
  display: block;
}

.category-list a:hover, .category-tiles a:hover {
  text-decoration: none;
}

.category-list a:hover span.title, .category-tiles a:hover span.title {
  text-decoration: underline;
}

.category-list .category-list-top li {
  width:auto;
  float:none;
  clear:left;
  margin-bottom:30px;
  padding-left:165px;
  overflow: hidden;
}

.category-list .category-list-medium li {
  width:auto;
  float:none;
  clear:left;
  margin-bottom:30px;
  padding-left:110px;
  overflow: hidden;
}

.category-list-other {
  margin:0px -10px;
}

.category-list-other li {
  margin:0px 10px 10px;
}

.home .category-list .category-list-top li {
  margin-bottom:20px;
}

.category-list-top img {
  float:left;
  margin-left:-165px;
}

.category-list-medium img {
  float:left;
  margin-left:-110px;
}

.category-list a:hover img {
  opacity: 0.9;
}

.category-list h3 {
  font-size:20px;
  line-height:26px;
  margin: 0 0 10px 0;
}

.category-list-medium h3 {
  margin: 0px 0px 10px -110px;
}

.category-list p {
  font-size: 13px;
  line-height: 20px;
  font-weight:normal;
  margin-top:10px;
  text-align:left;
}

.category-list strong {
  font-weight:normal;
}

.category-list .category-list-other li:nth-child(2n+1) {
  clear:left;
}

a.category-see-all {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  background: #914B5E;
  color: #fff;
  padding: 3px 15px;
  border-radius: 2px;
  margin-right:0;
}

.category-tiles {
  overflow:hidden;
}

.category-tiles ul {
  margin:0px -10px;
}

.category-tiles ul li {
  float: left;
  width: 210px;
  margin: 0px 10px 10px;
}

.category-tiles ul li:nth-child(2n+1) {
  clear:left;
}

.category-tiles h3 {
  font-size:13px;
  line-height:18px;
  margin-top:10px;
}

.category-tiles img {
  display:block;
}

.category-tiles a:hover img {
  opacity:0.9;
}

.tag-new {
  background: rgb(196, 117, 43);
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  padding: 1px 7px 2px;
  margin-left: 2px;
  top: -3px;
}

.comment-count {
  font-size: 11px;
  color: #666;
  padding: 2px 1px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight:normal;
}

.comment-count:before {
  content:"\f075";
  font-family:FontAwesome;
  opacity: 0.4;
  color:#AAA;
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.category-list-top .comment-count:before {
  font-size: 11px;
}

.category-list-top .comment-count {
  font-size: 13px;
  margin-left:5px;
}

.category-list-date {
  margin-left: -110px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
}

.category-list-time {
  float: left;
  margin-right: 5px;
  font-weight: bold;
  color: rgb(134, 124, 129);
}

/* Sub content */
.sub-content ul, .home-meta ul {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: -5px;
}

.sub-content ul li, .home-meta ul li {
  margin-bottom: 6px;
  text-indent: -10px;
  padding-left: 10px;
}

.sub-content ul li.categories ul li, .sub-content ul li.categories, .home-meta ul li.categories ul li {
  padding-left:0px;
  text-indent: 0px;
}

article .sub-content a:hover {
  text-decoration: underline;
}

.sub-content .skyscraper {
  margin-bottom:20px;
  text-align: right;
}

/* Pagination */
.pagination {
  background:#fff;
  border: 1px solid #DDD;
  border-radius: 2px;
  margin:20px 0px;
  text-align:right;
  overflow:hidden;
  white-space: nowrap;
  clear:both;
  box-shadow:0px 2px 0px rgba(0,0,0,0.05);
}

.pagination li {
  display:inline;
  font-size:11px;
  text-transform: uppercase;
  font-weight:bold;
  float:left;
}

.pagination a {
  padding: 7px 10px;
  border-right:1px solid #DDD;
}

.pagination .pagination-current {
  float:left;
  border-right:1px solid #DDD;
}

.pagination span {
  padding: 7px 10px;
  color: #777;
  background: #EEE;
}

.pagination .pagination-right {
  float:none;
}

.pagination .pagination-right a {
  border:none;
}

.pagination .pagination-disabled {
  color: #999;
  border-right:1px solid #DDD;
  font-weight: normal;
  padding: 0px 7px;
}

/* Article */
h1 {
  font-size: 29px;
  line-height: 36px;
  margin: 0px 0px 10px 0px;
  color:#111;
  min-height:55px;
}

article header {
  margin:0px 0px 5px;
  position:relative;
}

article header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "asd";
  clear: both;
  background: none;
  height: 0;
}

article header .content {
  width: 620px;
}

article header .sub-content {
  width: 300px;
  position: static;
}

.single .primary, .single .secondary {
  margin-top: 15px;
}

ul.post-meta li {
  padding-left:32px;
  font-size: 15px;
  line-height: 24px;
  text-indent: 0px;
  clear:left;
  margin-bottom:5px;
}

.post-meta i {
  margin-left: -32px;
  float: left;
  font-size: 18px;
  line-height: 24px;
  padding: 2px;
  color:#999;
  opacity:0.7;
}

.post-meta .post-author i {
  margin-top: -2px;
}

.post-meta .post-comments a i {
  color:#914B5E;
  opacity:0.5;
}

ul.post-meta {
  margin:0px;
  position: absolute;
  bottom: 0px;
}

.post-meta li a {
  font-weight:normal;
  color:#555;
}

.post-meta li.post-comments a {
  font-weight:bold;
  color:#914B5E;
}

.post-author .avatar {
  float: left;
  margin:2px 0px 0px -29px;
  display: inline;
  border-radius: 2px;
}

.post-meta a:hover {
  text-decoration: underline;
}

.post-author em {
  display:none;
}

.post-date {
  color:#555;
}

.post-date sup {
  font-size:9px;
}

.post-modified sup {
  font-size:6px;
}

h2 sup {
  font-size:5px;
}

.post-meta li.post-modified {
  color: #555;
  margin-top:-5px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
}

.post-comments i {
  margin-top: -2px;
}

.social-buttons {
  margin:20px 0px 0px;
  display: block;
  position: relative;
  z-index: 99999;
}

.social-buttons li {
  display: block;
  float:left;
  max-height: 25px;
  margin-right:15px;
}

.social-buttons li.facebook {
  margin-top: -2px;
}

.social-buttons li.googleplus {
  max-width: 62px;
}

.social-buttons li.twitter {
  max-width: 85px;
}

.fb_iframe_widget_lift {
  z-index: 9999999999 !important;
}

.more-posts {
  clear:both;
  overflow: hidden;
  margin-top: 30px;
  font-size: 15px;
}

.more-posts ul {
  margin:0px -10px;
}

.more-posts li {
  float: left;
  width: 300px;
  margin: 0px 10px;
  font-weight:bold;
}

.more-posts li:nth-child(2n+1) {
  clear:left;
}

article primary {
  clear:both;
  display:block;
}

.article-text ul {
  margin-top:15px;
}

.article-text ul li, .author-header ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right:180px;
  background:url('images/bullet.gif') 0px 9px no-repeat;
}

.article-text iframe, .article-text embed, .article-text object {
  max-width: 430px !important;
  margin: 20px 0px !important;
}

.article-text blockquote iframe {
  max-width: 100% !important;
  margin-bottom: 0px !important;
}

article img {
  max-width: 430px;
  margin:20px 0px;
  display:block;
}

article .article-text h2 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
  color: #777;
}

.article-text p {
  text-align: left;
  margin-right:10px;
  padding-right:180px;
}

.article-text p:first-of-type, .article-text p:first-child {
  font-size: 18px;
  line-height: 26px;
  margin-top:0px;
}

article p a {
  border-bottom:1px solid rgba(145, 75, 94, 0.27);
  text-decoration: none;
}

article figure.image {
  display:block;
  float:right;
  margin:0px 0px 30px 40px;
  max-width:620px;
  z-index: 99998;
  position: relative;
}

article figure.image img {
  margin:0px 0px 5px;
  max-width:620px;
}

.article figure.image figcaption {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  color:rgb(134, 124, 129);
}

article figure.embed {
  margin: 0px 0px 30px;
  background: #F7F7F7;
  background: rgba(0,0,0,0.1);
}

article figure.embed iframe, article figure.embed embed {
  width:620px;
  max-width:620px;
  height:349px;
  display:block;
}

article .article-text blockquote {
  margin: 20px 190px 30px 0px;
  padding: 20px 20px 20px 20px;
  font-family: serif;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #AAA;
  color: #222;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
  clear: left;
}

article .article-text blockquote img {
  margin: 15px auto;
}

article .article-text blockquote p, article .article-text blockquote li {
  padding-right:0px;
  text-align:left;
}

article .article-text blockquote li {
  padding-left: 0px;
  margin-left: 16px;
  background: none;
  list-style: square outside;
}

article .article-text blockquote p:first-of-type {
  font-weight: normal;
  font-size:14px;
  line-height:22px;
}

article a:hover {
  text-decoration: none;
}

article .article-footer-buttons {
  margin: 20px 190px 15px 0px;
  padding: 0px;
  display: block;
  list-style: none;
  clear: left;
}

article .article-footer-buttons li {
  display:block;
  margin-right:5px;
  background: none;
  padding: 0px;
}

article .article-footer-buttons a {
  padding: 8px 15px;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  background: #914B5E;
  color: #FFF;
  margin-bottom:10px;
  display: block;
}

article .article-footer-buttons a.reader-comments:before {
  margin-right:5px;
  content: "\f075";
  font-family:FontAwesome;
  opacity:0.5;
}

article .article-footer-buttons a.facebook {
  border:1px solid rgba(75,97,145,0.4);
  background:#fff;
  color:#4B6191;
  font-weight:normal;
}

article .article-footer-buttons a.twitter {
  border:1px solid rgba(87,148,181,0.4);
  background:#fff;
  color:#5793B4;
  font-weight:normal;
}

article .article-footer-buttons a.facebook i {
  color:#4B6191;
  margin-right:3px;
}

article .article-footer-buttons a.twitter i {
  color:#5793B4;
  margin-right:3px;
}

article .article-footer-buttons a:hover {
  text-decoration: none;
  opacity: 0.85;
}

.sponsored .article-text p:first-of-type, .sponsored .article-text p:first-child {
  font-size: inherit;
  line-height: inherit;
  margin-top:15px;
}

article.sponsored img {
  margin:0;
}

article.sponsored .ntv_share {
  margin-top:0 !important;
}

article.sponsored p {
  margin:15px 0px 15px 0px;
}

.sponsored-tag {
  background: rgb(196, 117, 43);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding: 1px 7px 2px;
  font-weight: bold;
  top:-5px;
}

article.sponsored header {
  margin-bottom: 20px;
}

article.sponsored h1 {
  margin-bottom:0;
}

#disqus_thread {
  min-height:300px;
}

.outbrain-wrap {
  position: relative;
  margin-bottom: 40px;
}

.OUTBRAIN li {
  color:#666;
  font-size:13px;
  line-height:18px;
  margin-bottom: 10px;
  padding-left: 15px;
  background:url('images/bullet.gif') 0px 5px no-repeat;
}

.OUTBRAIN li a {
  font-weight:bold;
}

.OUTBRAIN li a:hover {
  text-decoration: underline;
}

.OUTBRAIN .ob_source {
  display:block;
}

.OUTBRAIN .AR_1 .ob_what {
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 18px;
  padding: 0px;
  text-transform: uppercase;
}

/* Liveblog */

#liveblog-container {
  margin:15px 0px !important;
  padding-right: 180px !important;
  width:auto !important;
  font-family:inherit !important;
}

#liveblog-container header {
  margin:0px;
}

#liveblog-container li {
  background: none;
  padding: 0;
}

#liveblog-messages {
  background: lightyellow;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 2px;
}

.liveblog-entry .liveblog-entry-text {
  margin-left:0px !important;
}

.liveblog-author-avatar, .liveblog-author-name {
  display:none;
}

.liveblog-meta-time a {
  color: rgb(134, 124, 129) !important;
}

.liveblog-entry .liveblog-meta .liveblog-meta-time {
  font-size:11px !important;
  line-height: 18px !important;
  float:none !important;
  display:block;
  border-bottom:1px solid #DDD;
  padding-bottom:5px;
  color: #503945 !important;
  font-weight:bold;
  text-transform: uppercase;
  margin-left:0px !important;
  margin-top:10px !important;
}

.liveblog-entry-text p, .liveblog-entry-text p:first-of-type {
  text-align: justify;
  margin:0px 10px 15px 0px;
  padding-right:0px;
  font-size:15px;
  line-height:24px;
}

.liveblog-entry {
  border-top:none !important;
  padding:0px !important;
}

.comments {
  position:relative;
  padding-top:2px;
}

.comments ol {
  list-style:none outside;
  margin:0;
  padding:0;
}

.comments li.comment {
  margin-bottom: 15px;
  position:relative;
  border:1px solid #DDD;
  box-shadow: none;
  -webkit-transition: 0.2s all ease-out;
}

.comments > ol > li.comment:hover {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  -webkit-transition: 0.05s all ease-in;
}

.comments .this-comment {
  padding-left: 63px;
  padding-top:15px;
  padding-right:15px;
  padding-bottom: 10px;
}

.comments ol.children {
  background: #F7F7F7;
  border-top: 1px solid #DDD;
  border-radius:2px;
}

.comments .replies-toggle {
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 10px -15px -5px -49px;
  padding: 0px 5px 5px 63px;
}

.comments .replies-toggle:before {
  content: "\f105";
  font-family:FontAwesome;
  opacity:0.5;
  margin-right: 5px;
  float: left;
  display: block;
  margin-left: -15px;
  font-size: 15px;
  width: 10px;
  text-align: center;
}

.comments .replies-toggle.openarrow:before {
  content: "\f107";
}

.comments .replies-toggle:hover {
  text-decoration: underline;
}

.comments ol.children ol {
  background: #EEE;
  padding-right:0px;
}

.comments ol.children ol ol {
  background: rgb(223, 223, 223);
}

.comments ol.children ol ol ol {
  background: rgb(224, 224, 224);
}

.comments ol.children li.comment {
  margin-bottom:0px;
  border:none;
  border-radius:0px;
  padding-top:0px;
  border:1px solid rgba(0,0,0,0.1);
  border-width:0px 0px 1px 0px;
}

.comments .avatar {
  margin-left:-48px;
  float:left;
  margin-top:0px;
}

.comments li.comment .avatar {
  margin: 0px 15px 0px 0px;
}

.comments .comment-date {
  color: #999;
  color: rgba(0,0,0,0.5);
  font-size: 11px;
  line-height: 18px;
  display: block;
}

.comments .comment-date a {
  color: #999;
  color: rgba(0,0,0,0.5);
}

.comments .comment-author {
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.075);
  padding-bottom: 10px;
  margin-left: -45px;
}

.comments ol.children .comment-author {
  margin-bottom: 5px;
}

.comments .comment-author {
  margin-bottom:10px;
}

.comments .comment-text {
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
}

.comments cite {
  font-weight:bold;
  font-size:14px;
  line-height:17px;
  font-style: normal;
  color:#555;
  display:block;
}

ol.children cite {
  padding-top:0px;
}

.comments li.comment p {
  font-size: 14px;
  line-height: 22px;
  padding-right: 10px;
  margin-top: 5px;
  word-break: break-word;
}

.comments .comment-actions {
  position:absolute;
  -webkit-transition: 0.2s opacity ease-out;
  -webkit-transition-delay: 0.15s;
  opacity:0.8;
  top:15px;
  right:15px;
}

.comments .comment-actions li.comment-report {
  display:none;
}

.comments ol.children .comment-actions {
  top:16px;
  right:15px;
}

.comments .this-comment:hover .comment-actions {
  opacity:1;
  -webkit-transition: 0.05s opacity ease-in;
  -webkit-transition-delay: 0.15s;
}

.comments .comment-actions li {
  display:block;
  font-size: 11px;
  line-height: 20px;
  float:left;
}

.show-full-comment {
  display: block;
  box-shadow: 0px -10px 25px -5px rgba(0,0,0,0.1);
  top: -5px;
  left:-10px;
  position: relative;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #CCC;
}

.show-full-comment:before {
  content: "\f078";
  font-family:FontAwesome;
  padding-right: 5px;
  opacity: 0.5;
}

.comments .thread-tools {
  position:absolute;
  margin-top:-33px;
  right:0px;
}

.thread-tools li {
  float: right;
}

#expand-collapse {
  display: block;
  padding: 3px 15px 2px;
  border-radius: 2px;
  text-align: center;
  background: white;
  color: #555;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #CCC;
  font-weight: bold;
  margin-right: 10px;
}

.comments .add-a-comment a {
  display: block;
  padding: 1px 15px;
  border-radius: 2px;
  text-align: center;
  background: #914B5E;
  color: #FFF;
  font-size:12px;
  line-height:19px;
  font-weight:bold;
}

.comments .add-a-comment a:hover {
  background:#d1768f;
}

.comments .add-a-comment a:before {
  content: "\f075";
  font-family:FontAwesome;
  padding-right: 5px;
  opacity: 0.5;
}

.comments-top-link {
  margin-bottom: 10px;
  display: block;
}

.comments-top-link:before {
  margin-right:5px;
  content: "\f075";
  font-family:FontAwesome;
  opacity:0.5;
}

.comment-rating {
  border: 1px solid transparent;
  height: 30px;
  border-radius: 2px;
}

.comment-rating .vote-up img, .comment-rating .vote-down img {
  display:none;
}

.comment-rating .vote-up, .comment-rating .vote-down {
  height: 32px;
  width: 32px;
  font-size: 14px;
  float: left;
  text-align: center;
  display: block;
  margin-left:5px;
  border-radius:2px;
  line-height: 32px;
}

.comment-rating .vote-up {
  color:#458746;
}

.comment-rating .vote-up:hover {
  background:#458746;
  color:#FFF;
}

.comment-rating .vote-down {
  color:#b34e4d;
}

.comment-rating .vote-down:hover {
  background:#b34e4d;
  color:#FFF;
}

.comment-rating .vote-up:hover, .comment-rating .vote-down:hover {
  text-decoration: none;
}

.comment-rating .vote-disabled, .comment-rating .vote-disabled:hover {
  color: #999;
  cursor:default;
  background: rgba(0,0,0,0.05);
  box-shadow:none;
}

.comments .comment-actions .comment-rating span.vote-disabled {
  display: block;
  background: none;
}

.comment-rating span {
  font-size: 14px;
  margin: 0px 5px 0px 10px;
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}

.comment-rating span em {
  padding: 0px 12px;
  font-style: normal;
}

img.wp-smiley {
  background:none;
  vertical-align: text-bottom;
  margin:0px 2px;
}

.comments .comment-reply-link {
  font-weight: bold;
  font-size: 12px;
  border-radius: 2px;
  border:1px solid transparent;
  display:block;
  margin-left:5px;
  padding: 5px 13px;
}

.comments .comment-reply-link:before {
  content: "\f112";
  opacity:0.5;
  margin-right:5px;
  font-family:FontAwesome;
}

.comments .comment-reply-link:hover {
  background:#914B5E;
  color:#fff;
  text-decoration: none;
}

.comments .report-comments a {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  border-radius: 2px;
  border:1px solid transparent;
  display:block;
  margin-left:5px;
  margin-right: -5px;
  padding: 5px 13px;
  margin-left: -5px;
}

.comments .report-comments a:before {
  content: "\f071";
  opacity:0.5;
  margin-right:5px;
  font-family:FontAwesome;
}

.comments .report-comments a:hover {
  background:#914B5E;
  color:#fff;
  text-decoration: none;
}



li.comment #respond {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #CCC;
  padding: 20px;
  box-shadow: inset 0px 2px 0px rgba(0,0,0,0.05);
  position:relative;
  background: rgba(0,0,0,0.05)
}

.comments li.comment #respond .avatar {
  margin-left: -47px;
}

li.comment #respond .comment-form {
  padding-left:47px;
}

li.comment #respond #cancel-comment-reply-link {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

li.comment #respond textarea {
  width: 500px;
  max-width: 500px;
}

/* Comment widgets */

.secondary .skyscraper {
  float: right;
  margin-bottom: 20px;
}

section.top-users, section.home-meta {
  width:120px;
  float:left;
  margin-bottom:20px;
}

.dsq-widget-list {
  list-style:none outside;
  padding:0;
  margin:0;
}

.dsq-widget-list li {
  padding-left:42px;
  background:#93575A;
  color:#FFF;
  font-weight:bold;
  position:relative;
  margin-bottom:3px;
  font-size:13px;
  line-height:32px;
  white-space:nowrap;
  overflow: hidden;
  margin: 2px 0px !important;
}

.dsq-widget-list li a {
 color:#fff; 
}

#topcommenters .dsq-widget-list li img.dsq-widget-avatar {
  margin:0px 0px 0px -42px;
  float:left;
  padding:0;
  background:rgba(255,255,255,0.1);
}

#topcommenters .dsq-widget-meta{
  display:none;
}

.dsq-widget-list li .score {
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  padding-right:8px;
  padding-left:3px;
  font-size:11px;
  line-height:32px;
  color: rgba(255,255,255,0.75);
}

.dsq-widget-list li .score:before {
  content: "\f087";
  font-family:FontAwesome;
  margin-right:3px;
}

.dsq-widget-list li:nth-child(6n+1) {background:#93575A;}
.dsq-widget-list li:nth-child(6n+2) {background:rgb(139, 103, 69);}
.dsq-widget-list li:nth-child(6n+3) {background:rgb(136, 133, 66);}
.dsq-widget-list li:nth-child(6n+4) {background:rgb(110, 136, 84);}
.dsq-widget-list li:nth-child(6n+5) {background:rgb(93, 144, 156);}
.dsq-widget-list li:nth-child(6n+6) {background:rgb(123, 98, 148);}

.comment-policy {
  padding: 15px 15px 10px 70px;
  text-align: left;
  font-size: 11px;
  line-height: 18px;
  color: rgb(134, 124, 129);
  margin-top: 15px;
}

.comment-policy i {
  font-size: 50px;
  margin-left: -70px;
  float: left;
  display: block;
  margin-bottom: 10px;
  color: rgba(134, 124, 129, 0.71);
}

.comment-policy p {
  margin:0px;
}

.comment-policy ul {
  margin:5px 0px 0px;
}

.comment-policy li {
  font-size: 11px;
  display:inline;
  line-height: 18px;
  color:rgb(134, 124, 129);
  margin-right:10px;
}

/* Comment form */

#respond {
  overflow: hidden;
  margin: 0px 0px 30px;
}

#respond input, #respond textarea {
  padding:8px;
}

#respond textarea {
  width: 540px;
  max-width: 540px;
  height:70px;
}

#respond .comment-label {
  display:none;
}

#respond .comment-form {
  padding-left:62px;
}

.comment-fields {
  margin-left:-10px;
}

.comment-fields li {
  display: block;
  width: 184px;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom:10px;
  float: left;
}

.comment-fields label {
  display: block;
  float: left;
  font-size: 12px;
}

.comment-fields label em {
  font-size: 11px;
  font-style: normal;
  color: rgb(134, 124, 129);
}

.comment-fields input {
  width: 166px;
}

.comment-fields input:disabled {
  color: #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

li.comment-spam-field {
  margin-top:10px;
}

li.comment-spam-field input {
  float:right;
  width:60px;
}

li.comment-spam-field label {
  margin-top: 8px;
  line-height: 18px;
  text-align: right;
  width: 100px;
}

.comment-form input#submit {
  padding: 8px 25px;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  background: #914B5E;
  color: #FFF;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  border: none;
  margin-top: 5px;
  clear: left;
  float: left;
}

.comment-form input#submit:hover {
  background:#d1768f;
}

.author-comment-form-avatar {
  position:relative;
  display:block;
}

.author-comment-form-avatar:before {
  background: url("images/staff-badge.png") no-repeat center center;
  width: 15px;
  content: " ";
  height: 15px;
  position: absolute;
  top: 24px;
  left: -24px;
  z-index: 999;
}

/* Forms */

input[type=text], input[type=email], input[type=password], input[type=search], textarea {
  -webkit-appearance:none;
  font:13px/18px 'Helvetica Neue',Helvetica,Arial,Tahoma,Verdana,sans-serif;
  padding:5px 8px;
  border-radius:2px;
  border: 1px solid #DDD;
  box-shadow: inset 0px 6px 5px -5px rgba(0,0,0,0.1);
  background:#FFF;
  margin:0;
}

input:focus, textarea:focus {
  border:1px solid #AAA;
  box-shadow:none;
  outline:none;
  background:#FFF;
  box-shadow:0px 3px 4px rgba(0,0,0,0.1);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

.blog-post {
  background: #F5F5F5;
  overflow: hidden;
  clear: both;
  margin: 15px -20px 30px;
  padding: 0px 20px;
  border-radius: 0px 0px 4px 4px;
}

.blog-post .social-buttons {
  background: none;
  border: none;
}

.blog-post .pagination {
  margin: 0px 5px 20px;
}

.blog-post .pagination li {
  font-size: 14px;
  line-height: 28px;
}

.blog-header {
  background: #914B5E;
  clear: both;
  height: 58px;
  padding: 10px;
  font-size: 26px;
  margin: 0px -20px 15px;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
  box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.15);
}

.blog-header h1 {
  color: #fff;
  font-size: 40px;
  margin: 0;
  float: left;
  line-height: 56px;
  margin-left: 15px;
}

.blog-header h1 a {
  color:#fff;
}

.blog-header h1 a:hover {
  text-decoration: underline;
}

.blog-header ul li a {
  float: right;
  text-align: right;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  z-index: 999;
  position: relative;
  width: 270px;
  height: 42px;
  padding: 7px 10px;
  padding-right: 30px;
  border-radius: 3px;
  line-height: 1.3;
}

.blog-header ul li a:hover {
  color:#fff;
  text-decoration: none;
  background: rgba(0,0,0,0.2);
}

.blog-header ul li.next-post a {
  text-align: left;
}

.blog-header ul li.prev-post a {
  float:right;
  padding-right:15px;
  padding-left:30px;
  margin-right:5px;
}

.blog-listing {
  margin: 0px -5px;
  overflow: hidden;
  padding-top:15px;
}

.blog-listing li {
  width:300px;
  height:250px;
  float: left;
  margin: 0px 10px 20px;
  display:block;
  background: #914B5E;
  position: relative;
}

.blog-link .fb-like {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity:0;
}

.blog-link:hover {
  outline:5px solid rgba(0,0,0,0.2);
}

.blog-link:hover .fb-like {
  opacity:1;
}

.blog-listing li.blog-link:nth-child(6n+1) a {
  background:#93575A;
}

.blog-listing li.blog-link:nth-child(6n+2) a {
  background:rgb(139, 103, 69);
}

.blog-listing li.blog-link:nth-child(6n+3) a {
  background:rgb(136, 133, 66);
}

.blog-listing li.blog-link:nth-child(6n+4) a {
  background:rgb(110, 136, 84);
}

.blog-listing li.blog-link:nth-child(6n+5) a {
  background:rgb(93, 144, 156);
}

.blog-listing li.blog-link:nth-child(6n+6) a {
  background:rgb(123, 98, 148);
}

.blog-listing li.mpu {
  background:transparent;
}

.blog-listing li.skyscraper {
  width:300px;
  height:790px;
  float: right;
  clear:right;
  background:transparent;
}

.blog-listing li.skyscraper iframe {
  float:right;
}

.blog-listing .email-newsletter {
  clear: right;
  width: 138px;
  float: right;
  margin-top: 20px;
  background: none;
  padding-top: 10px;
  height: 150px;
}

.blog-listing .blog-link a {
  display:block;
  position:relative;
}

.blog-listing .blog-link a:hover {
  text-decoration: none;
}

.blog-link .comment-count {
  color: #FFF;
  color: rgba(255,255,255,0.9);
  margin-left: 5px;
  font-size: 12px;
}

.blog-listing .blog-link img {
  display:block;
  background:rgba(0,0,0,0.2);
}

.blog-listing .blog-link h3 {
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 10px;
  height: 60px;
}

.blog-listing .blog-link h3 span.subtitle {
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  font-size:14px;
  margin-right: 2px;
}

/* Footer */

.footer-features {
  margin-top:20px;
}

.mpu.shadow {
  box-shadow: -15px 0px 20px -11px rgba(0,0,0,0.35);
  position: relative;
}

footer {
  margin-top: 30px;
  overflow: hidden;
  clear: both;
}

footer .mission {
  background: #FFF4F6;
  clear: both;
  padding: 20px 30px 20px 140px;
  font-size: 16px;
  margin: 10px auto 20px;
  line-height: 1.7;
  color: #503945;
}

footer .mission:before {
  content: " ";
  background: url('images/mission-p.png') no-repeat;
  display: block;
  float: left;
  width: 140px;
  height: 143px;
  margin-left: -135px;
  margin-top: -30px;
  margin-right: 20px;
}

footer .menu li {
  display: inline;
  margin-right:6px;
  font-weight: bold;
  font-size: 13px;
}

footer ul.menu li:first-child:before {
  content:'';
  margin:0px;
}

footer ul.menu li:before {
  content: '\b7';
  color: #C8A5AE;
  margin-right: 10px;
}

footer ul {
  list-style:none outside;
  text-align: center;
  margin:0 auto;
}

footer ul.footnotes {
  color: rgb(134, 124, 129);
}

footer ul.footnotes li:before {
  content: '\b7';
  color: #999;
  margin-right: 8px;
}

footer ul.footnotes li:first-of-type:before {
  content:'';
  margin:0;
}

footer ul.footnotes li {
  display: inline;
  margin: 0px 3px;
  font-size: 11px;
  text-transform: uppercase;
}

footer ul.footnotes li a {
  color:rgb(134, 124, 129);
}

/* Author header */

.author-header {
  padding-left:180px;
  margin-bottom: 20px;
  overflow: hidden;
}

.author-header .avatar {
  margin-left: -180px;
  float: left;
}

.author-header h1 {
  min-height: auto;
}

.author-header p {
  font-size: 16px;
  color: #666;
}

.author-header ul {
  margin-top: 3px;
  font-size: 15px;
  line-height: 26px;
}

/* Clearfix */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.awards {
  text-align: center;
  margin-bottom:10px;
}

.awards li {
  display:inline;
  margin:10px;
}

.awards img {
  background:transparent;
}

.awards a {
  text-decoration: none;
}

.awards .landscape {
  position: relative;
  top: -15px;
}

/* Article end ad */
#article-end-ad img {
  background:transparent;
}

#article-end-ad .azullo_respond_ad_inline, #article-end-ad .respond_content_container {
  border-color: transparent !important;
  max-width: 430px;
  margin:0 !important;
  margin-top: 20px !important;
  padding: 0px !important;
  display: block;
}

#article-end-ad p {
  font-style: italic;
}

#article-end-ad .azullo_respond_ad_inline .azullo_respond_ad_ad, #article-end-ad span {
  position: static !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px !important;
  margin-bottom: 12px !important;
  line-height:18px;
  padding:0 !important;
}

#article-end-ad .azullo_respond_ad_inline .azullo_respond_ad_ad a {
  color: #503945;
}

#article-end-ad .azullo_respond_ad_inline .azullo_respond_ad_content {
  padding: 0px !important;
}

#article-end-ad .line1 {
  padding:0 !important;
  margin:0 !important;
}

#article-end-ad .story_image {
  padding:0 !important;
  margin:0 !important;
  margin-right:15px !important;
}

#wpstats {
  visibility: hidden;
  position: absolute;
  bottom: -50px;
}

@media print {
  * { background: transparent !important; color: #222 !important; text-shadow: none; clear:none; margin:0; text-align: left !important; float:none !important; }
  .page-wrap, .content, .sub-content, .primary, .secondary, header { width:auto !important; float:none !important; margin:0 !important; }
  nav, .secondary, footer, .sub-content, .avatar, figure.embed, .leaderboard, .mpu, .skyscraper, .logo-panel iframe, li.post-comments, .side-list, .footer-features, .reader-comments, #article-end-ad, .social-buttons, .reader-comments, .facebook, .twitter, .outbrain-wrap { display:none; }
  a, a:visited { color: #222 !important; text-decoration: none; border:none !important; }
  .article-text:after { margin-top:15px; font-style:italic; display:block; page-break-before: avoid; content: "\0000A9  PinkNews.co.uk. All rights reserved."; }
  figure.image { float:right !important; }
  figcaption { color:#666 !important; font-style:italic; }
  .logo-panel, h1 { clear:left; }
  .article-text p { padding-right:20%; }
  .post-meta { color:#666  !important; }
  .post-meta a { text-decoration: none; }
  .logo-panel a:after, .post-meta a:after { content:""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; text-align:left; }
  h2, h3{ page-break-after: avoid; }
}

.article-text p::selection:nth-child(6n+1) {background:rgba(255, 150, 155, 0.25);}
.article-text p::selection:nth-child(6n+2) {background:rgba(255, 190, 129, 0.25);}
.article-text p::selection:nth-child(6n+3) {background:rgba(250, 244, 123, 0.25);}
.article-text p::selection:nth-child(6n+4) {background:rgba(204, 250, 158, 0.25);}
.article-text p::selection:nth-child(6n+5) {background:rgba(157, 236, 255, 0.25);}
.article-text p::selection:nth-child(6n+6) {background:rgba(212, 169, 255, 0.25);}

* { -webkit-backface-visibility: hidden; }

@media only screen and (-webkit-min-device-pixel-ratio : 2){

  * {
    -webkit-transition: none !important;
    -webkit-backface-visibility: visible !important;
  }
  
  .page-wrap img {
    background:none;
  }
  
  .features .slides li img {
    overflow:hidden;
  }
  
  .features .flex-direction-nav a {
    opacity:1;
  }

}

/* Stay on top of ads */
#wpadminbar {
  z-index: 9999999 !important;
}