@import url('reset.css');
@import url('fonts.css');

html {
	min-width: 46em;
}
body {
	padding: 120px 2em 0 2em;
	margin: 0;
	background: url('/images/header-grey-white.png') repeat-x;
}
h1 {
	font-size: 180%;
	font-family: 'Trebuchet MS';
	font-weight: normal;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 140%;
	font-family: 'Trebuchet MS';
	font-weight: normal;
	margin-bottom: 0.5em;
}
p {
	line-height: 1.5;
	margin: 1.5em 0 1.5em 0;
}
ul {
	padding-left: 2.5em;
	list-style: square outside;
	margin: 1.5em 0 1.5em 0;
}
li {
	line-height: 1.35;
	margin: 0.75em 0 0.75em 0;
}
dd {
	line-height: 1.5;
	margin: 1.5em 0 1.5em 2.5em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
div.post {
	max-width: 72em;
}
div.post h1 {
	margin-bottom: 0.25em;
}
div.post p.postinfo {
	color: #888;
	margin-top: 0;
}
hr {
	border: none;
	outline: none;
	height: 1px;
	border-bottom: solid #444 1px;
}
div#header {
	background: url('/images/jazzio-logo-black.png') no-repeat 8px 50%;
	width: 100%;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
div#header h1 {
	text-indent: -11000em;
}
div#services {
	position: absolute;
	top: 8px;
	right: 16px;
	height: 48px;
	z-index: 150;
}
div#services h2 {
	display: none;
}
div#services ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#services li {
	width: 50px;
	height: 48px;
	float: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	line-height: auto;
}
div#services li a {
	display: block;
	height: 48px;
	width: 50px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 -48px;
	text-indent: -11000em;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-decoration: none !important;
	outline: none !important;
}
div#services li a:hover {
	background-position: 0 -96px;
}
div#nav {
	position: absolute;
	top: 56px;
	left: 0;
	height: 40px;
	background: #000;
	color: #fff;
	z-index: 200;
}
div#nav h2 {
	display: none;
}
div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#nav li {
	float: left;
	height: 40px;
	width: 162px;
	line-height: auto;
	margin: 0;
	padding: 0;
}
div#nav li a {
	display: block;
	height: 40px;
	text-decoration: none !important;
	outline: none !important;
	overflow: hidden;
	text-indent: -11000em;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
div#nav li a:hover {
	background-position: -162px 50%;
}
div#nav li.first a {
	border-left: none;
}
div#login {
	position: absolute;
	right: 0px;
	top: 56px;
	background: #000;
	color: #fff;
	padding: 0;
	width: 100%;
	z-index: 100;
	height: 40px;
}
div#login h2 {
	display: none;
} 
div#login p {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
}
div#login a {
	display: block;
	position: absolute;
	top: 0;
	right: 8px;
	width: 153px;
	height: 40px;
	background-image: url('images/signin.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-decoration: none !important;
	outline: none !important;
	overflow: hidden;
	text-indent: -11000em;
}

div#subnav {
	display: none;
}
div#subnav h2 {
	display: none;
}
div#subnav ul {
	margin: 0;
	padding: 8px 0 8px 0;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #000;
}
div#subnav ul ul {
	padding: 0;
	margin: 0;
	border: none;
}
div#subnav li {
	line-height: auto;
	margin: 0;
	padding: 0;
}
div#subnav li a {
	color: #e0e0e0;
	text-decoration: none;
	display: block;
	padding: 4px 8px 4px 8px;
	background-color: #404040;
	border-top: solid #888 1px;
	border-bottom: solid #222 1px;
}
div#subnav li ul li a {
	background-color: #272727;
	padding-left: 24px;
}
div#subnav li ul li ul li a {
	padding-left: 36px;
	background-color: #181818;
}
div#subnav li.first a {
	border-top: none;
}
div#subnav li.last a {
	border-bottom: none;
}
div#subnav li.last ul {
	border-bottom: none;
}
div#subnav li ul li.first {
	border-top: solid #888 1px;
}
div#subnav li ul li.last {
	border-bottom: solid #222 1px;
}
div#subnav li a:hover {
	background-color: #000;
	color: #fff;
}
body.subnav {
	padding-left: 15em;
}
body.subnav div#subnav {
	display: block;
	position: absolute;
	top: 96px;
	left: 0;
	width: 14em;
}
body.no-login div#login {
	display: none;
}
body.no-login div#nav {
	width: 100%;
}

div#services li#srv-labs a { background-image: url('/images/services/srv-labs.png'); }
