/* 
 * CURRENT ISSUE THEME CSS OVERRIDES link.css 
 */

/* 
 * full length header image is overlayed with other elements
 * source file artwork/header_bg.png 
 */
#header {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #B08CBA;
	background-image: url(images/this-works1.jpg);
}
/* 
 * background for linklogo div repeats across to achieve the stripe
 * source artwork/linklogo_bg.png
 */
#linklogo {
	background-image: url(images/hdr_bg_trans4.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* TABBED NAVIGATION */

/* 
 * Highlight below tabs to give 3d look reapeats across 
 * source artwork/topnav_bg.png
 */
#topnav {
	background:;
}
/* Normal Tabs that are off */
#topnav li a:link, #topnav li a:visited {
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B08CBA;
	border-bottom-color: #B08CBA;
}
/* Active tabs */
#topnav li a:link.active, #topnav li a:visited.active  {
	border-top: 1px solid #B08CBA; /* top highlight */
	border-right: 1px solid #B08CBA; /* right shadow */
	background-color: #B08CBA;
	color:#FFFFFF
}
/* sub navigation currently active */
#topnav ul li ul.current {
	background-color: #B08CBA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B08CBA;
}

/* OTHER */

/* border at the bottom of the current issue coverpic and teasers  */
#issue {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #BF9DC6;
}
/* background for footer navigation */
#botnav {
	background-color: #B08CBA;
}
#onlinecomp {
	margin-top: 10px;
	margin-bottom: 10px;
}
#r-adverts {
}
#r-adverts {
	float: right;
	height: 168px;
	width: 500px;
	display: block;
}
#l-advert {
	float: left;
	height: 168px;
	width: 257px;
	display: block;
	position: relative;
}
#l-avert {
	float: left;
	width: 276px;
	padding-left: 4px;
	padding-top: 7px;
	height: 418px;
}
#468-top {
	height: 60px;
	width: 468px;
	margin-bottom: 20px;
}
#468-bottom {
	height: 60px;
	width: 468px;
	margin-top: 20px;
}
