/* print.css */
body {
	line-height:1.5;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#000;
	background:none;
	font-size:10pt;
}
.container {
	background:none;
}
hr {
	background:#ccc;
	color:#ccc;
	width:100%;
	height:2px;
	margin:2em 0;
	padding:0;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
	visibility:hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
code {
	font:.9em "Courier New", Monaco, Courier, monospace;
}
a img {
	border:none;
}
p img.top {
	margin-top:0;
}
blockquote {
	margin:1.5em;
	padding:1em;
	font-style:italic;
	font-size:.9em;
}
.small {
	font-size:.9em;
}
.large {
	font-size:1.1em;
}
.quiet {
	color:#999;
}
.hide {
	display:none;
}
a:link, a:visited {
	background:transparent;
	font-weight:700;
	text-decoration:underline;
}
a:link:after, a:visited:after {
	content:" (" attr(href) ")";
	font-size:90%;
}
/* Hide from print version
-------------------------------------------------------------- */

#dropdown-menubar, #branding, .main_navigation, #search, #floatbox-wrapper, #main-column-right, #main-column-left #bottom-sectional-navigation, #brandprommise, #footer, .css-tabs, .bottom-navigation {
	display: none;
}
/* Layout
-------------------------------------------------------------- */

#container {
	background-image:none;
}
#main-body {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
img {
	border:none;
	float: left;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
}
#main-column-left {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/* Text
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #093;
	clear: both;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 0.5em;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	margin-top: 2em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 0.5em;
	margin-top: 2em;
}
h4 {
	font-size: 1.25em;
	line-height: 1.25;
	margin-bottom: 0em;
	margin-top: 2em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
	margin-top: 2em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 2em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
.small, #copyright, #reg-affairs {
	font-size: 8pt;
}
#reg-affairs {
	font-style: italic;
	float: right;
}
a {
	color: #093;
	text-decoration: underline;
}


/* Links
-------------------------------------------------------------- */

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */


/* Story compatition
-------------------------------------------------------------- */

#home-nav { display: none; }
h1.featured-h, h2.rules-h, h1.judges-h, h1.tips-h, h2.manuscript-h { background-image: none; text-indent: 0px; width: 100%; }
#enter-splash { display: none; }
#window { display: none; }
.enter-top { background-image: none; }.author-pic { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
