﻿/* ===== Humor Listing ===== */
    .MAHListingContainer {padding-top: 10px; padding-bottom: 20px; border-bottom: dotted 10px #eeeeee;}
    .MAHListingTitleContainer {padding-top: 10px; padding-bottom: 20px;}
    .MAHListingLeftColumn {float:left; width:70%;}
        .MAHListingImage { overflow:hidden; width: 100%; height: 160px; border: solid 5px #e7e7e7; position: relative;}
        .MAHListingImage img {position:relative; width:100%; top:-20%;}
        .MAHListingDate {position: relative; float: left; margin-top: -155px; background-color: #e7e7e7; border-bottom-right-radius: 10px; text-align: center;}
        .MAHListingDateDay {padding: 6px 6px 0px 6px; font-size: 18pt; color: Gray; -webkit-text-shadow: 1px 1px 1px white; text-shadow: 1px 1px 1px white;}
        .MAHListingDateMonthYear {padding: 2px 6px 6px 6px; font-size: 8pt; color: Gray;  text-align: center; -webkit-text-shadow: 1px 1px 1px white; text-shadow: 1px 1px 1px white;}
    .MAHListingRightColumn {float:left; margin-left:5%; width:25%;}
        .MAHViewCartoon {padding: 15px 0px 0px 5px;}

    /* View Item */
        .MAHViewContainer {width: 100%; margin-top:20px;}
            .MAHViewLeftColumn  {float:left; width:75%; border-right:solid 1px #e7e7e7; border-top: solid 1px #e7e7e7; padding:10px 10px 10px 0px;}
                .MAHViewDate        {padding: 5px 10px; font-size: 10pt; float: left; color: Gray; -webkit-text-shadow: 1px 1px 1px white; text-shadow: 1px 1px 1px white; background-color: #e7e7e7; border-bottom-right-radius: 10px;}
                .MAHViewTitle       {padding: 10px 0px 5px 0px;}
                .MAHViewImage       {text-align:center; padding: 2% 0px;}
                    .MAHViewImage img {max-width:100%;}
                .MAHRateThisContainer {text-align:center; padding:20px 0px;}
                    .MAHRateThis        {display: inline; color: Black; padding: 10px; background-color: #e7e7e7; border-radius: 10px;}
                    .MAHNotice          {text-align:center; font-size:9pt;}
            .MAHViewRightColumn {float:left; width:20%; padding:42px 0px 10px 10px; border-top: solid 1px #e7e7e7; }
                .MAHSocialShare {padding-top:20px;}
        .MAHViewDetails {padding:20px 5px;}

    /* --- Humor Icons --- */
        .humorview      { width:100%; border-bottom: dashed 1px silver; padding-left:5px; }
        .humorview div  { padding: 5px 5px 5px 20px; color: #999; background: transparent url(../images/humorview.jpg) no-repeat left;}
        .humorcomment   {  width:100%; border-bottom: dashed 1px silver; padding-left:5px; }
        .humorcomment div { padding: 5px 5px 5px 20px; color: #999; background: transparent url(../images/humorcomment.jpg) no-repeat left; }
        .humorrate      { width:100%; border-bottom: dashed 1px silver; padding-left:5px; }
        .humorrate div  { padding: 5px 5px 5px 20px; color: #999; background: transparent url(../images/humorrate.jpg) no-repeat left; }

    /* related humor */
        .relatedhumorcontainer          {float: left; width: 23%; padding: 1%; text-align: center;}
        .relatedhumorcontainer img      {width: 100%; height: auto; min-height: 150px;}

/* === Responsive Styles === */

    /* === Less than 768px(mobile devices) */
        @media only screen and (max-width : 749px) {
            .MAHListingTitleContainer h1            {font-size: 20px; line-height: 1.3em;}
            .MAHListingLeftColumn                   {float:none; width:96%;}
            .MAHListingRightColumn                  {float:none; margin-left:0px; width:96%;}
                .ratingbg                           {float: left; width: 47%; margin: 5px 0px 0px 0px; border-bottom: dashed 1px silver; padding-bottom: 2px; }
                .humorview                          {width: 50%; float: right;}
                .humorcomment                       {width: 50%; float: left; padding: 0px;}
                .humorrate                          {width: 50%; float: right; padding-left: 0px;}
                .MAHViewCartoon                     {float: none; width: 50%; clear: both; text-align: center; display: inline-block; background-color: #f4f4f4; padding: 5px; margin: 5% 25% 0px 25%; }
        
            .MAHViewLeftColumn                      {border-top: none; border-right: none; padding: 5%; text-align: center; float: none; width: 90%;}
            .MAHViewRightColumn                     {border-top: none; padding: 5%; float: none; width: 90%;}
        
            .MAHSocialShare                         {clear: both;}
        
            /* comment box fix */
            .MAHViewContainer textarea              {width: 100% !important;}
        
            /* related humor*/
            .relatedhumorcontainer                  {width: 48%;} 
        }


/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(images/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
