/*

Theme Name: Meet Birmingham Event Site Generator
Theme URI: 
Description: Main CSS file for MB Event Site Generator
Version: 1.6
Author: Barry Khan/Mark James
Author URI: 

*/

/* @override 
	http://micro.site/mmlib/css/micro/screen.css
	http://lgainbirmingham2011.site/mmlib/css/site/screen.css
	http://test.marketingbirmingham-microsites.devspace.net/mmlib/css/site/screen.css
*/

@charset "UTF-8";

/*
	0. Colours
	1. GENERAL
	2. HEADER
	3. NAVIGATION
	4. CONTENT
	5. EXTRA CONTENT
	6. FOOTER
	7. Modules / search, newsletter
	9. Template Specific styling
*/

/* @group 1. GENERAL */

html, body {
	text-align: center;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	background: #000000
}

body {
	background-color: #000;
	background-color: #000 !important;
}

#skiplinks {
	position: absolute;
	top: 0;
	left: -9999em;
	overflow: hidden;
}

#page-wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-bottom: 20px;
	background: #000;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error p {
	margin: 2px 0px;
}

.alt-placeholder {
	color: #888;
}

.clear {
	clear: both;
}

/* @end */

/* @group 2. HEADER */

#header {
	padding-top: 69px;
	position: relative;
	margin-bottom: 15px;
}

#header #unit-header-blurb {
	height: 132px;
	padding-right: 0px;
	position: absolute;
	right: 0;
	top: 0;
	width: 750px;
}

#header #unit-header-blurb #heading {
	float: right;
	margin-right: 15px;
	width: 400px;
}

#header #unit-header-blurb #microsite-logo {
	float: right;
}

#header #unit-header-blurb h2,
#header #unit-header-blurb p.date {
	font-size: 2.2em;
	text-align: right;
	margin-bottom: 0px;
	line-height: 1em
}

#header #unit-header-blurb p.date {
	margin-top: 5px;
	padding-top: 0px;
	font-size: 1.8em;
}
#header #unit-header-blurb p.venue {
	margin-top: 5px;
	padding-top: 0px;
	font-size: 1.8em;
	text-align: right;
	margin-bottom: 8px;
}


#header #unit-header-blurb .more-info {
	background: url(/mmlib/images/micro/arrow-on-black.gif) no-repeat right center;
	color: #FFFFFF;
	font-family: "Arial Black", arial;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 21px 2px 0px;
	text-decoration: none;
}

#unit-logo {
	width: 990px;
	height: 100px;
	position: relative;
}

#unit-logo p {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: -9999em;
	overflow: hidden;
}

#unit-logo #logo {
	margin: 0;
	padding: 0;
}

#unit-logo #logo a {
	width: 690px;
	height: 103px;
	z-index: 10;
	left: 0;
	top: 0;
	display: block;
	text-indent: -9999em;
}

/* Specific Page Titles */

#unit-logo #logo a {
	background: none;
	outline: none;
}

#unit-logo #logo a.strapline-advice {
	background: url(/mmlib/images/micro/straplines/advice.png) no-repeat 207px 8px;
	outline: none;
}

#unit-logo #logo a.strapline-another-world {
	background: url(/mmlib/images/micro/straplines/another-world.png) no-repeat 207px 8px;
	outline: none;
}

#unit-logo #logo a.strapline-connectivity {
	background: url(/mmlib/images/micro/straplines/connectivity.png) no-repeat 207px 8px;
	outline: none;
}

#unit-logo #logo a.strapline-cutting-edge {
	background: url(/mmlib/images/micro/straplines/cutting-edge.png) no-repeat 207px 8px;
	outline: none;
}

#unit-logo #logo a.strapline-space {
	background: url(/mmlib/images/micro/straplines/space.png) no-repeat 207px 8px;
	outline: none;
}

#unit-logo #logo a.strapline-the-experts {
	background: url(/mmlib/images/micro/straplines/the-experts.png) no-repeat 207px 8px;
	outline: none;
}

#unit-logo #logo a.strapline-the-media {
	background: url(/mmlib/images/micro/straplines/the-media.png) no-repeat 207px 8px;
	outline: none;
}

#unit-logo #logo a.strapline-transformation {
	background: url(/mmlib/images/micro/straplines/transformation.png) no-repeat 207px 8px;
	outline: none;
}

#unit-logo #logo a.strapline-your-comfort-zone {
	background: url(/mmlib/images/micro/straplines/your-comfort-zone.png) no-repeat 207px 8px;
	outline: none;
}

#unit-logo #logo a.strapline-your-host {
	background: url(/mmlib/images/micro/straplines/your-host.png) no-repeat 207px 8px;
	outline: none;
}
#unit-bar
{
	background:url("/mmlib/images/micro/top-bar.png") repeat-x scroll left -6px #000;
	height:20px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
/* @end */


/* @group 3. NAVIGATION */

#unit-sub-navigation ul {
	font-size: .9em;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

#unit-sub-navigation ul li a {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	padding: 6px 14px;
	text-decoration: none;
}

#group-one #unit-sub-navigation ul li a:hover {
	color: #FFFFFF
}

#group-one #unit-sub-navigation ul li a.selected {
	color: #fff;
}

#unit-sub-navigation ul li ul {
	padding: 0px 0;
	margin-bottom: 0;
	font-size: 12px;
	border: none;
}

#unit-sub-navigation ul li ul li a {
	border: none;
	padding-left: 28px;
	padding-bottom: 4px;
	padding-top: 3px;
}

#page-wrapper #unit-navigation ul li.link-accomodation a:hover,
#page-wrapper #unit-navigation ul li.link-what-to-do a:hover,
#page-wrapper #unit-navigation ul li.link-travel a:hover,
#page-wrapper #unit-navigation ul li.link-social a:hover {
	border-color: white;
}

/* @end */

/* @group 4. CONTENT */

#content-wrapper {
	font-size: 13px;
}

#main-content {
	float: left;
	width: 760px;
	padding-left: 30px;
}

/* 790px */

#main-content #group-one {
	float: left;
	width: 190px;
}

/* 190px */

#main-content #group-two {
	float: left;
	width: 510px;
	padding: 0 30px;
}

/* 570px */

/* 4a. Text Elements */

#content-wrapper h1 {
	font-size: 22px;
	margin-top: 0px
}

/* @end */

/* @group 5. EXTRA CONTENT */

#extra-content {
	float: right;
	width: 180px;
	padding-right: 20px;
	margin-bottom: 28px;
}

/* 200px */

#content-wrapper .list-with-photos {
	list-style: none;
}

#main-content #unit-downloads {
	background: url("/mmlib/images/micro/bottom-corners-solid-190.png") no-repeat scroll left bottom #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	margin: 25px 0 0;
	overflow: hidden;
}

#main-content #unit-downloads .wrapper {
	background: url("/mmlib/images/micro/top-corners-solid-190.png") no-repeat scroll left top transparent;
	padding: 13px 15px 10px;
}

#unit-downloads h2 {
	margin: 3px 0 -5px;
	line-height: 15px;
	padding-bottom: 13px;
	border-bottom: 1px solid #000;
}

#main-content #unit-downloads .top h3 {
	font-size: 1.1em;
	margin: 0 0 0 0px;
}

#main-content #unit-downloads ul {
	margin: 15px 0 0 0px;
}

#main-content #unit-downloads ul li {
	border-bottom: 1px dotted black;
	list-style: none outside none;
	margin: 3px 0;
	padding-bottom: 5px;
}

#main-content #unit-downloads h2 {
	color: #000000
}

#main-content #unit-downloads ul li a {
	min-height:30px;
	height:auto !important;
	height:30px;
	display: block;
	font-size: .9em;
	padding-top: 8px;
	background: url(/mmlib/images/micro/icon-generic.png) left 2px no-repeat;
	outline: none;
	padding: 3px 0 0 38px;
	margin-bottom: 5px;
}

#main-content #unit-downloads ul li.word a {
	background: url(/mmlib/images/micro/icon-word.png) left no-repeat;
}

#main-content #unit-downloads ul li.pdf a {
	background: url(/mmlib/images/micro/icon-acrobat.png) left no-repeat;
}

/* @end */

/* @group 6. FOOTER */

#footer #footer-info p#footer-contact span {
	font-weight: bold;
	color: #ff3399
}

#footer {
	border-top: 1px solid #4d4d4d;
	margin: 0 10px;
	padding: 4px 26px 18px;
	margin-top: 10px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
}

#footer #thelogo {
	float: right;
	margin-bottom: -65px;
}

#footer p {
	clear: both;
	margin-top: 12px;
}

#footer p.licence {
	margin-bottom: 0px
}

#footer #footer-links {
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

#footer #footer-links li {
	float: left;
	list-style: none;
}

#footer #footer-links li.first a {
	padding-left: 0;
	border-left: none;
}

#footer #footer-links li a {
	display: block;
	padding: 0 10px;
	border-left: 1px solid #FFF;
	font-weight: bold;
}

#footer #footer-partners li {
	float: left;
	list-style: none;
	margin: 0 0px 0 0px;
	height: 50px
}

#footer #footer-partners {
	float: right;
	margin: 0px 0px 0px 0px;
}

#footer #footer-partners li img {
	
}

/* @end */

/* @group 7. MISC */

/* @group 7a. Advertising*/

#unit-side-adverts ul {
	margin: 0;
	padding: 0;
}

#unit-side-adverts ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.advert-728-90 {
	margin: 20px 0px 0px;
	float: left;
	clear: both;
}

.advert-180-150 {
	margin-bottom: 20px;
}

/* @end */

/* @group 7b. Images */

img.masthead-image {
	border: 1px solid #FFF;
}

/* @end */

/* @group 7c. List With Photos */

ul.list-with-photos {
	margin: 0;
	padding: 0;
list-style none;
}

ul.list-with-photos h2 {
	margin: 0px;
}

ul.list-with-photos h2,
	ul.list-with-photos h3 {
	font-size: 13px;
	font-weight: normal;
}

ul.list-with-photos li {
	border-bottom: 1px solid #fff;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 28px;
	padding: 0 0 28px;
}

ul.list-with-photos li img {
	float: left;
	padding: 1px;
	background: #000;
	border: 1px solid #FFF;
}

ul.list-with-photos li .placeholder-image img {
	border: 1px solid #555;
}

ul.list-with-photos li .info {
	float: right;
	width: 330px;
}

#event-details  ul.list-with-photos li .info {
	padding-left: 10px;
	width: 320px;
}

/* @end */

/* @group 7d. Site Search */

#extra-content #unit-site-search {
	margin-bottom: 20px;
}

#extra-content #unit-site-search form {
	padding: 17px 14px;
	overflow: hidden;
	zoom: 1;
}

#extra-content #unit-site-search fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#extra-content #unit-site-search #site-search {
	width: 115px;
	font-size: 13px;
	padding: 5px;
	border: 1px solid #000;
	background: #FFF;
	float: left;
	margin: 0;
}

#extra-content #unit-site-search #site-search-submit {
	float: left;
	padding: 7px 0 6px 10px;
}

#extra-content #unit-site-search form label {
	position: absolute;
	overflow: hidden;
	left: -9999em;
	top: 0;
}

#extra-content #unit-site-search ul {
	margin: 0;
	padding: 17px 19px;
	background: url(/mmlib/images/micro/bottom-corners-grad-180.png) no-repeat left bottom;
}

#extra-content #unit-site-search ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#extra-content #unit-site-search ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @end */

/* @group 9. Template specific styling */

/* 
HOME PAGE

*/

.feature {
	overflow: hidden;
	zoom: 1;
	color: #FFF;
	font-size: 12px;
	margin: 0 0 25px 0;
}
#unit-homepage-primary-features .feature .wrapper
{
	background-image: url(/mmlib/images/micro/top-corners-solid-510.png);
}
#unit-homepage-primary-features .feature-no-links
{
	background-image: url(../../images/micro/bottom-corners-solid-510.png);
}
.feature .wrapper {
	background: #FFF url(/mmlib/images/micro/top-corners-solid-190.png) top left no-repeat;
	padding: 13px 15px 0;
	padding-bottom: 0px;
}

.feature-no-links {
	background-color: #FFF;
	background-image: url(../../images/micro/bottom-corners-solid-190.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 0.5em;
}

#extra-content .feature-no-links {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 0;
}
#extra-content .feature .feature-content {
	padding: 0px 15px 5px;
}
#extra-content .feature-no-links .feature-content {
	background: url(../../images/micro/grad-180.png) no-repeat left -19px;
	padding: 13px 15px 0;
}
#extra-content .feature-no-links .nolinks-cap
{
	background:url("../../images/micro/bottom-cap-180.png") no-repeat scroll left bottom transparent;
	height:7px;
	width:100%;
}

#extra-content .feature .wrapper {
	background-image: url(/mmlib/images/micro/top-corners-solid-180.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
}
.feature .links {
	background: url(../../images/micro/bottom-corners-grad-190-small.png) no-repeat center bottom;
	background-color: #FFF;
}

#extra-content .feature .links {
	background: url(../../images/micro/bottom-corners-grad-180-small.png) no-repeat left bottom;
	background-color: #FFF;
}
#extra-content .feature h3 {
	margin-top: 0;
	font-size:14px;
	margin:10px 0 5px;
}
#extra-content .feature h3 a {
	color: #FFF;
}
#extra-content .feature h2 {
	padding: 13px 15px 13px;
	margin: 0;
	color: #FFF;
	border: none;
background: url(../../images/micro/top-corners-solid-180.png) no-repeat left top;
}
#extra-content .feature p {
	color: #FFF;
}
.feature h4 {
	color: #000;
}
.feature ul {
	width: 170px;
	display: blo

ck;
	/*height:24px;*/
padding: 10px;
	margin: 0px;
}
.feature ul.links {
	list-style: none;
	overflow: auto;
}
.feature ul.links li {
	list-style: none;
	display: inline;
}
#main-content .feature ul.links li a,
.feature ul.links li a {
	color: #ffffff;
	white-space: nowrap;
	width: 50%;
	float: left;
	margin-bottom: 2px;
}

#unit-homepage-primary-features .feature ul.links {
	width: auto;
	background-image: url(../../images/micro/bottom-corners-510.png);
}

.feature h2 {
	margin: 3px 0 10px;
	line-height: 15px;
	padding-bottom: 13px;
	border-bottom: 1px solid #000;
	line-height: 1em;
	padding-bottom: 10px;
	color: black;
}

.feature h2 a {
	color: #000;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	padding-right: 18px;
	font-size: 19px;
}

.feature ul {
	list-style: none;
}

.feature p {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.feature h4 {
	margin-bottom: 0px
}

.feature p {
	color: #000000;
	margin-top: 0px
}

#unit-find-event p.date {
	margin-top: 0px;
}

/*HOME PLAN */

/*Default List*/

#unit-content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#unit-content ul li {
	width: 155px;
	height: 182px;
	float: left;
	margin: 0 7px 7px 0;
	background: #FFFFFF url(/mmlib/images/micro/default-list-li-bg.png) no-repeat;
	padding: 5px;
}

#unit-content ul li.last {
	margin-right: 0px;
}

/*. FIND EVENT*/

/* ipex block */

#unit-page-content {
	color: #FFF;
	font-size: 12px;
	margin: 0px 0 10px 0;
}

#unit-header-image {
	margin-bottom: 15px;
	padding:1px;
	height:249px;
	background: #000 url(/mmlib/images/micro/ms_corner_images.png) no-repeat;
}

#unit-page-content .wrapper {
	padding: 13px 15px 0;
}

#unit-page-content h2 {
	margin: 0 0 0 0px;
	font-size: 1.8em;
	line-height: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

#unit-page-content h2 a {
	color: #fff;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	padding-right: 18px;
}

#unit-page-content h4 {
	color: #65579a;
	margin-bottom: 0px
}

#unit-page-content p {
	color: #fff;
}

#unit-page-content ul li {
	list-style: none;
	float: left;
	margin: 0 15px 0 0
}

#unit-page-content ul {
	padding: 0px 10px 10px 6px;
	margin-top: -2px;
}

#unit-page-content ul li a {
	color: #fff;
}

#unit-page-content p {
	margin-top: 0;
	margin-top: 10px;
	padding-bottom: 10px;
}

#unit-page-content ul {
	display: block;
	height: 24px;
	margin: 0;
	padding: 10px;
	width: 490px;
}

#unit-page-content ul a {
	padding-left: 12px;
}

/* @end */

/* @group Unit styles*/

.list-feature {
	background: #FFFFFF url(/mmlib/images/micro/bottom-corners-solid-510.png) no-repeat 50% 100%;
	overflow: hidden;
	zoom: 1;
	color: #FFF;
	font-size: 12px;
	margin: 0px 0 20px 0;
}

.list-feature .wrapper {
	background: url(/mmlib/images/micro/top-corners-solid-510.png) no-repeat 50% 0%;
	padding: 13px 13px 0;
}

.list-feature h2,
#unit-default-list h2 {
	margin: 0 0 0 0px;
	font-size: 20px;
	line-height: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.list-feature h2 a {
	color: #000;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	padding-right: 18px;
}

.list-feature h4, #unit-default-list h4 {
	margin-bottom: 0px;
	margin-top: 0px;
}

.list-feature h4 {
	margin-left: 119px;
}

.list-feature p,
#unit-default-list p {
	color: #000000;
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
	margin-bottom: 0;
}

.template-homepage .list-feature .item-with-image p {
	padding-left: 120px;
}

.list-feature .bottomborder	,
#unit-default-list .bottomborder {
	padding-top: 10px;
	margin-bottom: 10px;
}

.list-feature h3 {
	margin: 0 0 -10px;
	line-height: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.list-feature h3 a {
	text-decoration: none;
}

.list-feature img,
#unit-default-list img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 0;
}

.list-feature .item,
#unit-default-list .item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: left;
	overflow: auto;
}

#unit-default-list p {
	color: #ffffff
}

#unit-default-list h4 {
	margin-left: 169px;
}

/*Feature link*/

.list-feature-link {
	background: #FFFFFF;
	overflow: hidden;
	zoom: 1;
	color: #FFF;
	font-size: 12px;
	margin: 0px 0 20px 0;
}

.list-feature-link .wrapper {
	background: url(/mmlib/images/micro/top-corners-solid-510.png) no-repeat 50% 0%;
	padding: 13px 13px 0;
}

.list-feature-link h2 {
	margin: 0 0 0 0px;
	font-size: 20px;
	line-height: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.list-feature-link h2 a {
	color: #000;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	padding-right: 18px;
}

.list-feature-link h3 {
	color: #000000
}

.list-feature-link h4 {
	margin-bottom: 0px;
	margin-top: 0px;
}

.list-feature-link h4 {
	margin-left: 119px;
}

.list-feature-link p {
	color: #000000;
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
	margin-bottom: 20px;
}

.list-feature-link .bottomborder {
	padding-top: 10px;
	margin-bottom: 10px;
}

.list-feature-link h3 {
	margin: 5px 0 0 0px;
	line-height: 15px;
	padding-bottom: 3px;
}

#unit-map {
	height: 341px;
	width: 510px;
}

.template-search #main-content #group-one {
	width: 730px;
}

.template-newsletter #main-content #group-one {
	width: 730px;
}

.checkbox-list {
	clear: left;
	float: left;
	margin: 3px 0 20px;
	padding: 0;
}

.checkbox-list li {
	float: left;
	list-style-type: none;
	margin: 0px 0px 5px;
	padding: 0;
	width: 240px;
}

.small-list li {
	width: 80px;
}

.checkbox-list li input {
	float: left;
	margin: 0px 6px 0px 0px;
}

.checkbox-list li label {
	float: left;
}

.formfield .checkbox-list {
	margin: 5px 0px 0px;
}

.formfield {
	float: left;
	margin-bottom: 10px;
	width: 364px;
}

.formfield label {
	display: block;
}

.formfield select {
	padding: 5px;
	width: 312px;
}

.formfield input, .formfield select {
	margin: 0px;
}

p.hint {
	margin: 2px 0px;
}

.template-newsletter h2 {
	margin: 25px 0 8px;
}

.template-newsletter h3 {
	margin-bottom: 4px;
}

.results-list {
	margin: 0 0 20px;
}

.results-list ul {
	margin: 0px;
	padding: 0;
}

.results-list li {
	background: url(/mmlib/images/micro/warwick/border.gif) repeat-x left bottom;
	clear: left;
	float: left;
	list-style-type: none;
	margin: 0 0 13px;
	padding: 0px 0px 8px;
	width: 100%;
}

.results-list .thumbnail {
	float: left;
	margin-right: 10px;
}

.results-list .info {
	float: left;
	font-size: 12px;
	padding: 0px;
	width: 500px;
}

.results-list h4 {
	font-size: 16px;
	margin: 0px 0px 2px;
}

.results-list p {
	margin: 0px;
}

.results-list .more a {
	background: url(/mmlib/images/micro/add.gif) no-repeat left center;
	clear: left;
	padding: 5px 0 2px 22px;
}

/* @group sitemap */

#unit-sitemap {
	margin-left: 0px;
	width: 600px;
}

#unit-sitemap a {
	list-style: none;
}

#unit-sitemap li.map-meet-birmingham {
	font-size: 18px;
	list-style: none;
}

#unit-sitemap ul {
	margin-left: 0;
}

#unit-sitemap ul ul, 
#unit-sitemap ul ul li {
	margin-left: 20px;
}

#unit-sitemap ul li {
	font-size: 18px;
	list-style: none;
	margin-top: 20px;
}

#unit-sitemap ul li a {
	margin-bottom: 2px;
}

#unit-sitemap ul li li a {
	border-bottom: none;
}

#unit-sitemap ul li li {
	font-size: 12px;
	list-style: disc;
	margin: 0;
	border-bottom: none;
}

/* @end */

.article {
	
}

.article-body.travel p {
	padding-top: 0;
	margin-top: 0;
}

.article-body.travel h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.article-image {
	border: 1px solid white;
	margin-bottom: 10px;
}

.article-body#what {
	margin-right: 10px;
}

#whats-on-tabs {
	background: white;
	background: url(/mmlib/images/micro/tab-background.gif) top left no-repeat;
	color: black;
	width: 743px;
}

#whats-on-tabs .body {
	border-left: 1px solid #786dab;
	border-right: 1px solid #786dab;
	clear: both;
	color: black;
	padding: 18px;
	padding-bottom: 0;
	background: white;
}

#whats-on-tabs,
#whats-on-tabs ul,
#whats-on-tabs li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#whats-on-tabs ul {
	clear: both;
	display: block;
	overflow: auto;
	width: auto
}

#whats-on-tabs li {
	float: left;
	color: black;
}

#whats-on-tabs .menu li a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding: 11px 20px;
	color: #65579a;
}

#whats-on-tabs ul.menu li#selected,
#whats-on-tabs ul.menu li#selected a {
	color: white;
}

#whats-on-tabs .menu li a:hover {
	color: white;
	text-decoration: none;
}

#whats-on-tabs ul.menu li#selected {
	background-color: #65579a;
}

#whats-on-tabs ul.menu li.first#selected {
	background: url(/mmlib/images/micro/tab-selected-first.gif) top left no-repeat
}

#whats-on-tabs ul {
	display: block;
	clear: both;
}

.page-attractions #whats-on-tabs .body ul li {
	height: 155px;
}

#whats-on-tabs .body ul li {
	color: black;
	float: left;
	margin-right: 10px;
	width: 340px;
}

#whats-on-tabs .body ul li.col2 {
	width: 350px;
	margin-right: 0;
}

#whats-on-tabs .body ul li img {
	float: right;
	margin-right: 20px;
	margin-bottom: 50px;
}

#whats-on-tabs .body ul li p {
	margin-top: 0;
}

#whats-on-tabs .body ul li h4 {
	margin: 0;
	padding: 0;
	color: #786dab;
	font-size: 14px;
}

#whats-on-tabs .whats-on-footer {
	clear: both;
	height: 11px;
	background: white url(/mmlib/images/micro/whats-on-footer.gif) bottom no-repeat
}

#unit-side-adverts {
	margin-bottom: 28px;
	padding-right: 20px;
	width: 180px;
}

/* @group Right-hand features */

#extra-content .feature {
	margin-bottom: 20px;
	font-size: 12px;
}

#extra-content .feature p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.96em;
}

#extra-content h4 {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-left: 14px;
	margin-right: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	font-size: 20px;
}

#extra-content h4 span {
	background: url(/mmlib/images/micro/white-arrow.png) right 3px no-repeat;
	padding-right: 20px;
}

#extra-content .bottom-block p {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	font-size: 12px;
}

#extra-content .links h4 {
	border-bottom: none;
}

#extra-content .bottom-block {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: url(/mmlib/images/micro/block-bottom.png) bottom left no-repeat;
}

#extra-content .bottom-block a {
	display: block;
}

#extra-content .bottom-block p {
	margin-bottom: 10px;
}

#extra-content .links .bottom-block a {
	font-size: 13px;
}
#extra-content .links .bottom-block {
	background: url("/mmlib/images/micro/bottom-corners-solid-180.png") no-repeat scroll center bottom
}

#extra-content .links .bottom-block a img {
	border: 0px;
}

#extra-content .feature h5 {
	margin: 1px 0;
}

/* @end */
/* @group Gallery Template */
.template-gallery #gallery li p
{
	color: #000;
	margin:0 4px;

}
/* @end */
/* @end */

body #main-content .list-feature a {
	color:#000;
}

#main-content a.button
{
	background:url("/mmlib/images/micro/button_bg.png") no-repeat scroll left top red;
	display:inline-block;
	height:23px;
	padding-bottom:0;
	padding-top:3px;
	position:relative;
	text-align:center;
	width:160px;
	font-size:0.9em;
	color: #fff;
}
#main-content #unit-homepage-primary-features a.button
{
	background-image:url("/mmlib/images/micro/button_bg_white.png");
}
/* @group Backstage Button Style */

.backstageeditbutton:visited {
	color: white;
}

.backstageeditbutton {
	position: fixed;
	bottom: 0;
	right: 10px;
	width: auto;
	color: #f68913;
	background-color: rgba(0,0,0,0.55);
	vertical-align: middle;
	text-decoration: none;
	padding:  0.75em 3em;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	text-shadow: #000 0 1px 1px;
	z-index: 99;
}
.backstageeditbutton img {
	display: none;
}

/* @end */

