*
{
	margin:0;
	padding:0;
	}
body {
	margin: 0px;
	overflow: hidden;
	background-color: #000000;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#screen{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 17px;
	margin-right: -34px;
	margin-top: 43px;
	margin-bottom: -43px;
	/*width: 100%;*/
	z-index: 1;
}
* html #screen
{
	width:90%;
	}
#viewer{
	position: absolute;
	left: 17px;
	top:50px;
	z-index:500;

	/*margin-left:17px;
	margin-right:50px;
	margin-top:85px;
	margin-bottom:50px;*/
	overflow: auto;
	/*padding:10px;*/

}
/*#viewer p{
	padding-left:10px;
	padding-right:10px;
}*/


/*  hidden iframe  */
iframe {
	position: absolute;
	left: -10000px;
	top: -10000px;
	height: 0px;
	width: 0px;
	display: block;
}
select {
	position: relative;
	margin: 0px;
	width: 100%;
}
form{
	position: relative;
	width: 100%;
}

/*  frame border  */
#frame{
	position:absolute;
	background-color:#000000;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
}
#frameLT{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 43px;
	width: 63px;
	background-image: url(images/frame_lt.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 121;
}
#frameMT{
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/frame_mt.jpg);
	background-repeat: repeat;
	background-position: top;
	height: 43px;
	width: 100%;
	z-index: 111;
}

#frameRT{
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(images/frame_rt.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 43px;
	width: 63px;
	z-index: 124;
}
#frameLM{
	position: absolute;
	left: 0px;
	top: 43px;
	background-image: url(images/frame_lm.jpg);
	background-position: top;
	width: 17px;
	height: 2000px;
	z-index: 113;
}
#frameRM{
	position: absolute;
	top: 43px;
	right: 0px;
	background-image: url(images/frame_rm.jpg);
	background-position: top;
	width: 17px;
	height: 2000px;
	z-index: 114;
}
#frameLB{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 42px;
	width: 63px;
	background-image: url(images/frame_lb.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 522;
}
#frameMB{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(images/frame_mb.jpg);
	background-repeat: repeat;
	background-position: bottom;
	height: 42px;
	width: 100%;
	z-index: 512;
}
#frameRB{
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(images/frame_rb.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 42px;
	width: 63px;
	z-index: 523;
}

/*  stories  */
div.story {
	padding:7px 7px 0 7px;
	border-bottom:1px solid #666666;
}
div:hover.story {
	border-bottom:1px solid #999999;
	background-color:#333;
}
div.story img 
{
	margin:10px;
	}
a,
a:link{
	color:#aaaaaa;
	text-decoration: none;
	}
a:visited{
	color:#888888;
}
a:hover{
	color:#cccccc;
	/*border-bottom: 1px dotted #dddddd;
	border-width: 1px;*/
	background-color:#666666;
}
a:active{
	color:#aaaaaa;
}
h3{
	font-size: 1em;
	font-weight: bold;
	color:#ffffff;
	padding-bottom:2px;
	display:block;
}
h3 a,
h3 a:link{
	color:#aaaaaa;
	text-decoration: none;
	}
h3 a:visited{
	color:#888888;
}
h3 a:hover{
	color:#cccccc;
	border-bottom: 0px dotted #dddddd;
	border-width: 0px;
	background-color:#666666;
}
h3 a:active{
	color:#aaaaaa;
}
p{
	font-weight: normal;
	color:#fff;
	margin-bottom: 10px;
	line-height:1.2em;
}

blockquote,
pre{
	padding:0 20px 0 10px;
	margin: 10px 0 10px 20px;
	border-left:1px solid #666666;
	}
div.feedflare{
	display:none;/*huff post*/
}