/* Ugly, I know, but necessary -- literal declarations for all the fonts to override post-defaults */

/* set the body to black background default */
body {
	background-color: #000;
	color: #fff;
	font-family: "Avenir LT Std", "Avenir LT Pro", "Avenir", Helvetica, "Helvetica Neue", Arial, sans-serif;
	text-align: center;
}



ul.dustinbar {
	width: 100%;
	height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #2f2f2f;
	text-align: center;
	display: block;
	min-width: 500px;
}

ul.dustinbar.black {
	background-color: #000;
}

ul.dustinbar li.name {
	float: left;
	width: 210px;
	height: 40px;
}

ul.dustinbar a.home {
	display: block;
	background: url(/images/logoname.png) center center no-repeat;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: none;
}


ul.dustinbar.black a.home {
	background: url(http://dustincurtis.com/images/brand/logo_name_black.png) center center no-repeat;
}


ul.dustinbar li.articlenumber {
	float: right;
	width: 140px;
	height: 40px;
	display: block;
	color: #000;
	padding-right: 10px;
	padding-top: 11px;
	font-family: 'Adobe Caslon', 'Georgia', 'Palatino', serif;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}

ul.dustinbar li.articlenumber a {
	border: none;
	color: #000;
}

ul.dustinbar.black li.articlenumber a, ul.dustinbar.black li.articlenumber {
	border: none;
	color: #fff;
}

ul.dustinbar li.selector {
	width: 128px;
	margin: 0 auto;
}


ul.dustinbar a.previous {
	display: block;
	float: left;
	width: 42px;
	height: 40px;
	text-indent: -9999px;
	border: none;
	background: url(http://dustincurtis.com/images/brand/prev.png) center center no-repeat;
}

ul.dustinbar a.logo {
	display: block;
	float: left;
	width: 42px;
	height: 40px;
	text-indent: -9999px;
	border: none;
	background: url(http://dustincurtis.com/images/brand/logo_orb.png) center center no-repeat;
}

ul.dustinbar a.next {
	display: block;
	float: left;
	width: 42px;
	height: 40px;
	text-indent: -9999px;
	border: none;
	background: url(http://dustincurtis.com/images/brand/next.png) center center no-repeat;
}


ul.dustinbar.black a.previous {
	background: url(http://dustincurtis.com/images/brand/prev_black.png) center center no-repeat;
}

ul.dustinbar.black a.logo {
	background: url(http://dustincurtis.com/images/brand/logo_orb_black.png) center center no-repeat;
}

ul.dustinbar.black a.next {
	background: url(http://dustincurtis.com/images/brand/next_black.png) center center no-repeat;
}



