* { padding: 0; margin: 0; }

/* ---------- ---------- FONT STYLES ---------- ---------- */

#top a {
	text-decoration: underline;
}

h1 {
	color: #343434;
	font-weight: normal;
}
h2 {
	color: #343434;
	font-weight: normal;
	font-size: 170%;
}
#page-content-left h3 {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	background: #5779dd none;
	padding: 5px 0;
	margin: 0 0 1px 0;
	letter-spacing: 0.1em;
	clear: both;
	float: left;
	width: 100%;
}
#page-content-left h3.calendar {
	margin: 0;
	background: #000 url(../images/global-images.png) no-repeat -192px -90px;
}
#page-content-left h3.archive {
	margin-top: 10px;
	background: #000 url(../images/global-images.png) no-repeat -192px -90px;
}
#page-content-left h3.legend, #page-content-left h3.archive, #page-content-left h3.latest_reviews {
	margin: 10px 0 0 0;
	background: #000 url(../images/global-images.png) no-repeat -192px -90px;
}
#page-content-left h3.categories {
	margin: 10px 0 1px 0;
	background: #000 url(../images/global-images.png) no-repeat -192px -90px;
}
#page-content-left h3.login {
	margin: 10px 0 0 0;
	background: #000 url(../images/global-images.png) no-repeat -192px -90px;
}
h4 {
}
h4 a {
	color: #343434;
}
h5 {
}
h6 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: lighter;
}
li {
	list-style-position: inside;
}
#page-content-middle p, #page-content-big-left p, #page-content-big-right p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	line-height: 17px;
	margin: 8px 0;
}
#page-content-middle .entry p {
	text-align: left;
	padding-right: 5px;
}
#page-content-left p {
	font-size: 11px;
	padding: 0 4px 8px 4px;
}
#page-content-left #latest_reviews {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	background: #fff url(../images/global-images.png) no-repeat left bottom;
	padding-bottom: 10px;
}
#page-content-left .latest_review {
	padding: 20px 10px 0 10px;
	background: transparent url(../images/global-images.png) no-repeat -192px -114px;
}
#page-content-left .latest_review:first-child {
	background-image: none;
	padding-top: 10px;
}
#page-content-left #calwrapper {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	height: 195px;
	background: #fff url(../images/global-images.png) no-repeat left bottom;
}
#caloverlay {
	position: absolute;
	bottom: 0;
	height: 195px;
	background: #fff url(../images/global-images.png) no-repeat scroll 0 -90px;
	display: none;
	width: 100%;
}
#caloverlay-content {
	height: 177px;
	margin: 0 1px 0 0;
	overflow: auto;
}
#caloverlay-close {
	text-align: center;
	font-size: 80%;
	height: 16px;
	background: #fff url(../images/global-images.png) no-repeat -384px -92px;
	padding-top: 2px;
}
#caloverlay-close:hover {
	cursor: pointer;
}
#caloverlay-close:hover a {
	color: #990000;
}
.day_preview_data {
	font-size: 80%;
	padding: 0 4px 8px 4px;
}
.day_preview_data td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 2px;
}
.day_preview_data th {
	text-align: left;
	padding: 2px;
}
.day_preview_data tr {
	padding: 0px;
	margin: 0px;
}
.day_preview_data .right {
	text-align: right;
}
.day_preview_data tr.odd {
	background: #D6E2F2 none;
}
#page-content-left div.accordion {
	float: left;
	width: 100%;
}
#page-content-left div.accordion span.accordion-subcat-arrow {
	display: inline-block;
	background: transparent url(../images/global-images.png) no-repeat -468px -110px;
	width: 4px;
	height: 8px;
	margin-left: 4px;
}
#page-content-left div.accordion_content {
	background: #fff none;
	float: left;
	width: 100%;
}
#page-content-left div.accordion_content ul {
	list-style-type: none;
	font-size: 13px;
	float: left;
	width: 100%;
}
#page-content-left div.accordion_content ul li {
	background: #ddd none;
	border-bottom: 1px white solid;
	width: 100%;
	display: inline;
	float: left;
	clear: both;
}
#page-content-left div.accordion_content ul li a {
	color: #000;
	display: block;
	height: 100%;
	padding: .2em;
}
#page-content-left div.accordion_content ul li a.view_all {
	font-size: 88%;
}
#page-content-left div.accordion_content ul li a.current_category {
	background-color: #bbb;
}
#page-content-left div.accordion_content ul li a.has_submenu {
	background-image: url(/resources/images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#page-content-left div.accordion_content ul li a:hover {
	background: #999 none;
}
#page-content-left div.accordion_content ul li ul.popup_menu {
	position: absolute;
	padding-bottom: 1px;		
	margin-top: -18px;
	margin-left: 152px;
	list-style: none;
	display: none;	
	z-index: 200;
	color: #fff;
	background: #999 none;
	width: auto;
}
#page-content-left div.accordion_content ul li ul.popup_menu li {
	color: #fff;
	background: #333 none;
	margin: 1px 1px 0 1px;
	width: 125px;
	font-size: .9em;
	border: 0 none;
}
#page-content-left div.accordion_content ul li ul.popup_menu li a {
	color: #fff;
	display: block;
	height: 100%;
	padding: .2em;
}
#page-content-left div.accordion_content ul li ul.popup_menu li a.current_category {
	background-color: #505050;
}
#page-content-left div.accordion_content ul li ul.popup_menu li a:hover {
	background: #111 none;
}
.pullquote {
	font-size: 12px;
}
.event-times {
	font-size: 12px;
	margin: 2px 0 5px 0;
}
.event-times #previous-dates {
	float: left;
	margin-right: 40px;
	padding: 5px 0;
}
.event-times #upcoming-dates {
	float: left;
	padding: 5px 0;
}
.event-summary {
	font-size: 14px;
}
div.seperate {
	clear: both;
	height: 1px;
	background: transparent none;
}

/* ---------- ---------- LAYOUT STYLES ---------- ---------- */

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
#wrapper { 
	position: relative;
	margin: 0 auto;
	width: 876px;
}
#top {
	width: 846px;
	clear: both;
	color: #fff;
	background: transparent none;
	margin: 10px 15px 5px 15px;
	position: relative;
}
#top-search {
	background: transparent none;
	position: absolute;
	float: right;
	top: -5px;
	right: 0px;
}
#page {
	width: 876px;
	padding: 0;
	margin: 0;
}
#page-rounded-top {
	width: 876px;
	height: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}
#page-rounded-bottom { 
	width: 876px;
	height: 16px;
	color: #333;
	margin: 0;
	padding: 0;
	clear: both;
}
#page-header {
	z-index: 100;
	margin: 0 5px;
	height: 85px;
	color: #333;
	width: 866px;
	background: transparent none;
	position: relative;
}
#page-header-logo {
	left: 7px;
	position: absolute;
	z-index: 100;
	top: -7px;
}
#page-header-tagline {
	position: absolute;
	bottom: -2px;
	left: 109px;
	z-index: 101;
	font-weight: bold;
	letter-spacing: .03em;
}
#page-header-banner {
	float: right;
	position: relative;
	z-index: 98;
	width: 468px;
	height: 60px;
	top: 10px;
	right: 18px;
}
#page-header-banner img {
	border: none;
}
#page-nav {
	text-align: center;
	z-index: 96;
	position: relative;
	width: 844px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	padding: 0 17px 0 16px;
	margin: 0;
	background: transparent none;
}
#superfish {
	background: transparent url(../images/superfishbg.png) no-repeat;
	z-index: 97;
	padding-left: 7px;
	height: 25px;
	width: 844px;
	text-align: left;
	padding-top: 3px;
}
#page-graphic {
	z-index: 95;
	position: relative;
	height: 195px;
	color: #333;
/*	margin: 0 16px;*/
	margin: 0;
	padding: 0;
	left: 16px;
	width: 840px;
	border-color: #000;
	border-style: solid;
	border-width: 0 2px 2px;
}
#page-graphic-knockout {
	width: 100%;
	height: 100%;
	background: #000 none;
	display: none;
	position: absolute;
}
#page-graphic-links {
	position: absolute;
	background: transparent none;
	padding: 0;
	margin: 0;
	z-index: 50;
	bottom: 0;
	left: 0;
}
ul#sliding-navigation
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
ul#sliding-navigation li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 173px;
	padding: 4px 7px;
	margin: 0 0 2px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background:#333 url(heading_bg.jpg) repeat-y;
	font-weight: normal;
}

ul#sliding-navigation li.sliding-element a
{
	color: #fff;
	background:#222 url(tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
	filter:alpha(opacity=70);
	opacity: 0.70;
}

ul#sliding-navigation li.sliding-element a:hover { color: #ffa049; }

#page-graphic img {
	position: absolute;
	left: 0;
	top: 0;
}
#page-content {
	float: left;
	position: relative;
	width: 844px;
	padding: 12px 16px 0 16px;
	z-index: 0;
}
#page-content-message {
	color: #2E7DB2;
	background: #EEE url(../images/global-images.png) -1135px -91px no-repeat;
	border: 1px solid #CCC;
	clear: both;
	display: none;
	margin: 0 0 20px;
	padding: 0.5em 1em .5em 2.2em;
	position: relative;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#page-content-left { 
	float: left;
	position: relative;
	color: #333;
	margin: 0 24px 0 0;
	width: 192px;
	z-index: 10;
}
#page-content-middle { 
	float: left;
	position: relative;
	color: #333;
	margin: 0 24px 0 0;
	width: 479px;
}
#page-content-right { 
	float: left;
	position: relative;
	color: #333;
	width: 125px;
}
#page-content-big {
	float: left;
	position: relative;
	color: #333;
	width: 100%;
}
#page-content-big-left {
	margin: 0px;
	width: 426px;
	float: left;
	display: inline;
	position: relative;
	margin: 0 24px 0 12px;
}
#breadcrumb {
	font-size: 10px;
	color: #999;
	margin-bottom: 3px;
}
.listing-details {
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	float: left;
	position: relative;
}
.listing-summary td, .listing-details td {
	font-size: 90%;
	vertical-align: top;
	text-align: left;
}
.listing-details th {
	text-align: left;
}
.listing-details tr td:first-child {
	text-align: right;
	color: #fff;
	background: #b1b1b1 none;
	padding: 4px 3px 4px 6px;
}
.listing-details tr td {
	margin: 1px;
	background: #e3e3e3 none;
	padding: 4px 6px 4px 3px;
}
#listing-slideshow {
	z-index: -1;
}
#members-slideshow {
	background: #fff none;
}
.listing-description p:first-child:first-line {
	font-weight: bold;
}
#page-content-big-right {
	float: left;
	display: inline;
	color: #333;
	margin: 0 12px 0 0;
	width: 370px;
	position: relative;
}
#footer { 
	width: 870px;
	clear: both;
	color: #333;
	background: transparent none;
	margin: 10px 0 50px;
	text-align: center;
}
.clear { clear: both; background: none; }

/* ----- ----- ----- ----- AUTHOR INFO STYLES ----- ----- ----- ----- */
#author_info {
	width: 459px;
	float: left;
	clear: both;
	margin: 20px 0;
	padding: 10px;
	background: #E6EBFA none;
}

#author_pic {
	float: left;
	width: 94px;
}

#author_pic img {
	padding: 1px;
	border: 1px solid #B3B3B3;
	margin-top: 3px;
}

#author_bio {
	font-size: 12px;
	padding-left: 110px;
}

/* ----- ----- ----- ----- ARTICLE STYLES ----- ----- ----- ----- */
#bookmark_links {
	float: right;
	margin-left: 20px;
	display: inline;
}
#bookmark_links img {
	border: none;
}
#page-content-middle .article_summary {
	padding: 10px;
	clear: both;
}
/*#page-content-middle .article_summary:hover {*/
#page-content-middle .over {
	background: #E6EBFA none;
	cursor: pointer;
}
#page-content-middle .article_summary:hover h3 a {
	color: #990000;
}
#page-content-middle .article_summary p{
	font-size:12px;
}
#page-content-middle p.article_info {
	color:#444444;
	font-size:12px;
	letter-spacing:0.5px;
	line-height: 14px;
}
#page-content-middle .article_summary p, #page-content-middle .article_summary h3 {
	padding-left: 150px;
}
#page-content-middle .article_summary .article_thumb {
	float: left;
	width: 134px;
}
#page-content-middle .article_summary .article_thumb img {
	border:1px solid #B3B3B3;
	margin-top:3px;
	padding:1px;
}
#page-content-middle .article_thumb p {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	letter-spacing:0.3px;
	line-height:11px;
	margin:8px 0;
	padding:0;
	width: 130px;
	text-align: left;
	text-align: center;
}

#page-content-middle #article_images {
	float: left;
	padding: 10px 20px 10px 0;
}

#page-content-middle #article_images img {
	border: 1px solid #B3B3B3;
	margin-top: 3px;
	padding: 1px;
}
#page-content-middle #article_images img:hover {
	border: 2px solid #000;
	padding: 0;
}

#article_comments {
	border-top: 1px dotted #CCCCCC;
	margin-top:15px;
	padding-top:10px;
}

/* ----- ----- ----- ----- IN FOCUS STYLES ----- ----- ----- ----- */
.gallery_preview {
	display: inline;
	float: left;
	margin-bottom: 20px;
	padding: 4px;
	width: 469px;
	border-color:#CCCCCC #343434 #343434 #CCCCCC;
	border-style:solid;
	border-width:1px;
}

.gallery_preview_thumbs {
	float: left;
	width: 474px;
}

.gallery_preview_thumb_wrapper {
	float: left;
	margin-right: 5px;
	display: inline;
	width: 74px;
	height: 50px;
	overflow: hidden;
}

.gallery {
	float: left;
	width: 484px;
}

.gallery_thumb_wrapper {
	display: inline;
	float: left;
	margin: 0 5px 5px 0;
	width: 116px;
	height: 78px;
	overflow: hidden;
}

.gallery_thumb_wrapper:hover {
	width: 114px;
	height: 76px;
	border: 1px solid #545454;
}

.gallery_thumb_wrapper a {
	display: block;
}

.gallery_thumb_wrapper img {
	border: none;
	display: block;
}

/* ----- ----- ----- ----- COMMENT & REVIEW STYLES ----- ----- ----- ----- */
#page-content .comment-form {
	padding: 5px 15px;
	background: #e6ebfa none;
	border: 1px solid #ccc;
	text-align: right;
}
#page-content .comment-form select {
	margin: 5px 0;
}
#page-content .comment-form input {
	margin: 0 0 5px 0;
}
#page-content .comment-form textarea {
	margin: 5px 0;
	width: 100%;
	height: 100px;
} 
#page-content .comment-wrapper {
	width: 100%;
	margin: 15px 0;
	clear: both;
}
#page-content .comment-wrapper td {
	vertical-align: top;
}
#page-content .comment-wrapper .avatar {
	width: 53px;
	height: 48px;
	background: transparent url(../images/global-images.png) no-repeat -1109px -120px;
}
#page-content .comment-wrapper .comment-data {
	width: 100%;
}
#page-content .comment-wrapper .author {
	font-size: 90%;
	text-align: left;
	color: #343434;
}
#page-content .comment-wrapper .date {
	font-size: 90%;
	text-align: right;
	color: #343434;
}
#page-content .comment-wrapper .comment {
	margin: 0;
	padding: 0;
	border-top: 1px solid #343434;
	color: #222;
}
#page-content .comment-wrapper .comment p {
	margin: 0;
	padding: 4px 0;
	text-align: left;
	color: #222;
}
#page-content .review-form {
	text-align: right;
}
#page-content div.review-score {
	float: left;
	cursor: pointer;
	background: transparent url(../../themes/rating_themes/default/images/star-0.gif);
	width: 16px;
	height: 16px;
	margin-top: 5px;
}

/* ----- ----- ----- ----- LOGIN BOX STYLES ----- ----- ----- ----- */
.login-panel {
	width: 120px;
	background: #e6ebfa url(../images/stripes.gif);
	border: 1px solid #929292;
	float: right;
	margin: 5px 5px 5px 10px;
	padding: 11px 20px 13px 16px;
	position: relative;
	display: inline;
}
.login-panel .textbox {
	width: 100%;
	margin: 4px 0;
}
.login-panel p.register-text {
	font-size: 11px !important;
	position: absolute;
	bottom: 7px;
	right: 15px;
	line-height: 9px !important;
	float: right;
}
.right-col-login-panel {
	float: right;
	width: 105px;
	margin: 0 0 15px 0;
	padding: 10px 9px;
	background: #e6ebfa url(../images/stripes.gif);
	border: 1px solid #929292;
}
.right-col-login-panel .textbox {
	width: 99px;
	margin: 4px 0;
}
.right-col-login-panel p {
	margin: 5px 0 0 0;
	font-size: 11px !important;
}
.right-col-login-panel div, .login-panel div {
	position: relative;
	float: left;
}
label.over-apply {
	color: #ccc;
	position: absolute;
	top: 5px;
	left: 5px;
}
/* ----- ----- ----- ----- IMG STYLES ----- ----- ----- ----- */

div#listing-rating {
	background: transparent url(../images/global-images.png) no-repeat -384px -110px;
	float: right;
	height: 16px;
	padding: 1px 2px;
	position: relative;
	right: -1px;
	top: 1px;
	width: 80px;
	margin-right: 4px;
	display: inline;
}
a.add_to_favorites {
	display: block;
	position: relative;
	text-decoration: none;
	float: right;
	width: 18px;
	height: 18px;
	background: transparent url(../images/global-images.png) no-repeat -642px -90px;
}
a.add_to_favorites:hover {
	background: transparent url(../images/global-images.png) no-repeat -624px -90px;
}
a.add_to_favorites:active {
	background: transparent url(../images/global-images.png) no-repeat -660px -90px;
}
a.add_listing_to_favorites {
	float: right;
	top: 1px;
	right: -2px;
}
#page-content-middle img.floatright, #page-content-big img.floatright, .listingPic1 {
	float: right;
	margin: 5px 0 2px 10px;
	border: 1px solid #000;
}
#page-content-middle img.floatleft, #page-content-big img.floatleft, .listingPic2 {
	float: left;
	margin: 5px 10px 2px 0;
	border: 1px solid #000;
}
#page-content-right img, #page-content-right div.adsense-button { 
	margin: 0 0 10px 0;
	border: none;
	width: 125px;
	height: 125px;
	clear: both;
}
/* ----- ----- ----- ----- FORM STYLES ----- ----- ----- ----- */

#form { 
	color: #222;
}
#form tr, #form td { 
	padding: 2px; 
}
#form th { 
	text-align: left; 
	vertical-align: top;
	font-weight: bold; 
	padding: 2px; 
}

/* ----- ----- ----- ----- CALENDAR STYLES ----- ----- ----- ----- */

#calendar {
	margin: 0 0 10px 0;
	background: transparent none;
}
#calendar.eventsCalendar {
	margin: 0;
	padding: 0;
} 
#calendarevents {
	padding: 5px;
	background-color: transparent;
}

.calendarBG {
	background: #fff none;
}

.calendarBlank {
	background: #DDDDDD none;
}

.calendarHeader {
	padding: 0;
	font-family: Verdana, HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
	background: #fff none;
	font-size: .9em;
}

.calendarMonthLinks {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	color: #5779dd;
	background-color: transparent;
}

.calendarMonthLinks a {
	color: #C11A00;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

.calendarMonthLinks a:visited {
	color: #5779dd;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:hover {
	color: #900;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

.calendarDayHeading {
	padding: 5px;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	color: #fff;
	background: #555 none;
	text-align: center;
	vertical-align: middle;
}

.calendarToday {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #343434;
	background: #fff none;
	font-weight: bold;
}

.calendarCell {
	padding: 4px;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #aaa;
	background: #EEEEEE none;
	font-weight: bold;
}

.calendarCell a {
	text-decoration: none;
	background-color: transparent;
}

.calendarCell a:visited {
	color: #5779dd;
	text-decoration: none;
	background-color: transparent;
}

.calendarCell a:hover {
	color: #900;
	text-decoration: none;
	background-color: transparent;
}

a.day_preview_close {
	color: #C5DBEC;
	letter-spacing:1px;
	text-transform:uppercase;
}

/* ----- ----- ----- ----- PAGINATION STYLES ----- ----- ----- ----- */
.pageLinks a:hover {
	border: 1px solid #000000;
	background-color: #5779dd;
	color: #fff;
}

.pageLinks div {
	text-align: center;
	margin: 10px 0;
}

.pageLinks a {
	font-size: 80%;
	color: #15B;
	height: 14px;
	margin: 3px;
	padding: 0.3em 0.7em;
	border: 1px solid #AAE;
	text-decoration: none;
}

.pageLinks div strong {
	font-size: 80%;
	color: #000;
	height: 14px;
	margin: 2px;
	padding: 0.3em 0.7em;
	border: 1px solid #000;
	background: #ccc none;
}

.pageLinks span.more {
	border: none;
	background-color: transparent;
}

.pageLinks span.off {
	color: #cccccc;
	background-color: transparent;
}

#pagination-placeholder p#num-results {
	float: left;
	clear: both;
	text-align: left;
	width: 100%;
}

.pagination {
	text-align: center;
	font-size: 80%;
	clear: both;
	margin: 4px 0;
	height: 20px;
	float: left;
	position: relative;
}

.pagination a {
	text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
	display: block;
	float: left;
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 5px;
	min-width: 1.2em;
}

.pagination .current {
	background: #CCC;
	color: #000;
	border: solid 1px #000;
}

.pagination span.prev, .pagination span.next{
	color: #999;
	border-color: #999;
	background: #fff none;
}

.pagination a:hover {
	border: 1px solid #000000;
	background-color: #5779dd;
	color: #fff;
}


/* ----- ----- ----- ----- LISTING STYLES ----- ----- ----- ----- */
table#legend {
	margin: 3px;
	width: 185px;
}
table#legend tr td img {
	margin: 3px 3px 0 3px;
}
table#legend tr:hover {
	background: #e1e1e1 none;
	cursor: pointer;
}
table#legend tr.selected:hover {
	background: #b1b1b1 none;
	cursor: pointer;
}
table#legend tr.selected {
	padding: 0px 4px;
	background: #ccc none;
}
.entry {
	padding: 10px 0;
	border: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	width: 100%;
	display: inline;
	float: left;
	clear: both;
/*	position: relative; no no no no no no no no IE will fail */
}
.featured {
	background-color: #e6ebfa;
	border-top: 1px solid #b8b8b8;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
	border-left: 1px solid #b8b8b8;
	margin-bottom: 5px;
	margin-top: 5px;
}
.listing-wrapper {
	width: 100%;
}
.listing-wrapper td {
	text-align: left;
	vertical-align: top;
}
.listing-wrapper td.thumbnail {
	width: 100px;
	padding: 0 5px;
}
.listing-wrapper div.info-box {
	width: 84px;
	float: right;
	margin: 0 5px;
	text-align: right;
}
.listing-wrapper div.info-box img {
	border: none;
	float: right;
	margin: 2px 0 0 2px;
}
.listing-wrapper div.info-box div.entry-rating {
	background: transparent url(../images/global-images.png) no-repeat -384px -110px;
	height: 16px;
	width: 80px;
	padding: 1px 2px;
	text-align: center;
	margin: 0 0 4px;
	float: right;
}
.listing-wrapper div.info-box div.entry-rating img {
	border: none;
	float: none;
	margin: 0;
}
.listing-wrapper .contact-info {
	position: relative;
}
.listing-wrapper .contact-info .contact-info-popup {
	position: absolute;
	display: none;
	border: 2px solid #343434;
	padding: 0px 10px 0px 10px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	background: #FFF url(../images/global-images.png) no-repeat -678px -90px;
	z-index: 10000;
}
.listing-wrapper .contact-info .contact-info-popup td:first-child {
	color: #545454;
	text-align: right;
	vertical-align: top;
}
#event-submission-form-wrapper {
	float: left;
	border: 1px solid #ccc;
	background: #E6EBFA none;
	padding: 5px;
	margin-top: 10px;
}
/* ----- ----- ----- ----- EVENT STYLES ----- ----- ----- ----- */

.event-entry {
	position: relative;
	background: transparent none;
	margin: 10px 0;
	float: left;
	width: 100%;
	clear: both;
}

#page-content-middle .event-info:hover {
	background: #E6EBFA none;
	cursor: pointer;
}


#page-content-middle .event-info:hover h4 a {
	color: #990000;
}

.event-entry .event-date {
	color: #fff;
	font-size:1.1em;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	padding: 5px 10px 3px;
	background: transparent url(../images/navbg-hover2.gif);
	border: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.event-entry .event-info {
	padding: 6px 10px 4px 10px;
	background: #F8F8F8 none;
	margin-top: 25px;
	border: 1px solid #a9a9a9;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.event-entry .entry-rating {
	background: transparent url(../images/global-images.png) no-repeat -384px -110px;
	height: 16px;
	width: 80px;
	padding: 1px 2px;
	text-align: left;
	margin: -1px 0 4px;
	float: right;
}
/* ----- ----- ----- ----- MAP STYLES ----- ----- ----- ----- */
#map_container {
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}
/* ----- ----- ----- ----- FAVORITES STYLES ----- ----- ----- ----- */
ul#favorite-listings {
	list-style: outside url(../images/heart.gif) disc;
	padding-left: 22px;
}
ul#favorite-listings li {
	list-style: outside url(../images/heart.gif) disc;
	margin: 10px 0;
	line-height: 14px;
}
ul#favorite-events {
	list-style: outside url(../images/heart.gif) disc;
	padding-left: 22px;
}
ul#favorite-events li {
	list-style: outside url(../images/heart.gif) disc;
	margin: 10px 0;
	line-height: 14px;
}
a.favorites-title {
	font-weight: bold;
	color: #343434;
}
a.favorites-title:hover {
	color: #990000;
}
#page-content p.favorites-date {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #868686;
}

/* ----- ----- ----- ----- LATEST REVIEWS STYLES ----- ----- ----- ----- */

.reviewtext {
	margin:0 auto;
	position:relative;
	text-align:center;
	width:160px;
}

.upperleftquote {
	background:transparent url(../images/global-images.png) no-repeat -497px -110px;
	top: 0;
	left: 2px;
	position: absolute;
	height:25px;
	width: 25px;
}
#page-content-left div.review_quote p {
	z-index: 10;
	position: relative;
	padding:7px 7px 10px;
}

.lowerrightquote {
	background:transparent url(../images/global-images.png) no-repeat -472px -110px;
	right: 2px;
	bottom: -5px;
	position: absolute;
	height:25px;
	width: 25px;
}
#page-content-left div.reviewname p {
	font-size: 9px;
	color: #444;
	padding: 0;
	letter-spacing: .5px;
}

/* ----- ----- ----- ----- LEFT BUTTON STYLES ----- ----- ----- ----- */

.leftbutton {
	float: left;
	display: inline;
	width: 192px;
}

.leftbutton a {
	width: 192px;
	height: 50px;
	margin-top: 5px;
	display: block;
}

a.submit-an-event {
	background: transparent url(../images/home-page-buttons.png) -384px 0 no-repeat;
}
a.submit-an-event:hover {
	background-position: -384px -50px;
}
a.submit-an-event:active {
	background-position: -384px -100px;
}

a.writers-wanted {
	background: transparent url(../images/home-page-buttons.png) 0 0 no-repeat;
}
a.writers-wanted:hover {
	background-position: 0 -50px;
}
a.writers-wanted:active {
	background-position: 0 -100px;
}

a.need-a-map {
	background: transparent url(../images/home-page-buttons.png) -192px 0 no-repeat;
}
a.need-a-map:hover {
	background-position: -192px -50px;
}
a.need-a-map:active {
	background-position: -192px -100px;
}

a.enhance-your-listing {
	background: transparent url(../images/home-page-buttons.png) -576px 0 no-repeat;
}
a.enhance-your-listing:hover {
	background-position: -576px -50px;
}
a.enhance-your-listing:active {
	background-position: -576px -100px;
}

/* ----- ----- ----- ----- WECLCOME BUTTON STYLES ----- ----- ----- ----- */

#members-area-tabs a img {
	border: 0;
}
.memberbutton {
	background: transparent url(../images/welcomebuttons-bg.gif) no-repeat;
	height: 65px;
	width: 400px;
	display: block;
	margin: 0 auto;
}
#forumbutton {
	background-position: 0 0;
}

#forumbutton:hover {
	background-position: 0 -65px;
}

#forumbutton:active {
	background-position: 0 -130px;
}

#eventbutton {
	background-position: -400px 0;
}
#eventbutton:hover {
	background-position: -400px -65px;
}

#eventbutton:active {
	background-position: -400px -130px;
}

#avatarbutton {
	background-position: -800px 0;
}
#avatarbutton:hover {
	background-position: -800px -65px;
}

#avatarbutton:active {
	background-position: -800px -130px;
}

#contactbutton {
	background-position: -1200px 0;
}
#contactbutton:hover {
	background-position: -1200px -65px;
}

#contactbutton:active {
	background-position: -1200px -130px;
}
.ratebutton {
	background: transparent url(../images/welcomebuttons-bg.gif) no-repeat -1600px 0;
	height: 65px;
	width: 400px;
	position: relative;
	margin: 0 auto;
}
.ratebutton:hover {
	background-position: -1600px -65px;
}
#welcomesearch {
	position: absolute;
	right: 10px;
	bottom: 10px;
}



/* ----- ----- ----- ----- WEATHER BUTTON STYLES ----- ----- ----- ----- */

#weather-KSVN {
	float: left;
	width: 192px;
	height: 50px;
	margin-top: 10px;
	position: relative;
	display: inline;
}
.weather img {
	position: absolute;
	right: 3px;
	top: 0;
}
.weather_info {
	font-family: georgia;
	font-size: 26px;
	padding-top: 9px;
	padding-left: 85px;
	text-transform: lowercase;
}


/* ----- ----- ----- ----- LISTING EDIT FORM STYLES ----- ----- ----- ----- */

#slideshow_pics {
	height: 43px;
	background: #e3e3e3 none;
	border: 1px solid #545454;
	margin: 5px 0;
	padding: 5px 2px;
}

#slideshow_pics a {
	display: block;
	float: left;
	width: 43px;
	height: 43px;
	overflow: hidden;
	padding: 0 1px;
}

#slideshow_pics img {
	border: none;
	display: block;
}

/* ----- ----- ----- ----- TAB STYLES ----- ----- ----- ----- */

.ui-tabs-nav {
	margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav li {
	margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav li a {
	margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: .9em;
	font-weight: normal;
	text-decoration: none;
	padding: .3em .6em;
	color: #fff;
	background: #e6e6e6 url(../images/navbg-hover2.gif) repeat-x;
	/* background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x; */
}
.ui-tabs-nav li a:hover {
	background: #30B6EB none;
	/* background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; */
	color: #fff;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #D3D3D3;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #990000 none;
	color: #fff;
}
.ui-tabs-panel {
	margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	clear: left;
	border: 1px solid #d3d3d3;
	background: #ffffff none;
	color: #222222;
	padding: 5px;
}
#page-content-middle .ui-tabs-panel {
	width: 469px;
}
#page-content-big-left .ui-tabs-panel {
	width: 416px;
}
.ui-tabs-hide {
	display: none;
}

/* ----- ----- ----- ----- NAV STYLES ----- ----- ----- ----- */

#upper-nav {
	position: relative;
	z-index: -10;
	text-align: right;
	background: transparent url(../images/global-images.png) no-repeat -314px -1248px;
	padding-top: 3px;
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
#upper-nav a {
	padding: 3px 0 0 18px;
	text-decoration: none;
}
#upper-nav a.members-tab {
	color: #f0a8a8;
	background: #951b1e url(../images/global-images.png) no-repeat -1142px -1215px;
	margin-right: 17px;
	padding-left: 15px;
}
#upper-nav a.forums-tab {
	color: #99ccff;
	background: #00a3de url(../images/global-images.png) no-repeat -1140px -1116px;
}
#upper-nav a.links-tab {
	color: #d6f96b;
	background: #97bf4a url(../images/global-images.png) no-repeat -1141px -1149px;
}
#upper-nav a.inmotion-tab {
	color: #ffcc67;
	background: #e88326 url(../images/global-images.png) no-repeat -1141px -1182px;
}
#upper-nav a.infocus-tab {
	color: #55b1c8;
	background: #197086 url(../images/global-images.png) no-repeat -1139px -1083px;
}
#upper-nav a:hover {
	color: #fff;
}

#lower-nav {
	background: transparent url(../images/global-images.png) repeat-x 0 -58px;
	width: 100%;
	height: 32px;
}

.sf-menu img {
	border: 0;
}
.sf-menu li {
	font-family: arial, "Trebuchet MS", sans-serif;
	text-align: center;
	font-size: 12px;
	background: transparent none;
	letter-spacing: 1px;
}
.sf-menu li a {
	width: 105px;
	height: 28px;
	font-size: 13px;
	padding-top: 4px;
}
.sf-menu li li a {
	height: auto;
	font-size: 12px;
	padding: 0.3em 1.5em 0.3em 0.4em;
	width: auto;
}

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	padding-left: 2px;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li li {
	background:	#000;
	padding: 0;
	font-family: Verdana,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
}
.sf-menu li li li {
	background:		#000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: transparent url(../images/global-images.png) repeat-x 0 0;
	outline:		0;
	color: #fff;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #0091d7 none;
	color: #fff;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.sf-menu li li .sf-sub-indicator {
	display: block;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.4em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



.links-category {
	position: relative;
	background: transparent none;
	margin: 10px 0;
	float: left;
	width: 100%;
	clear: both;
}

.links-category .links-category-name {
	color: #fff;
	font-size:1.1em;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	padding: 5px 10px 3px;
	background: transparent url(../images/navbg-hover2.gif);
	border: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.links-category .links-category-data {
	padding: 6px 4px 4px 9px;
	background: #F8F8F8 none;
	margin-top: 25px;
	border: 1px solid #a9a9a9;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.links-category .links-category-data ul {
	color: #ccc;
}

.links-category .links-category-data ul li {

}