/**
 * Created by: MHinchliffe
 * Modified: 13-Aug-2010
 *
 * Contents:
 * 1.	Reset
 * 2.	Body
 * 3.	Block elements
 * 4.	Inline elements
 * 5.	Shared classes
 * 6.	Forms
 * 7.	Layout
 * 8.	Header
 * 9.	Main content
 * 10.	Footer
 * 11.	Tabs
 * 12.  Element specific
 */

/* 1. Reset */
html * {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	border: none;
	outline: none;
	text-decoration: none
}

/* 2. Body */
body {
	font: normal normal normal 12px Arial, Helvetica, sans-serif;
	color: #0E0E0E;
	background: #eee;
}

/* 3. Block elements */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
	h1 {
		height: 50px;
		font-family: NeoSans, Arial, Helvetica, sans-serif;
		font-size: 25px;
		line-height: 50px;
		color: #d32b1e;
	}
	h2 {
		font-family: NeoSans, Arial, Helvetica, sans-serif;
		font-size: 22px;
		height: 30px;
		line-height: 30px
	}
	h3 {
		margin-bottom: 15px;
		font-family: NeoSans, Arial, Helvetica, sans-serif;
		font-size: 20px;
		height: 30px;
		line-height: 30px;
		overflow: hidden
	}
	h4, h5, h6 {
		font-size: 16px;
		height: 30px;
		line-height: 30px
	}
	h1 a, h2 a, h3 a {
		font-weight: inherit
	}

p {
	margin-bottom: 15px;
	line-height: 15px;
	text-align: justify
}

ul, ol {
	margin: 0 0 15px 35px
}
	ul {
		list-style-type: disc
	}
	ol {
		list-style-type: lower-roman
	}
	li {
		line-height: 15px
	}

dl {
	margin-top: 15px
}

address {
	font-style: normal;
	line-height: 15px
}

table {
	width: 100%;
	border-collapse: collapse
}
	th, td {
		padding: 12px 16px;
		text-align: left;
		vertical-align: top
	}
	thead th {
		background: #ecf6f8;
	}
	tbody td {
		background: #f3f3f3;
		border-top: 1px solid #fff;
		line-height: 15px
	}
		td h3 {
			padding: 0;
			margin: 0;
			height: auto;
			line-height: 1.5em;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #0E0E0E;
		}
		
		td.event {
			color: #bebebe;
		}
		
		td.event .event-details {
			color: #0E0E0E;
		}

	tbody tr:nth-child(even) td { /* Separate to above to remove IE confusion */
		background: #ecf6f8;
	}
	
	tbody tr.featured-event td.event {
			min-height: 32px;
			padding-right: 160px;
			background-image: url(../img/bg_featured.gif); 
			background-position: right 10px; 
			background-repeat: no-repeat;
	}

.eventLogo {float:right; /*padding:10px; background:#fff; border:solid 1px #e2ecee;*/}

/* 4. Inline elements */
small {
	font-size: 11px
}
big {
	font-size: 14px
}

a {
	color: #D42A20;
	text-decoration: none
}
	a:hover {
		text-decoration: underline
	}

/* 5. Shared classes */
.left {
	text-align: left
}
.centre {
	text-align: center
}
.right {
	text-align: right
}

.replace {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent no-repeat
}

.hide {
	display: none
}

.float-left {
	float: left
}
	img.float-left {
		margin: 0 10px 5px 0
	}
.float-right {
	float: right
}
	img.float-right {
		margin: 0 0 5px 10px
	}
.clear {
	clear: both;
	float: none;
	width: 100%;
	height: 0;
	overflow: hidden
}

/* 6. Forms */
input.text, input.password, select {
	margin: 5px 8px 4px 0;
	padding: 4px;
	height: 15px;
	font: inherit;
	border: 1px solid #ccc
}
	select {
		padding: 2px;
		height: 28px;
		line-height: 28px
	}
	option {
		padding: 4px;
	}
	input.text:focus, input.password:focus, select:focus {
		border-color: #999
	}

button {
	background: none;
	cursor: pointer;
	overflow: visible;
}
	button::-moz-focus-inner {
		border: 0;
		padding: 0
	}

/* 7. Layout */
#page {
	background: url(../img/bg_page.gif) 0 0 repeat-x;
}
.container {
	margin: 0 auto;
	padding: 0;
	width: 950px
}

.boxed {
	position: relative;
	margin-bottom: 25px;
	padding: 20px;
	background: #fff;
	min-height: 1px;
	_height: 1px;
}
	.box_foot {
		display: none;
	}

/* 8. Header */
#header {
	padding-top: 34px;
	margin-bottom: 19px;
	width: 950px;
	height: 70px;
}

	#logo {
		width: 466px;
		height: 60px;
		background-image: url(../img/bg_logo.gif)
	}

	#follow {
		color: #fff;
	}
		#follow span {
			display: block;
			padding: 0 0 10px;
			font-family: NeoSans, Arial, Helvetica, sans-serif;
			font-size: 15px;
			text-transform: uppercase;
			text-align: right;
	}
		.social {
			float: right;
			display: block;
			margin: 0 0 0 5px;
			width: 24px;
			height: 24px;
		}
		#facebook {
			background-image: url(../img/icon_facebook.gif)
		}
		#twitter {
			background-image: url(../img/icon_twitter.gif)
		}
		#rss {
			background-image: url(../img/icon_rss.gif)
		}

/* 9. Main */
#main {
	padding: 20px 0;
}

#title {
	margin: 0;
	padding: 0;
}

#existing-users, #new-users {
	height: 165px
}

#existing-users {
	width: 528px;
	position: relative;
}
	#emailinput, #passwordinput {
		width: 155px;
	}
	#user-login .replace {
		width: 109px;
		height: 34px;
		background-image: url(../img/btn_signin.gif)
	}
	#RememberLogin {
		margin-left: 5px
	}
	#existing-users .login-error {
		color: #f00;
		position: absolute;
		right: 15px;
		top: 60px;
	}

#new-users {
	margin-left: 20px;
	width: 322px
}
	#register {
		width: 109px;
		height: 34px;
		background-image: url(../img/btn_register.gif)
	}

	.login fieldset {
		padding: 10px 0;
		margin: 0 0 10px;
		border-top: 1px solid #EDEDED;
		border-bottom: 1px solid #EDEDED;
	}
	
	.login p {
		font-size: 15px;
		color: #6EA8B6;
	}

#banner-ads {
	margin-bottom: 25px
}

#SearchSubmitButton .replace {
	width: 109px;
	height: 34px;
	background-image: url(../img/btn_search.gif)
}

#list-view {
	display: block;
	margin-left: 15px;
	height: 30px;
	line-height: 30px
}

#list-alphabet {
	margin: 15px auto;
	padding: 0;
	height: 15px;
	list-style-type: none
}
	#list-alphabet li {
		float: left;
		display: inline
	}
	#list-alphabet a {
		display: block;
		padding: 2px 4px;
		text-transform: uppercase
	}

/* 10. Footer */
#footer {
	padding: 0 0 30px;
	min-height: 30px;
}
	#footer p {
		margin:0;
		padding: 0 125px;
	}

/* 11. Tabs */
#EventsBrowseTabs {
	margin: 20px 0 10px;
	height: 45px;
	list-style-type: none outside;
	background: url(../img/bg_tabs.gif) 0 0 repeat-x;
}
	#EventsBrowseTabs li {
		display: inline;
		float: left
	}
	#EventsBrowseTabs a {
		display: block;
		padding: 0 40px 9px;
		height: 36px;
		line-height: 36px;
		font-family: NeoSans, Arial, Helvetica, sans-serif;
		font-size: 16px;
		text-decoration: none;
		text-align: center;
		color: #666;
		background: url(../img/bg_tabs_item.gif) left top no-repeat;
	}
	#EventsBrowseTabs .view_all_tab a {
		background: none;
	}
	#EventsBrowseTabs .active_tab_link a {
		color: #fff;
		background: url(../img/bg_tabs_active.gif) center top no-repeat;
	}
	
/* Element specific */
#filter-table label span {vertical-align: top; display: inline-block; line-height: 28px; *line-height: 20px;}
#filter-table select {margin: 0;}


/* Fonts */
@font-face {
	font-family:'NeoSans'; font-weight:normal; font-style:normal;
	src:url('../fonts/neosansstd-medium-webfont.eot');
	src:local('?'), url('../fonts/neosansstd-medium-webfont.woff') format('woff'), 
	url('../fonts/neosansstd-medium-webfont.ttf') format('truetype'), 
	url('../fonts/neosansstd-medium-webfont.svg#webfontjqloIWBc') format('svg');
}
