@import url(gen_linkStyles.css);

/* Persistant attrib. */
body {
	font: normal 0.77em Arial, sans-serif;
	color: #000;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	cursor: default;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
}

/* Header */
#h {
	height: 70px;
	background: #000 url(../i/bg_mast.jpg) repeat-y;
	text-indent: -8001px;
	margin: 0;
	border-bottom: 1px solid gray;
}
#h a:link, #h a:visited	{
	display: block;
	width: 220px;
	height: 56px;
	background: transparent url(../i/logo_head.png) no-repeat;
	margin: 0;
}




/* General font transformations */
.recoil-font {
	font-family: JuliusBlack, "Arial Black", sans-serif;
}
.font-white {
	color: #fff;
	background-color: transparent;
}
#author {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}







#publication-date {
	display: block;
	margin: 3em 0 0 0;
	font-size: 90%;
}
div#content-wrapper {
	background: transparent url(../i/mainbg-1.jpg) no-repeat;
	margin: 0 0 100px 0;
	padding: 12px 0 0 0;
}
div#article-container {
	width: 740px;
	margin: 0 0 30px 15px;
	padding: 0 7px;
}

















#edition-date {
	font: bold 11px/16px Verdana, sans-serif;
	position: absolute;
	width: 210px;
	height: 16px;
	top: 52px;
	text-align: right;
	overflow: hidden;
}






#nav {
	background: #03c url(../grfx/td_blue_master.jpg) repeat-x;
	height: 19px;
	margin: 0;
	padding: 2px 0 0 0;
}
#nav-sub {
	border-top: 1px solid #3333FF;
	background: #f5f5f5 url(../i/sub.gif) repeat-x;
	height: 26px;
	margin: 0;
}
#nav li, #nav-sub li {
	margin: 0 0 0 20px;
 	list-style: none;
	display: inline;
}









img.bb {
	border: 1px solid #000;
}



/* ---- Positioning --- */

/* Block layers */
.bl {
	position: relative;
}
.bl-background {
	z-index: 0;
}
.bl-a {
	z-index: 25;
}
.bl-b {
	z-index: 50;
}
.bl-c {
	z-index: 75;
}
.bl-top {
	z-index: 101;
}

.f-left { float: left; }
.f-right { float: right; }

.f-pic-r { float: right; margin: 0 0 5px 7px; }
.f-pic-l { float: left;  margin: 0 7px 5px 0; }





#nav-tab {
	padding: 0 0 0 20px;
	background: transparent url(../grfx/active_nav_link_noadd.gif) no-repeat;
}

#ggl-ad-hd {
	position: absolute;
	width: 468px;
	height: 60px;
	left: 300px;
	top: 4px;
}





#footer {
	position: fixed;
	z-index: 100;
	bottom: 0; left: 0;
	background: #000 url(../i/mainbg.png) no-repeat;
	padding: 9px 0;
	width: 100%;
	border-top: 3px solid #ccc;
}
#footer-links ul {
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
}
#footer-links li {
	display: inline;
	margin: 0;
	padding: 0 5px;
}
#footer img {
	padding: 0;
	border: 0;
	margin: 0 20px;
}
#copyright {
	padding: 0 0 0 10px;
	font-weight: bold;
}





/* Unused */
#bottom-of-page {
	position: fixed;
	z-index: 101;
	bottom: 30px; left: 120px;
}
#bottom-of-page a:link, #bottom-of-page a:visited	{
	display: block;
	width: 28px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../i/find_home.png) no-repeat;
	margin: 0;
}























/* leave at bottom */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}