/*------------------------------------------------------------
	Best of London
	2006-09-11
	Mettic.net
	
	Navigation Styles
------------------------------------------------------------*/

#header ul {
	position: absolute;
	top: 10px;
	right: 25px;
}

#header ul li {
	margin: 0 0 0 0.2em;
	display: inline;
}

#header a#login, #header a#logout {
	padding: 5px 25px 5px 0;
	background: url(../img/icon_login.gif) no-repeat right center;
}

#header a#register {
	padding: 5px 25px 5px 0;
	background: url(../img/icon_register.gif) no-repeat right center;
}


#header a#myevents {
	padding: 5px 25px 5px 0;
	background: url(../img/icon_myevents.gif) no-repeat right center;
}

#header a#profile {
	padding: 5px 25px 5px 0;
	background: url(../img/icon_profile.gif) no-repeat right center;
}


#nav {
	width: 653px;
	height: 49px;
	float: left;
	margin: 10px 25px 0 25px;
	display: inline; /*Fix: Fixes IE double float margin bug*/
	padding: 0 0 0 7px;
	list-style: none;
	background: #2b84c0 url(../img/nav_bg.gif) no-repeat left top;
	font-size: 1.1em;
	font-weight: 600;
}

#nav a {
	color: white;
	text-decoration: none;
}

#nav li {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 15px 0 15px;
	border-right: 2px solid white;
}

#nav li.lastlist {
	border: none;
}

/*Navigation states*/
body#home #navhome a {
	text-decoration: underline;
}

body#signup #navsignup a {
	text-decoration: underline;
}

body#eventlisting #navevent a {
	text-decoration: underline;
}

body#contact #navcontact a {
	text-decoration: underline;
}

body#venuelist #navvenues a {
	text-decoration: underline;
}

body#venue_detail #navvenues a {
	text-decoration: underline;
}

body#about #navabout a {
	text-decoration: underline;
}

/*Event Navigation*/
.weeknav {
	clear: both;
	list-style: none;
	font-weight: bold;
	overflow: auto;
}

.weeknav a {
	text-decoration: none;
}

.weeknav ul {
	list-style: none;
}

.weeknav ul li {
	display: inline;
	color: #666;
}

.weeknav ul li.current a {
	color: #1594ea;
	text-decoration: underline;
}

.weeknav .previous {
	float: left;
	margin: 0 0 0 10px;
	width: 140px;
	display: inline;
	color: #666;
}


.weeknav .pages {
	float: left;
	width: 360px;
	text-align: center;
}

.weeknav .next {
	float: right;
	margin: 0 10px 0 0;
	display: block;
	width: 140px;
	text-align: right;
	display: inline;
	color: #666;
}

#maincontent .weeknav .next img {
	margin: 0;
}

#maincontent .weeknav .previous img {
	margin: 0;
}

/*A-Z NAV LIST*/
ul.azlist {
	width: 100%;
	margin: 10px 0 10px 0;
	text-align: center;
}

ul.azlist li {
	display: inline;
}

ul.azlist li a {
	text-decoration: none;
}

ul.azlist li.current a {
	text-decoration: underline;
	font-weight: bold;
}

/*AREA NAV LIST*/
ul#areas {
	margin: 0.8em 0 0 0;
	width: 100%;
	font-size: 1.1em;
	text-align: center;
}

ul#areas li {
	margin: 0 5px 0 5px;
	display: inline;
}

ul#areas li a {
	text-decoration: none;
}

ul#areas li.current a {
	text-decoration: underline;
	font-weight: bold;
}

/*ABOUT NAV LIST*/
ul#aboutNav
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #036;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
}

ul#aboutNav li { display: inline; }

ul#aboutNav li a
{
text-decoration: none;
background-color: #036;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

ul#aboutNav li a:hover
{
background-color: #369;
color: #fff;
}


