/* =Reset
========================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
.normalize {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
	text-decoration:none;
}
address {
	display:inline;
	font-style:normal;
}

ol.normalize,
ul.normalize {
	list-style:none;
}
.inline {
	display:inline;
}

/* =Typography
========================= */

body {
	background: #f0f0f0;
	font:75%/1.5 Verdana, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	padding-top:1px;
}
html > body {
	font-size:12px;
}

/* Links */
a,
a:visited {
	color: #d42838;
	font-weight:bold;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	color: #aa0101;
	text-decoration:underline;
}

em,
.italic {
	font-style:italic;
}

/*img {
	background:url(../img/img-spinner.gif) no-repeat center;
}*/

/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.alt-font {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	display:block;
	font-weight:bold;
	margin-bottom:9px;
}
h1,
.h1 {
	font-size: 24px;
	line-height:1;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
.h4 {
	font-size:12px;
}

p,
pre,
dl,
ul,
ol,
.p {
	margin-bottom:18px;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}
ol,
ul {
	margin-left:24px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}

li,
dd,
.tight {
	margin-bottom:9px;
}

ul.tight li,
ol.tight li,
ul.normalize li,
ol.normalize li {
	margin-bottom:0;
}

.sup,
.sup * {
	font-size:12px;
	vertical-align:middle;
}

/* =Helpful classes
========================= */

.accessibility {
	left:-32000px;
	position:absolute;
}
.accessibility:focus {
	background:yellow;
	left:0;
	padding:.5em 1.5em;
}
.lofi {
	display:none;
}

.inline {
	display:inline;
}

/* http://sonspring.com/journal/clearing-floats */
.clear{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.safety {
	overflow:hidden;
	width:100%;
}

.alignrightplain {
	float:right;
}

/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* =UI
========================= */

.placeholder {
	color:#999;
}

/* Navigation class */
.nav,
.nav ul {
	list-style:none;
	margin:0;
	overflow:hidden;
}
.nav li {
	float:left;
	margin:0;
}
.nav li ul {
	border:1px solid #382812;
	border-top:1px solid #7B5121;
	position:absolute;
	left: -32697px;
	width:180px;
	z-index:3;
}
.nav li:hover ul,
.nav li.hover ul {
	left:auto;
}
.nav li:hover li a,
.nav li.hover li a {
	background-color:#5e3812;
}
.nav a {
	display:block;
}
.nav li li {
	border-right:1px solid #7B5121;
	border-left:1px solid #7B5121;
	float:none;
}
.nav li li a,
.nav li li a:visited {
	background:#5e3812;
	border-bottom:1px solid #7B5121;
	border-top:1px solid #382812;
	padding: 8px !important;
}
.nav li li a:hover {
	background-color:#513516;
}

.pipe,
.pipe li {
	margin:0;
}
.pipe li {
	display:inline;
}
.pipe-wide li {
	word-spacing:1em;
}
.pipe li a {
	word-spacing:0;
}

.inside {
	padding:10px 10px 0;
}

/* =Structure
========================= */
#page {
	background:#a0a0a0;
	margin:0 auto 18px;
	max-width:972px;
	padding-bottom:6px;
}
#page-2 {
	background:#ebebeb;
	margin:0 auto;
	padding-bottom:1px;
	width:960px;
}

#hat {
	background:#2c2727;
	/* 
	height:90px;
	overflow:hidden; removed for expanding flash ad banners */
}
.hat-ad-snippet-wrapper {
	float:left;
	height:90px;
}

#header {
	background:#f5d615 url(../img/header-top-corners.gif) no-repeat top;
	border-bottom:6px solid #f5d615;
}
#header #logo {
	overflow:visible; /* just in case measure: conflict might happen with floated ads above */
}
#main-navigation {
	background:#d72739 url(../img/red-gloss.gif) repeat-x center;
	border:1px solid #d72739;
	border-width: 0 2px;
	color:#fff;
	overflow:hidden;
	padding:5px 10px;
}
.main-navigation-item {
	float:left;
}
#main-navigation-item-1 {
	width:240px;
}
#main-navigation-item-2 {
	width:240px;
}
#main-navigation-item-3 {
	width:280px;
}
#main-navigation-item-4 {
	float:right;
}

#main-navigation a {
	color:#fff;
}
#cfcomedy-subscribe,
#cfcomedy-social,
#cfcomedy-back-to-home {
	margin:5px 0;
}
#cfcomedy-social,
#cfcomedy-back-to-home {
	float:left;
	margin-right:30px;
}
#cfcomedy-subscribe ul,
#cfcomedy-social ul{
	float:left;
}

#main {
	background:url(../img/main-content-background.gif) repeat-y left;	
}
body.is-single #main{
	background:url(../img/main-content-background.gif) repeat-y right;	
}

#main-content {
	float:left;
	width:788px;
}
#content {
	background:#fff;
	float:right;
	overflow:hidden;
	width:616px;
}
body.is-single #main-content,
body.is-single #content {
	width:660px;
}
#content-box {
	margin:3px 1px 0;
	border:2px solid #212223;
	border-bottom:0;
}
.aside {
	float:left;
	width:172px;
}
body.is-single .aside {
	width:300px;
}
#sidebar-main-right {
	padding-top:10px;
}

#footer {
	background:#fff url(../img/footer-background.gif) no-repeat top left;
	padding-top:6px;
}
body.is-single #footer {
	background-position:-960px 0;
}
#footer #colophon {
	font-weight:bold;
	padding:10px 10px 5px;
	text-align:center;
}
#footer #colophon a,
#footer #colophon a:visited {
	color:#000;
}

/* =Misc
========================= */

#home-ad {
	border-bottom:2px solid #212223;
	padding:10px;
}

/* google custom search */
.google-custom-search-blur {
	background-image:url(../img/google-custom-search.gif);
	background-position:left center;
	background-repeat: no-repeat;
}
input.cf_google_search_terms {
	padding:4px;
}

.entry-title {
	margin-bottom:0;
}
.timestamp {
	color:#999;
	display:block;
	margin-bottom:12px;
}

.page-title {
	color:#aa0101;
	border-bottom:1px solid #bcbcbc;
	font-size:30px;
	line-height:1.2;
	margin-bottom:24px;
}

.entry-content p img {
	display:block;
}

.full,
.page {
	padding:10px !important; /* override has-img class below */
}
.full .entry-title {
	margin-bottom:9px;
}

.excerpt {
	border-bottom:1px solid #d6d6d6;
	padding:10px;
}
/* Category icons */
.blog-type {
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:18px;
}
.blog-type-video {
	background-image:url(../img/icons/video.gif);
}
.blog-type-photo {
	background-image:url(../img/icons/camera.gif);
}
.blog-type-list {
	background-image:url(../img/icons/check.gif);
}
.blog-type-link {
	background-image:url(../img/icons/link.gif);
}

/* =Digest posts - Content
========================= */

.mu-blog-feed-digest-posts {
	list-style:none;
	margin:0;
}
.mu-blog-feed-digest {
	border-bottom:1px solid #d6d6d6;
	padding:10px;
	position:relative;
}
.mu-blog-feed-blog-link,
.mu-blog-feed-blog-link:visited {
	color:#000;
}
.mu-blog-feed-digest-posts li.hentry {
	margin-bottom:0;
}
.mu-blog-feed-digest-posts h3.entry-title {
	font-size:20px;
	line-height:1.2;
}
.mu-blog-feed-digest-posts h4.entry-title {
	display:inline;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	margin:0 .5em 0 0;
}
.mu-blog-feed-digest-posts li.post-first-child {
	margin-bottom:36px;
}
.mu-blog-feed-digest-posts li.post-not-first-child {
	bottom:0;
	line-height:20px;
	margin-bottom:10px;
	position:absolute;
}
.mu-blog-feed-digest-posts span.feed-item-excerpt p{
	font-weight:bold;
}

/* =Entry-image - Content
========================= */
.has-img {
	padding-left:124px;
}
.has-img .post-featured-image-thumbnail {
	border:3px solid #d6d6d6;
	display:inline;
	float:left;
	margin-left:-114px;
	overflow:hidden;
	width:94px;
}
.has-img .post-featured-image-thumbnail .fn {
	background:#f7de44 url(../img/featured-image-title-gloss.gif) repeat-x center;
	border:1px solid #f5d615;
	color:#d42838;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	white-space:nowrap;
}
.photo-link {
	display:block;
	overflow:hidden;
	height:97px;
	width:94px;
}
.full .post-featured-image {
	margin-bottom:18px;
	text-align:center;
}

/* =Comments
========================= */

#comments {
	padding-bottom:10px;
}

/* =Misc - Content
========================= */
.pagination {
	padding:10px;
	text-align:center;
}

.ir,
.widget_recent_comments .widget-title span,
.cj_community_links .widget-title span {
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	font-size:1px;
	overflow:hidden;
	text-indent:-32000px;
}

#tagline {
	background-image:url(../img/ir/tagline.gif);
	height:72px;
	width:277px;
	position:absolute;
	margin:15px 50px 0 0;
	right:0;
	top:0;
}

#cfcomedy-home-link {
	background-image:url(../img/ir/home.gif);
	height:18px;
	width:48px;
}

#cfcomedy-myspace,
#cfcomedy-twitter,
#cfcomedy-facebook,
#cfcomedy-youtube,
#cfcomedy-feed,
#cfcomedy-email {
	height:18px;
	margin-right:2px;
	width:18px;
}
#cfcomedy-myspace {
	background-image:url(../img/icons/main-navigation/myspace.gif);
}
#cfcomedy-twitter {
	background-image:url(../img/icons/main-navigation/twitter.gif);
}
#cfcomedy-facebook {
	background-image:url(../img/icons/main-navigation/facebook.gif);
}
#cfcomedy-youtube {
	background-image:url(../img/icons/main-navigation/youtube.gif);
}
#cfcomedy-feed {
	background-image:url(../img/icons/main-navigation/feed.gif);
}
#cfcomedy-email {
	background-image:url(../img/icons/main-navigation/mail.gif);
}

#cfcomedy-ir-connect {
	background-image:url(../img/ir/connect.gif);
	float:left;
	height:18px;
	width:75px;
}
#cfcomedy-ir-subscribe {
	background-image:url(../img/ir/subscribe.gif);
	float:left;
	height:18px;
	width:88px;
}
#cfcomedy-whats-hot-right-now {
	background-image:url(../img/ir/whats-hot-right-now.gif);
	height:43px;
}
#cfcomedy-whats-funny-right-now {
	background-image:url(../img/ir/whats-funny-right-now.gif);
	margin:0;
	height:33px;
	width:288px;
}
#cfcomedy-archives-heading {
	background-image:url(../img/ir/archives-heading.gif);
	margin:10px;
	height:33px;
	width:590px;
}


#cfcomedy-feed-heading {
	background-image:url(../img/ir/comedy-feed-banner-sprite.gif);
	height:47px;
	margin:12px 0;
	position:relative;
}

#cfcomedy-feed-heading-feed,
#cfcomedy-feed-heading-email {
	height:44px;
	position:absolute;
	top:0;
	width:80px;
}
#cfcomedy-feed-heading-feed {
	right:12px;
}
#cfcomedy-feed-heading-email {
	right:98px;
}

/* =Widgets - IR
========================= */

#widget-cfcomedy-friends-title {
	background-image:url(../img/ir/friends.gif);
	background-position:0 50%;
	height:29px;
	width:107px;
}
#widget-cfcomedy-channels-title {
	background-image:url(../img/ir/channels.gif);
	background-position:0 50%;
	height:29px;
	width:74px;
}
#widget-cfcomedy-weeks-best-title {
	background-image:url(../img/ir/this-weeks-best.gif);
	background-position:0 50%;
	height:29px;
	width:128px;
}
#widget-cfcomedy-todays-best-title {
	background-image:url(../img/ir/todays-best.gif);
	background-position:0 50%;
	height:29px;
	width:103px;
}
#widget-cfcomedy-best-ever-title {
	background-image:url(../img/ir/best-ever.gif);
	background-position:0 50%;
	height:29px;
	width:77px;
}
#widget-cfcomedy-top-ten-title {
	background-image:url(../img/ir/top-ten.gif);
	background-position:0 50%;
	height:29px;
	width:70px;
}
#widget-cfcomedy-contact-us-title {
	background-image:url(../img/ir/contact-us.gif);
	background-position:0 50%;
	height:29px;
	width:179px;
}
#widget-cfcomedy-archives-title {
	background-image:url(../img/ir/archive.gif);
	background-position:0 50%;
	height:29px;
	width:73px;
}
#widget-cfcomedy-hot-right-now-title {
	background-image:url(../img/ir/whats-hot-right-now-small.gif);
	background-position:0 50%;
	height:29px;
	width:174px;
}

#widget-cfcomedy-related-title {
	background-image:url(../img/ir/related-content.gif);
	background-position:0 50%;
	height:29px;
	margin-bottom:0;
	width:136px;
}
#widget-cfcomedy-contributors-title {
	background-image:url(../img/ir/contributors.gif);
	background-position:0 50%;
	height:29px;
	margin-bottom:0;
	width:105px;
}

/**
 * Image replacement for widget title
 * @see widgets.css for further styles
 */
.cj_community_links .widget-title span {
	background-image:url(../img/ir/reader-submissions.gif);
	background-position:0 50%;
	height:29px;
	margin-bottom:0;
	width:112px;
}

.widget-title-banner {
	overflow:hidden;
	width:157px;
}
body.is-single .widget-title-banner {
	width:auto;
}

#sidebar-main-left .widget-title-banner,
#sidebar-main-right .widget-title-banner {
	background-image:url(../img/widget-banner.gif);
	background-repeat:no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#sidebar-main-left .widget-title-banner {
	background-position: 0 0;
	margin-left:-20px;
	height: 29px;
	padding:13px 10px 4px 25px;
}
#sidebar-main-right .widget-title-banner {
	background-position:0 -56px;
	margin-right:-20px;
	height: 29px;
	padding:13px 25px 4px 10px;
}
body.is-single #sidebar-main-right .widget-title-banner {
	background-position:0 -112px;
}

.widget-inside {
	padding:0 7px;
}

ul.blogroll{
	margin:0 5px;
}
ul.blogroll li {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:100%;
}
ul.blogroll a,
ul.blogroll a:visited {
	font-weight:normal;
	font-size:15px;
}
ul.blogroll a img {
	background:#fff;
	vertical-align: middle;
	margin-right: 6px;
}
#submit-a-link {
	height:112px;
}
#submit-a-link-link {
	background:url(../img/ir/submit-a-link.gif);
	height:124px;
	position:absolute;
	width:171px;
}
#submit-a-link-link a {
	height:17px;
	margin:75px 0 0 43px;
	left:0;
	position:absolute;
	top:0;
	width:90px;
}

#widget-cfcomedy-related .widget-title-banner {
	margin-bottom:0;
}
.cfcomedy-related-ul {
	background:#ddd;
	margin:2px 5px 5px;
}
.cfcomedy-related-ul li {
	border-bottom:1px solid #ccc;
	padding:5px;
}
.cfcomedy-related-ul .featured-image {
	margin:0;
}
.cfcomedy-related-ul .has-img .post-heading {
	margin-left:60px;
}
.cfcomedy-related-ul .blog-title {
	display:block;
	font-style:normal;
	font-size:11px;
}
.cfcomedy-related-ul .blog-title a,
.cfcomedy-related-ul .blog-title a:visited {
	color:#000;
}
.cfcomedy-related-ul .entry-title {
	display:block;
}

.widget_recent_comments .widget-title-banner span {
	background-image:url(../img/ir/recent-comments.gif);
	background-position:0 50%;
	height:22px;
	width:153px;
}

.widget #clwidget {
	padding: 0 10px;
}
.widget #clwidget #cjul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.widget #clwidget #cjul li {
	border-top: 1px solid #ccc;
	padding-top: 2px;
	margin-bottom: 2px;
}
.widget #clwidget #cjul li p {
	margin-bottom: 0;
}

#email_this_form {
	margin:1.5em 0;
}
#email_this_form p {
	margin-bottom:5px;
}
#email_this_form label {
	display:-moz-inline-stack;
	display:inline-block;
	margin:2px 4px;
}
label#for_cfet_personal_message {
	width:auto;
}
input.cfet_email {
	padding:4px;
	width:200px;
}
#email_this_form textarea {
	height:270px;
	padding:4px;
	width:316px;
}

/* =Google Search Results - Plugin
========================= */

.gsc-control {
	width:auto !important;
}
.gsc-input {
	padding:4px;
}
.gsc-search-box {
	margin:0 !important;
	padding-bottom:4px !important;
}

/* = CCViD Plugin
=========================== */
.ccvid-div {
	width: 426px;
}

/* =Outbrain Plugin
=========================== */
#outbrain_container_0_bottom {
	margin: 0 0 1em;
	border: 1px solid #BCBCBC;
	padding: 10px 5px !important;
}

/* =Facebook Plugin 
============================ */
.wallkit_subtitle .subtitle_left {
	display: none !important;
}

/* =Sharebar Plugin 
============================ */
body.is-single .sharebar-wrapper {
	background: url(../img/red-gloss.gif);
	clear:both;
	margin:0 0 18px;
}

/* =CFLKF CF Links Footer
========================= */

.cflkf-footer-links-header {
	background: url(../img/ir/more_funny_stuff.gif) no-repeat 0 0;
	height: 36px;
}
.cflkf-footer-links {
	margin: 10px 10px 0;
}
.content-footer-links:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.content-footer-links {
	display: block;
	zoom:1;
}
.cflkf-footer-links .column {
	display: inline;
	margin-right: 10px;
	overflow: hidden;
}

#home-ad {
	text-align:center;
}

#home-ad h1 {
	font-size:4em;
}
#home-ad h2 {
	font-size:2.5em;
}
#home-ad h1 a,
#home-ad h1 a:visited,
#home-ad h2 a,
#home-ad h2 a:visited {
	color:#aa0101;
}

/* Comedy feed styles in ir.css */

