/*--------------------------------------------------------------------------------------------------*/
/* REDEFINE TAGS																					*/
/*--------------------------------------------------------------------------------------------------*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

body {
	line-height: 1;
	color: #fff;
	background: #000;
	}

a {
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: inherit;
	}

p {
	margin: 0 0 10px 0;
	line-height: 1.25em;
	color: #fff;
	background: inherit;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
table,
td { border: none; }

td { vertical-align: top; }

th,
td,
caption {
	text-align: left;
	font-weight: normal;
}

input,
textarea {
	padding: 3px 0 0 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	color: #000;
	margin: 10px 0 0 85px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	input.text {
		height: 16px;
		width: 180px;
		padding: 1px 0 0 2px;
		border: none;
		background: #fff url(images/input-bg.gif) repeat-x top left;
		}
	input.radioBtn {
		width: auto;
		margin: 13px 0 0 85px;
		border: none;
		}
	
label {
	position: absolute;
	width: 80px;
	margin: 10px 0 0 0;
	padding: 4px 0 0 0;
	text-align:right;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--------------------------------------------------------------------------------------------------*/
/* GENERAL CLASSES																					*/
/*--------------------------------------------------------------------------------------------------*/
.clear {
	display: block;
	clear: both;
	height: 0px;
	font-size: 0px;
	}
.col {
	float: left;
	width: 230px;
	margin-right: 15px;
	}
/*--------------------------------------------------------------------------------------------------*/
/* LAYOUT																							*/
/*--------------------------------------------------------------------------------------------------*/
/* MAIN CONTAINER
------------------------------------------------------------------*/
#page {
	width: 800px;
	margin: 10px auto;
	}

/* HEADER
------------------------------------------------------------------*/
#header {
	position: relative;
	width: 778px;
	margin: 0 0 20px 20px
	}

	#header li {
		display: inline;
		float: left;
		height: 20px;
		padding: 0 10px 0 0;
		list-style-type: none;
		background: #000 right top no-repeat;
		color: #fff;
		}
	#header li.last {
		padding: 0;
		background: none;
		}

		#header li a {
			display: block;
			height: 22px;
			background: #000 no-repeat;
			}

	/* #header #locationMenu
	-------------------------------------------------------------*/
	#header #locationMenu {
		display: block;
		height: 30px;
		float: right;
		}

		#header #locationMenu li { background-image: url(../images/locationbar/location_spacer.jpg); }

			#header #locationMenu li a#islington {
				width: 107px;
				background: url(../images/locationbar/social_islington.jpg);
				}
			#header #locationMenu li a#nottingham {
				width: 124px;
				background: url(../images/locationbar/social_nottingham.jpg);
				}

	/* #header #mainMenu
	-------------------------------------------------------------*/
	#header #mainMenu {
		position: absolute;
		right: 0;
		bottom: 3px;
		}

		#header #mainMenu li { background-image: url(../images/navbar/navbar_spacer.jpg); }
			#header #mainMenu li.active a,
			#header #mainMenu li a:hover { background-position: 0px -22px}

				#header #mainMenu li a#news {
					width: 55px;
					background-image: url(../images/navbar/news.jpg);
					}
				#header #mainMenu li a#calendar {
					width: 85px;
					background-image: url(../images/navbar/calendar.jpg);
					}
				#header #mainMenu li a#story {
					width: 90px;
					background-image: url(../images/navbar/story.jpg);
					}
				#header #mainMenu li a#menu {
					width: 55px;
					background-image: url(../images/navbar/menu.jpg);
					}
				#header #mainMenu li a#gallery {
					width: 70px;
					background-image: url(../images/navbar/gallery.jpg);
					}
				#header #mainMenu li a#membership {
					width: 112px;
					background-image: url(../images/navbar/membership.jpg);
					}
				#header #mainMenu li a#links {
					width: 53px;
					background-image: url(../images/navbar/links.jpg);
					}


	/* #header #search
	-------------------------------------------------------------*/
	#header #search { display: none; }

/* MAIN: #main
--------------------------------------------------------------------------------------------------------*/
#main {}

	/* CONTENT: #main #content
	---------------------------------------------------------------------------------------*/
	#content {
		float: left;
		background: #000 center center no-repeat;
		}
	
		#home #content,
		#calendar #content,
		#contact #content { width: 602px; }
	
		#news #content,
		#menu #content,
		#story #content,
		#membership #content,
		#links #content { width: 276px; }
	
		#gallery #content { width: 800px; }
	
		#news #content { background-image: url(../../../images/news.jpg); }
		#menu #content { background-image: url(../../../images/menu.jpg); }
		#story #content { background-image: url(../../../images/story.jpg); }
		#gallery #content { background-image: none; }
		#membership #content { background-image: url(../../../images/flyer.jpg); }
		#links #content { background-image: url(../../../images/links.jpg); }
	
	/* SIDEBAR: #main #sidebar
	---------------------------------------------------------------------------------------*/
	#sidebar {
		float: right;
		margin: 0 0 0 10px;
		}
		
		/* Width -------------------------*/
		#home #sidebar,
		#calendar #sidebar,
		#contact #sidebar { width: 188px; }
		#news #sidebar,
		#membership #sidebar,
		#menu #sidebar,
		#story #sidebar,
		#links #sidebar { width: 510px; }
		
		/* Height ------------------------*/
		#calendar #sidebar { height: 487px; }
		#menu #sidebar {
			height: 410px;
			overflow: auto;
			}
	
		#sidebar h1 {
			height: auto;
			padding: 0 0 10px 0;
			font-size: 16px;
			color: #ffff00;
			}
		#sidebar h2 {
			height: auto;
			padding: 0 0 5px 0;
			font-size: 14px;
			color: #ffff00;
			}

		#sidebar a {
			color: #ff0;
			background: #000;
			}
			#sidebar a:hover { text-decoration: underline; }
		
			#sidebar a.eventAdminBtn {
				display: block;
				float: right;
				padding: 0 5px;
			    border-right: 1px solid;
			    font: normal 10px/15px sans-serif;
				color: #000;
				background: transparent url(../../../modules/quick_edit/images/link_bg.png) top left repeat-x;
				-moz-opacity: 0.5;
			    opacity: 0.5;
			    }
			#sidebar a.eventAdminBtn:hover {
				-moz-opacity: 1;
			    opacity: 0.999;
			    text-decoration: none;
			    }
		
		#sidebar .eventContent {
			/*line-height: 1.5em;
			font-size: 11px;*/
			}
			#sidebar .eventContent p { margin: 0 0 5px 0; }
		
		#sidebar p.info { font-weight: 800; }
		
		#sidebar .details {
			height: 100%
			/*overflow: auto;
			*/
			}
		#sidebar .details p {
			line-height: 1.5em;
			font-size: 11px;
			}
		

/* FOOTER: #footer
----------------------------------------------------------------------------------------------------*/
#footer {
	float: left;
	width: 276px;;
	margin: 15px 0 0 0;
	}

	#footer a {
		display: block;
		height: 20px;
		margin: 10px 0 0 0;
		font-size: 18px;
		font-weight: 800;
		color: #fff;
		background: #000 0px 0px no-repeat;
		}
		
	#footer a:hover { 
		color: #ffff00;
		background-position: 0px -22px;
		}
		
		#footer a#membership { background-image: url(../images/footer/mailing_membership.jpg); }
		#footer a#contact { background-image: url(../images/footer/contact_find.jpg); }


/*--------------------------------------------------------------------------------------------------*/
/* PAGE SPECIFIC STYLES																				*/
/*--------------------------------------------------------------------------------------------------*/
/* Home: #content #flyer
-------------------------------------------------------------*/
#home table#flyer {
	background: #000 url(../../../images/flyer.jpg) center center no-repeat;
	}
	#home table#flyer td {
		width: 85px;
		height: 85px;
		border: 2px solid #000; }
	#home table#flyer td.none { background: #000; }

/* Story & Menu: #content .menuItem
-------------------------------------------------------------*/
.menuItem {
	float: left;
	width: 90px;
	height: 80px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: none;
	}

	.menuItem span {
		display: block;
		height: 25px;
		margin: 52px 0 0 0;
		padding: 3px 0 0 2px;
		font-size: 10px;
		font-weight: normal;
		color: #fff;
		background: #000;
		}

	a.menuItem:hover span {
		color: #000;
		background: #ffff00;
		}

/* Calendar
-------------------------------------------------------------*/
#monthNav { text-align: center; }
	
	#monthNav h1 {
		display: inline;
		padding: 0 0 0 20px;
		text-align: center;
		font-size: 20px;
		font-weight: 800;
		visibility: visible;
		color: #fff;
		background: inherit;
		}
	
/* EVents listing table
-------------------------------------*/
.calMonth {
	width: 595px;
	margin: 10px 0 0 0;
	}

	.calMonth td {
		width: 85px;
		height: 85px;
		border: 1px solid #000;
		}

		.calMonth td.calMonthHeader {
			width: 85px;
			height: 20px;
			border: none;
			text-align: center;
			font-size: 12px;
			font-weight: 800;
			color: #fff;
			background: #000;
			}
		.calMonth td.calTD { background: none; }
		.calMonth td.calTDToday {}
		.calMonth td.calTDNone { background: #000; }
	
	/* Event links
	--------------------------------*/
	.old {
		/*-moz-opacity: 0.5;
   		opacity: 0.5;*/
		}
	.day {	
		position: relative;
		width: 85px;
		height: 85px;
		color: #fff;
		background-repeat: no-repeat;
		}
	.day a { font: normal 10px sans-serif; }
	.day a.viewDate,
	.day a.bdelete,
	.day a.bnew {
		position: absolute;
		z-index: 2;
		top: 0;
		width: 14px;
		height: 12px;
		border-bottom: 1px solid #000;
		text-align: center;
	}
	.day .bdelete {
		border-right: 1px solid #000;
		color: #fff;
		background: #f00;
		}
	.day a.bnew {
		right: 14px;
		color: #fff;
		background: #fff url(../../../snippets/calendar/images/icon_new.png) center center no-repeat;
		}
		.day a.bnew:hover { background-color: #000; }
	.day a.viewDate { 
		right: 0;
		border-left: 1px solid #333;
		color: #000;
		background: #fff;
		}
	.day a.css {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: none;
		}
		.day a.css span {
			position: absolute;
			bottom: 0;
			width: 83px;
			height: 30px;
			padding: 0 0 0 2px;
			font: normal 10px sans-serif; 
			color: #fff;
			background: #000;
			}
		.calTDToday .day a.viewDate,
		.calTDToday .day a.css span,
		.day a.css:hover span {
			color:#000;
			background: #ff0;
			}

		/* Category
		-------------------------------------*/
		.cssEvents {
			color: #000;
			background:#cff;
			}
		.cssSpecialEvents { background:#fcf; }
		.cssBirthday { background:#ffc; }
		
		div.eventData { display: none; }		

/* MENU
-------------------------------------------------------------*/
/* Menu: generated content
------------------------------------*/
#menu #sidebar p {
	margin: 0;
	color: #ffff00;
	}
	#menu #sidebar p.subheader {
		font-size: 14px;
		font-weight: 800;
		}

#menu #sidebar ul {
	margin: 0 0 10px 0;
	padding:  0;
	}

#menu #sidebar li {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 800;
	list-style-type: none;
	}
	#menu #sidebar li blockquote {
		display: block;
		margin: 0 0 0 20px;
		font-style: italic;
		font-weight: normal;
		}
	#menu #sidebar li ul {
		margin: 0 0 0 30px;
		padding:  0;
		}
		#menu #sidebar li ul li {
			margin: 5px 0 0 0;
			padding: 0;
			list-style-type: square;
			font-weight: normal;
			}

	#menu #sidebar .price {
		position: absolute;
		right: 0;
		}

#menu #menuChildren { display: none; }

/* NEWS
-------------------------------------------------------------*/
.news_item {
	margin: 10px 0 0 0;
	}
.news_item h3 {
	height: 20px;
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-weight: 800;
	color: #ff0;
	}
.news_documentInfo { margin: 0 0 5px 0 }
a.news_link {
	display: block;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #333;
	text-align: right;
	font-size: 10px;
	}
	
/* CONTACT
-------------------------------------------------------------*/
#map {
	width: 602px;
	height: 487px;
	}
	
/* MEMBERSHIP
-------------------------------------------------------------*/
#member_apply {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #666;
	}
	#member_apply ul { margin: 0 0 20px 20px; }
	#member_apply li {
		margin: 10px 0 0 0;
		line-height: 1.5em;
		}
#feedback { font-size: 0px; }