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

/* HTML5 display definitions */

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

/* Default Styles */

html{
	height:100%;
}
body{
	min-height:100%;
	margin:0;
	font-family: 'Droid Sans', sans-serif;
	line-height:170%;
	font-weight:300;
	color:#333;
}
a{
	outline:0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	margin:0;
	padding:0;
}
h1 {
	/*padding-left: 1em;*/
	font-weight: bold;
	padding-bottom: 1em;
}
ul,li{
	list-style:none;
	padding:0;
	margin:0;
}
.clear{
	clear:both;
}
#page{
	margin:0 auto;
	width:1200px;
	padding:0 10px;
	background: #fff;
	/*box-shadow: inset 0 2px 10px rgba(0,0,0,.25);
	border: 1px solid #fff;
	box-sizing: border-box;*/
}
#left,#right{
	padding-bottom:25px;
	position:relative;
}
#left{
	float:left;
	margin:0 -300px 0 0;
	width:100%;
	padding: 25px 0 20px;
}
#right{
	float:right;
	width:300px;
	padding: 25px 0 0 0;
}
#title-header,#navigation ul,#featured{
	width:1220px;
	margin:0 auto;
}

/* Header & Navigation Styles */
#header{
	width:100%;
	position:relative;
	z-index: 100;
}
#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: 'Montserrat', 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: 'Montserrat', 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;
}
#userLogin li.mobileLogin{
	display:none;
}
#navigation li.lowerLogin{
	float:right;
	display:none;
}
#upperSub{
	padding: 10px 2% 5px;
	border-radius:0 0 10px 10px;
	background: #f4dc96;
	display: block;
	text-align: left;
	text-decoration: none;
	box-sizing: border-box;
	text-shadow: 1px 1px 0 rgba(255,255,255,.25);
}
#upperSub li{
	display:inline-block;
	padding-right:15px;
}
#upperSub a{
	font-family: 'Montserrat', sans-serif;
	color:#000;
	text-decoration:none;
}
#upperSub a:hover{
	text-decoration:underline;

}
#upperSub .current {
	font-weight:bold;
}
/* 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 strong{
	display:block;
	padding:1% 2% 0;
}
#featured em{
	font-style:normal;
	padding:1% 2%;
}
/* Main Content Styles */
#left img{
	max-width:100%;
}
.news{
	margin:0 318px 0 0;
}
.page_title {
	font-size: 220%;
	line-height: 88%;
	font-family: 'Montserrat', 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{
	width:100%;
	padding:10px 0;
}
.comicNav li{
	float:left;
	padding:10px 0;
	margin:0 1%;
	width:13%;
}
.comicNav a{
	width: 96%;
	margin: 0 2% 4px;
	color: #000;
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
	box-shadow:0 0 0 2px #dfe5d7,0 0 0 3px #fcfff4,0 0 0 4px #b3bead,0 7px 4px rgba(0,0,0,.5);
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	border-radius:4px;
	box-sizing: border-box;
}
.comicNav div.inactive{
	width: 96%;
	margin: 0 2% 4px;
	color: #bbb;
	background: #eee; /* Old browsers */
	box-shadow:0 0 0 2px #eee,0 0 0 3px #eee,0 0 0 4px #eee;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	border-radius:4px;
	box-sizing: border-box;
}
.comicNav li:first-child a,.comicNav li:first-child div{
	border-radius:10px 4px 4px 10px;
}
.comicNav li:last-child a,.comicNav li:last-child div{
	border-radius:4px 10px 10px 4px;
}
.comicNav a:active{
	box-shadow:0 0 0 2px #dfe5d7,0 0 0 3px #fcfff4,0 0 0 4px #b3bead,0 3px 4px rgba(0,0,0,.5);
	margin:4px 2% 0;
}
.comicNav .pageNumber{
	width:30%;
}
.comicNav .pageNumber a,.comicNav .pageNumber a:active{
	background:none;
	color:#000;
	font-size:160%;
	font-family: 'Montserrat', sans-serif;
	box-shadow:none;
	margin: 0 2% 4px;
}
.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: 'Montserrat', sans-serif;
}
.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;
}

/* Side Bar Styles */
.sidebar-section h1{
	font-family: 'Montserrat', 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: 13px; /* 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: 'Montserrat', 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: 'Montserrat', 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%
}
/* Footer Styles */

#popup_box
{
	text-align: left;
}
/* User Profile Styles */
#userActions{
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	padding: 11px 0 0;
}
#userProfile{
	margin: 10px 0 0 10px;
	border: 2px solid #dfe5d7;
	border-radius: 6px;
	padding: 10px;
	background: #f2f7ec;
}
#userProfileLeft{
	width:250px;
	float:left;
	margin:0 15px 20px 0;
}
#userShmuckers{
	display: block;
	padding-top: 5px;
}
#userProfileLeft .subsection{
	border: 1px solid #dfe5d7;
	box-shadow: inset 0 0 0px 1px #fff;
	padding: 0 5px 5px;
	font-size: 15px;
	line-height: 23px;
	background:#fff;
	margin-bottom: 5px;
}
.subsection h3 {
	font-family: 'Montserrat', sans-serif;
	background: #ecf2e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #ecf2e4 0%, #dfe5d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf2e4), color-stop(100%,#dfe5d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ecf2e4 0%,#dfe5d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ecf2e4 0%,#dfe5d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ecf2e4 0%,#dfe5d7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ecf2e4 0%,#dfe5d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf2e4', endColorstr='#dfe5d7',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0 #fff;
	border-bottom: 1px solid #dfe5d7;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	line-height: 41px;
	margin: 0 -5px 5px;
	padding: 0px 5px 0px 15px;
	box-shadow: inset 0 0 0 1px #fff;
}
#userAvatar{
	text-align:center;
	padding:10px 0;
}
#userAvatar img{
	max-width: 220px;
}
#tip{
	text-align: center;
	margin: 10px;
	font-size: 15px;
}
.paddingSub{
	padding:5px;
}
.profileSection{
	width: 600px;
	margin-left: 265px;
}
.profileSection h2{
	background: #dfe5d7;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 2px;
}
.profileSection ul{
	margin-bottom:20px;
}
.profileSection li{
	padding: 0 0 0 10px;
	margin: 4px 0;
	font-size: 15px;
	line-height: 21px;
}
#userWiki h3{
	border-bottom: 2px solid#dfe5d7;
	display: block;
	margin: 0 20px;
	font-size: 21px;
}
#userWiki p{
	padding:5px 20px;
	font-size: 16px;
	margin: 0;
}
#userWiki ul{
	margin-left: 20px;
}

.sidebarAd {
	margin: -6px;
	height: 250px;
	width: 300px;
	overflow: hidden;
}
.sidebarAd600 {
	margin: -6px;
	height: 600px;
	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;
}


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

#userLogin li a {
	font-family: 'Montserrat', 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 {
	color: #000;
	text-decoration: underline;
	display: initial;
}

.transaction_history {
	border-collapse: collapse;
}

.transaction_history td, .transaction_history th {
	border: solid 1px black;
	padding: 0.2em 0.4em;
}
.transaction_history th {
	text-align: center;
}
.transaction_history td {
	text-align: left;
}

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

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

.news #login label, .news #register label{
	text-align: left;
}
#login input, #register input, #register #recaptcha-register {
	padding: 10px;
	border: 3px solid #dfe5d7;
	border-radius: 3px;
	width: 94%;
	margin-bottom: 20px;
}
.grecaptcha-badge {
	margin: auto;
}

#login input[type="checkbox"], #register input[type="checkbox"] {
	width: 1.1em;
}

#login input[type="submit"], #register input[type="submit"], #register #recaptcha-register {
	width: 60%;
	margin: 10px auto 20px;
	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);
	text-align: center;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	border-radius: 4px;
	box-sizing: border-box;
	text-shadow: 1px 1px 0 rgba(255,255,255,.25);
	border: none;
	display: table;
	cursor: pointer;
	text-transform: capitalize;
}

#login .login_method_box {
	text-align: center;
	margin-bottom: 1em;
}
#login .facebook_login_button {
	position: relative;
	top: -2px;
}
#login .facebook_login_button, #login #googleSigninButton {
	width: 191px;
	cursor: pointer;
}
#login .facebook_login_button img {
	width: 191px;
	height: 41px;
}
#errors {
	color: red;
	margin-bottom: 1em;
}

.show {

}

.hide {
	display: none;
}

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

@media only screen and (max-width:1285px) {
	#userLogin {
		position: fixed;
		right: 5px;
		top: 0;
	}
}

/*
*Erf		*Red		10 Feb 2015		Generic form styles based on #login
*/

input, select, textarea {
	padding: 5px;
	border: 3px solid #dfe5d7;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family:inherit;
	font-size:inherit;
}

input:read-only, textarea:read-only {
	/*background-color: #e8edde;*/
	background-color: #dfdfdf;
}

input[type="submit"], input[type="button"] {
	background: #cfd5c7;
	border: 3px solid #bfc5b7;
}

input[type="checkbox"], input[type="radio"] {
	height: 1.1em;
	width: 1.1em;
	vertical-align:middle;
}

/*
	Toolshed and Badge CSS

	*Erf		*Red		25 Feb 2015		From Steve
	*Erf		*Red		3 Mar 2015		More from Steve
*/

#wrapcentre {
	padding: 5px 20px;
}

#wrapcentre h2 {
	font-size: 220%;
	padding: 10px 0;
}

#wrapcentre h3 strong{
	font-size: 30px;
}

#wrapcentre h3 em{
	font-size: 18px;
	padding-left: 10px;
}

#wrapcentre table {
	border-spacing: 0;
	border: 1px solid #dbdbdb;
}

#wrapcentre th {
	font-family: 'Montserrat', sans-serif;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 );
	text-shadow: 1px 1px 0 #fff;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	font-size: 17px;
	color: #717171;
	font-weight: normal;
	line-height: 41px;
	margin: 0;
	padding: 0 5px;
	box-shadow: inset 0 0 0 1px #fff;
}

#wrapcentre th:first-child {
	border-left: none;
}

#wrapcentre tr:nth-child(even) {
	background: #efefef;
}

#wrapcentre td {
	padding: 5px;
	border: none;
}

#wrapcentre td.tdTitle {
	text-align: right;
	font-weight: 900;
	padding-right: 10px;
	font-size: 1.1em;
	background: #efefef;
	border:none !important;
}


#wrapcentre table.double tr {
	background: #FFF;
	;
}

#wrapcentre table.double tr:nth-child(4n+4), #wrapcentre table.double tr:nth-child(4n+3) {
	background: #efefef;
}

#wrapcentre table.triple tr {
	background: #FFF;
	;
}

#wrapcentre table.triple tr:nth-child(6n), #wrapcentre table.triple tr:nth-child(6n-1), #wrapcentre table.triple tr:nth-child(6n-2) {
	background: #efefef;
}


#wrapcentre table.triple tr td{
	border-left: 1px solid #dbdbdb;
}

#wrapcentre table.triple tr:nth-child(6n) td.tdTitle, #wrapcentre table.triple tr:nth-child(6n-1) td.tdTitle, #wrapcentre table.triple tr:nth-child(6n-2) td.tdTitle {
	background: #dbdbdb;
}

table.triple, table.double {
	margin: 20px 0;
	width:100%;
}

tr.description {
	text-align: center;
	font-size: .75em;
	line-height: 1.25em;
	font-style: italic;
}

.fiftyTable{
	width:50%;
	text-align:center;
}

.hundredTable{
	width:100%;
	text-align:center;
}

.hundredTable img{
	vertical-align: middle;
}

.rightFloater{
display: inline-block;
margin: 0 10px 0 0;
}

.rightFloater input{
	margin: 0;
font-size: 14px;
}

p.toolshed{
font-size: .9em;
margin: 10px 0 0;
}

.badge_image, .badge_status {
	text-align: center;
}

.badge_description {
	font-size: 16px;
}

.centered{
	text-align:center;
}
td.center{
	text-align:center;
}

td.right{
	text-align:right;
}

td.left{
	text-align:left;
}

td.topright{
	vertical-align:top;
	text-align:right;
}

td.topleft{
	vertical-align:top;
	text-align:left;
}

/*
* Toolbox Styles
*
**Erf		*Red		17 Mar 2015		Copied from Streams
*/

/*
*
*/

@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;
}
}

/* Login specific responsive sidebar */

@media only screen and (max-width: 767px){
	html #right {
		float: unset;
		position: unset;
		display: block;
		clear: both;
		margin: 0 auto;
	}
	
	.news {
		margin: 0;
	}
}