/* ===============================================
Static Page Styling ===============================*/

div#content.static ul, div#content.static ol {
	padding: 0 25px 25px;
}

div#content.static ul li, div#content.static ol li {
	padding-bottom: 5px;
}

div#content.static p {
	padding: 0 25px 20px 20px;
}

div#content p.pdf-download {
	padding: 0 0 25px 25px;
}

div#content p.pdf-download a {
	width: 155px;
	background-image: url(../images/pdf-download.png);
	height: 36px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
	padding: 0;
	text-decoration: none;
}	

p a.icon {
    bottom: -6px;
    margin: 0 8px 0 0;
    position: relative;
	left: 15px;
}

/* ===============================================
Homepage Styling =================================*/

div#content.home {
    background: #f2f2f2;
    padding: 20px;
    width: 594px;
}

div#content.home h1 {
	padding-left: 0;
	padding-top: 0;
}

div#content ul#top-images {
    margin-bottom: 15px;
    height: 200px;
    margin-left: 0;
}

ul#top-images li {
    border: 1px solid #c1c0c0;
    padding: 4px;
    float: left;
    height: 200px;
    background: #fff;
}

ul#top-images li.last {
    float: right;
    width: 182px;
}

ul#top-images li a {
    display: block;
    height: 200px;
    width: 370px;
    position: relative;
}

ul#top-images li a strong {
    background: url(../images/purple-semi-trans.png) repeat-x;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    font-size: 0.95em;
    width: 330px;
}

/* ===============================================
Hall Detail Page =================================*/


div#hall-details h1 {
	background: url(../images/grey-rounded-top.png) no-repeat top;
	margin-top: 20px;
	color: #6b6a6a;
	padding: 20px 20px 0 20px;
	line-height: 0.95em;
	font-size: 1.5em;
	float: left;
	width: 239px;
}

dl#hall-contact-details {
	background: url(../images/side-gradient-alt.png) repeat-y;
	padding: 0;
	float: left;
	width: 279px;
}

dl#hall-contact-details dt {
	background: url("../images/hall-contact-stripe.png") no-repeat center top;
	padding: 10px 0 6px 20px;
	color: #623A77;
    font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 8px;
}

dl#hall-contact-details dt.phone {
	text-indent: -9999px;
	font-size: 0;
	height: 0;
}

dl#hall-contact-details dd.phone {
	background: url(../images/phone-icon.png) no-repeat 20px 5px;
	padding: 0 0 0 40px;
	color: #52266a;
	font-size: 1.25em;
	font-weight: bold;
}

dl#hall-contact-details dt.web {
	text-indent: -9999px;
	font-size: 0;
	height: 0;
}

dl#hall-contact-details dd.web {
	background: url(../images/web-icon.png) no-repeat 20px 5px;
	padding: 0 0 0 40px;
	color: #52266a;
	font-size: 1.25em;
	font-weight: bold;
}

dl#hall-contact-details dd.web a {
	text-decoration: none;
}

dl#hall-contact-details dd {
	padding-left: 20px;
	font-size: 0.8em;
    padding-bottom: 2px;
}

/* Next styles no longer used as button has been moved to dd

dl#hall-contact-details dt.view-on-map {
	padding: 15px 15px 25px 15px;
	background: url(../images/side-end-box-alt.png) no-repeat bottom;
	text-align: right;
}

dl#hall-contact-details dt.view-on-map a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
*/

div#hall-details h3.sidebar-business {
	text-transform: uppercase;
	font-weight: bold;
	color: #623a77;
	font-size: 0.9em;
	text-indent: 0;
	padding-top: 25px;
	float: left;
}

div#hall-details ul#businesses-serve {
	padding: 10px 0 0 0;
	float: left;
	width: 100%;
	text-indent: 10px;
}

div#hall-details ul#businesses-serve li h4 {
	cursor: pointer;
	border-bottom: 1px solid #380753;
	margin-bottom: 1px;
	color: #fff;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	text-transform: uppercase;
	background: url(../images/halls-serving.png) no-repeat;
	background-position: top right;
	background-color: #52266a;
}

div#hall-details ul#businesses-serve li h4.expand {
	background-position: bottom right;
}

div#hall-details ul#businesses-serve li h4:hover {
	background-color: #865c9d;
}

div#hall-details ul#businesses-serve li ul {
	padding: 0;
}

div#hall-details ul#businesses-serve li ul li {
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #c3c3c3;
	background: #f0f0f0;
	margin-bottom: 1px;
}

div#hall-details ul#businesses-serve li ul li a {
	text-transform: none;
	font-size: 1.2em;
	display: block;
	height: 22px;
}

div#hall-details ul#businesses-serve li ul li a:hover {
	background: #cacaca;
}

div#hall-details ul#businesses-serve li ul li:nth-child(even) {
	background: #dcdcdc;
}



dl#hall-contact-details dt.contact-button {
	padding: 15px 15px 5px 15px;
	text-align: right;
}

dl#hall-contact-details dt.contact-button a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}


dl#hall-contact-details dd.view-on-map {
	padding: 15px 15px 25px 15px;
	background: url(../images/side-end-box-alt.png) no-repeat bottom;
	text-align: right;
}

dl#hall-contact-details dd.view-on-map a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}






p.village-link {
	float: left;
	margin-top: 15px;
	padding: 0;
}

p.village-link a {
	background: url(../images/village-link-bg.png) no-repeat;
	background-position: top center;
	display: block;
	width: 239px;
	height: 36px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 36px;
	font-size: 1.1em;
	text-indent: 15px;
}

p.village-link a:hover {
	background-position: bottom center;
}

div#content.hall {
    background: #f2f2f2;
    padding: 20px 0 0 0;
    width: 634px;
}

div#content.hall p, div#content.hall ul {
    padding: 20px;
}

div#content.hall p {
    padding: 0px 20px 15px 20px;
}

div#content ul#facilities {
    padding: 0 20px 20px 20px;
	margin-left: 0;
}

div#content.hall h3 {
     font-weight: bold;
     font-size: 0.9em;
}

/*
ul#facilities li {
    display: inline-table;
    text-align: center;
    width: 62px;
    height: 62px;
    vertical-align:text-top;
    position: relative;
}
*/

ul#facilities li {
    float: left;
    text-align: center;
    width: 62px;
    height: 90px;
    vertical-align:text-top;
    position: relative;
}

ul#facilities li small {
    display: block;
    line-height: normal;
    text-transform: capitalize;
}

ul#facilities li span {
    position: relative;
    top: 29px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    display: block;
    height: 56px;
}

dl#capacity {
    padding: 0 20px 20px 20px;
    font-size: 1em;
}

dl#capacity dt {
    font-weight: bold;
    font-size: 0.8em;
    font-style: italic;
}

dl#capacity dd dl {
    font-size: 0.76em;
    padding: 5px 0 10px;
	width: 250px;
}

dl#capacity dd dl dd, dl#capacity dd dl dt {
    display: inline-block;
	padding-bottom: 3px;
    font-size: 1em;
    font-style: normal;
}

dl#capacity dd dl dd {
    padding-right: 10px;
}

div#content.hall dl dd dl dt.extra {
    padding-top: 10px;
}

div#content.hall dl dd dl .extra {
    width: 100%;
    color: #aaa;
}

div#content.hall table {
    margin: 0 20px 20px 20px;
    width: 574px;
}       

div#content.hall table thead tr th {
    border-bottom: 3px solid #ccc;
	padding-bottom: 5px;
}      

div#content.hall table tbody tr td {
	padding: 5px 0;
}

div#content.hall table tr td.note {
    padding-top: 5px;
    font-style: italic;
    color: #aaa;
}

div#content.hall ul#hall-images {
    height: 310px;
    padding: 0 20px 20px 20px;
	margin-left: 0;
}

ul#hall-images li.large {
    width: 341px;
    height: 300px;
    margin: 0;
}

ul#hall-images li.large span {
    height: 300px;
}

ul#hall-images li {
    float: left;
    width: 59px;
    height: 59px;
    padding: 4px;
    border: 1px solid #c0bec0;
    margin: 0 0 12px 12px;
    background: #fff;
}       

ul#hall-images li span {
    display: block;
    height: 59px;
    overflow: hidden;
}

div#content.hall ul.tick {
	padding: 0 20px 20px 20px;
}

div#content ul#detail-footer {
	background: #fff;
	padding: 25px 0 0 0;
	margin-left: 0;
	float: left;
	width: 100%;
}

ul#detail-footer li {
	float: left;
}

ul#detail-footer li.contact-hall {
	float: right;
}

ul#detail-footer li.contact-hall a {
	height: 36px;
	color: #fff;
	display: block;
	text-decoration: none;
	display: relative;
	width: 180px;
}

ul#detail-footer li.back-search a {
    background-image: url("../images/back-results.png");
    color: #FFFFFF;
    display: block;
    height: 36px;
    padding: 0 0 0 17px;
    text-decoration: none;
    width: 182px;
}

div#hall-map-wrapper {
	display: none;
}

div#hall-map-single {
	width: 600px;
	height: 400px;
}

div#hall-map-single iframe {

}

div#map-popup-container {
	width: 600px;
	height: 300px;
}



div#content.hall a p.clickToEnlarge{
	text-decoration: none; 
	padding: 5px; 
	width: 70px; 
	position: relative; 
	top: -20px; 
	left: 270px; 
	background-color: #fff;
}

/* ===============================================
Search Results ===================================*/

div#content.search-results {
	width: 525px;
}

div#hall-map-container {
	float: left;
	width: 360px;
	margin-top: 8px;
	background: url(../images/map-background.png) no-repeat;
	padding: 5px 5px 7px 5px;
}

div#hall-map {
	float: left;
	width: 360px;
	height: 411px;
}

div#hall-map div.map-tooltip h2 {
	color: #623a77;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background: none;
	text-indent: 0;
	height: auto;
	line-height: normal;
	float: none;
}

div#hall-map div.map-tooltip p {
	color: #303030;
	font-size: 11px;
	padding: 3px 0 0 0;
	margin: 0;
	float: none;
	line-height: 20px;
}

div.sidebar.search-results, div.sidebar.search-results form#hall-search {
	width: 370px;
}

div.sidebar.search-results form#hall-search fieldset {
	width: 361px;
}

div.sidebar.search-results h2 {
	background: url("../images/side-header-open-long.png") no-repeat center top transparent;
}

div.sidebar.search-results h2.open {
	background: url("../images/side-header-closed-long.png") no-repeat center top transparent;
}

div.sidebar.search-results form#hall-search {
	background: url("../images/search-form-bg-long.png") no-repeat bottom left;
}

div.sidebar.search-results form#hall-search fieldset label {
	background: url("../images/side-horz-stripe-long.png") no-repeat center top;
}

div.sidebar.search-results form#hall-search fieldset label.half-width {
	background: none;
}

div.sidebar.search-results form#hall-search fieldset input.std_button {
	margin: 15px 0 10px 220px;
}

div#content h1.search-result-title {
	font-size: 1.2em;
	padding-left: 0;
	color: #525252;
}

div.hall-result {
	margin-bottom: 5px;
	padding: 20px;
	background: #f2f2f2;
	height: 63px;
	width: 475px;
}

div.hall-result:hover {
	width: 469px;
	padding: 20px 26px 20px 14px;
	border-left: 6px solid #52266a;
	background: #dcdcdc;
}

div#content div.hall-result p.hall-thumb {
	float: left;
	padding: 3px;
	border: 1px solid #c0bec0;
	width: 55px;
	height: 55px;
	background: #fff;
	text-indent: 0;
}

div#content div.hall-result p.hall-thumb span {
	display: block;
	width: 55px;
	height: 55px;
	overflow: hidden;
}


div#content div.hall-result h2 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	border-top: none;
}

div#content div.hall-result p {
	padding: 0 0 0 80px;
}

div.search-results-business h1.category {
	color: #54286c;
	background: #d6b9ea;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 8px 0 7px 20px;
}

div.search-results-business div.business-result {
	background: #f2f2f2;
	margin: 2px 0;
}

div#content div.business-result h2 {
	border-top: none;
	padding: 15px 0 5px;
}

div.search-results-business div.business-result h2 span {
	text-transform: none;
	padding-left: 10px;
}

div#content.search-results-business div.business-result p.contact-details {
	font-weight: bold;
	color: #303030;
	padding: 0 0 5px 20px;
}

div.search-results-business div.business-result p.contact-details span {
	padding-left: 10px;
}

div#content div.wp-pagenavi {
    text-align: center;
    padding: 6px 15px 0 15px;
    margin-left: 0;
    float: right;
    height: 40px;
	display: inline;
}

div#content div.wp-pagenavi span, div#content div.wp-pagenavi a.page {
	float: left;
	padding: 0 5px;
	width: 20px;
        display: block;
        height: 24px;
        line-height: 24px;
        margin: 5px 3px 0 3px;
}

div#content div.wp-pagenavi span a, div#content div.wp-pagenavi a.page {
	background: #f2f2f2;
	display: block;
	height: 22px;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #808184;
	color: #4f4e4f;
	line-height: 22px;
}

div#content div.wp-pagenavi span.current, div#content div.wp-pagenavi a.page:hover {
	background: #9b9b9b;
	color: #fff;
}

div#content div.wp-pagenavi a.previouspostslink, div#content div.wp-pagenavi a.nextpostslink {
	display: inline-block;
	cursor: pointer;
	width: 132px;
	float: left;
        height: 36px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 36px;
        text-align: center;
}

div#content div.wp-pagenavi a.previouspostslink {
	background: url(../images/pagination-prev.png) no-repeat;
	background-position: center top;
	text-indent: 12px;
	float: left;
        margin-right: 10px;
}

div#content div.wp-pagenavi a.nextpostslink {
	background: url(../images/pagination-next.png) no-repeat;
	float: right;
        margin-left: 10px;
        text-indent: -10px;
}

div#content div.wp-pagenavi a.previouspostslink:hover, div#content div.wp-pagenavi a.nextpostslink:hover {
	background-position: center bottom;
}

div#content.static p.none-in-area {
    padding: 0;
    font-size: 1em;
    padding: 0.3em 0.3em 0.5em 0.5em;
    background: #dedede;
}

/* ===============================================
Business Single page =============================*/

div#content div.business-single {
	padding: 15px 20px;
	float: left;
}

div#content div.business-single p.business-image {
	float: left;
	background: #fff;
	padding: 4px;
	border: 1px solid #c0bec0;
	width: 67px;
	height: 67px;
	margin-right: 10px;
}

div#content div.business-single div.contact-details {
	float: left;
    height: 80px;
    width: 480px;
}

div#content div.business-single div.contact-details p {
	padding: 0;
}

div#content div.business-single div.contact-details p.website a {
	font-weight: bold;
}

div#content div.business-single div.contact-details dl {
	font-size: 0.75em;
	line-height: 16px;
	padding-top: 5px;
	color: #303030;
	float: left;
	clear: both;
}

div#content div.business-single P {
	padding: 10px 0 0 0;
	float: left;
}

div#content div.business-single div.contact-details dl dt {
	float: left;
	clear: left;
}

div#content div.business-single div.contact-details dl dd {
	float: left;
	clear: right;
	padding-left: 5px;
}
