/* @override http://www.neomw.com/styles/defaults */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em{
	font-variant: italic;
}
strong{
	font-weight: bold;
}
/*=========================BRANDING DEFAULTS===========================*/

#branding{
	position: fixed;
	background: rgba(255, 255, 255, .7);
	width: 100%;
	height:28px;
	top: 0;
	left:0;
	text-align: left;
	font-size: 12px;
	z-index: 1000;
}
#branding p{
	margin: 0;
}
#branding p#logo{
	margin-left: 1em;
	letter-spacing: 0em;
	color: #ae9b7f;
	font-weight: bold;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Sans-serif;
	margin-top: .4em;
	z-index: 2000;
}
#branding p#logo a{
	padding-right: 0.5em;
	color: #bd1900;
	font-weight:bold;
}
#branding ul{
	position: absolute;
	right: 3em;
	top: 0.4em;
}
#branding li{
	display: inline;
}
#branding .date{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	text-align: center;
	line-height: 1.4;
	font-size: 18px;
	height: 40px;
}
#subscribe{
	position: absolute;
	top: 0.6em;
	right: 0px;
	font-size: 0.6em;
	width: 24px;
}
#navigation a{
	padding: 0 5px;
	border-left: 1px solid #666;
}
#navigation li:first-child a{
	border: none;
}

