/*
	 Stylesheet for Masthead
	 Journal of Nematology Style Guide (JONSG)
	
	====================================
	
	Created by:
		Matt Strom [mstrom@illinois.edu]
		Dept. of Crop Sciences, Univ. of Illinois
		January 21, 2009
*/

@media all {
	div#jonsg-masthead {
		background-color: #FF3D00; /* Burnt red */
		position: absolute;
			top: 0px; left: 0px;
			width: 100%; height: 60px;
	}
	
		div#jonsg-masthead #topTitle {
			color: #FFCFA8; /* Beige */
			font-family: "Copperplate Gothic Bold", Times, serif;
			font-size: 9pt;
			padding-top: 6px;
			padding-left: 8px;
			margin-bottom: -5px;
			text-transform: uppercase;
			font-weight: normal;
		}
		
		div#jonsg-masthead #bottomTitle {
			color: #FFFEF9; /* Off-white */
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 24pt;
			font-weight: bold;
			padding-left: 8px;
			z-index: 2;
		}
		
		div#jonsg-masthead #edition {
			background-color: black;
			color: #FFFEF9; /* Off-white */
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: bold;
			margin-top: -6px;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 56px;
			text-transform: uppercase;
		}
}

@media screen {
	div#jonsg-masthead {
		position: fixed;
			top: 0px; left: 0px;
			width: 100%; height: 70px;
	}
	
	div#jonsg-masthead + div#mastheadSpacer {
		height: 70px;
	}
	
}
