html, body, div, form, h1, h2, h3, hr, ul, ol, li, img {
	margin: 0;
	padding: 0;
}

* {
    box-sizing: border-box;
}

body {
	padding: .125em;
	font: normal 100%/150% arial, helvetica, sans-serif;
}

#header, #content, #contentcell, #footer  {
	width: 100%;
	max-width: 62.000em;
	margin: 0 auto;
}

#logo {
	padding: .625em .438em .500em;
	font-size: 200%;
	line-height: 63.8%;
	text-align: center;
	background: radial-gradient(circle, #224488 40%, #05071C 100%);
}

#logosec {
	font-size: 1.250rem;
	letter-spacing: 0.0125em;
}

#logo a {
	padding: 0px 5px;
	letter-spacing: .063em;
	font-weight: bold;
	font-style: oblique;
	color: #fff;
	text-shadow:
		3px 3px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	text-decoration: none;
	outline: none;
}

#logo a:hover, #logo a:active  {
	color: #FCFF0D;
	opacity: 0.8;
	background: transparent;
	-webkit-tap-highlight-color: transparent;
}

#menuShowHide {
	position: absolute;
	left: -999em;
}

#mainMenu {
	list-style: none;
	text-align: center;
	padding: 0.188em 0;
	background: #F0F8FF;
	border-bottom: 2px solid #248;
}

#mainMenu li {
	display: inline;
}

#mainMenu a {
	display: inline-block;
	padding: 0.25em 1em;
	text-decoration: none;
	color: #000;
}

#mainMenu a:hover, #mainMenu a:active, #mainMenu a:focus  {
	background: #ACE;
}

#mainsearch {
	margin: 10px 0px;
	padding: 10px 5px;
	background: #D5D9E3;
	text-align: center;
}

#mainsearch input {
	float: left;
	width: 72%;
}

#mainsearch input::placeholder {
  font-weight: bold;
}

#mainsearch select {
	display: inline-block;
	width: 27%;
	background: #fff;
}

#mainsearch input, #mainsearch select {
	height: 100%;
	border: none;
	outline: none;
	font-size: 93.8%;
}

.searchwrap {
	display: inline-block;
	width: 65%;
	height: 1.625em;
	position: relative;
	text-align: right;
}

#trigger, label.msearch {
	display: none;
}

#content {
	padding: 20px 40px 10px;
	background: #EEF2F5;
	border: 1px solid #eaeaea;
}

#maintable {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
     column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
     column-gap: 40px;
}

.topcat {
	display: block;
	padding: 2px 5px;
	border-radius: 3px;
	background: #666;
	font-size: 112.5%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	overflow: auto;
}

.adcount {
	float: right;
}

a.topcat > .adcount {
	font-size: initial;
}

.expander {
	margin-bottom: 15px;
}

.subcat {
	display: block;
	padding: 0px 4px;
	border-bottom: 1px solid #ddd;
	color: #000;
	text-decoration: none;
}

.subcat:hover {
	background: #ffa500;
	cursor: pointer;
}

.subcat:last-child {
	border-bottom: 0px;
}

#contentcell {
	padding: 5px 0px;
}

#footer {
	margin: 10px auto;
	padding: .250em 0;
	text-align: center;
	background: #224488;
	color: #ffa500;
}

#footer p {
	font-size: 81%;
	line-height: 138%;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

button  {
	padding: 2px 5px;
	border: 1px solid #707070;
	border-radius: 3px;
    background: linear-gradient(#FFFFFF, #D4D4D4);
	font-size: 100%;
	cursor: pointer;
}

button:hover {
	border: 1px solid #3C7FB1;
    background: linear-gradient(#FFFFFF, #AFDEF8);
}

ul.postcats {
	list-style-position: outside;
	margin-left: 20px;
	padding: 10px;
}

ul.postcats, .geostatelist, .showcities {
	font-size: 113%;
	line-height: 163%;
}

.sregion  {
	color: #000;
}

.geostatelist {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}

h1 {
	font-size: 131.3%;
}

h2 {
	font-size: 112.5%;
}

h3 {
	font-size: 106.3%;
}

h1, h2, h3 {
	margin: 5px 0px 10px;
}

input[type=file] {
	width: 100%;
	margin: 2px 0;
	padding: 2px 4px;
	border: none;
	background: #EEEEFF;
	cursor: pointer;
}

pre {
	font-family: "Courier New";
	font-size: 12px;
	text-align: left;
}

.err {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.warning {
	margin: 10px 0;
	padding: 20px 5px;
	border: 1px solid #FAEBCC;
	border-radius: 4px;
	background: #FCF8E3;
	color: #8A6D3B;
}

.info {
	margin: 10px 0;
	padding: 20px 5px;
	border: 1px solid #BCE8F1;
	border-radius: 4px;
	background: #D9EDF7;
	color: #31708F;
}

.success {
	margin: 10px 0;
	padding: 20px 5px;
	border: 1px #CCEECC solid;
	border-radius: 4px;
	background: #eeffee;
	color: #3C763D;
}

.imp {
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 5px;
}

.msg {
	color: green;
	margin-bottom: 5px;
}

.marker {
	margin-left: 1px;
	color: red;
	font-weight: bold;
}

.hint {
	font-size: 75%;
	font-style: italic;
	color: gray;
}

#search_top {
	margin-bottom: 10px;
	padding: 10px;
	background: #FAFAFA;
	border: 1px solid silver;
}

form.topsearch input, form.topsearch select {
	height: 28px;
	border: 1px solid silver;
	outline: none;
	font-size: 93.8%;
}

form.topsearch input[name="search"] {
	width: 35%;
}

form.topsearch input[name="area"] {
	width: 17.5%;
}

.eventnav {
	margin-bottom: 5px;
	font-size: 93.8%;
}

#path {
	position: relative;
	padding: 3px 4px;
	background: #F5F5F5;
}

#path a {
	color: #777777;
	text-decoration: none;
}

#path a:hover {
	color: black;
	text-decoration: underline;
}

table.postlisting tr.title td {
	padding: 4px;
	background: #333;
	color: #FFF;
	font-weight: bold;
}

table.postlisting td {
	padding: 20px 0;
	line-height: 125.0%;
}

table.postlisting td.datehead {
	padding: 4px;
	background: #D9D9D9;
}

table.postlisting img {
	border: 1px solid black;
	margin-right: 6px;
	min-width: 100px;
	min-height: 80px;
}

.fregular_row {
	background: #ECF4FF;
}

.fregular_row_alt {
	background: #FFFFFF;
}

.regular_row {
	background: #F7F7F7;
}

.regular_row_alt {
	background: #FFFFFF;
}

table.postlisting  a:link.posttitle {
	font-weight: bold;
	color: #0000AA;
	text-shadow: 0px 0px 1px #b9b9b9;
}

.imgcount {
	padding: 0px 2px 0px 1px;
	background: #E9E9FF;
	border: 1px solid #c583c5;
	border-radius: 3px;
	font-size: 75%;
	color: #660099;
}

.showtitle {
	margin-top: 15px;
	font-size: 143.8%;
	font-weight: bold;
}

.showloc, .eventloc, .titlextra {
	font-size: 93.8%;
	font-weight: bold;
	color: #444;
}

.showprice {
	padding: 4px 0px;
	border-bottom: 1px solid #E0E0E0;
}

.postdesc { 
	margin: 10px 0;
	line-height: 131.3%;
}

.disclosures {
	padding: 5px;
}

.disclosure_yes {
	margin-top: 25px;
	color: green;
}

.disclosure_no {
	margin-top: 25px;
	color: red;
}

.linkbox2 {
	background-color: darkorange;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: white;
}

.linkbox2 a {
	display: block;
	color: white;
}

.linkbox2 a:hover {
	color: white;
	text-align: center;
}

.postpath {
	margin-bottom: 10px;
	padding: 6px 5px;
	background-color: #F7F0DD;
	font-size: 87.5%;
	line-height: 125.0%;
	color: brown;
}

.postpath b {
	color: #000;
}

.postpath a {
	text-decoration: none;
	color: #003399;
}

.postpath a:hover {
	text-decoration: underline;
}

fieldset {
	padding: 1.00em 2.00em;
	border: 1px solid green;
	background: #f7f7f7;
	color: green;
}

legend {
	padding: .0em 0.5em;
	border: 1px solid green;
	background: #fff;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.75);
}

.invoice {
	background-color: #F0F0F0;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

.invoice td {
	background-color: white;
	padding: 5px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.invoice .empty {
	background-color: white;
	border: 1px solid white;
}

.invoice .firstcell {
	font-weight: bold;
}

.invoice .maincell {
	text-align: right;
}

.invoice .totalrow td {
	background-color: #FAFAFA;
}

.invoice .totalrow .totalcell {
	background-color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.postpics img {
	margin-bottom: 10px;
	border: 1px solid #000;
}

.eventdates {
	width: 100%;
	margin-bottom: 25px;
	padding: 4px;
	border: 1px solid #5555DD;
	font-size: 81.3%;
}

table.eventdates  td {
	padding: 4px;
	background: #EEEEFF;
}

.post_note {
	color: green;
}

.postpreview:first-letter {
 text-transform: uppercase;
}

.postpreview {
	display: block;
	text-transform: lowercase;
	color: #333;
}

.hits {
	display: inline;
	padding: 3px 6px;
	background: #000;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#city-filter {
    margin-bottom: 10px;
	font-size: 81.3%; 
	line-height: 138%;
}

#city-filter a {
    padding: 0px 2px;
	white-space: nowrap;
}

#city-filter .selected {
    white-space: nowrap;
	background: #FFF5C0;
    color: #FF0000;
    padding: 0 2px;
}

.bookmarkcell, .bookmarkcell td {
	background-color: #FFFFFF;
}

.bookmarkcellalt, .bookmarkcellalt td {
	background-color: #FAF9F6;
}

.savead{
	cursor: pointer;
	display: inline;
	vertical-align: middle;
	font-weight: bold;
	border: 0;
	background-color: transparent;
	text-indent: -9999px;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/images/stars.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
}

#bookmarkmob {
	line-height: 100%;
	}

table.pagetable {
	border: 1px solid #EAEAEA;
	background-color: #FFF;
}

table.pagetable td {
	background-color: #F5F5F5;
}

table.pagetable td.pagetable_activecell {
	background-color: #FFF;
	color: darkorange;
	font-weight: bold;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	padding: 0px 3px;
}

table.pagetable td.pagetable_ellipses {
	border-left: 1px solid silver;
	color: silver;
	padding: 0px 5px;
}

a.pagelink {
	text-decoration: none;
	padding: 0px 0px;
}

td.pagelink_first a, td.pagelink_last a, a.pagelink_prev, a.pagelink_next  {
	text-decoration: none;
	padding: 0px 3px;
}

#postform {
	width: 100%;
	max-width: 43.750em;
	line-height: 112.5%;
}

#postform input, #postform textarea {
	border: 1px solid #5555DD;
	background: #EEEEFF;
}

#postbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#titlebox {
	width: 100%;
	max-width: 33.750em;
}

#areabox {
	width: 100%;
	max-width: 9.063em;
}

#adtitle, #area {
	width: 100%;
	height: 2.000em;
	font-size: 93.8%;
	font-weight: bold;
}

#addesc {
	width: 100%;
	height: 230px;
	margin-bottom: 10px;
	font: inherit;
}

#pricebox {
	display: inline-block;
	width: 3.438em;
}

#emailbox {
	margin: 0.625em 0 0 3.125em;
}

#price, #email {
	display: inline-block;
	height: 2.000em;
	width: 100%;
	max-width: 18.750em;
	font-size: 93.8%;
}

table.picbox  {
	width: 100%;
	border: 1px solid #5555DD;
	padding: 4px 8px;
}

table.featurebox  {
	width: 100%;
	padding: 4px;
	border: 1px solid #5555DD;
	background: #EEEEFF;
	font-size: 81.3%;
}

table.featurebox select {
	width: 150px;
	height: 24px;
	margin-top: 3px;
	border: 1px solid silver;
	background: #fff;
}

.vermsg {
	background: #F0F8FF;
	border: 1px solid #BCE8F1;
	padding: 12px;
	list-style-position: inside;
}

.vermsg ul li {
	padding-left: 10px;
}

.editlinks {
	text-align: right;
	font-weight: bold;
}

.mobile {
	display: none;
}

.pconly {
	display: block;
}

.postid {
	display: inline-block;
	max-width: 140px;
	float: left;
}

.postinfo {
	padding: 10px 0px;
	border-bottom: 1px solid #E0E0E0;
	line-height: 125%;
}

.postlinks {
	max-width: 325px;
	float: right;
}

.postlinks a, .lowerlinks a {
	text-decoration: none;
}

.postlinks a:hover, .lowerlinks a:hover {
	text-decoration: underline;
}

.mobsubcat  {
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #DEDCDC;
	border-radius: 5px;
	background: #e7e7e7;
	font-size: 131%;
	line-height: 169%;
	color: #000;
}

.mobsubcat:active {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.count {
	font-size: 69%;
	position: relative;
	bottom: 2px;
}

.mobsubcat::after {
	float: right;
	position: relative;
	top: 11px;
    border: 1px solid #505050;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	content: "";
	width: 14px;
	height: 14px;
}

.mobsubcat:active::after {
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
}

.showdates {
	background: #FFFACD;
	padding: 4px 3px 1px;
}

/* Styles less than or equal to CSS Resolution 672px - Mini Tablets */
@media (max-width: 48.000em) {
	body {
		display: flex;
		flex-direction: column;
		height: 100vh;
		padding: initial;
	}
	#content {
		margin: 0;
	}
	
	#content, #contentcell {
		padding: 10px; 
	}
	#maintable {
		column-gap: normal;
		margin-top: 10px;
	}
	ul.postcats, .geostatelist, .showcities {
		line-height: 200%;
		padding-left: 10px;
	}
	.showcities a:hover, .showcities a:active, .geostatelist a:hover, .geostatelist a:active {
		background: red;
		color: #fff;
		text-decoration: none;
	}
	.showtitle {
		font-size: 125%;
	}
	#footer {
		margin: 0px auto;
	}
}

/* Styles less than or equal to CSS Resolution 640px - Mobile Nav Activated */
@media (max-width:45.750em) {
	#mainMenu {
		clear: both;
		display: none;
		overflow: hidden;
		padding: 0.25em;
		margin-top: -1em;
		background: #fff;
		border-bottom: none;
	}
	#mainMenu li {
		float: left;
		width: 50%;
	}
	#mainMenu a {
		display: block;
		padding: 0.75em 1em;
		margin: 0.25em;
		border: 1px solid #AACCEE;
		background: #DEF;
	}
	#menuShowHide+label {
		position: relative;
		float: right;
		padding: 0.5em 0.5em;
		margin: -4.000em 0.5em 1.250em;
		border-radius: 0.5em;
		color: #FFF;
		cursor: pointer;
	}
	#menuShowHide + label:before {
		display: block;
		content: "";
		width: 2em;
		height: 0.5em;
		margin-bottom: 0.75em;
		background: transparent;
		border: solid #FFF;
		border-width: 0.25em 0;
	}
	#menuShowHide + label:after {
		position: absolute;
		top: 2em;
		left: 0.5em;
		content: "";
		width: 2em;
		height: 0.25em;
		background: #FFF;
	}
	#menuShowHide:checked + label {
		background: #48C; 
	}
	#menuShowHide:checked ~ #mainMenu {
		display: block;
	}
	#mainsearch {
		margin: 0px;
	}
	label.msearch {
		display: inline-block;
		position: absolute;
		top: 0px;
		right: 0px;
		height: 100%;
		padding: 0px 10px;
		background-color: #eaeaea;
		font-size: 131.3%;
		font-weight: bold;
		cursor: pointer;
	}
	#trigger:checked + .box {
		display: block;
	}
	#mainsearch input, #mainsearch select {
		float: none;
		width: 100%;
	}
	#mainsearch select {
		display: none;
		margin-top: 3px;
	}
	ul.postcats li {
		line-height: 200%;
	}
	form.topsearch input[name="search"] {
		width: 25%;
	}
	form.topsearch input[name="area"] {
		width: 18%;
	}
}

/* Styles less than or equal to CSS Resolution 570px  */
@media (max-width:35.625em) {
	.adcount {
		display: none;
	}
	.editlinks {
		text-align: center;
	}
	form.topsearch input[name="search"] {
		width: 97%;
		margin-bottom: 5px;
	}
	form.topsearch input[name="area"] {
		width: 32%;
	}
}

/* Styles less than or equal to CSS Resolution 480px - Full Mobile */
@media (max-width:30.000em) {
	#content {
		display: flex;
		align-items: center;
		height: 100vh;
		min-height: 420px;
		background: #F0F8FF;
	}
	#contentcell {
		flex: 1;
	}
	#maintable {
		width: 100%;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	#mainsearch {
		border-bottom: 1px solid silver;
	}
	.mobile, #price, #email {
		display: block;
	}
	.pconly, .expander, .listcols  {
		display: none;
	}
	.searchwrap {
		width: 74%;
	}
	.catsection {
		width: 78%;
		min-width: 115px;
		max-width: 140px;
		margin: 0px auto;
	}
	a.topcat.mobile:link, a.topcat.mobile:visited   {
		margin-bottom: 1em;
		padding: 1em;
		background: #fff;
		border: 1px solid #C6DEEC;
		box-shadow:  1px 1px 1px 0 rgb(128,128,128);
	    font-size: initial;
		color: #000;
		text-align: center;
	}
	a.topcat.mobile:active {
		background: #AACCEE;
	}
	#contentcell {
		padding: 5px 10px;
	}
	#search_top, .postpreview {
		display: none;
	}
	form.topsearch input[type=search], select {
		width: 98%;
		margin-bottom: 5px;
	}
	.postpics img {
		width: 100%;
		height: auto;
	}
	#path a {
		line-height: 1.5em;
		padding: 1px;
	}
	.pagelink_first, .pagelink_last {
		display: none;
	}
	#postbox {
		flex-wrap: wrap;
	}
	#titlebox, #areabox {
		display: block;
		width: 100%;
		max-width: none;
	}
	#emailbox {
		margin: 0.625em 0px 0px;
	}
	.nopics {
		padding-top: 5px;
		border-top: 1px solid #E0E0E0;
	}
	table.postlisting a:link.posttitle {
		font-size: 112.5%;
		line-height: 100%;
	}
	#postcell {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 1px;
	}
	.postextra {
		display: block;
		margin-top: 2px;
	}
	.eventloc, .showloc {
		font-weight: normal;
	}
	.mobdate {
		font-size: 81.3%;
	}
	.mobprice {
		padding-left: 2px;
		font-weight: bold;
		font-size: 93.8%;
		color: green;
	}
	fieldset {
		padding: 1.00em;
	}
	#bookmarkmob {
		position: absolute;
		top: 35px;
		right: 8px;
	}
	.geostatelist {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	}
}

/* Styles less than or equal to CSS Resolution 296px  */
@media (max-width:18.500em) {
	#logo {
		padding: 1.00em 0 1.00em .250em;
		font-size: 111.8%;
		line-height: 100%;
	}
	#logo a {
		padding: 0px 1px;
	}
	.catsection {
		width: 95%;
	}
	.topcat {
		font-size: 81.3%;
	}
	a.topcat.mobile:link, a.topcat.mobile:visited   {
		padding: 15px 0px;
	}
	.geostatelist {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	}
}