/* Article Page Styles */
/* Page Formatting */
#main, #sidebar {
  border-top: none;
  margin-top: 15px;
}
/*#main {	display: block; float: left; width: 670px; }*/
strong, b {
  font-weight: bold;
}
/* Custom Fonts */
.articles,
.article-list,
.ratings .text,
.article .sub-title,
.article .sub-title h2,
.article .neighbors a.previous,
.article .neighbors a.next,
.article-list h1,
.article-list .directory_blurb,
#main .bd .article .body,
.question-box .text,
div.comments,
.comments .button,
.comments label,
.comments .comments-list span.name,
.comments .comments-list span.date,
.comments .comments-list div.message p {
  font-family: 'Open Sans', Arial, sans-serif !important;
}
/* Google Font Family - font-weights:
		Open Sans 
			Book 300
			Normal 400 (normal)
			Semi-Bold 600
			Bold 700 (bold)
			Extra-Bold 800
		Open Sans Condensed
			Book 300
*/
.article-list .directory_blurb,
.article-list .breadcrumbs,
body.articles .post-info,
#doc .post-info,
#doc .breadcrumbs,
.article-giveaway .post-info {
  font-family: Georgia, serif;
}
/* Colors */
.article-list .directory_blurb a,
.article-list .directory_blurb a:link,
.article-list .directory_blurb a:active,
.article .body a,
.article .body a:link,
.article .body a:active {
  color: #B86400;
  text-decoration: none;
}
.article-list .directory_blurb a:visited, .article-list .articles .byline a:visited, .article .body a:visited {
  color: #B86400;
  text-decoration: none;
}
.article-list .directory_blurb a:hover, .article-list .articles .byline a:hover, .article .body a:hover {
  color: #f58500;
  text-decoration: none;
}
body.articles .post-info a,
body.articles .post-info .posted-on a,
body.articles .post-info .breadcrumbs a,
#doc .post-info a,
#doc .post-info .posted-on a,
#doc .post-info .breadcrumbs a,
.article-giveaway .post-info a,
.article-giveaway .post-info .posted-on a,
.article-giveaway .post-info .breadcrumbs a,
.article-list .breadcrumbs a {
  color: #A21F5C;
  text-decoration: none;
}
body.articles .post-info a:link,
body.articles .post-info a:active,
body.articles .post-info a:visited,
#docs .post-info a:link,
#docs .post-info a:active,
#docs .post-info a:visited,
.article-giveaway .post-info a:link,
.article-giveaway .post-info a:active,
.article-giveaway .post-info a:visited,
body.articles .post-info .posted-on a:link,
body.articles .post-info .breadcrumbs a:link,
#doc .post-info .posted-on a:link,
#doc .post-info .breadcrumbs a:link,
.article-giveaway .post-info .posted-on a:link,
.article-giveaway .post-info breadcrumbs a:link,
.article-list .breadcrumbs a:link,
body.articles .post-info .posted-on a:active,
body.articles .post-info .breadcrumbs a:active,
#doc .post-info .posted-on a:active,
#doc .post-info .breadcrumbs a:active,
.article-giveaway .post-info .posted-on a:active,
.article-giveaway .post-info .breadcrumbs a:active,
.article-list .breadcrumbs a:active,
body.articles .post-info .posted-on a:visited,
body.articles .post-info .breadcrumbs a:visited,
#doc .post-info .posted-on a:visited,
#doc .post-info .breadcrumbs a:visited,
.article-giveaway .post-info .posted-on a:visited,
.article-giveaway .post-info .breadcrumbs a:visited,
.article-list .breadcrumbs a:visited {
  color: #A21F5C;
  text-decoration: none;
}
body.articles .post-info a:hover,
body.articles .post-info .posted-on a:hover,
body.articles .post-info .breadcrumbs a:hover,
#doc .post-info a:hover,
#doc .post-info .posted-on a:hover,
#doc .post-info .breadcrumbs a:hover,
.article-giveaway .post-info a:hover,
.article-giveaway .post-info .posted-on a:hover,
.article-giveaway .post-info .breadcrumbs a:hover,
.article-list .breadcrumbs a:hover {
  color: #DE5494;
  text-decoration: none;
}
/* Heading */
.heading {
  float: left;
  width: 630px;
  margin-bottom: 15px;
}
.ie.ie7 .heading {
  margin-bottom: 0;
}
h1.title, .article-list h1, .article-giveaway .giveaway-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 10px 0;
  font-family: 'Open Sans', Arial, sans-serif;
  letter-spacing: -1px;
}
h1.title a {
  color: #212121;
}
h1.sponsor-title {
  width: 600px;
}
body.articles .post-info img {
  float: left;
}
body.articles .post-info img {
  margin-right: 10px;
  width: 32px;
  border: 1px solid #CCC;
}
body.articles .post-info .NoPhoto img {
  margin-right: 0px;
}
body.articles .post-info ul {
  float: left;
  margin: 0px;
  padding: 0px;
}
body.articles .post-info .posted-on,
body.articles .post-info .breadcrumbs,
.article-giveaway .post-info .posted-on,
.article-giveaway .post-info .breadcrumbs,
.article-list .breadcrumbs,
#doc .breadcrumbs {
  color: #666;
  font-size: 13px;
  list-style: none;
  line-height: 18px;
}
.article-list .breadcrumbs, body.articles .post-info .breadcrumbs, #doc .post-info .breadcrumbs {
  padding: 0px;
  margin: 0px;
}
.article-list .breadcrumbs strong, #doc .breadcrumbs strong {
  font-weight: normal;
}
.question-box {
  float: right;
  width: 330px;
  margin-bottom: 15px;
}
.question-box h4 {
  background: url(http://cdn.sheknows.com/icons/article-chat.png) top left no-repeat;
  padding-left: 23px;
  margin: 0px;
  border-bottom: 10px solid #EAEAEA;
  font-size: 18px;
  color: #333;
}
.question-box .text {
  padding: 10px 10px 0px 10px;
  font-size: 12px;
  line-height: 16px;
}
.question-box .btns {
  padding: 10px 10px 0px 10px;
  font-size: 12px;
}
.question-box .btns em {
  padding: 0px 5px;
  vertical-align: top;
  font-style: normal;
}
.question-box a {
  border: none;
}
.social-media-bar {
  clear: both;
  border-bottom: 1px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  padding: 5px 10px;
  margin-top: 20px;
}
.social-media-bar div {
  vertical-align: top;
}
.social-media-bar .social {
  float: left;
}
.social-media-bar .social .btn-comments {
  background: url(http://cdn.sheknows.com/icons/btn-comments.png) top left no-repeat;
  padding-left: 98px;
  height: 20px;
  margin-right: 10px;
  font-weight: bold;
}
.social-media-bar .social .btn-comments a {
  float: left;
  display: block;
  width: 74px;
  vertical-align: middle;
  line-height: 20px;
  color: #737373;
  font-size: 11px;
  border: 0px;
}
.social-media-bar .social .btn-comments .number {
  float: left;
  display: block;
  border: 1px solid #b7b7b7;
  background-color: #FFF;
  border-left: none;
  vertical-align: middle;
  padding: 2px 5px;
  color: #333;
  font-size: 12px;
}
.social-media-bar .social.facebook-lrg {
  width: 400px;
}
.ratings .text {
  float: left;
  font-size: 12px;
  color: #212121;
  margin: 2px 5px 0px 0px;
}
.ratings .stars {
  float: left;
  margin: 2px 20px 0px 0px;
}
/* Subhead */
.subhead {
  border-left: 10px solid #e6e6e6;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
}
.article .sub-title, .article .sub-title h2, .article-giveaway .sub-title {
  color: #212121;
  font-size: 50px;
  line-height: 46px;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: -1px;
}
.article .sub-title:first-line,
.article-giveaway .sub-title:first-line,
.article .sub-title,
.article .sub-title h2,
.article-giveaway .sub-title,
.article-giveaway .sub-title strong,
.article .sub-title strong,
.article .sub-title h2 b,
.article .sub-title h2 strong,
.article-giveaway .sub-title b {
  font-family: 'Open Sans Light';
  font-weight: 300 !important;
}
.ie .article .sub-title:first-line,
.ie .article-giveaway .sub-title:first-line,
.ie .article .sub-title,
.ie .article .sub-title h2,
.ie .article-giveaway .sub-title,
.ie .article-giveaway .sub-title strong,
.ie .article .sub-title h2 b,
.ie .article .sub-title h2 strong,
.ie .article-giveaway .sub-title b {
  font-family: 'Open Sans Light';
  font-weight: lighter !important;
  font-smooth: always;
}
.article .blurb {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0px 0px 0px;
  color: #474747;
  font-family: Georgia, serif;
  font-style: italic;
}
.article .blurb p {
  margin: 0px;
}
/* Article Body */
#main .article .body {
  font-size: 13px;
  line-height: 20px;
  color: #212121;
  padding: 0px 10px 0px 20px;
}
.article .body h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  color: #474747;
  letter-spacing: -1px;
  margin: 10px 0px 5px 0px;
}
.article .tags {
  background: none;
  line-height: 24px;
  clear: both;
}
.article .tags a {
  background-color: #EAEAEA;
  color: #666;
  padding: 4px 8px;
  font-weight: bold;
  border-radius: 3px;
  font-size: 11px;
  white-space: nowrap;
}
.article .tags a:hover {
  background-color: #999;
  color: #FFF;
}
.article hr {
  height: 1px;
  background-color: #e6e6e6;
  border-style: none;
  display: block;
}
/* Article Giveaway Pages */
.article-giveaway #main .bd {
  border-right: 0px;
  font-size: 13px;
  line-height: 20px;
  color: #212121;
}
.article-giveaway .main_wrapper {
  border-right: 1px solid #CCC;
}
.article-giveaway .enter_article .blurb {
  font-size: 16px;
  line-height: 22px;
  color: #474747;
  font-style: italic;
  border-left: 10px solid #E6E6E6;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
  font-family: Georgia, serif;
}
.article-giveaway .giveaway-content h1.title {
  display: none;
}
.article-giveaway.contest-content .buttons {
  height: 34px;
  line-height: 34px;
  background-color: #C13D55 !important;
  margin: -10px 0px 10px 0px;
}
.article-giveaway h2 .channel-primary-text {
  color: #A32143;
}
.article-giveaway .bottom-wrapper {
  display: none;
}
.article-giveaway body.articles .post-info {
  clear: both;
}
.article-giveaway .enter_article .blurb p {
  margin: 0px;
}
/* Related Articles & SK Explorer */
#rel_articles_wrapper {
  margin: 0px;
  clear: both;
}
#rel_articles_wrapper h2 {
  border-top: 0px;
}
#sk_explorer_wrapper a {
  color: #444 !important;
  font-family: 'Open Sans', 'Arial', sans-serif;
}
#sk_explorer_wrapper a:hover {
  color: #c33d58 !important;
}
#rel_articles_wrapper img, #rel_articles_wrapper .img {
  padding: 3px 3px 0px 3px;
  width: 115px;
}
#rel_articles_wrapper .main {
  padding: 0px;
  clear: both;
}
#rel_articles_wrapper ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#rel_articles_wrapper .main ul li p.title {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Open Sans', 'Arial', sans-serif;
}
#rel_articles_wrapper .main ul li p.title a {
  color: #444;
}
#rel_articles_wrapper .main ul li p.title a:hover {
  color: #C33D58;
}
#rel_articles_wrapper .main ul li {
  float: left;
  margin: 0 7px 10px 7px;
  padding: 0px;
  width: 115px;
}
.full-width #rel_articles_wrapper .main ul li {
  margin: 0px 5px 10px 5px;
}
/* Previous Next Neighboring  Articles */
.article .neighbors {
  overflow: hidden;
  text-align: center;
  padding: 10px 0px;
  border-bottom: 2px solid #E6E6E6;
}
.article .neighbors a.previous, .article .neighbors a.next {
  color: #333;
  font-size: 13px;
  width: 40%;
}
.article .neighbors a:hover.previous, .article .neighbors a:hover.next {
  color: #C33D58;
}
.article .neighbors .previous {
  float: left;
  background: url('http://cdn.sheknows.com/icons/left-arrow.png') no-repeat top left;
  text-align: left;
  padding: 10px 0px 0px 30px;
  height: 53px;
}
.article .neighbors .next {
  float: right;
  background: url('http://cdn.sheknows.com/icons/right-arrow.png') no-repeat top right;
  text-align: right;
  padding: 10px 30px 0px 0px;
  height: 53px;
}
/* Article Directory Pages */
.article-list .header {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
}
.article-list .breadcumbs {
  color: #666;
  font-size: 11px;
  list-style: none;
  line-height: 18px;
}
.article-list .related ul {
  padding: 0px;
  margin: 0px 0px 0px 15px;
}
.article-list h4 {
  color: #222;
  margin: 0;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.article-list .description {
  margin: 20px 0;
}
.article-list .description p {
  margin-bottom: 8px;
}
.article-list .description p a {
  color: #FF9900;
}
.article-list .articles {
  margin: 10px 0;
  padding: 0;
}
.article-list .articles li {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  padding: 5px 0px 15px 0px;
  clear: both;
}
.article-list .articles .title {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.4px;
  line-height: 22px;
}
.article-list .articles .blurb {
  display: block;
  margin-left: 140px;
  line-height: 1.5em;
  font-size: 12px;
}
.article-list .articles .byline {
  font-size: 11px;
}
.article-list .articles .byline a {
  color: #333;
}
.article-list .articles form {
  display: inline;
}
.article-list .articles h2 {
  text-indent: 7px;
}
.article-list .articles .blurb h2 {
  text-indent: 0px;
}
.article-list #main li a img {
  padding: 3px;
  border: 1px solid #e6e6e6;
}
.article-list .facebook-badge {
  float: right;
  margin-left: 12px;
  margin-top: 5px;
}
.article-list strong.section, .article-list strong.section a {
  color: #A21F5C;
  font-size: 11px;
  font-weight: bold;
}
.article-list .rtg-container {
  margin: 1px 0px 3px 0px;
}
.article-list .directory_blurb {
  font-size: 14px;
  line-height: 20px;
  color: #474747;
  font-style: italic;
  border-left: 10px solid #E6E6E6;
  margin: 0px;
  padding: 0px 10px 10px 10px;
  min-height: 110px;
}
.article-list .directory_blurb img {
  border: 1px solid #E6E6E6;
  float: left;
  padding: 3px;
  margin: 0px 20px 20px 0px;
  width: 110px;
}
/* Article Pagination */
.article-paging {
  clear: both;
  padding-bottom: 10px;
}
.article-paging .article-prev-btn, .article-paging .article-next-btn {
  color: #555 !important;
  font-size: 12px;
  display: block;
  text-align: center;
  float: left;
  border: 1px solid #CCC;
  padding: 3px 8px;
  font-weight: bold;
}
.article-paging .article-prev-btn:hover, .article-paging .article-next-btn:hover {
  background-color: #f1f1f1;
}
.article-paging .article-prev-btn {
  float: left;
}
.article-paging .article-next-btn {
  float: right;
}
body.articles .pagination a,
body.articles .pagination span.current,
body.articles .pagination div,
.article-list .pagination a,
.article-list .pagination span.current,
.article-list .pagination div {
  border: 1px solid #CCC;
  padding: 3px 8px;
  margin: 0px;
}
body.articles .pagination a, .pagination div, .article-list .pagination a {
  background-color: #FFF;
}
body.articles .pagination span.current, .article-list .pagination span.current {
  background-color: #f1f1f1;
  color: #333;
}
body.articles .pagination a:link,
.article-list .pagination a:link,
.pagination a:visited,
.pagination a:active {
  text-decoration: none;
  color: #555;
}
body.articles .pagination a:hover, .article-list .pagination a:hover {
  background-color: #f1f1f1;
  color: #333;
}
body.articles .pagination a:hover, .article-list .pagination a:hover {
  display: inline;
  color: #333;
}
/*body.articles .pagination .prev:before { content:'\00AB'; }
body.articles .pagination .next:after { content:'\00BB'; }*/
.pagination {
  clear: both;
  color: #FFFFFF;
  font-size: 11px;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.page-numbers {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 400px;
}
.page-numbers a, .page-numbers strong {
  border: 1px solid #CCC;
  padding: 3px 8px;
  margin: 2px;
  text-align: center;
  font-size: 11px;
}
.page-numbers a, .page-numbers a:link, .page-numbers a:hover {
  color: #666;
}
.page-numbers strong {
  color: #333;
}
.page-numbers a:hover, .page-numbers strong {
  background-color: #f1f1f1;
}
.sidebar_links-ad .tall_ad {
  text-align: center;
  width: auto;
  float: none;
}
body.articles .pageof {
  color: #212121;
  font-size: 14px;
  font-family: Georgia, serif;
}
/* --------------------------------------------------- */
/* OLD STYLES --------------------------------------------------- */
.prev_next a:link, .prev_next a:active, .prev_next a:visited {
  color: #f47b20;
  font-size: 12px;
  font-weight: bolder;
}
.prev_next a:hover {
  color: #FF679D;
}
.article a img, .article img {
  border: 0px;
}
.article .share a img {
  border: 0;
  vertical-align: text-bottom;
}
.sb-player {
  display: block;
  text-align: center;
}
.sb-player-left {
  float: left;
  margin: 7px 9px 7px 0;
}
.sb-player-center {
  margin: 7px auto;
}
.sb-player-right {
  float: right;
  margin: 7px 0 7px 9px;
}
/* directory styles */
ol.articles h2 {
  margin: 0px;
}
div.pp-hunt-words {
  margin: 20px 0px 0px 91px;
}
div.full-width {
  padding-bottom: 15px;
  padding-top: 15px;
}
.related {
  font-family: 'Open Sans', "Arial", sans-serif;
  width: 550px;
}
.related h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
.related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0;
}
.related a {
  text-transform: uppercase;
  font-size: 14px;
}
h2.tab-header {
  background-color: #F7F7F7;
  border-top: 1px dotted #D7D7D7;
  border-bottom: 1px dotted #D7D7D7;
  height: 46px;
  position: relative;
  margin: 0px 0px 10px 0px;
}
h2.tab-header .title {
  color: #be0233;
  position: absolute;
  bottom: -1px;
  left: 50px;
  float: left;
  display: block;
  padding: 3px 30px 0px 30px;
  margin: 0px;
  font-size: 20px;
  font-family: 'Georgia', serif;
  font-weight: normal;
  text-transform: lowercase;
  background-color: #FFF;
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  border-bottom: 0px;
  border-left: 1px solid #D7D7D7;
}
.articles h3, #main .body h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}
