﻿/*
Theme Name: Marquee
*/
#map {
	border: 1px solid #999;
	color: #000;
}
#map a {
	color: #6BA5DE !important;
	background: none;
	text-decoration: none;
}
#map a:hover {
	background: none;
	border-bottom: 1px dotted #CCCCCC;
}
#powered_by_marquee {
	font-size: 0.75em;
	text-align: right;
	color: #999;
}
#powered_by_marquee a {
	color: #999;
}
#powered_by_marquee a:hover {
	color: #000;
}
#searchForm {
}
#searchForm input#addressInput {
	padding: 7px;
	width: 570px;
}
#searchForm input#addressSubmit {
	width: auto;
}
#searchForm select {
	padding: 6px;
	width: auto;
}
#searchForm p {
	margin: 10px auto;
	white-space: nowrap;
}
.markertext {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000;
}
.markertext .bubble_category {
	font-size: 0.6em;
	font-style: italic;
}
.markertext a {
	color: #00c;
	text-decoration: underline;
}
.markertext h3 {
	margin-top: 0 !important;
	text-align: left !important;
	line-height: 1.2em !important;
}
.clearboth {
	clear: both;
}
div#results {
	padding-bottom: 20px;
}
div#results #loading {
    text-align: center;
    padding: 40px;
}
div#results #loading img {
    margin: 20px;
}
div.result {
	margin: 0;
	padding: 10px 5px;
	font-size: 0.9em;
	line-height: 1.2em;
	border-bottom: 1px solid #ccc;
	overflow: auto;
}
div.result small {
	font-size: 0.7em;
	color: #999;
}
div.result h3, h4 {
	margin: 0 0 3px 0;
}
div.result:hover {
	background: #ebf0f1;
}
div.result address {
	font-style: normal;
}
div.result h3 {
	margin: 0 0 5px;
	font-size: 1.5em;
	text-transform: none;
}
div.result h3 a, div.result h4 a {
	color: #215C97 !important;
}
div.result img {
	border: none;
}
div.result div.result_col1 {
	float: left;
	width: 30%;
}
div.result div.result_col2 {
	width: 32%;
	margin-left: 31%;
}
div.result div.result_col3 {
	float: right;
	width: 35%;
	margin-left: 6px;
}
div.result div.result_name {
}
div.result div.result_address {
}
div.result div.result_phone {
}
div.result div.result_links {
}
div.result div.result_links div {
	margin-bottom: 3px;
}
div.result ul.result_links_list {
	margin: 0 0 6px 0;
}
div.result ul.result_links_list li {
	list-style: none;
	display: inline;
	margin: 0 11px 0 0;
}
div.result a {
	color: #6BA5DE !important;
}
span.has_time {
	color: #6BA5DE !important;
	cursor: pointer;
}
span.has_time:hover {
	border-bottom: 1px dotted #CCCCCC;
}
span.coming_soon_time {
	display: none;
}

div.result ul a {
	color: #215C97 !important;
}
/* film/series list (used in series and seriesgroup templates) */
div.result div.result_row_primary_image_col {
	float: left;
}
div.result div.result_row_body_col {
	padding: 0 0 0 10px;
	line-height: 1.4em;
}
div.result ol, div.result ul {
	margin: 0 0 0 0 !important;
}
div.result li {
	list-style: none;
}
div.result div.result_row_tabs {
}
div.result div.result_row_tab {
	color: #666;
	margin: 0.3em 0 0 0;
}
div.result div.result_row_title {
	margin: 0 0 0.3em 0;
}
div.result div.result_row_title h3 {
	margin: 0 !important;
}
div.result span.result_row_composer {
	font-style: italic;
}
div.result div.result_row_subtitle {
	color: #444;
}
div.result div.result_row_group {
	margin-top: 0.6em;
}
div.result div.result_row_group.result_row_group_top {
	margin-top: 0;
}
/* jQuery UI */
.ui-tabs .ui-tabs-hide {
	/* Required for jQuery tabs */
	display: none;
}
.ui-tabs {
	padding: 0 !important;
	zoom: 1;
}
.ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	padding: 0 !important;
}
.ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	padding: 0 .6em 3px 0 !important;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	text-decoration: none;
	padding: 0 !important;
	color: #0066CC;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: #114477;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 1px;
	border-bottom-width: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	font-weight: bold;
	color: #666 !important;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	padding: 0 !important;
	display: block;
	border-width: 0;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.ui-widget-header, .ui-state-default, .ui-widget-content, .ui-tabs, .ui-tabs-nav, li.ui-tabs-selected {
	background: transparent !important;
	border: 0px transparent !important;
	color: #666 !important;
}
.ui-helper-clearfix {
	display: inline-block !important;
}
.ui-widget {
	font: inherit !important;
}
ul.nowplaying_nav {
	padding: 0 !important;
	margin: 0 !important;
	text-indent: 0 !important;
}
.entry ul li:before {
	content: "" !important;
}
