@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0; padding: 0;}

header a.logo{
	display: block;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-color: #fff;
	border-style:solid;
	border-width:3px;
	border-radius: 10px 10px 10px 10px;
}

nav {
	width: 100%;
	display: block;
	position: relative;
	background-color: #003699;
}

/* Layout Large Screens (default for older browsers) */

header {
	height: 275px; 
	background: url(../images/tsf/header_bg_gr5.png) no-repeat right 0px;
	background-size:length;

}

/*header a.logo {
	width: 208px;
	height: 180px;
	top: 35px;
	left: 50px;
	background-image: url(../images/tsf/tsf_logo_bg_white.png);
}*/

header a.TSF {
	font-size: 2.5em; 
	font-weight: bold; 
	color: #blue; 
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: white;
	padding:10px;
	border-radius: 10px;
	/*top: 230px;
	right: 20px;*/
	z-index: 1;
	/*float:right;*/
	/*margin-right: 1em;
	line-height: 265px;
	vertical-align: bottom;	*/
	
	text-decoration: none;
}

article { padding: 0px 20px 0px 20px;}

.content_container {padding: 15px 20px 15px 20px;}


/*nav { top: 265px; }*/
nav a { margin: 12px 20px 10px 20px}

@media screen and (max-width:990px) {
	footer { padding-left: 20px; }
}

.sponsors { padding: 0px;}

