/* =1 Prerequisits */
body {
	font-size: 10pt;
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1, h2, h4 {
	font-family: "Gill Sans", verdana, arial, sans-serif;
	font-weight: normal;
}

p {
	margin-top: 0;
}

#main-content a:link:after, #main-content a:visited:after { content:" (" attr(href) ") "; }

/* =2 layout*/
#container {
	width: 96em;
	margin: 0 auto;
}

#header {
/*	height: 12.6em;*/
	width: 100%;
	margin: 0 0 1.2em 0;
	background: #fff;
/*	border: 1px solid black;*/
}

#links {
	display: none;
}

#content {
	font-size: 12pt;
	width: 17cm;
}

#main-content {
}

#subcontent-1, #subcontent-2 {
	display: none;
}

#footer {
	display: none;
}


/* =3 Header */
#header {
	width: 100%;
}

#header h1 {
	width: 80%;
	font-size: 7em;
	letter-spacing: 1.1;
	line-height: 1;
	margin: 0;
	color: #000;
	text-transform: uppercase;
}
#header span.strap {
	display: none;
}

#header a {
	text-decoration: none;
	color: #fff;
}

/* Newsletter signup in the header */
#newsletter-signup {
	display: none;
}


/* =5 Container */
#content h2 {
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	font-size: 1.5em;
	clear: both;
}

#content h3 {
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
}

#content a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

/* =6 Main content */
#main-content .article-content {
/*	float: right;*/
/*	margin-left: 13.5em;*/
}

.article-content h4, .article-comment h4 {
	font-size: 1.2em;
	margin: 0;
	text-transform: uppercase;
}

.article-content img, .article-content object {
}

.article-content pre {
	margin-left: -13.333em;
	font-size: 1.2em;
	overflow: auto;
}

.article-content .date {
}
.article-content .time {
	margin-left: 0.5em;
}

.article-content .excerpt-more-link {
	float: right;
	clear: both;
	margin-top: 1em;
}

/* =7 comments */

#main-content .article-comment, #main-content .article-comment-preview {
	display: none;
}

#main-content form {
	margin-top: 1em;
	padding-top: 0.5em;
	clear: both;
	padding-left: 13.333em;
}

#main-content form h3 {
	margin-left: -13.333em;
	color: #fff;
	background-color: #000;
	margin-bottom: 0.5em;
}

#main-content form div.form-row {
	clear: both;
	margin: 0.5em 0;
}

#main-content form label {
	float: left;
	margin-left: -13.333em;
	margin-bottom: 1em;
	font-weight: bold;
	width: 13em;
}

#main-content form label.inline-label {
	float: none;
	margin: 0 1em 0 0;
	font-weight: normal;
	width: auto;
}

#main-content form span.help {
	float: left;
	clear: left;
	font-weight: normal;
	font-size: 0.8em;
	margin-left: -16.666em;
	width: 16em;
	margin-top: -1.2em;
}

#main-content form input, #main-content form textarea {
	margin-bottom: 1em;
	border: 1px solid #000;
	width: 25.6em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	padding: 0;
}

#main-content form textarea {
	height: 12em;
}

#main-content input.checkbox, #main-content input.radio {
	margin: 0;
	width: auto;
	border: 0;
}

#main-content input.submit, #main-content input.button, #main-content input.zemSubmit {
	width: auto;
}

#txpCommentInputForm {
	display: none;
}

#txpCommentPreview, #txpCommentSubmit {
	display: none;
}

/* Hacks */
.cf:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.cf {display:inline-block;}
/* Hide from IE Mac \*/
.cf {display:block;}
/* End hide from IE Mac */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}