/*
Theme Name: Sandbox
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* MAIN NAVIGATION (CHANNELS) */
#nav_main {
	position: relative;
	top: 102px;
	float: right;
	margin-right: 13px;
	width: 800px;
	height: 140px;
	text-align: right;
}

#topnav {
	display: block;
	float: right;
	width: 275px;
	margin: 0px;
	margin-right: 10px;
	text-align: right;
}

#topnav .street a {
	width: 115px;
	height: 40px;
	background: url('images/street_team.png') no-repeat 0 0;
}
#topnav .street a:hover {
	background: url('images/street_team_hover.png') no-repeat 0 0;
}
#topnav .contact a {
	width: 75px;
	height: 40px;
	background: url('images/contact.png') no-repeat 0 0;
}
#topnav .contact a:hover {
	background: url('images/contact_hover.png') no-repeat 0 0;
}

#topnav img {
	margin: 0 -1px;
}

#topnav ul {
	float: right;
	height: 40px;
	margin: 0px;
	margin-top: 2px;
	margin-right: 5px;
	padding: 0;
	list-style-type: none;
}

#topnav ul li {
	display: inline;
	float: left;
}

#topnav ul li a {
	display: block;
}

#nav_sub {
	position: relative;
	z-index: 10;
	left: -115px;
	float: right;
	margin-top: 8px;
	height: 20px;
	width: 527px;
	text-align: left;
}

#nav_sub ul {
	margin: 0px auto;
	padding: 0;
	height: 20px;
	list-style-type: none;
}
#nav_sub ul li {
	float: left;
	border-left: 1px solid #1f4793;
	border-right: 1px solid #8fa3c9;
}
#nav_sub ul li#nav_event { border-left: none; }
#nav_sub ul li#nav_about { border-right: none; }

#nav_sub ul li a {
	display: block;
	height: 20px;
}

#nav_sub ul ul {
	position: absolute;
	z-index: 500;
}

#nav_sub ul ul li {
	display: none;
	float: none;
	position: relative;
	border: 1px solid #333;
	margin: 0 0 -1px 0;
}

#nav_sub ul li:hover ul li,
#nav_sub ul li:hover ul,
#nav_sub ul ul li:hover ul
{ display: block; }

#nav_sub ul ul li a {
	width: 110px;
	height: auto;
	background: #FFF;
	padding: 5px;
	font-size: 1em;
	border: none;
}
#nav_sub ul ul li a:hover {
	background: #AAA;
	text-decoration: none;
}

#nav_event a {
	width: 88px;
	background: url('images/event_info_nav.png') no-repeat 0 0;
}
#nav_event a:hover {
	background: url('images/event_info_nav_hover.png') no-repeat 0 0;
}

#nav_music a {
	width: 61px;
	background: url('images/music_nav.png') no-repeat 0 0;
}
#nav_music a:hover {
	background: url('images/music_nav_hover.png') no-repeat 0 0;
}

#nav_tickets a {
	width: 69px;
	background: url('images/tickets_nav.png') no-repeat 0 0;
}
#nav_tickets a:hover {
	background: url('images/tickets_nav_hover.png') no-repeat 0 0;
}

#nav_store a {
	width: 61px;
	background: url('images/store_nav.png') no-repeat 0 0;
}
#nav_store a:hover {
	background: url('images/store_nav_hover.png') no-repeat 0 0;
}
#nav_explore a {
	width: 80px;
	background: url('images/explore_nav.png') no-repeat 0 0;
}
#nav_explore a:hover {
	background: url('images/explore_nav_hover.png') no-repeat 0 0;
}
#nav_partners a {
	width: 86px;
	background: url('images/partners_nav.png') no-repeat 0 0;
}
#nav_partners a:hover {
	background: url('images/partners_nav_hover.png') no-repeat 0 0;
}
#nav_about a {
	width: 70px;
	background: url('images/about_nav.png') no-repeat 0 0;
}
#nav_about a:hover {
	background: url('images/about_nav_hover.png') no-repeat 0 0;
}