#Comments {
  border: 1px solid #f5f4f4;
  padding-bottom: 20px;
}
#Comments section.body {
  padding: 16px;
}
#Comments section.body:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
#Comments section.body form {
  display: inline-block;
  width: 100%;
}
#Comments section.body #comment_text {
  width: 598px;
  height: 110px;
  font-family: arial;
  font-size: 12px;
  border: 1px solid #f5f4f4;
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 14px 10px;
  color: #999;
  margin-bottom: 12px;
  display: block;
}
#Comments section.body .notification {
  color: #999;
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
}
#Comments section.body .notification a {
  color: #0657af;
  text-decoration: none;
}
#Comments section.body .dropShadowBottomRight {
  padding-bottom: 5px;
  background: url(/ui/shared/images/2013/global/layout/button_shadow_lrg.png) no-repeat bottom right;
  float: right;
}
#Comments section.body .commentSubmitButton,
#Comments section.body .commentResetButton {
  padding: 0px 25px;
  height: 34px;
  margin-left: 20px;
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  position: relative;
  cursor: pointer;
}
#Comments section.body .more-button-container {
  margin-top: 13px;
  border-top: 1px dotted #e0e0e0;
}
#Comments section.body .more-button-container .image-spinner {
  margin: 0 auto;
  margin-top: 1em;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
#Comments section.body .more-button-container .commentLoadMoreButton {
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  width: 165px;
  height: 35px;
  margin-top: 15px;
  cursor: pointer;
}
#Comments .header {
  padding: 16px;
  border-top: 1px solid #f5f4f4;
  border-bottom: 1px solid #f5f4f4;
}
#Comments .header:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
#Comments .header h3 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  float: left;
}
#Comments .header .Sort-Section {
  float: right;
  margin-top: 3px;
}
#Comments .header .Sort-Section .Sort-Subsection {
  float: left;
}
#Comments .header .Sort-Section .Sort-Subsection span {
  margin-left: 5px;
}
#Comments .header .Sort-Section .Sort-Subsection .Filter {
  font-family: 'proximaNovaSemibold';
  font-size: 13px;
  font-weight: normal;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #ffffff;
  color: #0657af;
  margin: 0;
  border: none;
  cursor: pointer;
  padding: 6px 12px;
  text-decoration: none;
}
#Comments .header .Sort-Section .Sort-Subsection .Filter:hover {
  background-color: #ececec;
  color: #0657af;
  margin: 0;
  border: none;
  cursor: pointer;
}
#Comments .header .Sort-Section .Sort-Subsection .Filter.Selected {
  background-color: #175e9a;
  color: #ffffff;
  margin: 0;
  border: none;
  cursor: pointer;
}
#Comments .header .Sort-Section .Sort-Subsection .Filter.Selected:hover {
  background-color: #175e9a;
  color: #ffffff;
  margin: 0;
  border: none;
  cursor: pointer;
}
#Comments .Comment {
  list-style: none;
  margin-top: 35px;
  display: inline-block;
  width: 619px;
  clear: both;
}
#Comments .Comment .childComment .Comment {
  padding: 0px;
  display: inline-block;
  width: 559px;
}
#Comments .Comment .childComment .Comment.Hidden {
  display: none;
}
#Comments .Comment .Note {
  color: #676262;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
}
#Comments .Comment .meta {
  height: 43px;
  background: #f4f4f3;
  padding: 6px 10px;
  position: relative;
}
#Comments .Comment .meta .user {
  height: 39px;
  float: left;
  display: table;
  color: #0657af;
  text-decoration: none;
}
#Comments .Comment .meta .user .avatar {
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  margin-right: 10px;
}
#Comments .Comment .meta .user .username {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Arvo', serif;
  font-size: 14px;
  font-weight: normal;
}
#Comments .Comment .meta .badgeWrap {
  float: left;
  margin-left: 20px;
}
#Comments .Comment .meta .badgeWrap .badge {
  background: url("/ui/shared/images/global/icons/badges/badgeSprite.png") repeat scroll 0 0 transparent;
  display: block;
  height: 45px;
  text-indent: -99999px;
  width: 44px;
}
#Comments .Comment .meta .Vote {
  float: right;
  margin-top: 10px;
  margin-right: 5px;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
}
#Comments .Comment .meta .Vote:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
#Comments .Comment .meta .Vote li {
  float: left;
  display: inline-block;
}
#Comments .Comment .meta .Vote li.Not_Voted {
  display: none;
}
#Comments .Comment .meta .Vote li.Total_Votes {
  display: inline;
  padding-top: 8px;
}
#Comments .Comment .meta .Vote li.Vote_Negative {
  color: #F70A11;
}
#Comments .Comment .meta .Vote li.Vote_Positive {
  color: #72b216;
}
#Comments .Comment .meta .Vote li button {
  background-color: transparent;
  cursor: pointer;
  display: inline;
  border: 0;
}
#Comments .Comment .meta .Vote li .thumbsUp,
#Comments .Comment .meta .Vote li .thumbsDown {
  background: url(/ui/shared/images/pages/crackedopedia/new_thumbs.png) no-repeat left top transparent;
  padding: 0 0 0 32px;
  width: auto;
  height: 27px;
}
#Comments .Comment .meta .Vote li .thumbsDown {
  background-position: -73px -26px !important;
}
#Comments .Comment .meta .Vote li .thumbsDown:hover,
#Comments .Comment .meta .Vote li .thumbsDown.selected {
  background-position: -73px 0px !important;
}
#Comments .Comment .meta .Vote li .thumbsUp {
  background-position: 11px -26px;
}
#Comments .Comment .meta .Vote li .thumbsUp:hover,
#Comments .Comment .meta .Vote li .thumbsUp.selected {
  background-position: 11px 0px;
}
#Comments .Comment .time-posted {
  color: #838383;
  font-family: 'proximanNovaRegular';
  font-size: 10px;
  font-weight: normal;
  margin: 10px 10px 0px 10px;
}
#Comments .Comment .time-posted time {
  text-transform: uppercase;
}
#Comments .Comment .text {
  padding: 0px 30px 0px 10px;
  margin: 10px 0 0 0;
  color: #333;
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  color: #0c0c0c;
  line-height: 21px;
  font-weight: normal;
  word-wrap: break-word;
}
#Comments .Comment .reply-container {
  background: #f4f4f4;
  padding: 20px;
  clear: both;
  display: none;
  position: relative;
  /*.box-shadow(~'', 0, 10px, 3px, -6px, 0.2);*/
}
#Comments .Comment .reply-container:after {
  content: "";
  background-image: url(/ui/shared/images/2013/global/layout/shadow_replybox.jpg);
  position: absolute;
  bottom: -17px;
  left: 0px;
  width: 617px;
  height: 17px;
}
#Comments .Comment .reply-container form {
  display: inline-block;
}
#Comments .Comment .reply-container .Heading3 {
  display: block;
  font-family: 'Arvo', serif;
  font-size: 16px;
  font-weight: normal;
  color: #575757;
  margin: 0px 0 13px 7px;
}
#Comments .Comment .reply-container .Heading3 strong {
  font-weight: bold;
}
#Comments .Comment .reply-container textarea {
  border: 1px solid #e7e7e7;
  background: #fff;
  color: #979797;
  width: 559px;
  padding: 14px 10px;
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  font-family: arial;
  font-size: 12px;
  height: 110px;
  margin-bottom: 15px;
}
#Comments .Comment .reply,
#Comments .Comment .seeAll,
#Comments .Comment .hideAll,
#Comments .Comment .edit,
#Comments .Comment .delete,
#Comments .Comment .deleteUser {
  float: right;
  padding: 8px 14px 0px;
  margin: 10px 0 0px 0;
  font-family: 'proximaNovaSemibold';
  font-size: 13px;
  font-weight: normal;
  color: #0657af;
  cursor: pointer;
}
#Comments .Comment .reply.open,
#Comments .Comment .seeAll.open,
#Comments .Comment .hideAll.open,
#Comments .Comment .edit.open,
#Comments .Comment .delete.open,
#Comments .Comment .deleteUser.open {
  background: #f4f4f4;
}
#Comments .Comment .delete,
#Comments .Comment .deleteUser {
  color: red;
}
#Comments .Comment .seeAll,
#Comments .Comment .hideAll {
  border-right: 1px solid #999;
}
#Comments .Comment.Reply {
  margin-left: 60px;
}
#Comments .Comment.Reply time {
  left: 267px;
}
.ckLinkHoverable {
  color: #000;
  text-decoration: none;
}
.ckLinkHoverable:hover {
  color: #0657af;
}
.ckButtonBlue {
  background-color: #175e9a;
  color: #ffffff;
  margin: 0;
  border: none;
  cursor: pointer;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.gradientCover {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.56)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0000000', GradientType=0);
  /* IE6-9 */
  display: block;
}
.gradientCover1 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0000000', GradientType=0);
  /* IE6-9 */
  display: block;
}
.gradientCover2 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
  /* IE6-9 */
  display: block;
}
html {
  background-color: #fafafa;
}
body {
  background-color: transparent;
  overflow-x: hidden;
}
body.noSkin.noOPA .headerWrapper {
  margin-bottom: 0 !important;
}
body.has-skin {
  background-position: center 114px !important;
}
body.has-skin .mainAd {
  background-color: transparent !important;
}
body.has-skin #persistent-share {
  top: 512px;
  opacity: 0;
}
body.has-skin .headerWrapper {
  background-image: url(/ui/shared/images/2013/global/layout/nav_bg.jpg) !important;
}
body.has-skin .headerWrapper .mainHeader {
  background-image: url(/ui/shared/images/2013/global/layout/nav_glow.png) !important;
}
body.has-skin .headerWrapper .secondaryNav {
  background: #f1f1f1 !important;
  -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2) !important;
}
body.has-skin .headerWrapper .secondaryNav .secondaryContainer {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
body.takeOver {
  width: 992px;
  margin: 0 auto!important;
  background-image: none !important;
  background-color: transparent !important;
}
body.takeOver .mainHeader {
  background-image: none !important;
  background-color: transparent !important;
}
body.takeOver .mainFrameModule.contentTopModule:before {
  background: none;
}
body.takeOver header.headerWrapper {
  background-image: none !important;
  background-color: transparent !important;
  width: 992px;
  margin: 0 auto;
}
body.takeOver .mainAd {
  padding: 10px 0;
}
body.takeOver footer.footer {
  width: 992px;
}
body.takeOver .facebookWrapperModule {
  width: 992px;
}
.tabs .tab {
  float: left;
  text-align: center;
  font-family: 'proximaNovaSemibold';
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 8px 0px;
  border-left: 1px solid #E7E6E4;
  border-right: 1px solid #E7E6E4;
  border-top: 1px solid #E7E6E4;
  color: #484647;
  background: #fff;
}
.tabs .tab.inactive {
  background-color: #F6F6F6;
}
.up-and-down-controler {
  position: fixed;
  bottom: 70px;
  right: 30px;
  width: 54px;
  z-index: 9999;
}
.up-and-down-controler a {
  text-indent: -999999px;
  width: 54px;
  height: 53px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
}
.up-and-down-controler a.go-top {
  background-image: url(http://i.crackedcdn.com/ui/mashed/4b3e3c05e6b5e7d791944af16da410f4.png);
  background-position: 0px 0px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  margin-bottom: 10px;
}
.up-and-down-controler a.go-down {
  background-image: url(http://i.crackedcdn.com/ui/mashed/4b3e3c05e6b5e7d791944af16da410f4.png);
  background-position: -54px 0px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
}
.seeMore {
  background-image: url(http://i.crackedcdn.com/ui/mashed/4b3e3c05e6b5e7d791944af16da410f4.png);
  background-position: left -70px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  background-position: 0px right;
  font-family: 'proximaNovaSemibold';
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  padding: 8px 0px;
  width: 88px;
  text-align: center;
  margin-right: -8px;
}
/*
.btnFavorites {
	border: 1px solid #eeeeee;
	.gradient(@origin: top, @start: #fcfcfc, @stop: #f3f3f1);
	float: left;
	margin: 0 15px 0 0;
	padding: 0px 10px 0px 25px;
	.fontProximaSemiBold(12px, normal);
	color: #7e7e7e;
	.border-radius(3px, 3px, 3px, 3px);
	position: relative;
	line-height: normal;
	text-decoration: none;
	height: 18px;
	line-height: 19px;
	background-image: url(/ui/shared/images/global/icons/sprite.png);
	background-position: -281px -475px;
	background-repeat: no-repeat;
	cursor:pointer;

	&.on { background-position: -281px -475px; }
	&.off { background-position: -281px -410px; }
	&.hover { background-position: -281px -442px; }
}
*/
.articleBtnView {
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
  color: #0663a9;
  text-decoration: none;
}
.articleBtnView .viewIcon {
  background-image: url(/ui/shared/images/2013/global/icons/article_view_icon.jpg);
  background-position: 0;
  background-repeat: no-repeat;
  width: 13px;
  height: 15px;
  float: left;
  margin-right: 5px;
  margin-top: -4px;
}
.slideShowBtnView {
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
  color: #0663a9;
  text-decoration: none;
}
.slideShowBtnView .viewIcon {
  background-image: url(/ui/shared/images/2013/global/icons/slideshow_view_icon.jpg);
  background-position: 0;
  background-repeat: no-repeat;
  width: 14px;
  height: 15px;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
}
.dropShadowBottomRight {
  background: url("/ui/shared/images/2013/global/layout/button_shadow_lrg.png") no-repeat scroll right bottom transparent;
  padding-bottom: 5px;
  text-align: right;
}
.dropShadowBottomRight .commentSubmitButton,
.dropShadowBottomRight .generalButton {
  font-family: 'proximaNovaBold';
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0;
  height: 34px;
  margin-left: 20px;
  padding: 6px 25px;
  text-decoration: none;
}
.middleButtonArticle .dropShadowBottomRight {
  width: 180px;
  margin: 10px auto;
}
.middleButtonArticle .dropShadowBottomRight .ckButtonBlue {
  display: block;
  width: 180px;
  line-height: 34px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #175e9a;
}
/**
.btnFavorites{
	border: 1px solid #eeeeee;
	.gradient(@origin: top, @start: #fcfcfc, @stop: #f3f3f1);
	.border-radius;
    float: left;
    margin: 0 15px 0 0;
    padding: 4px 10px 4px 25px;
    .fontGeorgia(@size: 11px, @weight: bold);
    color: #7e7e7e;
    position: relative;
    line-height: normal;
    text-decoration: none;
    height: 14px;
    i{
    	position: absolute;
    	top: 4px;
    	left: 5px;
    	background-image: url("/ui/shared/images/2013/global/icons/sprite.png");
    	background-repeat: no-repeat;


    	&.star{
    		background-image: url("/ui/shared/images/2013/global/icons/sprite.png");
    		background-repeat: no-repeat;
    		background-position:-286px -477px;
    		width: 14px;
    		height: 14px;

    	}
    }
}
*/
.generalButtonModule {
  background-color: #04609F;
  padding: 8px 30px;
  text-align: center;
  font-family: 'proximaNovaBold';
  font-size: 17px;
  font-weight: normal;
  letter-spacing: normal;
  text-decoration: none;
  position: relative;
  color: #ffffff;
}
.generalButtonModule i {
  margin: 0px 5px 0 0;
}
.generalButtonModule:after {
  content: "";
  width: 90px;
  height: 5px;
  position: absolute;
  right: 0px;
  bottom: -5px;
  background-image: url(/ui/shared/images/2013/global/layout/button_shadow_lrg.png);
}
.FacebookLike {
  margin-bottom: 30px;
  margin-top: 10px;
}
/*FLAME VIRAL*/
span.imgFlame {
  width: 10px;
  height: 16px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/4b3e3c05e6b5e7d791944af16da410f4.png);
  background-position: 0px -54px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  display: inline-block;
  margin-left: 5px;
  text-indent: -9999px;
  position: relative!important;
  bottom: 0px!important;
}
#companion_div {
  height: 250px;
  margin-left: 11px;
  margin-bottom: 15px;
}