@import url(https://fonts.googleapis.com/css?family=Glass+Antiqua);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:300,400,600);

.comic_content .page_title {
    display: none;
}

.videoembed_video {
	margin-left: auto;
	margin-right: auto;
}

/***** STUFF BELOW HERE FROM PRE-2016 REDESIGN. MIGHT BE CRAP. ****/

/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
	display: block;
}

/* Default Styles */

html{
	height:100%;
}
a{
	outline:0;
}
ul,li{
	list-style:none;
	padding:0;
	margin:0;
}
.clear{
	clear:both;
}

#page {
    max-width: 1220px;
    margin: 0 auto;
}
#page_content p{padding:5px 10px;}

/* Header & Navigation Styles */
#title-header{
	height:50px;
	text-align:right;
}
#title-header h1{
	font-size:250%;
	line-height:50px;
	float:left;
}
#navigation{
	width:100%;
	background: #eab92d; /* Old browsers */
	background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eab92d 0%,#c79810 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eab92d 0%,#c79810 100%); /* W3C */
	box-shadow:0 0 0 2px #c79810,0 0 0 3px #eab92d,0 0 0 4px #c79810,0 7px 4px rgba(0,0,0,.5);
	clear:both;
}
#navigation ul{
}
#navigation li{
	display:inline-block;
	padding:5px 0;
	margin-top:2px;
}
#navigation li a{
	font-family: 'Glass Antiqua', sans-serif;
	text-decoration: none;
	font-size: 26px;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	padding: 5px 25px;
	border:1px solid transparent;
}
#navigation li a:hover{
	background: rgba(255,255,255,.15);
	border-radius:5px;
	box-shadow:inset 0 2px 2px rgba(0,0,0,.5);
	border:1px solid #eab92d;
}
#navigation li a img{
	width:203px;
}
#navigation li:first-child {
margin-left: 20px;
}
#navigation li.active a,#navigation li.active a:hover{
	background: #f4dc96;
	padding: 5px 10px 18px;
	line-height: 20px;
	vertical-align: text-bottom;
	border-radius: 5px 5px 0 0;
	border: 1px solid #ddd;
	border-bottom: none;
	box-shadow: 0 -3px 3px rgba(0,0,0,.5);
}

#userLogin li,
#topbar-banner{
	background: #eab92d; /* Old browsers */
	background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eab92d 0%,#c79810 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eab92d 0%,#c79810 100%); /* W3C */
	box-shadow:0 0 0 2px #c79810,0 0 0 3px #eab92d,0 0 0 4px #c79810,0 7px 4px rgba(0,0,0,.5);
	border-radius:0 0 5px 5px;
}

#topbar-alert{
	background: #DD0000; /* Old browsers */
	background: -moz-linear-gradient(top, #dd0000 0%, #bb0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd0000), color-stop(100%,#bb0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dd0000 0%,#bb0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dd0000 0%,#bb0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dd0000 0%,#bb0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dd0000 0%,#bb0000 100%); /* W3C */
	box-shadow:0 0 0 2px #bb0000,0 0 0 3px #dd0000,0 0 0 4px #bb0000,0 7px 4px rgba(0,0,0,.5);
	border-radius:0 0 5px 5px;
}

#topbar-banner,
#topbar-alert{
	margin-top: -15px;
	float:left;
	padding: 3px;
	margin-left: 40px;
	text-align: center;
	line-height: 125%;
	height: 46px;
	max-width: 300px;
}

#topbar-banner .topbar-content,
#topbar-banner a{
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}

#topbar-alert .topbar-content,
#topbar-alert a{
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

#topbar-alert .topbar-content a,
#topbar-banner .topbar-content a{
	text-decoration: none;
}

#userLogin{
	margin: -15px 0 0;
}

#userLogin li{
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 0 5px 0;
}

#userLogin li#userInfoShmuckers {
        background: none;
        /*box-shadow: none;*/
        padding: 0 !important;
        border: 0;
        width: auto;
}
#userLogin li#userInfoName {
        background: none;
        box-shadow: none;
        padding: 0 !important;
        border: 0;
        width: auto;
}
#userLogin li a{
	font-family: 'Glass Antiqua', sans-serif;
	text-decoration: none;
	font-size: 26px;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	padding: 0;
	border: 1px solid transparent;
}
#userLogin li#userInfoShmuckers a {
	font-family: inherit;
	font-size: inherit;
	text-shadow: none;
	padding: 0;
	border: 0;
	display: initial;
}
#userLogin li.mobileLogin{
	display:none;
}
#navigation li.lowerLogin{
	float:right;
	display:none;
}
/* Featured Articles */
#featured{
	padding:15px;
}
#featured li{
	float: left;
	width: 20%;
	padding:0;
	margin:0;
	position:relative;
	cursor:pointer;
}
#featured img{
	max-width: 96%;
	border: 1px solid #000;
	box-sizing: border-box;
}
#featured img:hover{
	border: 1px solid #eab92d;
}
#featured span{
	position: absolute;
	left: 1px;
	bottom: 11px;
	background: rgba(0,0,0,.5);
	width: 236px;
	font-size: 80%;
	line-height: 150%;
	color: #fff;
}

#featured li img {
	width: 238px;
	height: 137px;
}

#featured strong{
	display:block;
	padding:1% 2% 0;
}
#featured em{
	font-style:normal;
	padding:1% 2%;
}
/* Main Content Styles */
#left img{
	max-width:100%;
}

#footnotes ul{
	margin: 0.3em 0 0 1.6em;
	border: none;
}

#footnotes ul, #footnotes li{
	display: block;
}

.page_title {
	font-size: 220%;
	line-height: 88%;
	font-family: 'Glass Antiqua', sans-serif;
	margin: 0 0 0 20px;
	padding:0;
}
.news h2 {
	font-size: 120%;
	line-height: 120%;
}
.post{
	padding: 0 0 10px;
}
.header-meta{
	font-size: 90%;
	color: #999;
	padding-bottom: 2%;
}
.elgg-image{
	display:none;
}
.h3Title a{
	font-size: 42px;
	display: inline-block;
	color: #000;
	font-weight: normal;
}
.comicNav .votenav{
	width: 2%;
	margin: auto;
}

.bannerCenter{
	text-align:center;
}
.bannerCenter img{
	padding: 2px;
	background: #fff;
	border: 1px solid #c1c1c1;
	box-shadow: 0 2px 2px rgba(0,0,0,.25);
}
.tabbed{
	margin: 0 20px;
}
.tabbed ul{
	border-bottom:2px solid #dfe5d7;
}
.tabbed li{
	display:inline-block;
}
.tabbed li a{
	border:2px solid #dfe5d7;
	padding:5px 10px;
	display:inline-block;
	margin-bottom: -2px;	
	background:#eff2eb;
	border-radius:5px 5px 0 0;
	font-size: 26px;
	font-family: 'Glass Antiqua', sans-serif;
	text-decoration: none;
}
.tabbed li a:hover{
	text-decoration:none;
}
.tabbed li.active a,.tabbed li.active a:hover{
	background:#fff;
	border-bottom:2px solid #fff;
	color:#333;
	text-decoration:none;
}

.tabbedBooks{
	margin: 10px 10px 20px;
}

/* Side Bar Styles */
.sidebar-section h1{
	font-family: 'Glass Antiqua', sans-serif;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0 #fff;
	border-bottom: 1px solid #dbdbdb;
	font-size: 17px; /* changed from 22 */
	color: #717171;
	font-weight: normal;
	line-height: 41px;
	margin: 0 -5px 5px;
	padding: 0px 5px 0px 15px;
	box-shadow: inset 0 0 0 1px #fff;
}

.sidebar-section{
	border: 1px solid #dbdbdb;
	box-shadow: inset 0 0 0px 1px #fff;
	margin-bottom: 20px;
	padding: 0 5px 5px;
	font-size: 15px;
	line-height: 23px;
}
.sidebarButton{
	font-family: 'Glass Antiqua', sans-serif;
	text-decoration: none;
	font-size: 23px;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	padding: 0;
	background: #e4efc0;
	background: -moz-linear-gradient(top, #e4efc0 0%, #abbd73 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4efc0), color-stop(100%,#abbd73));
	background: -webkit-linear-gradient(top, #e4efc0 0%,#abbd73 100%);
	background: -o-linear-gradient(top, #e4efc0 0%,#abbd73 100%);
	background: -ms-linear-gradient(top, #e4efc0 0%,#abbd73 100%);
	background: linear-gradient(to bottom, #e4efc0 0%,#abbd73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 );
	display: block;
	margin-bottom: 10px;
	text-indent: 15px;
	border: 1px solid #abbd73;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
	padding: 2px 0;
}
.sidebarButton:hover{
	text-decoration:none;
		color: #000;
		border:1px solid #000;
}

.sidebar-section img {
max-width: 100%;
}
a.book{
	width: 96%;
	margin: 7% 2%;
	color: #000;
	background: #eab92d;
	background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810));
	background: -webkit-linear-gradient(top, #eab92d 0%,#c79810 100%);
	background: -o-linear-gradient(top, #eab92d 0%,#c79810 100%);
	background: -ms-linear-gradient(top, #eab92d 0%,#c79810 100%);
	background: linear-gradient(to bottom, #eab92d 0%,#c79810 100%);
	box-shadow: 0 0 0 2px #c79810,0 0 0 3px #eab92d,0 0 0 4px #c79810,0 7px 4px rgba(0,0,0,.5);
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: 'Glass Antiqua', sans-serif;
	font-size: 150%;
	border-radius: 4px;
	box-sizing: border-box;
	text-shadow: 1px 1px 0 rgba(255,255,255,.25);
}
a.book:hover{
}
#conSchedule{
	margin-bottom:8%;
}
#conSchedule a{
	display:block;
	font-weight:bold;
}
#conSchedule li{
	padding-bottom:4%;
	margin-bottom:4%;
	border-bottom:1px dashed #CCC;
	line-height:130%;
}
#conSchedule li:last-child{
	border-bottom:none;
}
#conSchedule em{
	font-size:80%;
	font-style:normal;
	color:#999;
}
#conSchedule strong{
	display:block;
	font-size:90%
}

		#title-header{
			padding:15px 2% 0;
		}

#subnavbar{
z-index: 10;
position: absolute;
width: 1218px;
}
#page{
min-height: 600px;
}

.page_content {
padding: 10px 0 0;
}

div.page_content p {
	padding: 5px 20px;
	font-size: 20px !important;
	color: #333 !important;
	text-align: left;
}

div.page_content div{
	padding: 5px 5px;
	font-size: 20px !important;
	color: #333 !important;
	text-align: left;
}

div.page_content p {
	margin: 5px 0;
}

.page_content img {
	display: block;
	height: auto;
	margin: 5px auto;
}
/* Comment Section */
/*#comments,#footnotes,#transcript,#premium_content {
	padding: 20px 10px;
}
div.forums_post {
	margin: 5px 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #e1e1e1;
}
div.forums_post_title_row {
	font-weight: 600;
}

div.forums_post_text {
	margin: 10px;
	padding: 10px;
	border: 1px solid #eaeaea;
	background: #f1f1f1;
	font-size: 16px;
}

div.forums_post_text .quotetitle {
	background: #ddd;
	margin: 10px 0 0;
	padding: 5px;
	text-indent: 5px;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}

div.forums_post_text .quotecontent {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0 0 10px;
	background: #fff;
	border-radius: 0 0 5px 5px;
}*/

fieldset.fields1 {
margin: 10px 0;
border: 2px solid #dfe5d7;
background: #f2f7ec;
}
fieldset.fields1 dl {
margin: 0;
}
fieldset.fields1 label {
font-size: 16px;
}
fieldset.fields1 dd {
margin: 0 0 10px;
}
dd input#subject, #message-box textarea {
padding: 10px;
width: 802px;
}
fieldset.submit-buttons {
border: none;
margin: 0;
padding: 10px 0;
text-align: right;
}

/* Archives section ad */
.adbox {
	text-align:center;
}

.sidebarAd {
	margin: -6px;
	height: 250px;
	width: 300px;
	overflow: hidden;
}
.sidebarBestContentReportable {
	margin: -6px;
	height: 277px;
	width: 300px;
	overflow: hidden;
}

.sidebarAd600 {
	margin: -6px;
	height: 600px;
	width: 300px;
	overflow: hidden;
}

.sidebarBestContent600Reportable {
	margin: -6px;
	height: 627px;
	width: 300px;
	overflow: hidden;
}

#topBannerAd{
	background: #fff;
	-moz-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.6);
	-webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.6);
	box-shadow: 0 2px 5px rgba(50, 50, 50, 0.6);
	height: 90px;
	margin: 10px auto 15px;
	padding: 2px;
	width: 728px;
	position: relative;
	overflow: hidden;
}

#bottomBoxAd{
	margin-top: -10px;
	padding: 2px;
}

.book_title {
	font-size: 220%;
	line-height: 88%;
	font-family: 'Glass Antiqua', sans-serif;
	margin: 0;
	padding: 0 0 20px;
}
.pageHolder {
	width: 285px;
	float: left;
	padding: 5px;
	border: 1px solid #eff2eb;
	margin: 0 15px 15px 0;
	box-sizing: border-box;
	background: #f8fbf5;
	border-radius: 3px;
}
article#news {
	text-align: justify;
	margin: 0 308px 0 0;
}
.pageHolder a {
	display: block;
	text-decoration:none;
}
.pageHolder .thumbnail {
	height: 144px;
	box-sizing: border-box;
	border: 1px solid #dfe5d7;
	overflow: hidden;
}
.pageHolder:hover {
	border-color:#dfe5d7;
}
.pageHolder:hover .thumbnail {
	border-color:#00F;
}
#left .pageHolder .thumbnail img {
	width: auto;
	min-height: 142px;
	border: none;
	max-width: inherit;
}
#left .pageHolder:hover .thumbnail img {
	opacity: .6;
}
#left .pageHolder .page_link {
	font-family: 'Glass Antiqua', sans-serif;
	line-height: 22px;
	padding: 0 0 10px;
	margin: 0;
	white-space: inherit;
	text-align: left;
	text-decoration: none;
	font-weight: 300;
	text-shadow: -1px -1px 0 #fff;
	height: 44px;
}
#left .pageHolder .page_link {
	color:#333;
	text-decoration:none;
}
#left .pageHolder:hover .page_link {
	color:#00f
}

#userLogin li#userInfoShmuckers {
	background: #fff;
	background: rgba(255,255,255,.75) !important;
	padding: 0 10px !important;
	border-radius: 5px;
	margin: 0;
}

#userLogin li a {
	font-family: 'Glass Antiqua', sans-serif;
	text-decoration: none;
	font-size: 26px;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	padding: 0;
	border: 1px solid transparent;
	max-width: 250px;
	overflow: hidden;
	height: 29px;
	display: inline-block;
	margin-bottom: -9px;
}

#userLogin li#userInfoName {
	background: #fff;
	background: rgba(255,255,255,.75);
	margin: 0 23px 0 -5px;
	padding: 0 10px 0 0 !important;
	max-width: 275px;
	overflow: hidden;
	vertical-align: middle;
	font-size: 75%;
	border-radius: 0 5px 5px 0;
}
#userLogin li#userInfoShmuckers a {
	text-decoration: underline;
}

#userLogin li:after {
	clear: both;
	display: inline-block;
	content: " ";
}

a.noBalloons{
	width: 200px;
	margin: 0 auto 4px;
	color: #000;
	background: #fcfff4;
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead));
	background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
	background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
	box-shadow: 0 0 0 1px #dfe5d7,0 0 0 2px #fcfff4,0 0 0 3px #b3bead,0 4px 4px rgba(0,0,0,.25);
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	border-radius: 4px;
	box-sizing: border-box;
	text-shadow: -1px -1px 0 #FFF;
	text-transform: capitalize;
}

.amazon{
	margin: -5px -6px 0;
}

@media only screen and (max-width: 1285px) {
#header {
	font-size: 0.737em;
	max-width: 100% !important;
	min-width: 768px;
	position: relative
}
#title-header {
	max-width: 96%;
}
#title-header h1 {
	max-width: 26%;
}
#title-header h1 img {
	max-width: 100%;
}
#navigation li {
	padding: 0;
}
#navigation li a {
	font-size: 1.368em;
}
#userLogin li {
	padding: 10px 5px 5px;
}
#userLogin li a {
	font-size: 1.368em;
}
#featured li {
	width: 19.4444%;
	margin: 0 .2222%;
}
#featured li:first-child, #featured li:last-child {
	margin: 0;
}
#featured li img {
	width: 238px;
	max-width: 95%;
	height: auto;
}
#featured {
	max-width: 100%;
}
#featured span {
	max-width: 95%;
	left: 0;
}
#userLogin {
	position: absolute;
	right: 5px;
	top: 0;
}
}
