@import "reset.css";
@import "reset-fonts.css";
@import "process.css";
html {
	/*background: #fff0e9;*/
	background: #fff0e9;
}
body {
	font-family: helvetica,arial,sans-serif;
	/*word-break: break-all;*/
	overflow-y: hidden;
	min-height: 500px;
	min-width: 1000px;
	color: #fff0e9;
}
body.other, body.other a, body.other a:hover, body.other a:visited {
	color: #1A14ED;
}
body.other a, body.other a:hover, body.other a:visited {
	color: #1A14ED;
}
body.other #content a {
	text-decoration: underline;
}
a, a:hover, a:visited{
	border: 0;
	text-decoration: none;
	outline: none;
	color: #fff0e9;
}
#main_title, #article #title a {
	font-family: georgia,serif;
	font-size: 54px;
	letter-spacing: -1px;
}
#article #content {
	font-size: 18px;
	line-height: 1.40;
	margin-top: 12px;
	padding-right: 271px;
}
#article {
	width: 810px;
	margin: 2.3% 0 0 6.3%;
}
#article #title {
	line-height: .988;
	border-bottom: 12px solid;
	padding-bottom: 9px;
	width: 554px;
}
#main_title {
	display: inline;
	position:fixed;
	bottom: -28px;
	letter-spacing: -3.5px;
	z-index: 20;
	padding-top: 70px;
	visibility:hidden;
	font-size: 110px;
}
#footer {
	position: fixed;
	bottom: 0;
	height: 200px;
}
/*
#footer:hover #byline {
	display: block;
}*/
#byline {
	width: 335px;
	text-align: right;
	position: fixed;
	right: 18px;
	bottom: 57px;
	z-index: 100;
	padding-top: 15px;
	
	display:none;
}
body.process #byline {
	/*display: block;*/
}
div#by {
	margin-top: 10px;
	float: right;
	clear:both;
	background: #fff0e9
}
div#by a {
	width: 144px;
	height: 21px;
	display: block;
	background: #fff0e9 url(../images/by.png) 0 0 no-repeat;
}
div#by:hover a {
	background: #fff0e9 url(../images/by_hover.png) 0 0 no-repeat;
}
div#process_link {
	
}
div#process_link a, div#process_link a:hover {
	color: #fff;
	border: 0;
	padding: 6px 7px 3px 7px;
	background-color: #1a1a1a;
	display:block;
	float: right;
	clear: both;
}
div#process_link a:hover, div#process_link a.on  {
	background-color: #1a1a1a;
}
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
div#feed_icon  {
	width: 62px;
	height: 62px;
	float: right;
	clear: both;
	margin-right: -4px;
	margin-bottom: 7px;
	background-color: #1a1a1a;
}
div#feed_icon:hover  {
	background: #000;
}
#feed_link {
	border: 0;
	padding: 0;
	width: 62px;
	height: 62px;
	background: none;
	display:block;
	background: transparent url(../images/feed_icon.png) 0 0 no-repeat;
}
* html #feed_link {
	background: transparent url(../images/feed_icon_ie6.png) 0 0 no-repeat;
}


