@import 'base.css';
@import 'falck.css';
@import 'nav.css';
@import 'teasers.css';
@import 'timeline.css';

/* Temp. Styles for easy switchin' of test properties */
#altcss {
	position:absolute;
	left:180px;
	top:0;
	margin:0 auto;
}
#altcss a {
	text-decoration:none;
	display:block;
	float:left;
	padding:1px 5px;
	background:#f3f3f3;
	color:#ccc;
}
#altcss a:hover {
	background:#e80000;
	color:#fff;
	text-decoration:none;
}
#altcss a.active,a.active:visited {
	background:#e3e3e3;
	color:#999;
}


body.text12 {font-size:75%;}
body.text11 {font-size:69%;}
body.text10 {font-size:62.5%;}


body.altcolor {
	}
	body.altcolor .shortcut ul {
        border-color:#868686;
    }
	body.altcolor .shortcut ul:hover,
	body.altcolor .shortcut ul.Hover {
	    border-color:#868686;
	}

	body.altcolor .shortcut ul li a {
	    background:#fff;
	}
	body.altcolor .shortcut ul li a:visited {
		color: #333;
	}

	body.altcolor .shortcut ul li a:hover {
		background:#f3f3f3;
	    color:#e80000;
		border-color:#ddd;
		border-top-color:#f3f3f3;
	}
	body.altcolor #localpresence .shortcut ul a:hover {
		background: #f3f3f3;
		color:#e80000;
		border-top-color: #f3f3f3;
	}