/*--------------------------------------------------------------------------



<Site Name> - Basic Style Sheet

Version:	1.0
Author:		Danny
Website:	stuff2do.dev

*** Last Modify Date: 18/02/2008 ( Danny ) ***

--------------------------------------------------------------------------*/

/* Structure 

	=Global
	=Typography
	=Headings
	=Links
	=Access Keys / Jumps
	=Forms
	=LayoutStructure
		- header
		- navigation
		- p-content
		- s-content
		- footer
	=Shared Styles
	=header
	=p-content ( insides )
		- freeform
		- calendar
	=s-content ( insides )
		- search
		- tag cloud
	=footer ( insides )

--------------------------------------------------------------------------*/


/* =Global 
--------------------------------------------------------------------------*/

* { margin: 0; padding: 0; font-family: Arial, Verdana, sans serif; font-size: 1em; } 

body { line-height: 1.4; background-color: #b1e00b; font-family: Arial, Verdana, sans serif; font-size: 1em; }

.clearme { clear: both; }
.hideme { display: none; visibility: hidden; } /* visibility: hidden; could be used here instead depends what you need */
.left { float: left; }
.right { float: right; }

acronym { speak: normal; }
abbr { speak: spell-out; }


/* =Typography
 *
 * Use this section for general type styles
--------------------------------------------------------------------------*/

html { font-size: 100.01%; }
body { font-size: 1em; }
#content { font-size: 0.75em; }
#p-content { font-size: 1em; }
#s-content { font-size: 1em; }
#footer { font-size: 0.75em; }

/* Freeform - normally we have freeform wrapped inside a container of some sort */

.freeform { color: #000; margin-bottom: 6px !important; }
.freeform p { margin: 6px 0 0 0; font-size: 1em; }
.freeform p.first { margin: 10px 16px 0 12px; }
.freeform ul { list-style-position: inside; margin: 3px 8px; }
.freeform ol { list-style-position: inside; margin: 3px 9px; } /* needs slightly bigger left margin than ul */
.freeform a, .freform a:hover { color: #000; }
.freeform h5 { font-size:1.25em; font-weight:bold; color:#4e610a; }


.freeform img { margin: 5px; }
/* CSS3 selectors, for the good browsers */
.freeform img[align=left] { margin-left: 0; }
.freeform img[align=right] { margin-right: 0; }


/* =Headings
--------------------------------------------------------------------------*/

h1 { font-size: 1.50em; font-weight: bold; margin: 0 0 10px 0; }
h2 { font-size: 1.33em; font-weight: bold; }
h3 { font-size: 1.25em; font-weight: bold; }
h4 { font-size: 1.17em; font-weight: bold; }

h1
{
	width: 655px; 
	background-image: url(/resources/img/h1_top.png); 
	background-position: top left; 
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 7px 13px;
	color: #000;

	position: relative;
}
h1 span {
	display: block;
	height: 13px;
	width: 681px; 
	left: 0;
	bottom: -1px;
	position: absolute;
	background: url(/resources/img/h1_bottom.png) top left no-repeat;
	overflow: hidden;
}


body.home h1, body.help h1 { background-color: #f061a8; color: #fff; }
body.whats-on h1 { background-color: #b6e708; }
body.where-to-go h1 { background-color: #85c5fb; }
body.useful-links h1 { background-color: #94e5eb; }
body.my-stuff h1 { background-color: #d8affa; }
body.contacts h1 { background-color: #ecf092; }


/* =Links
 * 
 * LVHA ( :link / :visited / :hover / :active ) - important due to the way CSS handles cascade / ordering.
--------------------------------------------------------------------------*/

a { }
a:link { }
a:visited { }
a:hover, a:active, a:focus { }

a img { border: none; }


/* =Access Keys / Jumps
--------------------------------------------------------------------------*/


/* =Forms
--------------------------------------------------------------------------*/

fieldset { border: none; }
legend { }
label { cursor: pointer; }

input, select, textrea { font-family: inherit; font-size: 1em; }

/* What's On */

.whats-on-container { float: left; width: 227px; margin: 40px 0 14px 11px; }
.whats-on-container div.search-error { padding: 10px 15px 0; }

span.search-error { padding-left: 0; }

fieldset#whatson 
{
	color: #fff;
	width: 227px;
	float: left;
}

fieldset#whatson ol 
{
	float: left;
	padding: 9px 14px 0 14px;
	margin-bottom: 0;
	width: 199px;
}

fieldset#whatson li, fieldset#whatson li.full  { list-style-type: none; width: 193px; }
fieldset#whatson li.full label, li.full select { width: 193px; display: block; }
fieldset#whatson li select { margin: 0 0 4px 0; }
fieldset#whatson li input { margin: 0 0 4px 0; padding: 1px 0; }

li#date-select { margin-right: 6px; }

li#date-select, li.small { width: 90px !important; float: left; }

li#within-select { width: 90px !important; float: left; } 
fieldset#whatson li#within-select select { width: 95px !important; } 

li.small { margin-right: 8px; float: left; }
li.small label { display: block; width: 83px !important; }
li.small input, li.small select { width: 91px; position: relative; }

li#date-select input { width: 66px !important; float: left; margin-right: 3px !important; }
li#date-select img { margin-top: 2px !important; float: left; width: 15px; height: 16px; }

input.submit { width: 70px; height: 17px; float: left; margin-top: 8px; }

.search-pod-top-pod { background: url(/resources/img/pods/search_top.gif) no-repeat left top; float: left; }


.whats-on-container span.footer
{
	background: url(/resources/img/pods/search_bottom.gif) no-repeat left top;
	clear: both;
	display: block;
	height: 10px;
	position: relative;
	width: 221px;
	overflow: hidden; /* for ie6 */
}
fieldset#whatson li.past-events { float: left; clear: both; width: 193px; margin: 4px 0 0 0; padding: 0; }
fieldset#whatson li.past-events label { float: right; margin-right: 65px; padding: 0; }
fieldset#whatson li.past-events input { margin-top: 2px; }
li.keyword input { width: 190px; } 

/* Same Line */

body.contacts fieldset.sameline { float: left; }
fieldset.sameline { width: 657px; }
fieldset.sameline legend { font-size: 1.50em; font-weight: bold; margin: 0 0 5px 0; color: #000; }

fieldset.sameline h2 { padding: 0; margin-bottom: 5px;  } 

fieldset.sameline ol { width: 657px; background-color: #DEFF68; }

fieldset.sameline li 
{
	width: 645px; 
	float: left; 
	list-style-type: none; 
	padding: 6px; 
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff;
}
fieldset.sameline li label { width: 234px; float: left; }
fieldset.sameline li input, fieldset.sameline li textarea, fieldset.sameline li select 
{
	width: 253px; 
	float: left;
	border-color: #ABADB3 #dbdfe6 #dbdfe6;
	border-style: solid;
	border-width: 1px;
}
fieldset.sameline li { position: relative; }

fieldset.sameline li select { width: 259px; padding: 2px; }
fieldset.sameline li input.textbox { padding: 2px; }
fieldset.sameline li textarea 
{
	font-size: 12px; 
	color: #000;
	font-family: Arial, Sans-Serif;
	padding: 0 2px; 
	height: 91px; 
	padding: 2px !important;
	width: 254px;
}
fieldset.sameline li.alt { background-color: #C1E833; border: 0; }
fieldset.sameline li.last { border-bottom: 1px solid #fff; }
fieldset.sameline li label { font-size: 1.25em; font-weight: bold; }

fieldset.sameline div.buttons { margin: 10px 0 0 240px; float: left; }

/* Form Colours */

body.contacts fieldset.sameline ol { background-color: #e8ec8b; border-bottom: 1px solid #cdd35a; }
body.contacts fieldset.sameline li.alt { background-color: #e1e67a; border: 0; }
body.contacts fieldset.sameline li { border-top: 1px solid #cdd35a; border-bottom: 1px solid #cdd35a; }

/* Form Error */

div.validation-summary 
{
	width: 661px; 
	color: #fff;
	margin: 7px 0;
	background: #D71A16 url(/resources/img/pods/error_top.gif) top left no-repeat;
}
div.validation-summary h2 { padding: 2px 8px !important; font-weight: bold; font-size: 1.17em; }
div.validation-summary p { padding: 5px 8px !important; font-weight: bold; }

div.validation-summary ul 
{
	background: url(/resources/img/pods/error_bottom.gif) bottom left no-repeat; 
	padding: 12px 0;
}
div.validation-summary li 
{
	font-size: 12px; 
	list-style-position: inside;
	padding-left: 10px;
}

span.search-error label, div.search-error { color: #fcff00; font-weight: bold; }
.form-error
{
	color: #D91916;
}


/* =LayoutStructure
--------------------------------------------------------------------------*/

#sitecontainer { width: 965px; float: left; }

#header { height: 222px; width: 965px; z-index: 11; }

#navigation { height: 38px; width: 688px; position: absolute; top: 170px; right: -8px; }

#content { clear: both; width: 965px; float: left; } 

#p-content { width: 680px; float: right; }

#s-content { width: 267px; float: left; position: relative; z-index: 10; }

#footer { width: 660px; float: right; clear: both; }


/* =Shared Styles
 *
 * If you find your re-using the same styles on certain elements 
 * put them here
--------------------------------------------------------------------------*/

#skipto { display: none; }

address { font-style: normal; }


/* =header
--------------------------------------------------------------------------*/

#header { position: relative; }
#header img.logo { float: left; }

/* Rotating Arrows */

#banner { float: right; width: 689px; height: 190px; position: relative; }
#banner div.overlay-1, #banner div.overlay-2, #banner div.overlay-3, #banner div.overlay-4, #banner div.overlay-5
{
	width: 689px;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
}
#banner div.overlay-1 { background-image: url(/resources/img/arrows.png); }
#banner div.overlay-2 { background-image: url(/resources/img/arrows_02.png); }
#banner div.overlay-3 { background-image: url(/resources/img/arrows_03.png); }
#banner div.overlay-4 { background-image: url(/resources/img/arrows_04.png); }
#banner div.overlay-5 { background-image: url(/resources/img/arrows_05.png); }

.logo { width: 275px; height: 189px; }

a.help { z-index: 1000; position: absolute; top: 8px; right: 8px; display: block; width: 78px; height: 26px; background: url(/resources/img/nav/help.gif) top right no-repeat; }
a:hover.help { background-image: url(/resources/img/nav/help_on.gif); z-index: 1000; }

/* =navigation
--------------------------------------------------------------------------*/

#navigation { float: right; }
#navigation li { float: left; list-style-type: none; margin-right: 14px; }
#navigation li a { display: block; height: 30px; width: 100px; text-indent: -9999em;  }

#banner ul#navigation li.home { width: 86px; height: 38px; background-image: url(/resources/img/nav/home_on.gif); }
#banner ul#navigation li.home a { width: 86px; height: 38px; background-image: url(/resources/img/nav/home.gif); }
#banner ul#navigation li.home a:hover, #banner ul#navigation li.home a.active { background-image: none; }

#banner ul#navigation li.whatson { width: 104px; height: 38px; background-image: url(/resources/img/nav/whats_on_on.gif); }
#banner ul#navigation li.whatson a { width: 104px; height: 38px; background-image: url(/resources/img/nav/whats_on.gif); }
#banner ul#navigation li.whatson a:hover, #banner ul#navigation li.whatson a.active { background-image: none; }

#banner ul#navigation li.wheretogo { width: 114px; height: 38px; background-image: url(/resources/img/nav/where_to_go_on.gif); }
#banner ul#navigation li.wheretogo a { width: 114px; height: 38px; background-image: url(/resources/img/nav/where_to_go.gif); }
#banner ul#navigation li.wheretogo a:hover, #banner ul#navigation li.wheretogo a.active { background-image: none; }

#banner ul#navigation li.useful { width: 109px; height: 38px; background-image: url(/resources/img/nav/useful_links_on.gif); }
#banner ul#navigation li.useful a { width: 109px; height: 38px; background-image: url(/resources/img/nav/useful_links.gif); }
#banner ul#navigation li.useful a:hover, #banner ul#navigation li.useful a.active { background-image: none; }

#banner ul#navigation li.mystuff { width: 84px; height: 38px; background-image: url(/resources/img/nav/my_stuff_on.gif); }
#banner ul#navigation li.mystuff a { width: 84px; height: 38px; background-image: url(/resources/img/nav/my_stuff.gif); }
#banner ul#navigation li.mystuff a:hover, #banner ul#navigation li.mystuff a.active { background-image: none; }

#banner ul#navigation li.contact { width: 90px; height: 38px; background-image: url(/resources/img/nav/contacts_on.gif); }
#banner ul#navigation li.contact a { width: 90px; height: 38px; background-image: url(/resources/img/nav/contacts.gif); }
#banner ul#navigation li.contact a:hover, #banner ul#navigation li.contact a.active { background-image: none; }


/* =p-content
--------------------------------------------------------------------------*/

/* Calendar Stuff */

.calendar-control
{
	margin: 30px 0 30px 7px;
	padding: 30px 0 10px 0;
	position: relative;
	width: 640px;
	background: #FFF url(/resources/img/calendar/calendar_tr_corner.gif) no-repeat top right;
}

.calendar-control .calendar-bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 640px;	
	height: 6px;
	background: #FFF url(/resources/img/calendar/calendar_bottom.gif) no-repeat bottom left;
}

.calendar-title
{
	margin: 0 0 0 0;
	position: absolute;
	top: -19px;
	left: -10px;
	width: 185px;
	height: 38px;
	background: url(/resources/img/calendar/events_calendar.gif) no-repeat top left;
	text-indent: -9999em;	
}

.month-selector
{
	position: absolute;
	top: -19px;
	right: -10px;
	width: 185px;
	height: 38px;
	background: url(/resources/img/calendar/month_selector_bg.png) no-repeat top left;
	z-index: 10;
}

.month-selector .next-month, .month-selector .previous-month
{
	position: absolute;
	top: 10px;
	right: 15px;	
	display: block;
	width: 20px;
	height: 17px;
	background: red;	
	background: url(/resources/img/calendar/month_right.png) no-repeat 0 50%;
	text-indent: -9999em;
	
}

.month-selector .previous-month
{
	left: 15px;
	background-image: url(/resources/img/calendar/month_left.png);
}

.month-selector .previous-month-notavailable
{
	position: absolute;
	top: 10px;
	left: 15px;
	display: block;
	width: 20px;
	height: 17px;
	background: url(/resources/img/calendar/left_inactive.gif) no-repeat 0 50%;
	text-indent: -9999em;
}

.month-selector .next-month-notavailable
{
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;	
	width: 20px;
	height: 17px;
	background: url(/resources/img/calendar/right_inactive.gif) no-repeat 0 50%;
}

.month-selector .current-month
{
	margin: 10px 0 0 0;
	text-align: center;	
	color: #FFF;
}

.calendar-control table { margin: 0 0 0 15px; position: relative; z-index: 1; }

.day-headers
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.day 
{
	width: 81px !important;
	height: 81px;
	background-color: #E6F2FE;
	vertical-align: top;
	font-size: 12px;
}

.day a
{
	display: block;
	width: 81px;
	height: 81px;
	text-decoration: none;
}

.grey { background-color: #F0F0F0; }

.day-number
{
	padding: 2px 4px 0 0;
	display: block;	
	height: 18px;
	text-align: right;
	color: #000;
}

.today
{
	background: #9E3EE0 url(/resources/img/calendar/today_bg.gif) repeat-x bottom left;
}

.has-event .day-number
{
	background: #E9EB80 url(/resources/img/calendar/event_on.gif) no-repeat top left;	
}

.today-has-event { background: #9D3DDD url(/resources/img/calendar/today_bg.gif) repeat-x bottom left !important; color: #FFF; }

.today-has-event .day-number
{
	height: 19px;
	background: #E9EB80 url(/resources/img/calendar/event_on_withwhite.gif) no-repeat top left;	
	color: #FFF;
}

.has-event
{
	background-color: #E9EB80;
}

.has-event .day-number, .today .day-number { color: #FFF; }

.today-has-event .event-count { color: #FFF; }

.in-the-past { background-color: #E7E7E7; }
.in-the-past .event-count { color: #9EA09F !important; }
.in-the-past .day-number 
{  
	height: 19px;
	background: #9B9B9B url(/resources/img/calendar/event_inthepast.gif) no-repeat top left;	
	color: #FFF;
}

.event-count
{
	margin: 15px 4px 0 0;
	display: block;
	text-align: right;
	color: #000;
}

.back-to-calendar
{
	margin: 0 0 10px 0;
	display: block;
	float: left;
	width: 130px;
	height: 17px;	
	background: url(/resources/img/buttons/back_to_calendar.gif) no-repeat top left;
	text-indent: -9999em;
}

.back-to-calendar:hover
{
	background-image: url(/resources/img/buttons/back_to_calendar_on.gif);
}

.back-to-map
{
	margin: 0 0 10px 0;
	display: block;
	float: left;
	width: 130px;
	height: 17px;	
	background: url(/resources/img/buttons/back_to_map.gif) no-repeat top left;
	text-indent: -9999em;
}

.back-to-map:hover
{
	background-image: url(/resources/img/buttons/back_to_map_on.gif);
}

.no-events
{
	margin: 20px 0 0 0;
	font-weight: bold;
}

.add-to-my-stuff
{	
	margin: 10px 0 0 0;
	display: block;	
}

.day a { text-decoration: none !important; }

table, table td { font-size: 12px; }

#calendar-container
{
	position: relative;
	z-index: 9999;
	float: left;
}

.yui-calcontainer
{
	background-color:White;
	position:absolute !important;	
	left:80px;
	top:8px;
}

.yui-calcontainer { float: left; width: 190px; border: 1px solid #AAAAA2; position: relative; font-family: Arial; font-size: 10px; }

.yui-calcontainer .title { padding-left: 5px; height: 22px; line-height: 22px; overflow: hidden; background-color: #7A159F; color: #FFF; font-size: 11px; }

.yui-calcontainer .link-close { position: absolute; top: 4px; right: 3px; width: 16px; height: 14px; background: url(/resources/img/calendar/popup/close.gif) no-repeat top left; }

.yui-calcontainer #cal
{
	margin: 0 0 6px 6px;
	width: 179px;
	border-collapse: collapse;			
}

.yui-calcontainer #cal th { font-weight: normal; font-size: 11px; color:Black;}

.yui-calcontainer #cal th .calheader { margin: 6px 0; }

.calnavleft { display: block; position: absolute; top: 30px; left: 5px; width: 16px; height: 14px; background: url(/resources/img/calendar/popup/back.gif) no-repeat top left; }
.calnavright { display: block; position: absolute; top: 30px; right: 5px; width: 16px; height: 14px; background: url(/resources/img/calendar/popup/next.gif) no-repeat top left; }

.yui-calcontainer #cal td { padding: 2px; border: 1px solid #DADADA; text-align: center; font-size: 11px; } 

.yui-calcontainer #cal td a { color: #525252; text-decoration: none; }

.yui-calcontainer #cal td.oom { background-color: #F0F0F0; color: #F0F0F0; }
.yui-calcontainer #cal td.today { background: #D9D9D9; }
.yui-calcontainer #cal td.selected { background-color: #7816A1; }		
.yui-calcontainer #cal td.selected a { color: #FFF; }

.show-calendar, .calnavleft, .calnavright
{
	cursor:pointer;
}



body.contacts div.content-pod { background-color: #f1f598; }

body.useful-links div.content-pod { background-color: #cefafd; }

body.my-stuff div.content-pod { background-color: #ecd6ff; }

body.where-to-go div.content-pod { background-color: #bee1ff; }

body.whats-on div.content-pod, 
body.providers div.content-pod, 
body.home div.content-pod
{ background-color: #deff68; }

/*
body.whats-on div.content-pod { padding-top: 0; margin-top: -5px; } 
body.whats-on-with-content-pod div.content-pod { background-color: #DEFF68; }
*/

body.help div.content-pod { background-color: #fbc7e1; }

body.home div.nested-content-pod, body.whats-on div.nested-content-pod { margin-left: -13px; }

.site-message 
{
	margin: 0 16px 5px 12px;
	width: 632px;
	font-weight: bold; 
	font-size: 1.25em; 
	color: #136ab6; 
	padding-left: 22px;
	background: url(/resources/img/icons/i.gif) 0 3px no-repeat;
}

.p-content a { text-decoration: underline; }
.p-content a:hover { text-decoration: none; }

/* Previous & Next Buttons */

div.previous-next-pages a.previous-page { float: left; margin: 15px 0; font-weight: bold; font-size: 1.17em; background: url(/resources/img/buttons/back.gif) left center no-repeat; padding-left: 30px; color: #000; text-decoration: none; }
div.previous-next-pages a.previous-page:hover, div.previous-next-pages a.next-page:hover { color: #007adf; text-decoration: none; }
div.previous-next-pages a.next-page { float: right; margin: 15px 0; font-weight: bold; font-size: 1.17em; background: url(/resources/img/buttons/next.gif) right center no-repeat; padding-right: 30px; color: #000; text-decoration: none; }


/* USING PAGE TITLE NOW SO JUST NEED TO USE THE ARROWS, ADJUST BELOW
a.previous-page { float: left; margin: 15px 0; width: 115px; height: 17px; text-indent: -9999em; }
a.next-page { float: right; margin: 15px 0; width: 93px; height: 17px; text-indent: -9999em; }



body.home a.previous-page { background: url(/resources/img/buttons/home_previous.gif) top left no-repeat; }
body.home a.previous-page:hover { background-image: url(/resources/img/buttons/home_previous_on.gif); }
body.home a.next-page { background: url(/resources/img/buttons/home_next.gif) top left no-repeat; }
body.home a.next-page:hover { background-image: url(/resources/img/buttons/home_next_on.gif); }

body.useful-links a.previous-page { background: url(/resources/img/buttons/links_previous.gif) top left no-repeat; }
body.useful-links a.previous-page:hover { background-image: url(/resources/img/buttons/links_previous_on.gif); }
body.useful-links a.next-page { background: url(/resources/img/buttons/links_next.gif) top left no-repeat; }
body.useful-links a.next-page:hover { background-image: url(/resources/img/buttons/links_next_on.gif); }

body.contacts a.previous-page { background: url(/resources/img/buttons/contacts_previous.gif) top left no-repeat; }
body.contacts a.previous-page:hover { background-image: url(/resources/img/buttons/contacts_previous_on.gif); }
body.contacts a.next-page { background: url(/resources/img/buttons/contacts_next.gif) top left no-repeat; }
body.contacts a.next-page:hover { background-image: url(/resources/img/buttons/contacts_next_on.gif); }

body.help a.previous-page { background: url(/resources/img/buttons/help_previous.gif) top left no-repeat; }
body.help a.previous-page:hover { background-image: url(/resources/img/buttons/help_previous_on.gif); }
body.help a.next-page { background: url(/resources/img/buttons/help_next.gif) top left no-repeat; }
body.help a.next-page:hover { background-image: url(/resources/img/buttons/help_next_on.gif); }

body.whats-on a.previous-page { background: url(/resources/img/buttons/whats_on_previous.gif) top left no-repeat; }
body.whats-on a.previous-page:hover { background-image: url(/resources/img/buttons/whats_on_previous_on.gif); }
body.whats-on a.next-page { background: url(/resources/img/buttons/whats_on_next.gif) top left no-repeat; }
body.whats-on a.next-page:hover { background-image: url(/resources/img/buttons/whats_on_next_on.gif); }

body.my-stuff a.previous-page { background: url(/resources/img/buttons/my_stuff_previous.gif) top left no-repeat; }
body.my-stuff a.previous-page:hover { background-image: url(/resources/img/buttons/my_stuff_previous_on.gif); }
body.my-stuff a.next-page { background: url(/resources/img/buttons/my_stuff_next.gif) top left no-repeat; }
body.my-stuff a.next-page:hover { background-image: url(/resources/img/buttons/my_stuff_next_on.gif); }

body.where-to-go a.previous-page { background: url(/resources/img/buttons/where_to_go_previous.gif) top left no-repeat; }
body.where-to-go a.previous-page:hover { background-image: url(/resources/img/buttons/where_to_go_previous_on.gif); }
body.where-to-go a.next-page { background: url(/resources/img/buttons/where_to_go_next.gif) top left no-repeat; }
body.where-to-go a.next-page:hover { background-image: url(/resources/img/buttons/where_to_go_next_on.gif); }
*/

/* =Google Maps */

h3.google-header { font-size: 14px; font-weight: bold; padding: 0 !important; color: #000; text-decoration: none; }
h3.google-header a { font-size: 14px; font-weight: bold; padding: 0 !important; color: #000; text-decoration: none; }
h3.google-header a:hover { text-decoration: underline; }

.gmap-container 
{
	margin: 45px 0 20px 8px;
	width: 610px; 
	padding: 14px 14px 14px 14px; 
	position: relative; 
	background: #fff url(/resources/img/pods/map_top.gif) top left no-repeat;
	float: left;
	
}
.gmap-container div.gmap-bottom 
{
	width: 656px; 
	height: 17px; 
	background: url(/resources/img/pods/map_bottom.gif) top left no-repeat; 
	position: absolute; 
	bottom: 0; 
	left: 0;
}
div.gmap-container h2 
{
	width: 111px; 
	height: 36px; 
	text-indent: -9999em; 
	background: url(/resources/img/venues.gif) top left no-repeat; 
	position: absolute; 
	top: -15px;
	left: -8px;
	margin: 0;
	padding: 0 !important;
	z-index: 1000;
}

div.gmap-container div#gmap { width: 610px; height: 492px; overflow:hidden; }


/* =Main Content Pods */

/*
body.home div.content-pod, 
body.whats-on div.content-pod 
{ background-image: none; background-color: transparent; }
*/

/*
body.home div.content-pod span.content-pod, 
body.whats-on div.content-pod span.content-pod 
{ background-image: none; }
*/


div.content-pod
{
	position: relative;
	background: url(/resources/img/pods/main_pod_top.gif) top left no-repeat; 
	padding: 8px 10px 8px 13px; 
	width: 658px;
	float: left;
}


div.whats-on div.content-pod { padding: 0; }
div.content-pod h2 { padding: 11px 0 2px 0; }
div.content-pod h2.event { padding: 2px 0 6px 0; width: 657px; }
body.home div.content-pod h2 { padding: 0; margin-bottom: 3px; }
span.content-pod, span.nested-content-pod
{
	background: url(/resources/img/pods/main_pod_bottom.gif) bottom left no-repeat; 
	padding: 0 10px; 
	width: 661px; 
	height: 4px; 
	position: absolute; 
	bottom: 0; 
	left: 0;	
}
.whats-on-with-content-pod #event p { margin-bottom: 8px; }
.whats-on-with-content-pod #event h2 { padding-top: 5px; }
div.event { padding: 0 0 6px 14px; }
div.event h2 { margin: 4px 0; }


#event { padding: 1px; position: relative; }

#event .summary { margin: 10px 0 0 0; }

.event-list li a.remove { position: absolute; top: 5px; right: 5px; width: 75px; height: 17px; }

ul.event { float: left; }
ul.event li { list-style-type: none; }
ul.event li p { margin: 3px 0; }
ul.event li img { margin: 0 9px 5px 0; }

p.showing { margin: 0 0 6px 0; }
p.showing-no-margin-left { margin:0; }

li.date { margin-bottom: 3px; }

ul.event li h4 { font-weight: normal; margin-top: -1px; font-size: 1em; }

ul.event li h3 a, ul.event li h4 a { color: #000; text-decoration: none; }
ul.event li h3 a:hover, ul.event li h4 a:hover { text-decoration: underline; }

/* In This Section */


body.useful-links h2, h2.in-this-section { font-size: 1.13em; clear: both; }

ul.in-this-section { color: #000; width: 657px; margin: 4px 0; border-bottom: 1px solid #fff; }
ul.in-this-section li.alt { }

body.useful-links ul.in-this-section { background-color: #BFF6F9; }
body.useful-links ul.in-this-section li.alt { background-color: #B3F4FA; }

body.contacts ul.in-this-section { background-color: #e1e67a; }
body.contacts ul.in-this-section li.alt { background-color: #f1f598; }

body.providers ul.in-this-section { background-color: #c8ee43; }
body.providers ul.in-this-section li.alt { background-color: #c1e833 }

body.where-to-go ul.in-this-section { background-color: #b6dcfb }
body.where-to-go ul.in-this-section li.alt, ul.venue-list li.alt { background-color: #ADD8FB; }

body.my-stuff ul.in-this-section { background-color: #e7d0fc; }
body.my-stuff ul.in-this-section li.alt { background-color: #e2c8f9; }


ul.in-this-section li 
{
	list-style-type: none; 
	border-top: 1px solid #fff;
	padding: 5px 10px 5px 35px;
	width: 612px; 
	background: url(/resources/img/icons/sub_page.gif) 4px 5px no-repeat;
	clear: left;
	min-height: 24px;
}

ul.in-this-section li h3 { font-size: 1em; }
ul.in-this-section li h3 a { color: #000; text-decoration: none; padding-bottom: 4px; }
ul.in-this-section li h3 a:hover { text-decoration: underline; }

ul.related-docs { width: 637px; padding: 5px; float: left; font-size: 1em; padding-bottom: 30px; }
ul.related-docs li { width: 280px; float: left; list-style-type: none; background-position: 0 5px; background-repeat: no-repeat; padding: 7px 0; padding-left: 33px; }

ul.related-docs li.pdf { background-image: url(/resources/img/icons/pdf.gif); }
ul.related-docs li.doc { background-image: url(/resources/img/icons/doc.gif); }
ul.related-docs li.ppt { background-image: url(/resources/img/icons/ppt.gif); }
ul.related-docs li.xls { background-image: url(/resources/img/icons/xls.gif); }
 
ul.related-docs li h4 { font-weight: normal; float: left; margin-right: 2px; font-size: 1em; }
ul.related-docs li h4 a { color: #000; }


/* Where to Go 
--------------------------------*/

body.where-to-go div.content-pod ul.venue-list { margin: 8px 0; width: 657px; float: left; border-bottom: 1px solid #fff; }

body.where-to-go div.content-pod ul.venue-list li { list-style-type: none; margin: 0 0 0 0; border-top: 1px solid #fff; float: left; padding: 7px 10px 5px 10px; width: 637px; }
body.where-to-go div.content-pod ul.venue-list li.alt { background-color: #ADD8FB; }
/*body.where-to-go div.venue-details div.summary { width: 460px; } */
body.where-to-go div.content-pod ul.venue-list li h2, ul.venue-list h2 a { padding: 0 !important; color: #000; text-decoration: none; }
ul.venue-list h2 { font-size: 1.17em; }
body.where-to-go div.content-pod ul.venue-list li h2 a:hover { padding-left: 0; color: #000; text-decoration: underline; }

body.where-to-go div.content-pod ul.venue-list li address { font-style: normal; padding: 0 5px 3px 0; }

body.where-to-go div.content-pod ul.venue-list li p { clear: left; margin-top: 4px; }


/* Events */

body.whats-on-with-content-pod h2 { }

ul.event-details { float: left; clear: left; list-style-type: none; width: 657px; margin: 8px 0; border-bottom: 1px solid #fff; }

ul.event-details li { float: left; clear: left; list-style-type: none; border-top: 1px solid white; padding: 9px 8px; width:641px;}
ul.event-details li.other  
{
	float: left; 
	clear: left; 
	list-style-type: none;
	border-top: 1px solid white;
	padding: 9px 8px 0px 8px; 
	width: 641px;
}
ul.event-details li p { margin-right: 4px; }
ul.event-details li { background-color: #C8EE43; }
body.whats-on-with-content-pod a { color: #007adf; }

ul.event-details li div { float: left; clear: left; width: 641px; overflow: hidden; }

ol.dates-list { float: left; border: 0; margin: 2px 0 0 0; padding: 0; }
ol.dates-list li { border: 0; margin: 0; padding: 0; width: auto; float: left; clear: left; margin-bottom: 6px; }

ul.event-details li h3 { float: left; margin-right: 17px; font-size: 1.20em; }
ul.event-details li h3.other { float: left; margin-right: 17px; font-size: 1.20em; width: 400px; }
ul.event-details li p { float: left; line-height: 1.6em; margin-bottom: 0 !important; }
ul.event-details li.alt { background-color: #C1E833 !important; }
ul.event-details li.first p, ul.event-details li.first h3  { float:none !important; padding-bottom:6px; }

a.slide
{
	float: right;
	clear: none;
	display: block;
	width: 16px;
	height: 19px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999em;
}
a.slide:hover { cursor: pointer; }
a.up { background-image: url(/resources/img/buttons/up.gif); }
a.down { background-image: url(/resources/img/buttons/down.gif); }


div.venue-details { float: left; clear: left; width: 650px; padding-bottom: 10px; }

div.venue-details h2 { clear: left; margin: 0 0 4px 0; }

div.venue-details address { font-style: normal; display: block; float: left; }


div.venue-details dl { float: left; margin-top: 15px; width: 300px; }
div.venue-details dt { clear: left; float: left; width: 90px; margin: 2px 0; font-weight: bold; }

div.venue-details dt.opening-hours { padding: 8px 0 2px 0; float: none; }
div.venue-details dd.opening-hours { width: 200px; position: relative; }
div.venue-details dd.opening-hours p { /* removed for now position: absolute; left: 95px; top: -1.88em; */ width: 300px; clear: left; }

div.venue-details dd { margin: 2px 0; float: left; width: 130px; }

div.venue-details dd.last, div.venue-details dt.last { margin-bottom: 8px; }
div.venue-details dd a { text-decoration: underline; }

div.venue-details dd a:hover { text-decoration: none; }
div.venue-details ul { float: left; margin-top: 20px; }

.venue-details #gmap
{
	float: left;
	width: 320px;
	height: 230px;
	margin-top: 10px;
	overflow:hidden;
}
body.where-to-go .venue-details #gmap { margin-bottom: 10px; overflow:hidden;}
.venue-details .vdetails
{
	margin: 10px 0 0 20px;	
	float: left;
	width: 300px;
}

div.venue-details div.vdetails ul li { float: left; list-style-type: none; margin-right: 26px; }

.has-thumbnail { width: 400px !important; float: left; }

ul.event-list div.summary { float: left; } 

/* Events List */

div.nested-content-pod
{
	margin: 20px 0;
}


.event-list, .featured-event
{
	margin: 3px 0 25px 6px;	
	float: left;
	width: 640px;
}

div.nested-content-pod ul.event-list, body.home div.nested-content-pod .featured-event { margin-top: 0 !important; }
div.nested-content-pod h2 { margin-top: 4px; }

.event-list li
{
	margin: 4px 0;
	position: relative; 
	float: left; 
	width: 633px;	
	list-style-type: none;
	/*min-height: 100px;*/	
}

.event-list h2, .featured-event h2 { padding: 0 !important; font-size: 14px; }
.event-list h2 a, .featured-event h2 a { color: #000; text-decoration: none; margin-bottom: 9px; }
.event-list h2 a:hover, .featured-event h2 a:hover { text-decoration: underline; }

.event-list li h3, .featured-event h3 { font-weight: normal; font-size: 1.08em; margin-bottom: 4px; } 
.event-list li h3 a, .featured-event h3 a { color: #000; text-decoration: none; } 
.event-list li h3 a:hover, .featured-event h3 a:hover { color: #000; text-decoration: underline; } 
.event-list li h3.date, .featured-event h3.date { margin-bottom: 9px; }

.event-list a.thumbnail, .featured-event a.thumbnail
{
	margin: 3px 14px 8px 0; 	float: left;
	display: block;
	position: relative;
	width: 186px;
	height: 146px;
	top: 0;
	left: 0;	
}

#event h2 { clear: left; }

div.thumbnail
 {
	margin: 8px 12px 8px 0; 
	float: left;
	position: relative;
	width: 186px;
	height: 146px;
	text-decoration: none;
}
a.thumbnail { text-decoration: none; } 
 div.thumbnail img
{
	width: 186px;
	height: 146px;
	position: absolute;
	top: 0;
	left: 0;
}

.event-list a.thumbnail span, div.thumbnail span, .featured-event a.thumbnail span
{	
	position: absolute;
	display: block;	
	width: 186px;
	height: 146px;
	background: url(/resources/img/overlays/whats_on.gif) no-repeat top left;
	z-index: 10;
	
	
}
div.thumbnail span, a.thumbnail span
{	
	position: absolute;
	display: block;	
	width: 186px;
	height: 146px;
	background: url(/resources/img/overlays/whats_on.gif) no-repeat top left;
	z-index: 10;
}
body.contacts a.thumbnail span, body.contacts div.thumbnail span { background-image: url(/resources/img/overlays/contact.gif); }
body.help a.thumbnail span, body.help div.thumbnail span { background-image: url(/resources/img/overlays/help.gif); }
body.home a.thumbnail span, body.home div.thumbnail span { background-image: url(/resources/img/overlays/home.gif); }
body.useful-links a.thumbnail span, body.useful-links div.thumbnail span { background-image: url(/resources/img/overlays/links.gif); }
body.my-stuff a.thumbnail span, body.my-stuff div.thumbnail span { background-image: url(/resources/img/overlays/my_stuff.gif); }
body.where-to-go a.thumbnail span, body.where-to-go div.thumbnail span { background-image: url(/resources/img/overlays/where_to_go.gif); }

.event-list a.thumbnail img, .featured-event a.thumbnail img { position: absolute; top: 0; left: 0; z-index: 1; }
a.thumbnail img, a.thumbnail img { position: absolute; top: 0; left: 0; z-index: 1; }


/* Featured Videos */

/* Home */

ul.video-list-home
{	
	background: transparent url(/resources/img/pods/video_pod_top.gif) no-repeat scroll left top;	
	float: left;
	width: 640px;		
	margin: 13px 0 0 6px;
	padding: 25px 0px 15px 0px;
}

span.featured-video-footer
{
	margin-bottom: 25px;
	margin-left: 6px;
	float: left;
	width: 640px;
	display: block;
	height: 6px;
	clear: both;		
	background: url(/resources/img/pods/video_pod_bottom.gif) top left no-repeat;
	overflow: hidden;
}

.video-list-home li
{	
	list-style-type: none;
	display: inline;
	width: 128px;
	float: left;
	margin: 0px 16px;
	
}

.video-list-home li span
{
	float: left;
	color: #FFFEFF;
}

.video-list-home li span.video-overlay
{
	background: url(/resources/img/overlays/128_72_overlay.png) top left no-repeat;
	display: block;
	width: 128px;
	height: 72px;
	position: absolute;	
	z-index: 10;
	cursor: pointer;
	text-decoration: none;
}

.video-list-home li a.title
{
	text-decoration: none;
	color: #FFFEFF;
	float: left;
}

.video-list-home li a.title:hover
{
	text-decoration: underline;
	color: #FFFEFF;
}

.video-list-home li img
{
	width: 128px;
	height: 72px;		
}


/* View */

ul.video-list-view
{
	margin-top: 10px;	
}

.video-list-view li
{	
	list-style-type: none;
	margin-bottom: 10px;	
	float:left;
	width: 654px;
}

.video-list-view li span.video-overlay
{
	background: url(/resources/img/overlays/186_105_overlay.png) top left no-repeat;
	display: block;
	width: 186px;
	height: 105px;
	position: absolute;	
	z-index: 10;
	cursor: pointer;
}

.video-list-view div
{
	margin-left: 10px;	
	float:left;
	width: 450px;
}

.video-list-view li a.title
{
	text-decoration: none;
	color: #000000;
	float: left;
	width: 450px;
}

.video-list-view li a.title:hover
{
	text-decoration: underline;
	color: #000000;
}

.video-list-view li img
{
	width: 186px;
	height: 105px;		
}

.video-list-view a.video-thumbnail
{
	float: left;
	width: 186px;
	text-decoration: none;
}

.video-player-featured
{
	margin-bottom: 15px;
	margin-top: 10px;
}

.featured-video-summary
{
	width: 512px;
}


/* Event Detail */
.video-event-detail
{
	margin: 5px 0 10px 0;
	float: left;
	width: 641px;	
}

.video-event-detail p
{
	margin: 5px 0 10px 0;	
}


/* Venue Detail */
.video-venue-detail
{
	margin: 5px 0 10px 0;
	float: left;
	width: 641px;	
}

.video-venue-detail p
{
	margin: 5px 0 10px 0;	
}


/* Paging */

.paging
{
	margin: 0 0 20px 0;
	clear: both;
	text-align: center;
}

.paging a { color: #000; }
.paging li { display: inline; margin-right: 4px; }
.paging span.active-page { font-weight: bold; }
.paging-results-count { clear: left; padding-left: 10px; margin-top: -3px; font-size: 1.17em; font-weight: bold; }

.showing { margin: 10px 0 7px 14px; font-weight: bold; padding-left: 0; clear: left; font-size: 1.17em; }
.showing-no-margin-left { margin: 10px 0 7px 0; font-weight: bold; padding-left: 0; clear: left; font-size: 1.17em; }
body.where-to-go .showing { margin: 3px 0 -4px 0; }
.mystuff-options { margin: 15px 0 10px 0; }
.mystuff-options input { margin-right: 20px; }


a.download-programme { width: 166px; height: 17px; display: block; margin: 8px 0; }
a.download-programme img { }

body.where-to-go div.venue-details h3 { clear: left; font-size: 1.33em; padding-top: 5px; } 
body.where-to-go div.venue-details p { margin-bottom: 8px;} 


/* =s-content
--------------------------------------------------------------------------*/

.s-content { padding-left: 18px; } 

/* How to Find Stuff */

h2.find-stuff 
{
	width: 220px; 
	text-indent: -9999em; 
	background: url(/resources/img/find_stuff_to_do_near_me.gif) top left no-repeat; 
	height: 60px;
	position: absolute;
	top: -26px;
	left: 25px;
	z-index: 1000;
}

h2.find-venue 
{
	width: 220px; 
	text-indent: -9999em; 
	background: url(/resources/img/find_venues_near_me.gif) top left no-repeat; 
	height: 60px;
	position: absolute;
	top: -26px;
	left: 25px;
}

h2.filter-stuff 
{
	width: 220px; 
	text-indent: -9999em; 
	background: url(/resources/img/filter_stuff_to_do_near_me.gif) top left no-repeat; 
	height: 60px;
	position: absolute;
	top: -26px;
	left: 25px;
	z-index: 1000;
}

h2.filter-venue 
{
	width: 220px; 
	text-indent: -9999em; 
	background: url(/resources/img/filter_venues_near_me.gif) top left no-repeat; 
	height: 60px;
	position: absolute;
	top: -26px;
	left: 25px;
}



/* =Tag Cloud 
--------------------------------------------------------------*/

div#tagcloud { width: 221px; float: left; position: relative; background: url(/resources/img/pods/tag_bottom.gif) bottom left no-repeat; padding-bottom: 7px; margin-top: 11px; margin-left: 11px; margin-bottom: 40px }

div#taglesscloud { width: 221px; float: left; position: relative; padding-bottom: 10px; margin-left: 11px;}

div#tagcloud h2 { margin: 0 0 7px 7px; }

div#tagcloud div.overlay-1, div#taglesscloud div.overlay-1
{
	width: 85px;
	height: 284px;
	position: absolute;
	background: url(/resources/img/pods/timmy.png) top left no-repeat;
	left: -29px;
	top: 29px;
	z-index: 1000;
}
div#tagcloud div.overlay-2, div#taglesscloud div.overlay-2
{
	width: 85px;
	height: 284px;
	position: absolute;
	background: url(/resources/img/pods/timmy_01.png) top left no-repeat;
	left: -29px;
	top: 29px;
	z-index: 1000;
}
div#tagcloud div.overlay-3, div#taglesscloud div.overlay-3
{
	width: 85px;
	height: 284px;
	position: absolute;
	background: url(/resources/img/pods/timmy_02.png) top left no-repeat;
	left: -29px;
	top: 29px;
	z-index: 1000;
}
div#tagcloud div.overlay-4, div#taglesscloud div.overlay-4
{
	width: 85px;
	height: 284px;
	position: absolute;
	background: url(/resources/img/pods/timmy_03.png) top left no-repeat;
	left: -29px;
	top: 29px;
	z-index: 1000;
}

div#tagcloud div.overlay-5, div#taglesscloud div.overlay-5
{
	width: 85px;
	height: 284px;
	position: absolute;
	background: url(/resources/img/pods/timmy_04.png) top left no-repeat;
	left: -29px;
	top: 29px;
	z-index: 1000;
}

div#taglesscloud div.overlay-1, div#taglesscloud div.overlay-2, div#taglesscloud div.overlay-3, div#taglesscloud div.overlay-4, div#taglesscloud div.overlay-5
{
	top:-11px;
}

#tagcloud ol 
{
	width: 147px;
	padding: 14px 14px 0 60px;
	background: url(/resources/img/pods/tag_top.gif) top left no-repeat;
	min-height: 130px;
	text-align: center;
}

#tagcloud li { list-style-type: none; display: inline; margin: 8px; }
#tagcloud li a { color: #fff; font-weight: bold; text-decoration: none; }
#tagcloud li a:hover { text-decoration: underline; }

/*#tagcloud li a.size0 { font-size: 0.83em; }
#tagcloud li a.size1 { font-size: 1.08em; }
#tagcloud li a.size2 { font-size: 1em; }
#tagcloud li a.size3 { font-size: 1.67em; }
#tagcloud li a.size4 { font-size: 2.17em; }
#tagcloud li a.size5 { font-size: 2.50em; }*/

#tagcloud li a.size0 { font-size: 0.83em; }
#tagcloud li a.size1 { font-size: 1.08em; }
#tagcloud li a.size2 { font-size: 1.17em; }
#tagcloud li a.size3 { font-size: 1.33em; }
#tagcloud li a.size4 { font-size: 1.50em; }
#tagcloud li a.size5 { font-size: 1.8em; }



.no-tags { padding: 14px 14px 10px 50px; background: url(/resources/img/pods/tag_top.gif) top left no-repeat; }

.accessibility { display: none; }

.age-range { margin: 0 0 20px 11px !important; float: left; clear: both; width: 221px;}

.age-range-intro { float: right; margin: 10px 0 0 2px; font-size: 1em; width: 160px; }
.current-age-range { float: right; font-size: 1.17em; font-weight: bold; display: block; margin: 0 0 0 2px; width: 160px; clear: both; }

body.contacts .age-range, body.help .age-range, body.my-stuff .age-range, body.useful-links .age-range { margin: 0 0 0 11px; }

/* =footer
--------------------------------------------------------------------------*/

#footer 
{
	width: 661px;
	border-top: 1px solid #7d9e06; 
	margin-top: 25px; 
	padding: 5px 10px; 
	clear: both; 
	float: left;
	margin-left: 284px;
}
#footer a { color: #7d9e06; text-decoration: none;}
#footer a:hover { text-decoration: underline; }


#footer p { color: #7d9e06; }


/* ==Holding Page
---------------------*/

div.holdingcontainer { width: 687px; font-size: 0.75em; }

div.content { width: 687px; margin-top: 15px; font-size: 1em; position: relative; float: left; }

div.holdingcontainer div.content div.freeform { width: 280px; float: left; }

ul.selection-1, ul.selection-2, ul.selection-3, ul.selection-4 , ul.selection-5
{
	width: 236px; 
	font-size: 1em;
	height: 279px; 
	padding-left: 140px; 
	background: url(/resources/img/pods/timmy.png) top left no-repeat;
	float: left;
	margin-right: 18px;
}
ul.selection-2 { background-image: url(/resources/img/pods/timmy_01.png); }
ul.selection-3 { background-image: url(/resources/img/pods/timmy_02.png); }
ul.selection-4 { background-image: url(/resources/img/pods/timmy_03.png); }
ul.selection-5 { background-image: url(/resources/img/pods/timmy_04.png); }

ul.selection-1 li, ul.selection-2 li, ul.selection-3 li, ul.selection-4 li, ul.selection-5 li { list-style-type: none; margin-top: 3px; }

ul.selection-1 li.remember, ul.selection-2 li.remember, ul.selection-3 li.remember, ul.selection-4 li.remember, ul.selection-5 li.remember  { margin: 5px 0; }
ul.selection-1 li.remember label, ul.selection-2 li.remember label, ul.selection-3 li.remember label, ul.selection-4 li.remember label, ul.selection-5 li.remember label  { margin-left: 6px; }

div.holdingcontainer div#footer { float: left !important; font-size: 1em; margin-left: 0; }


/* Providers */

body.providers ol.download-reports { list-style-type: none; border-bottom: 1px solid #fff; }

ol.download-reports li 
{
	width: 612px; 
	border-top: 1px solid #fff; 
	padding: 10px 10px 10px 35px; 
	background: #C8EE43 url(/resources/icons/calendar.gif) left 4px no-repeat;
}
ol.download-reports li.event-ranked { background-image: url(/resources/icons/calendar_star.gif); background-color: #C1E833; }
ol.download-reports li h3 { font-size: 14px; padding: 0 0 4px 0; }
ol.download-reports li h3 a { color: #000; text-decoration: none; }
ol.download-reports li h3 a:hover { text-decoration: underline; }

ol.download-reports li p { }


/* Providers Pod */

div.venues, div.events 
{
	background: url(/resources/img/pods/providers-bottom.gif) no-repeat scroll left top;
	float: left;
	padding: 14px;
	margin-bottom: 0;
	width: 213px;
	min-height: 55px;
	margin-bottom: 10px;
	position: relative;
}

div.venues a.add , div.events a.add { position: absolute; top: 2px; right: 0; }

div.venues ul , div.events ul { list-style-type: none; background: url(/resources/img/pods/providers_top.gif) top left no-repeat; }

div.venues ul li, div.events ul li { padding-left: 10px; font-size: 1em; }
div.venues ul li a, div.events ul li a { background: url(/resources/buttons/delete.gif) 0 3px no-repeat; color: #fff; font-weight: bold;  }


/* Added by Danny 15/05/08 - Featured Event Pods Update */

h2.featured-events { margin-left: 0; }
h2.upcoming-events { margin-left: 16px; }

ul.featured-events { margin-left: 6px !important; }
ul.featured-events li { width: 640px; float: left; margin: 10px 0; }
ul.featured-events li div.featured-event-content
{
	width: 620px;
	background: url(/resources/img/pods/top.gif) top left no-repeat; 
	padding: 10px 10px 2px 10px;
	float: left;
}
ul.featured-events li div.featured-event-content div.summary { width: 614px; padding-right: 10px; padding-bottom: 5px; } 
ul.featured-events li span.featured-event-footer 
{
	clear: both;
	float: left;
	width: 620px;
	display: block;
	padding-left: 10px !important; 
	padding-right: 10px !important;
	background: url(/resources/img/pods/bottom.gif) bottom left no-repeat;
	height: 4px;
	overflow: hidden;
}

.adverts { margin: 1px 0 13px 11px; display: block; width: 221px; height: 126px; float: left; clear: both; position: relative; }

/*body.home */
.event-list { margin-left: 16px; position: relative; display: inline; }

body.where-to-go .event-list, body.whats-on .event-list, body.my-stuff .event-list { margin-left: 0 !important; }

/*Added Connections Logo

div.connections { width: 221px; float: left; margin: 30px 0 20px 11px; }
div.connections a img { float: right; margin-bottom: 4px; }
div.connections p.slogan { display: block; text-align: right; width: 221px; }*/

div.connections { width: 221px; clear: both; position: relative; display: block; margin: 0 0 20px 11px; }
div.connections a img { float: right; margin: 0 0 4px 0; }
div.connections p.slogan { display: block; text-align: right; width: 221px; }
