

/* Defaults */
#logo a {
	background-image: url('http://cache.milesplit.com/assets/ny/logo-milesplitny.png');
	width: 400px; height: 100px; margin-top: 5px; margin-left: 20px;
}
#site {	background-color: #ffffff; }
#network { background: #cdcdcd; border-bottom: solid 1px #000099; }
#navbar { border-bottom: solid 2px #000099; border-top: solid 1px #000099; }
/* Navbar normal */
#navbar ul li a { color: #ffffff; text-shadow: 1px 1px 1px #000000; }
/* Navbar hover */
#navbar ul li:hover a { background: #000099; color: #ffffff; text-shadow: 1px 1px 1px #000000; }


/* Positioning */
header.main { position: absolute; top: 0px; left: 0px; height: 240px; width: 100%; z-index: 3; }
#network div.lining { width: 100%; height: 30px; }
#site {	width: 100%; height: 110px; overflow: hidden; }
#site div.lining {	width: 100%; height: 110px; margin-left: auto; margin-right: auto; }
#page { min-width: 970px; padding-top: 240px; }
#navbar { width: 100%; height: 37px; }
#navbar div.outer { width: 100%; }
#content { width: 100%; }
#content .inner:before { display: block; content: ''; width: 100%; height: 1px; }

/* Backgrounds and borders */
#motto { background-position: 10px 2px; }
#site { background-repeat: repeat-y; }
#navbar {
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
}

/* Custom HTML Area */
#custom { width: 400px; height: 100px; margin-top: 5px; color: #ffffff; }
#custom span { display: block; }
