

body
{
	font-family: CaslonAntiqueRegular;
	color: black;
	background: black;
}


.italic
{
	font-family: CaslonAntiqueItalicRegular;
}


a
{
	color: #333;
	text-decoration: none;
}

a:before
{
	content: "{";
}

a:after
{
	content: "}";
}

hr
{
	color: #c2943e;
	background: #c2943e;
	border-color: #c2943e;
}

.main_tag a:before
{
	content: "";
}

.main_tag a:after
{
	content: "";
}

#content
{
	width: 785px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/faded_newsprint.png');
	background-color: #c2943e;
	filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -moz-border-radius: 5px;
border-radius: 5px;

}

.underline
{
	border-bottom: black 2px solid;
}

#bruce_banner
{
	width: 785px;
	height: 115px;
	text-align:center;
	position:relative;
	border-bottom: black 2px solid;
}

#bruce_banner-left
{
	width: 200px;
	text-align: center;
	float: left;
	position: relative;
	top: 20px;
}

#bruce_banner-right
{
	width: 200px;
	text-align: center;
	float: right;
	position: relative;
	top: 20px;
}

#bruce_banner-img
{
	position:absolute;
	left: 325px;
	top: 00px;
	z-index: 1;
	zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

#floater
{
	width: 100%;
	height: 100%;
	#background: url('images/newsprint.jpg');
	
	display:block;
	position: fixed;
	left:0;
	top:0;
	z-index: 100;
	pointer-events:none;
}



h1
{
font-family: LittleLordFontleroyRegular;
font-size: 95px;
padding: 0;
margin: 0;
z-index: 10;
position: absolute;
left: 225px;
top: 25px;
text-shadow: 0px 0px 2px #eee, 0px 0px 2px #707070;
}

#time-space
{
	
	text-align:center;
	width: 785px;
}
#time
{
	float:left;
	padding-left: 60px;
}

#space
{
	float:right;
	padding-right: 20px;
}

.main_article
{
	width: 778px;
}

.main_article iframe
{
	max-width: 366px;
}

.main_article img
{
	max-width: 366px;
}

.article
{
	border-bottom: 2px solid black;
	margin-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	text-align: justify;
}

.tag
{
	vertical-align: middle;
	height: 50px;
	width: 300px;
	margin-left:auto;
	margin-right:auto;
}

.tag span
{
	position: relative;
	top: -20px;
	left: 5px;
}

.tag img
{
	height: 50px;
}

#subatomic_masonry
{
	width: 460px;
}

.subatomic_article
{
	width: 190px;
	#float:left;
	display: inline-block;
	position: absolute;
}

#subatomic_0
{
	left: 000px;
	top: 0px;
}

#subatomic_1
{
	left: 205px;
	top: 0px;
}

.subatomic_article img
{
	width: 190px;
}

.subatomic_article iframe
{
	width: 190px;
}

#subatomic_articles
{
	position: absolute;
	left: 623px;
	top: 156px;
	
	
}

#main_filler
{
	width: 366px;
	height: 0px;
	border: 2px black solid;
	margin: 5px;
	margin-left: 0;
	padding-right: 5px;
	display:none;
}

#main_filler div
{
	width: 366px;
	
}

#main_filler div ul
{
	margin-left: 20px;
	padding-left: 0;
}

#main_filler div li
{
	margin-bottom: 5px;
}

.heading
{
	
}

.bold
{
	font-weight: 900;
}

.subatomic_filler
{
	border: 2px black solid;
	width: 190px;
	padding-right: 4px;
	position: absolute;
	display:none;
}

#subatomic_filler img
{
	position: relative;
	top: 15%;
}

.main
{
	position: absolute;
	top: 156px;
	left: 15px;
	display: inline-block;
}

.clear 
{ 
  clear: both; 
  display: block; 
  overflow: hidden; 
  visibility: hidden; 
  width: 0; 
  height: 0; 
}

.subatomic_articles iframe
{
	display:none;
}

#pagination
{
	
	border-top: 2px black none;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contact
{
	height: 2.25em;
}

.float_left
{
	float:left;
}

.float_right
{
	float:right;
}

.large
{
width: 366px;
position: relative;
}

.large ul
{
	padding-left: 20px;
	
}

.large li
{
	padding-bottom: 5px;
}


.large img
{
	width: 360px;
}

.lightbox
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	z-index: 10;
	text-align:center;
	vertical-align: middle;
	display:none;
}

.lightbox iframe
{
	width: 600px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 25%;
}

.button
{
	border: white solid 2px;
	background: black;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: white;
	width: 20px;
	height: 20px;
	display: inline-block;
	padding-top:2px;
	padding-bottom: auto;
	position: absolute;
	top: 22%;
	left: 73.5%;
	z-index: 11;
	cursor: pointer;
}

.clickable
{
	cursor: pointer;
	
}


.small
{
	width: 180px;
}

.small img
{
	width: 184px;
}

.filmstrip_left
{
	width: 18px;
	height: 99%;
	background: url("images/filmreel.png");
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
}

.filmstrip_right
{
	width: 18px;
	height: 99%;
	background: black;
	position: absolute;
	top:0;
	right:0;
	z-index: 5;
}

.video
{
	font-style: italic;
	color: #333;
}

#IEroot
{
	font-size: 24px;
	text-align:center;
	font-weight: bold;
	width: 99%;
	border-bottom: 2px black solid;
	margin-bottom: 10px;
}