html,body {
	/* Allows content to fill the viewport and go beyond the bottom */
	height: 100%;

	/* To smooth any scrolling behavior */
	-webkit-overflow-scrolling: touch;
}

* {
	margin: 0;
	padding: 0;
}

#centerwrap {
	clear: left;
	margin: 0 auto;
	max-width: 990px;
	position: relative;
	width: 100%;
}

#centerwrap * {
	box-sizing: content-box;
}

a {
	text-decoration: none;
}

.tiny_text {
	font-size: 11px;
}

.small_text {
	font-size: 12.5px;
}

.large_text {
	font-size: 14px;
}

.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.modern {
	font-family: helvetica, arial, sans-serif;
}

.wrap {
	padding-top: 15px;
}

.primery-button {
	padding: 6px 16px;
	border-radius: 1px;
	background-color: #ffffff;
	color: #24252b;
	border-color: #24252b;
}

.primery-button:hover {
	background-color: #24252b;
	color: #fafafa;
}

.modern h1, .modern h2, .modern h3, .modern h4 {
	font-family: georgia, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
}

.modern h1 {
	font-size: 30px;
}

.modern h2 {
	font-size: 22px;
	line-height: 1.3;
}

.modern h3 {
	font-size: 18px;
}

.modern h1, .modern h2, .modern h3, .modern h4, .modern p, .modern ol, .modern ul, .modern table, .modern blockquote, .modern .block {
	margin-bottom: 10px;
}

.modern .block, .modern .halfblock, .modern .zeroblock {
	display: block !important;
}

.modern .halfblock {
	margin-bottom: 5px;
}

.block {
	display: block;
}

.zeroblock {
	margin-bottom: 0 !important;
}

.modern p, .modern .p {
	line-height: 1.5em;
}

.modern .toph1 {
	margin-top: 10px;
	border: 0;
	margin-bottom: 0;
}
	.modern .toph1 a { color: black; }

.modern li {
	margin-left: 30px;
	padding: 0 5px 6px 0;
}

.noDots li {
	list-style: none;
	background: none;
	margin-left: 15px;
}

.noBorder, .modern .noBorder {
	border: 0;
}

.modern .smalltext {
	font-size: 90%;
}

.modern .mediumtext {
	font-size: 115%;
}

.modern .largetext {
	font-size: 140%;
}

.modern .hugetext {
	font-size: 180%;
}

.modern .error {
	border: 0;
}

.shevents-thumb {
	float: left;
	padding: 1px;
	margin: 2px 6px 0 0;
	border: 1px solid #ddd;
	width: 50px;
	height: 50px;
}

/*h2.st-title {
	border-bottom: 0 none !important;
	border-top: 1px solid #bbb;
	padding: 14px 0 0 8px;
}*/

.st-title a {
	color: #000;
}

.st-title a:hover {
	color: blue;
}

a.see-more-st {
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #111;
	display: block;
	font-size: 13px;
	font-weight: 400;
/*	margin: -21px 0 0 0;*/
	margin: 0;
	padding: 4px 18px 6px 18px;
	text-align: center;
}

a.see-more-st:hover {
	border-color: #1763fe;
	color: #0030ba;
}

#sub-content .shevents-cat-tease {
	margin-top: 8px;
	margin-bottom: 15px;
}

#sub-content .shevents-cat-tease li {
	margin-left: 5px;
}

.sidebarfiller {
	border-right: 1px solid #000;
	margin-top: -10px;
	min-height: 500px;
}

#shevents-sidebar {
	float: left;
	max-width: 200px;
	width: 100%;
	margin-right: 15px;
	margin-top: 20px;
}

@media screen and (max-width: 970px) {
	#shevents-sidebar {
		float: none;
		max-width: 100%;
		width: 100%;
	}
}


#shevents-sidebar .noDots {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 4px;
}

#shevents-sidebar .noDots li {
	line-height: 21px;
}

#shevents-sidebar a {
	font-size: 14px;
	color: blue;
	color: #222;
/*	font-weight: 600;*/
}

#shevents-sidebar a:hover {
	color: blue;
}

#shevents-sidebar a .sidebar-timestamp {
	color: #999;
}

#shevents-sidebar h3 {
	color: #222;
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: 600;
	margin-left: 14px;
	margin-top: 14px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

#shevents-sidebar .current a {
	font-weight: bold;
	font-weight: 400;
	background: none;
	color: black;
	color: blue;
}

#shevents-sidebar select {
	margin-top: 5px;
	margin-left: 14px;
}

#shevents-promo {
	font: 18px georgia;
	padding-left: 25px;
	padding-bottom: 6px;
	line-height: 1.5;
}

#shevents-promo a {
	text-decoration: underline;
}

#shevents-head td {
	vertical-align: top;
}

#shevents-head {
	width: 100%;
	padding: 0 0 2px 0;
}

/* we're in a category page structure */
#sub-content #shevents-head {
	padding: 0;
}

/* the big divs */
#contentContainer {
	padding-top: 15px;
	max-width: 990px;
	width: 100%;
	clear: both;
}

/* left nav */
#leftColumn {
	float: left;
	padding-left: 5px;
	max-width: 150px;
	width: 100%;
}

/* content side */
#rightColumn {
	float: left;
	padding: 0 15px 20px 15px;
	border-left: 1px solid #666;
}

#rightColumn .rightColumn-paragraph {
	width: 600px;
}
@media screen and (max-width: 768px) {
	#rightColumn .rightColumn-paragraph {
		width: initial;
	}
}

#login #rightColumn {
  float: none;
	margin: 0 auto;
  max-width: 810px;
  width: 100%;
  padding: 0 0 20px 15px;
  border-left: 1px solid #666;
}

@media screen and (max-width: 970px) {

	#login {
		padding: 0 15px;
	}

	#login #rightColumn {
	  float: none;
	  max-width: 810px;
	  width: 100%;
	  border-left:none;
		padding: 0;
	}

	#forgotten {
		padding: 0 15px;
		margin-bottom: 40px;
	}

	.forgotten-password {
		float: none!important;
		max-width: 810px;
		width: 100%!important;
		border-left: none!important;
		padding: 0!important;
	}

	#search-results #rightColumn {
		border-left: none;
	}

	#leftColumn {
		margin: 0 10px;
	}

}



#signup #rightColumn {
	border-left: 0 none;
	float: left;
	width: 600px;
}

.categoriesPage #rightColumn {
	border-left: 0 none;
	width: 970px;
}

.georgia {
	font-family: georgia, serif;
}

.box {
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	padding: 10px;
}

.red {
	color: #9C0000;
}

.black {
	color: #000;
}

.gray {
	color: #555;
}

.dnone {
	display: none !important;
}

/* some browsers put default borders around images */
a img {
	border: 0;
	font-size: 10px;
}

.caption {
	margin-left: 20px;
	font-size: 90%;
}

.aboutpgh p.first-p {
	font-size: 1.1em;
}

.aboutpgh a:visited {
	color: #9600D0;
}

.googlesearch {
	width: 180px;
	padding: 0px;
}

#footer {
	margin: 10px auto 0 auto;
	border-top: 1px solid #555;
	text-align: center;
	font: 14px arial, sans-serif;
	clear: both;
}

#footer p {
	margin: 15px 15px 0 15px;
}

#footer-block {
	text-align: left;
	font: 12px/21px arial;
	margin: 25px 40px 15px 40px;
}

#footer-block table {
	max-width: 700px;
	margin: 0 auto;
}

#footer-block th {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	width: 150px;
}

#footer-block td {
	vertical-align: top;
}

#footer-block a {
	color: #444;
}

#footer-block a:hover {
	text-decoration: underline;
}

/* navs: global and specific customizations */

#leftColumn h2, #rightColumn h2 {
	font: bold 120% arial, sans-serif;
	margin-bottom: 10px;
}

.nav li {
	margin-top: 5px;
}
.nav a {
	font-weight: normal;
	font-size: 95%;
}
.nav a.current_page {
	color: #000;
}
.nav a:hover {
	text-decoration: underline;
}

.nav ul {
	list-style-type: none;
	font-family: arial, sans-serif;
}
.nav h2 {
	color: #9C0000;
}

#familyNav ul {
	list-style-type: disc;
	margin-left: 15px;
}

#hofNav ul {
	margin: 0 0 15px 12px;
	font-size: 115%;
}

#generalNav ul {
	margin: 12px 0 15px 12px;
	margin-left: 0;
	font-size: 115%;
}
#generalNav h2 {
	margin-bottom: 0px;
}

#generalNav ul a {
	color: #333;
}

#generalNav ul a:hover {
	color: blue;
}

/* rightColumn global - the content side */

h5 {
	font: bold 14px arial, sans-serif;
}

#rightColumn p {
	font: 120%/1.4em georgia, serif;
	padding: 0 0 15px 0;
}

/* About and Basics pages */

.textPage {
	width: 580px;
}

.textPage ul {
	margin-left: 30px;
	padding-bottom: 10px;
	font: 120%/1.3em georgia, serif;
	list-style-type: square;
	list-style-position: inside;
}

.textPage li {
	padding-bottom: 15px;
}

.textPage h4 {
	font: bold 115% arial, sans-serif;
	padding: 0;
}

h4.faquestion {
	font: 120% georgia, serif;
	margin-bottom: 2px;
}

/* categories index pages */

.catIndexSidebar h2 {
	font: normal normal normal 20px/24px helvetica !important;
	border-bottom: 1px solid rgb(51, 51, 51);
	margin: 0 !important;
	padding-bottom: 7px;
}

.catIndexSidebar ul.families-list {
	list-style-type: none;
}

.catIndexSidebar #catpreview h4 {
	border: 0;
	width: auto;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0;
	padding-bottom: 0;
}

.catIndexSidebar #catpreview h4 a {
	color: #00f;
}

.catIndexSidebar #catpreview .pick {
	width: 95px;
	margin: 10px 0 10px 25px;
}

.catIndexSidebar #catpreview .pick img {
	border: solid 1px #777;
}


/* hall of fame showcase and gallery view pages page */

#hofTopBanner {
	width: 592px;
	margin-bottom: 15px;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	border-color: #999;
}

#hofTopBanner img {
	display: block;
}

#hofIntro p {
	width: 580px;
	margin: 0 0 10px 10px;
	font-size: 120%;
}

#iconGalleryPage {
	margin-left: 20px;
}

#galleryView {
	width: 640px;
}

#galleryView img {
	margin: 0 3px 3px 0;
	border: 1px solid black;
}


/* hall of fame results pages */

#picksFloat {
	clear: both;
	margin-top: 10px;
}

#picksFloat p {
	font-size: 100%;
}

#picksFloat img {
	display: block;
}
/* avoid gap */

.pick {
	float: left;
	width: 294px;
	margin: 12px 30px 0 0;
}

.pick h4 {
	font-weight: bold;
	font-family: georgia, serif;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid black;
	width: 280px;
	line-height: 1.4em;
}

#catpreview h4 {
	width: 250px;
}

.pick img {
	float: left;
	margin-right: 12px;
	margin-top: 5px;
	border: 1px solid #000;
	width: 75px;
	height: 75px;
}

.paging {
	clear: both;
	display: block;
	float: right;
	font-size: 0.85em;
	margin: 0 20px 0 0;
	/* fixes top cutoff in ie6,7 */
	*padding: 7px 0;
}

.paging .current {
	border-color: blue;
/*	background: blue;*/
	color: blue;
}

.paging a {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #333;
	font-size: 13px;
	padding: 4px 6px;
}

.paging a:hover {
	border-color: blue;
	color: blue;
	cursor: pointer;
}

.paging-numbers {
	color: #555;
	float: right;
	font: 12px/26px arial;
	padding: 0 12px;
	*padding-top: 7px;
}

.paging div {
	margin-top: 10px;
}

/* hof website detail pages */

#pickDetail {
	width: 520px;
	margin: 15px 10px 0 15px;
	padding: 0px 20px 0 20px;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	#pickDetail {
		width: initial;
	}
}

#hof-home-banner {
	border: 1px solid #000;
	border-width: 0 1px 0 1px;
	display: block;
	width: 560px;
	margin: 0 10px 10px 10px;
}

#hof-home-banner img {
	width: 560px;
}

#hofFullDescription p {
	font: 16px/20px georgia, times;
}

@media screen and (max-width: 390px) {
	#hofFullDescription p {
		font: 13px/20px georgia, times;
	}
}

.hof_container {
	background: #ddd;
	border: 1px solid #ccc;
	margin: 7px 0 25px 0;
	padding: 4px 5px;
}
#hof-visitnow, #hof-visitnow:visited {
	color: #00f;
	padding-left: 5px;
}

#hof-visitall, #hof-visitall:visited {
	color: #00f;
	float: right;
	padding-right: 5px;
}

@media screen and (max-width: 380px) {
	#hof-visitnow {
		font-size: 14px;
	}

	#hof-visitall {
		font-size: 14px;
		position: relative;
		top: 3px;
	}
}

#hof-visitnow:hover {
	text-decoration: underline;
}
#hof-visitall:hover {
	text-decoration: underline;
}

#pickDetail h1 {
	padding: 5px 0;
	font: bold 17px georgia, arial, sans-serif;
}

#pickDetail img {
	display: block; /* avoid gap */
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	border: 1px solid #000;
}

#pickDetail img.saluting {
	border: 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #8e8e8e;
}

.hofDetailList ul {
	margin: 0;
	list-style-type: none;
}

.hofDetailList li {
	font-size: 90%;
}

/* club detail pages */

#clubDetail {
	width: 650px;
	margin: 10px 10px 0 10px;
	padding: 20px 20px 0 20px;
	border: 1px solid #000;
}

#clubDetail h1 {
	font: bold 140% Georgia, serif;
	margin-bottom: 3px;
}

#clubDetail img {
	display: block; /* avoid gap */
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	border: 1px solid #000;
}

#docsFloat ul {
	list-style: none;
}

#docsFloat li {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.doc {
	float: left;
	width: 300px;
	margin: 10px 20px 20px 0;
}

#docsFloat img.icon {
	border: none;
}

/* email Signup Page */

#signupBox {
	border: 2px solid #555;
	width: 290px;
	padding: 10px;
	margin: 10px 0 30px 35px;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0;
	overflow: hidden;
	display: block;
}

.left {
	float: left
}
.right {
	float: right
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.table {
	width: 100%;
	border: 1px solid #eee;
}

.table th {
	background: #eee;
	border-bottom: 3px double #ccc;
	padding: 7px 2px;
}

.table td {
	border-bottom: 1px solid #eee;
	padding: 7px 4px;
}

.table .small {
	color: #777;
	font-size: 10px;
}

table.cw-collapse {
	border-collapse: collapse;
}

option {/* generic for any pulldown item on site */
	padding: 0 3px;
	margin: 3px 0;
}

a.tellafriend {
	white-space: nowrap;
}

#sendButton {
	float: right;
	display: block;
	width: 80px;
}
#contactForm label {
	display: block;
}

#contactForm input, #contactForm textarea {
	font-size: 14px;
}
#contactForm #sendButton {
	float: none;
	margin-bottom: 10px;
}

#sign-up label {
	display: block;
	padding-top: 10px;
}

/********************************************************************************/
/********************************************************************************/
/*********************** SUPER BROWSE *****************************/
/********************************************************************************/
/********************************************************************************/

.ebaytags {
	width: 151px;
	float: right;
}

.ebaytags #searchform {
	padding: 5px;
	padding-left: 10px;
	text-align: center;
	background: #999;
}

.ebaytags h3.catname {
	border-bottom: 1px solid #ccc;
}

.ebaytags input {
	font-size: 11px;
	margin-bottom: 2px;
}

.ebaytags h3 {
	color: #9C0000;
	text-align: center;
	padding: 5px;
	background: #eee;
	font-size: 11px;
}

.ebaytags ul {
	margin: 3px 0;
}

.ebaytags li {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	display: block;
}

.ebaytags a {
	display: block;
	white-space: nowrap;
	margin: 0 0 3px 0;
	padding: 4px 8px;
	font-size: 11px;
	border: 1px solid #eee;
}

.ebaytags a:hover {
	border: 1px solid #bbb;
}

.ebaytags h2 {
	color: #fff;
	font: normal 1.5em geneva, arial, sans-serif;
}

#pager1, #pager2 {
	display: block;
}

#pager1 .paging, #pager2 .paging {
	clear: none;
	text-align: right;
}

.thumbs a {
	float: left;
	display: block;
	border: 1px solid;
	border-color: #f0f0f0 #c9c9c9 #c9c9c9 #f0f0f0;
	font-size: 1px;
	*font-size: 0;
	color: #f3f3f3;
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f1f1f1));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled='true',StartColorStr=#ffffffff, EndColorStr=#fff1f1f1, GradientType=0);
	overflow: hidden;
}

.thumbs a:hover {
	border-color: #e0e0e0 #a9a9a9 #a9a9a9 #e0e0e0;
}

.button-big {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f1f1f1));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled='true',StartColorStr=#ffffffff, EndColorStr=#fff1f1f1, GradientType=0);
	border: 1px solid;
	border-color: #ccc #aaa #aaa #ccc;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	padding: 10px;
	white-space: nowrap;
}
	.button-big:hover { border-color: #aaa #888 #888 #aaa; }
	.button-big:active { border-color: #888 #aaa #aaa #888; }
	.button-wide { width: 200px; }

.getweekly {
	display: block;
	float: left;
	margin: 23px 0 0 10px;
}

.fb-like {
	width: initial !important;
	height: 20px;
	float: left;
	display: block;
	top: -5px;
	margin-right: 10px;
}

.fb-share-button {
	width: initial !important;
	height: 20px;
	float: left;
	display: block;
	top: -5px;
	margin-right: 10px;
}

.twitter-share-button {
	display: block;
	width: 110px;
	height: 20px;
	float: left;
	margin-right: 10px;
}


/*
for the main category page
these will work in divisible by 3 and 4 mode

.thumbs140 a {
height: 140px;
width: 140px;
margin: 4px 4px 0 0;
padding: 3px;
}
*/

.thumbs140 a {
	height: 140px;
	width: 140px;
	margin: 5px 5px 0 0;
	padding: 5px;
}

.thumbs96 a {
	height: 96px;
	width: 96px;
	margin: 4px 4px 0 0;
	padding: 6px;
}

.thumbs80 a {
	height: 80px;
	width: 80px;
	margin: 4px 4px 0 0;
	padding: 4px;
}

.thumbs img {
	display: block;
	margin: 0 auto;
}

.thumbs .bin {
	border: 1px solid;
	border-color: #ffd6bf #ef844a #ef844a #ffd6bf;
}

.thumbs a:focus {
	-moz-outline: none;
	border-color: #c9c9c9 #f0f0f0 #f0f0f0 #c9c9c9;
}


#sortoptions #filter-auctions {
	width: 180px;
	vertical-align: 0;
	font-size: 13px;
}

#sortoptions {
	color: #333;
	margin: 0 0 8px 16px;
}

.rightCol #sortoptions {
	margin-top: 8px;
	font-size: 14px;
}


#results {
	position: relative;
	/* make floats work in ie6 */
	_height: 1px;
}

.wide-results {
	/* we float this div and .thumbs to clear their inner floats without markup since
	 * #results content gets replaced by ajax */
	float: left;
}
	.wide-results .thumbs {
		_width: 840px;
		_overflow: hidden;
		zoom: 1;
		float: left;
	}



.hr {
	height: 1px;
	padding: 5px 0;
	border-bottom: 1px dotted #666;
}




.itemlist li {
	overflow: auto;
	list-style: none;
	/*border-bottom: 1px dotted #888;
	*/padding: 5px 5px 10px 0px;
}

.itemlist p {
	margin: 10px;
}

.itemlist a.title {
	font-weight: bold;
	font-size: 11px;
}

.itemlist span {
	display: block;
	color: #555;
	font-size: 10px;
}

.organizer {
	font: 12px/25px helvetica;
	margin: 4px;
}

.organizer label {
	padding: 3px;
	display: inline !important;
	background: #f5f5f5;
	float: none !important;
	width: auto !important;
	border: 1px solid #ccc;
}

.organizer input {
	vertical-align: middle;
}







#cwplayer-backdrop {
	background: #000;
	padding: 20px;
	color: #fff;
	border-bottom: 5px solid #9c0000;
}

body h2#cwplayer-header {
	border: 0;
	padding-bottom: 0;
}

#cwplayer-info {
	float: left;
	width: 250px;
}

#cwplayer-info p {
	font: 12px/17px helvetica, sans-serif;
}

#cwplayer-info a {
	color: #ccc;
	border-bottom: 1px solid #444;
}


#cwplayer-object {
	margin: 0 20px 0 0;
	float: left;
}

.article-featured h3 {
	font: bold 16px helvetica;
	margin-bottom: 10px;
	padding-right: 60px;
	line-height: 1.4em;
}

.article-featured img {
	float: left;
	margin-right: 15px;
	padding: 5px;
	background: #fff;
}

.article-featured {
	background: #eee;
	float: left;
	width: 520px;
	margin: 15px 0 0 15px;
	padding: 15px 25px 15px 15px;
	border-bottom: 2px solid #9c0000;
	margin-left: 35px;
}

@media screen and (max-width: 830px) {
	.article-featured {
		width: initial;
		margin: 15px 20px 20px 15px;
	}
} 

.article-featured p {
	font: 16px georgia;
	color: #555;
	line-height: 1.5em;
}

#uberright {
	float: left;
	width: 565px;
	overflow: hidden;
}
sup {
	color: red;
	font-weight: bold;
}

.answer-desk-content ul {
	list-style-position: inside;
	max-width: 460px;
	width: 100%;
	margin-bottom: 15px;
}

.answer-desk-content li {
	font: 120%/1.4em georgia, serif;
	margin-bottom: 10px;
}

.answer-desk {
	overflow: hidden;
	width: 100%;
}

.answer-desk p {
	width: 100%!important;
  max-width: 600px;
}

.catpages .left {
	max-width: 375px;
	width: 100%!important;
}

.catpages .left--image {
	width: 12%!important;
	margin-right: 19px!important;
	display: table;
}

.answer-desk-wrapper {
	padding: 0 15px;
}

.question-option {

}

.select-style {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
		font: 15px/22px georgia;
		padding: 4px 5px;
		border: 1px solid #ccc;
		max-width: 270px;
		height: 25px;
}

.select-style select {
    padding: 5px 8px;
    width: 40%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.question-option {
	word-break: break-all;
}

.littleentry {
	width: 130px;
	float: left;
	padding: 10px 15px 10px 0;
}

.littleentry h3 {
	font: bold 12px/16px helvetica;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.fiveclear {
	clear: left;
	border: 1px solid #ccc;
}

.littleentry p {
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.3em;
}


#logobanner {
	margin: 11px 15px 2px 7px;
}

#logobanner img {
	width: 323px;
	height: 36px;
}

#above-ubers {
	border-bottom: 1px solid #ddd;
	padding: 0;
	border-left: 0;
	text-align: left;
}

#above-ubers ul { list-style: none; }
#above-ubers li { float: left; }


/* Fresh Type | Show and Tell links */

.header .big-links {
	list-style: none;
	margin: 7px 0 0 0;
}

.header .big-links li {
	float: left;
	margin: 11px 0 0 8px
}

.header .big-links li a {
	color: #555;
	display: block;
	font: 400 11px/20px "lucida grande", "lucida sans unicode", arial, sans-serif;
	padding: 0 5px;
	text-align: center;
}

.header .big-links li a span {
	/*font-weight: 600;*/
	/*font-size: 18px;*/
	/*vertical-align: middle;*/
}

.header .big-links li a:hover,
.header .big-links li a:hover span {
	color: blue;
}

.stacked-links {
	margin: 9px 0 0 0;
	padding: 0 0 0 12px;
	position: absolute;
	top: 3px;
	right: 160px;
	width: 55px;
	text-align: right;
}

#above-ubers .stacked-links li {
	float: none;
}

.stacked-links a {
	color: #555;
	clear: both;
	display: block;
	float: none;
	font: 12px/14px lucida grande,sans-serif;
	padding: 0 8px 5px 0;
	text-align: right;
}

.stacked-links a:hover {
	color: blue;
}

/* Account */
.header .account {
	background: #fff;
	background: #f7f7f7;
	box-shadow: inset 0 -1px 3px rgba(0,0,0,0.25);
	border-radius: 6px;
	float: left;
	margin: 6px 0 0 10px;
	position: absolute;
	top: 0;
	width: 166px;
	height: 44px;
}

.header .account .avatar {
	float: left;
	margin: 0 3px 0 0;
	height: 44px;
	width: 44px;
}

.header .account .avatar.logged-out {
	background: url(https://www.collectorsweekly.com/assets/login-lady.jpg) no-repeat 0 0;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 0 none;
}

.header .account .avatar img {
	border-radius: 4px;
	display: block;
}

.account ul {
	margin: 2px 0 0 0;
}

.account ul.logged-out {
	margin: 6px 0 0 0;
}

.account li {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 4px;
}

.account ul.logged-out li {
	margin: 6px 0 0 0;
	/*width: 50px;*/
}

.account ul.logged-out li.signup {
	border-left: 1px solid #d1d1d1;
}

.account ul.logged-out li a {
/*	background: #ff0;*/
	color: #333;
	display: block;
	font-size: 13px;
	font-family: "lucida grande", sans-serif;
	font-weight: 600;
	line-height: 14px;
	line-height: 18px;
	padding: 0 6px;
	text-align: center;
/*	text-align: left;*/
	white-space: nowrap;
}

.account ul.logged-out li.signup a{
	padding-right: 0;
}

.account li a {
	color: #444;
	font-size: 10px;
}

.account li.username {
	width: 95px;
}

.account li.username a {
	color: #111;
	display: block;
	font: 600 15px/15px arial, sans-serif;
	padding: 3px 0;
}

.account li a:hover {
	color: blue !important;
}


#top-links {
	clear: right;
	display: block;
	float: right;
	margin: 4px 0 0 0;
	text-align: right;
	*width: 300px; /* fixes IE7 wrapping issue */
}

	#top-links li {
		padding: 0 9px;
	}

	#top-links a {
		color: #111;
		font: bold 13px/22px arial;
	}

	#top-links sup {
		font: normal 10px arial;
	}

	#top-links a:hover,
	#top-links-secondary a:hover {
		text-decoration: underline;
	}

#top-links-secondary {
	display: block;
	float: right;
	margin: 8px 0 0 0;
}

	#top-links-secondary li {
		margin-left: 5px;
		border-left: 1px solid #ccc;
		padding: 0 0 0 5px;
		font: 0.95em/15px arial;
		letter-spacing: 0.02;
	}

	#top-links-secondary li a {
		color: #555;
	}

	#top-links-secondary li.first {
		border: 0;
		padding-left: 0;
		margin-left: 0;
	}

	#top-links-secondary li.hello {

	}

	#top-links-secondary li.hello a {
		color: blue;
	}

#above-ubers .loginlink {
	display: block;
	float: right;
	font-size: 11.5px;
	padding-right: 5px;
	line-height: 17px;
}

th#nav-teaser a {
	margin-top: 4px;
}

th#nav-teaser img {
	display: block;
	width: 234px;
	height: 79px;
	margin: 0;
}

/* Uberdrop */

#uberdrop {
	background: #EEF1F4;
	border-radius: 0 0 4px 4px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.25), 0 1px 0 1px rgba(0,0,0,0.08);
	position: absolute;
	margin-top: -2px;
	margin-left: 1px;
	padding-bottom: 4px;
	z-index: 1100;
}

#uberdrop li {
	list-style: none;
}

#uberdrop a {
	color: #222;
	/*color: #0357c7;*/
	display: block;
	padding: 5px 12px;
	position: relative;
	font: 12px/16px "helvetica neue", arial,sans-serif;
	zoom: 1;
	-webkit-font-smoothing: antialiased;
}

#uberdrop b {
	color: #9c0000;
	display: none;
}

#uberdrop a:hover {
	background: #0357c7;
	background: #333;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

#uberfamnav {
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	border-bottom: 1px solid #ccc;
	width: 100%;
	/*width: 80%;*/
}

#uberfamnav th {
	border-left: 1px solid #ddd;
	color: #333;
	color: #555;
	font: 400 13px/15px georgia;
	padding: 7px 5px;
	padding: 7px 5px 8px 5px;
	vertical-align: middle;
	width: auto;
	vertical-align: middle;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	zoom: 1;
}

#uberfamhovered {
	background: #EEF1F4;
	xcolor: #0357c7 !important;
	color: #000 !important;
}

	#uberfamnav th.first { border-left: none; }

	#uberfamnav td ul { display: none; }

#uberfamnav img {
	display: none;
}

#uberfamhovered img, #nav-teaser img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#uberfamnav #uberfamhovered {
	position: relative;
	overflow: hidden;
	z-index: 9999;
}

#uberfamnav th#nav-teaser {
	padding-bottom: 0;
	width: 234px;
}

#gd1 { border-bottom: 1px solid #f1f1f1; }
#gd2 { border-bottom: 1px solid #f5f5f5; }
#gd3 { border-bottom: 1px solid #f9f9f9; }
#gd4 {
	border-bottom: 1px solid #fcfcfc;
	overflow: hidden;
	zoom: 1;
	height: 52px;
}

.remove {
	color: #888;
}

.it-price {
	padding-right: 6px;
	color: #b00;
}

.it-item {
	text-align: center;
	width: 20%;
}

.it-item img {
	display: block;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 4px auto 4px auto;
}

#sortoptions input {
	font-size: 14px;
	color: #444;
	overflow: visible;
	padding: 1px 4px;

	vertical-align: 2px;
	margin-right: 2px;
}

.full-screen {
	padding: 3px 5px;
	font-size: 16px;
}

#sortoptions .sortSelected {
	color: #9c0000;
	font-weight: bold;
}

#gggtable {
	width: 100%;
	border-left: 0;
	height: 185px;
	font: 13px helvetica;
	border-bottom: 4px solid #9c0000;
}

#gggdiv h2 {
	border: 0;
	margin: 10px 10px 2px 10px;
	padding-top: 10px;
}

#gggdiv {
	margin: -10px 0 0 -10px;
	border-right: 1px solid #ddd;
}

#gggtable td {
	padding: 6px;
	vertical-align: top;
}

.hint {
	font-size: 11px;
	color: #444;
	font-weight: normal;
}

.hint.red {
	color: #9c0000;
}

.highlight-box {
	/* light gray background padded box to emphasis some paragraph */
	padding: 9px;
	background-color: #f3f3f3;
}

.notice-box {/* used for deleted stories */
	width: 70%;
	border: solid 1px #ccc;
	background: #dedede;
	margin: 1em;
	padding: 1em;
	font-weight: bold;
	font-size: 0.9em;
}

hr {
	height: 1px;
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
	margin: 15px 0;
}

#comment-form label {
	font-size: 0.9em;
	font-weight: normal;
}


/* Search Results page */
#search-results {
	padding-top: 10px;
	overflow: hidden;
}
#search-results .ebay-logo {
	display: none;
}
#search-results #rightColumn ul {
	list-style: none;
}
#search-results #rightColumn li {
	margin-bottom: 8px;
	line-height: 1.4;
}
#search-results #leftColumn ul {
	margin-left: 22px;
}
#search-results #leftColumn li {
	margin-bottom: 10px;
}
#search-results .result-box {
	max-width: 640px;
	width: 100%;
	margin-bottom: 36px;
}

/* signup, login, and settings pages */
.input {
	font: 15px/22px georgia;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 4px 5px;
	border: 1px solid #ccc;
	width: 270px;
}

.textarea {
	font: 15px/22px georgia;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #ccc;
}

.cw-label {
	display: block;
	font: 14.5px georgia;
	padding-bottom: 2px;
}

.submit-button {
	border-top: 1px solid #eee;
	clear: both;
	padding: 14px 0 0 0;
}

.submit-button input {
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 12px;
}

.submit-button input:hover {
	background-color: #E8F3FC;
	border-color: #CDD3DA;
	color: blue;
}

/* fixes messed up label positioning on logged-out newsletter management pg */
.eloginusername {
	clear: left;
}

.phperror {
	font: 11px verdana;
	margin: 10px;
	padding: 8px;
	overflow: auto;
	border: 2px solid #ccc;
	background: #444;
	color: #bbb;
}

.phperror a, .phperror a:hover, .phperror a:visited {
	color: #ccc !important;
	border: 0;
	text-decoration: underline;
	font-weight: bold;
}

.phperror, .phperror a {
	zoom: 1;
}

.phperror a:hover {
	color: #fff;
}

.mysql_timing {
	display: block;
	margin-bottom: 10px;
}

pre, .pre {
	white-space: pre;
	display: block;
	overflow: auto;
	margin: 10px;
	font: 11px/145% monospace;
	background: #eee;
	padding: 8px;
	color: #001f6c;
	border: 1px solid #ccc;
}

tt {
	font-size: 0.9em;
}

#cat-housead-box {
	border: solid 1px #ccc;
	padding-bottom: 10px;
	margin: 0 auto 15px auto;
	display: block;
	width: 340px;
}

#cat-housead-box p {
	margin: 0 5px;
}

#cat-housead-box-head {
	background-color: #eee;
	color: #555;
	font-size: 0.85em;
	padding: 3px 3px 3px 5px;
	margin-bottom: 1px;
	font-weight: bold;
	line-height: 1.4;
}

#cat-housead-box-head a {
	float: right;
	display: block;
	color: #555;
	font-size: 1.2em;
	margin-top: -2px;
}

/* /people page */
.person {
	float: left;
	margin: 4px;
	font-size: 0.8em;
	line-height: 1.8;
}

.person img {
	border: solid 1px #aaa;
}

.person-sm {
	float: left;
	width: 150px;
}

.img-preview {
	float: left;
	margin: 0 7px 25px 0;
	font: 12px/17px arial;
	padding: 7px;

	overflow: hidden;
}

.catPageCol .img-preview {
	margin-bottom: 8px;
}

#user-main .img-preview {
	margin-right: 15px;
	margin-bottom: 0;
	flex: 1 0 auto;
}

@media screen and (max-width: 750px) {
	#user-main .img-preview {
    max-width: 22%!important;
    width: 50%;
    margin-right: 0!important;
	}

	#user-main h2.red,
	.collection-breadcrumb {
		font-size: 16px;
	}

}

@media screen and (max-width: 600px) {
	#user-main .img-preview {
   max-width: 29%!important;
	}

}

@media screen and (max-width: 400px) {
	#user-main .img-preview {
   max-width: 44%!important;
	}

}




a.user-img {
	margin: 0px 3px 0 0;
	padding: 0;
	width: 30px;
	height: 25px;
	vertical-align: middle;

	/* inline block hacks */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	a.user-img img {
		margin-right: 5px;
		border: solid 1px #ccc;
		width: 25px;
	}

img.user-img {
	border: solid 1px #ccc;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

img.user-img {
	border: solid 1px #ccc;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.img-preview img.user-img {
	border: solid 1px #ccc;
	margin-right: 5px;
	margin-top: 2px;
	display: block;
	width: 25px;
}

.line-end {
	margin-right: 0;
}


.img-preview img {
	display: block;
	margin-bottom: 5px;
}
	.img-list-155 .img-preview { width: 155px }
	.img-list-116 .img-preview { width: 116px }
	.img-list-170 .img-preview { width: 170px }

@media print {
	.noprint { display: none; }
}


/*.not-across #storybar #st-slogan {
	display: none;
}*/

p.search-count {
	color: #222;
	font-size: 18px !important;
	margin: 7px 0 0 0;
	text-align: center;
	width: 600px;
}

#st-post {
	color: #000;
/*	border-bottom: 1px solid #bbb;*/
	display: block;
	width: 73px;
	margin: 6px 0 6px 50px;
	font: bold 12px helvetica;
	padding: 2px 0;
	text-align: center;
}

.not-across #st-post {
	display: none;
}

#st-logo {
	position: absolute;
	top: 8px;
	left: 400px;
	left: 12px;
}

.category #st-logo {
	top: 0;
	left: 32px;
}

#search-results #st-logo {
	left: 250px;
	}

.not-across #st-search-wrap {
	margin-right: 80px;
}

#st-search-wrap {
	width: 220px;
	*width: 240px;
}

/*#st-search {
	background: #fff url(/assets/search.png) no-repeat 6px center;
	border: 1px solid #bbb;
	border-radius: 4px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	font: 13px/16px arial;
	float: left;
	outline: 0 none;
	padding: 0 4px 0 24px;
	padding: 4px 4px 4px 26px;
	vertical-align: center;
	height: 22px;
	height: 16px;
	width: 120px;
}
*/
/*#st-search:focus {
	background-image: url(/assets/search_blue.png);
}
*/

/*#st-search-go {
	background: #fff;
	border: 0 none;
	color: #555;
	cursor: pointer;
	display: block;
	font: bold 12px/24px arial;
	margin: 0;
	height: 24px;
	padding: 0px 7px;
	text-transform: uppercase;
	vertical-align: top;
}

#st-search-go:hover {
	color: blue;
}

#st-search-wrap {
	float: right;
	/*margin-right: 240px;*/
}*/

#stories-popular {
	margin-left: 4px;
	margin-top: -5px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border:0;
    padding:0;
}

ul.autocompleter-choices
{
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	position: absolute;
	margin: 0 0 0 2px;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: #fff;
	width: 262px !important;
	z-index: 5000 !important;
}

ul.autocompleter-choices li
{
	position: relative;
	margin: -2px 0 0 0;
	padding: 8px;
	display: block;
	border: 1px solid #ccc;
	border-width: 0 1px;
	float: none !important;
	cursor: pointer;
	white-space: nowrap;
	font: normal 14px/20px georgia;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background: #f3f3f3;
	color: #000;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color: #9c0000;
}

.auction-alerts #leftColumn {
	float: left;
	padding-left: 5px;
	max-width: 200px;
	width: 20%;
}

.auction-alerts #rightColumn {
	float: left;
	padding: 0 15px 20px 15px;
	border-left: 1px solid #666;
	width: 76%;
}

.email-label {
	max-width: 400px;
	width: 100%;
	padding: 0!important;
}

.label-wrapper {
	padding: 10px;
}

.tr-first {
	float: left;
width: 70%;
}

.tr-second {
	float: left;
    width: 30%;
}

@media screen and (max-width: 970px) {
	.auction-alerts #leftColumn {
		float: none;
		padding: 0;
		max-width: 100%;
		width: 100%;
		margin: 0;
	}

	.auction-alerts #rightColumn {
		float: none;
		padding: 0;
		border-left: none;
		width: 100%;
	}

	.auction-alerts-wrapper {
		padding: 0 15px;
	}
	.email-submit {
		width: 100%;
		max-width: 285px;
	}

	.preview-separator {
		overflow: hidden;
		max-width: 320px;
		width: 100%;
	}

}


@media screen and (min-width: 751px) {
	.hide-desktop-tablet {
		display: none!important;
	}
	.hide-mobile {
		display: block!important;
	}
	.wednesday-td {
		font-size: 16px;
		padding: 10px 2px 0 2px;
		text-align: center;
		width: 75px;
	}
	.wednesday-td span.mobile {
		display: none;
	}
	.friday-td {
		font-size: 16px;
		padding: 10px 2px 0 2px;
		text-align: center;
		width: 60px;
	}
	.friday-td span.mobile {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	#footer-block th {
		width: auto;
	}
	.hide-desktop-tablet {
		display: block!important;
		color: #fff;
	}

	.hide-mobile {
		display: none!important;
	}

	.email-preview-message a {
		display: block;
		word-break: break-all;
	}

	.wednesday-td {
		font-size: 16px;
		padding: 10px 2px 0 2px !important;
		text-align: center;
		width: 55px;
	}

	.wednesday-td span.desktop {
		display: none;
	}

	.friday-td {
		font-size: 16px;
		padding: 10px 2px 0 2px !important;
		text-align: center;
		width: 40px;
	}
	.friday-td span.desktop {
		display: none;
	}
}

.unsubscribe-td {
	text-align: right;
	padding: 10px 2px 0 2px !important;
}

#more-article-results {
	width: 100%;
	margin: 0 auto;
	max-width: 1605px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: distribute;
	-moz-box-pack: distribute;
	-o-box-pack: distribute;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}


#more-article-results .post {
	float: left;
}

@media screen and (max-width: 480px) {
	#article-heading .social {
		border-left: transparent!important;
		float: none!important;
		width: 100%;
		z-index: 33;
		position: relative;
		top: -20px;
		padding: 2px 0 0 0 !important;
	}
}

@media screen and (max-width: 750px) {
	.is-searchPage .img-preview {
    width: 146px!important;
	}

	.tr-first {
		float: left;
	  width: 100%;
	}

	.tr-second {
		float: left;
    width: 100%;
		margin-top: 20px;
	}
}

.confirmationError,
.adminContainer {
	overflow: hidden;
}

.PageFooter h2 {
    font-size: 30px!important;
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    line-height: 1.1;
		float: none;
}

@media screen and (min-width: 1280px) {
	#preview {
		display: flex;
	  	justify-content: space-between;
		border-top: 1px solid #666;
	}
}

@media screen and (max-width: 1279px) {
	#preview > div {
		display: inline-grid;
		width: 45%;
		float: none !important;
	}
}

#preview > div {
	margin-left: 10px;
	margin-right: 10px;
}

#preview > div > h2 {
	font-size: 20px;
}

#preview > div > div > div {
	float: none !important;
	width: initial !important;
}

.noprint .noprint_email {
	/* display: inline-block; */
	display: none;
}

@media screen and (max-width: 400px) {
	.noprint .noprint_email {
		width: 100%;
	}
}

#story .noprint {
	border-left: 1px solid #e1e1e1;
	margin: 0 0 0 16px;
	padding: 2px 0 0 18px;
	height: 24px;
}

@media screen and (max-width: 390px) {
	#story .noprint {
		border-left: none;
		width: 100%;
    	padding: 0px;
		margin: 0px;
	}
}

@media screen and (max-width: 970px) {
	#desktop_barnebys-widget {
		display: none;
	}
}

@media screen and (min-width: 971px) {
	#mobile_barnebys-widget {
		display: none;
	}
}

/* Best of the Web section */

#best-of-web .title-center {
	text-align: center;
}

#best-of-web .item {
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 180px;
}

#best-of-web .item .item-description {
	padding-top: 10px;
	border-top: 2px solid #61a7d7;
}

#best-of-web .item .item-description .item-description__image {
	padding-right: 10px;
}

#best-of-web .item .item-description .item-description__text .read_more {
	color: #61a7d7;
}

#best-of-web .item .item-description .item-description__text .read_more:hover {
	text-decoration: underline;
}

.material-icons {
	color: #7a7a7a;
	cursor: default;
}

.alert-remove {
	cursor: pointer;
}

.alert-remove:hover {
	color: #B22222;
}

.alert-add {
	cursor: pointer;
	font-weight: bold !important;
}

.alert-add:hover {
	color: #008000;
}