
body
{
	background: gainsboro; 
	font-size: 16px;  
	/* font-family: "levenim MT", arial, sans-serif;  */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 

}

* {
    box-sizing: border-box;
}

H1
{
	margin-top: 0px
}

.sponsors
{
	
	width: auto;
	margin-top:  5px;
}

.sponsors img 
{
	display: block;
	margin: 0 auto;	 
}

#page
{
	width: 710px;
	background-color: white; 
	margin: 1em auto;
}

#header
{
	width: 100%;
	height: 200px;
	position: relative;
	background-image: url(../images/2016Banner.png);
	-webkit-box-shadow:	0px 3px 10px #888888; 
	-moz-box-shadow:0px 3px 10px #888888;
	box-shadow: 0px 3px 10px #888888;
}

#headerText 
{
	width: 196px;
	height: 70px; 
 	position: absolute;
	top: 42px;
	left: 257px; 
	font-size: large; 
	font-weight: bold;
	text-align: center;
}

#menubar 
{
	width: 520px;
	position: absolute;
	bottom: 4px; 
	left: 340px;
	/*font-size: 13px; */
}

#menubar ul 
{
	float:left;
	width:100%;
	padding: 0;
	margin:0;
	list-style-type:none;
	/*border-right: 1px solid #c00000*/
}

#menubar ul a
{
	float:left;
	width: auto;
	text-decoration:none;
	color: #c00000;
	background-color: whitesmoke;
	padding: 0.45em 0.42em;
	opacity: .9;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 3px rgba(192, 0, 0, 0.4);

}

#menubar ul a:hover {
	color: black;
	/*background-color: rgb(255, 195, 195); */
	opacity: 1; 
	margin-top: -2px;
	-webkit-transition: fast ease-out;
	-moz-transition: fast ease-out;
	transition: fast ease-out;
}

#menubar ul li {
	display:inline;
}



#content
{
	background: white;
	padding: 10px;
	min-height: 90%;
	width:	auto;
	
}

#news 
{
	width: 460px;
	float: left; 
}

#twitter
{
	/*float: right; */
	/* margin-right: 10px; */
	margin-left: 30px;  
	/* margin-top: 20px; */
	margin-bottom: 20px;
	width: auto;
}

.entryYear 
{
	
}

.entryYearList
{
	list-style-type: none;
	padding: 0px; 
}

.entryYearList  a
{
	float:left;
	width: auto;
	text-decoration:none;
	color:white;
	background-color:purple;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}

.entryYear 
{
	display: inline;
	border: solid 1px lightgrey;
	padding: 2px 5px;
	background-color: whitesmoke;
	opacity: .5;
	
}

.entryYear:hover
{

	opacity: .8; 

}

.selected
{
	font-weight: bold;
	opacity: .9;
}

.entrylist 
{ 
	font-size: small; 
	text-align: left;
	width: 100%;
}

.entrylist th
{
	vertical-align: left; 
}

.approved
{

}

.withdrawn {
	text-decoration: line-through;
	color: grey;
}

#spectatorImage
{
	margin-left: auto; 
	margin-right: auto;
	margin-top: 25px; 
	width:	650px;
}

#footerContent {
	width: 710px;
	margin-top: 90px; 
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle; 

    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#footerContent a {
    vertical-align: middle;
    display: inline-block;
    margin: auto;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#sponsorRow {
	text-align: center;
}
#sponsorMessage {
	text-align: center;
	font-size: large; 
	font-weight: bold;

}

#notice {
	border-radius: 15px; 
	border-style: solid; 
	border-width: 1px; 
	padding: 5px; 
	font-size: 1.5em;

}

#oldInfo {
	text-decoration: line-through;
	color: darkgrey; 
}
