/* nav-dropdown */

#nav-dropdown-wrap {
	height: 64px;
	background-color: #fff;
}

#nav-dropdown {
	width: 1024px;
	height: 64px;
	margin: auto;
	background-color: #fff;
}

#nav-dropdown h1 {
	margin: 0;
}

#nav-dropdown a#nav-dropdown-logo {
	width: 256px;
	height: 64px;
	background: url(/images/logo-256-64.png) center left no-repeat;
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	float: left;
}

#nav-dropdown a#nav-dropdown-logo span {
	display: none;
}

#nav-dropdown-user {
	width: 654px;
	height: 24px;
	float: right;
	margin: 8px 8px 0 0;
	text-align: right;
}


#nav-dropdown-user-links span {
	display: block;
	padding-top: 3px;
}

#nav-dropdown-user a {
	color: #000;
	text-decoration: none;
}

#nav-dropdown-user a:hover {
	text-decoration: underline;
}

#nav-dropdown-twitter-link {
	display: inline;
	width: 140px;
	height: 22px;
	background: 000;
	float: left;
	margin: 0 0 0 16px;
	text-align: right;
	font-size: 9pt;
	text-decoration: none;
}

#nav-dropdown-twitter-link a {
	display: block;
	height: 22px;
	color: #444;
	background: url(/images/twitter16.png) center left no-repeat;
}

#nav-dropdown-twitter-link a span {
	display: block;
	padding: 3px 4px 0 0;	
}


#nav-dropdown-iphone-link {
	display: inline;
	width: 180px;
	height: 22px;
	background: 000;
	float: left;
	margin: 0 0 0 0;
	text-align: right;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

#nav-dropdown-iphone-link a {
	display: block;
	height: 22px;
	color: #444;
	background: url(/images/menubar-iphone-links-bg.png) center left no-repeat;
}

#nav-dropdown-iphone-link a span {
	display: block;
	padding: 3px 4px 0 0;	
}

#nav-dropdown-admin-links {
	display: block;
	background: url(/images/menubar-admin-links-bg.gif) center left no-repeat;
	width: 120px;
	height: 22px;
	float: right;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	margin: 0 8px 0 0;
	text-decoration: none;
	color: #000;
}

#nav-dropdown-admin-links span {
	display: block;
	padding-top: 3px;
}

#nav-dropdown-user-links {
	display: block;
	background: url(/images/menubar-user-links-bg.png) center left no-repeat;
	width: 160px;
	height: 22px;
	float: right;
	text-align: center;
	font-size: 8.5pt;
line-height: 140%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a#nav-dropdown-subscribe {
	display: block;
	background: url(/images/menubar-loginbox-bg.gif) center left no-repeat;
	width: 264px;
	height: 22px;
	float: right;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a#nav-dropdown-subscribe span {
	display: block;
	padding-top: 4px;
}

#nav-dropdown ul {
	margin: 0;
	padding: 0;
}

/* use this to position the tabs, eg margin auto or left */
#nav-dropdown ul.nav-dropdown-tabs {
	display: inline;
	margin: 7px 8px 0 0;
	float: right;
	width: 660px;
}

#nav-dropdown ul.nav-dropdown-tabs li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 9pt;
	line-height: 12pt;
	list-style: none;
}

#nav-dropdown ul.nav-dropdown-tabs li a {
	display: block;
	width: 108px;
	height: 25px;
	text-align: center;
	padding: 0;
	margin: 0 0 0 2px;
	text-decoration: none;
	color: #000;
	background: url(/images/nav-dropdown-bg.png) 0 0 no-repeat;
}

#nav-dropdown ul.nav-dropdown-tabs li a.nav-dropdown-active {
	background: url(/images/nav-dropdown-bg.png) 0 -25px no-repeat;
	color: #fff;
	font-weight: bold;
}

#nav-dropdown ul.nav-dropdown-tabs li a:hover {
	background: url(/images/nav-dropdown-bg.png) 0 -25px no-repeat;
	color: #fff;
	text-decoration: underline;
}

/* set the inset of the tab title in it's box */
#nav-dropdown ul li a span {
	display: block;
	padding: 4px 2px 0 2px;
}

#nav-dropdown li.nav-dropdown-tab {
	line-height: 17pt;
}

#nav-dropdown ul.nav-dropdown-items {
	background: #617709;
}

#nav-dropdown ul.nav-dropdown-items li a {
}

#nav-dropdown ul.nav-dropdown-items li a {
	height: auto;
}

#nav-dropdown li:hover ul, #nav-dropdown li.sfhover ul {
	left: auto;
	z-index: 100;
}

#nav-dropdown ul li ul {
	position: absolute;
	width: 182px;
	left: -999em;
	z-index: 100;
	margin-left: 1px;
}

#nav-dropdown ul li ul li {
	width: 182px;
	line-height: 20px;
}

/* fix ie7 sticky bug */
#nav-dropdown li:hover, #nav-dropdown li.hover {
    position: static;
}

#nav-dropdown ul.nav-dropdown-items li a {
	display: block;
	width: 182px;
	text-align: left;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #000;
	background: #CFE287;
	font-size: 9pt;
}

#nav-dropdown ul.nav-dropdown-items li a:hover {
	background: #617709;
	text-decoration: none;
}

/* use this to set left and right borders for nav-dropdown items, and
inset of item text from those borders via padding */

#nav-dropdown ul li ul li a span {
	display: block;
	padding: 8px;
}

#nav-dropdown ul.nav-dropdown-tabs {
}

/* use this to set the bottom border of the menus */
#nav-dropdown ul.nav-dropdown-items {
}


#background.background-iphone-tutorial {
	background: #222;
}

#background.background-iphone-tutorial #structure {
	background: #222;
}


#iphone-tutorial {
	margin: 24px auto 0 auto;
	padding: 0 8px;
	border: 1px solid #444; 
	background: #000;
	color: #fff;
	height: 640px;
	width: 860px;
}

#iphone-tutorial-screen {
	margin: 8px auto 32px auto;
	width: 320px;
	height: 480px;
	background: url(/images/iphone-tutorial.jpg) 0 0 no-repeat;
	border: 1px solid #aaa;
}

a#iphone-tutorial-close {
	display: inline;
	float: right;
	margin: 16px 8px;
	width: 26px;
	height: 26px;
	background: url(/images/iphone-close.png) 0 0 no-repeat;
}

a#iphone-tutorial-close:hover {
	background: url(/images/iphone-close.png) 0 -26px no-repeat;
}

a#iphone-tutorial-close span {
	display: none;
}


p#iphone-tutorial-text {
	margin: 24px auto;
	width: 380px;
	height: 36px;
	font-size: 14pt;
	line-height: 140%;
	text-align: center;
	background: #222;
	color: #fff;
	padding: 12px 8px 4px 8px;

}

