

/* Resets */
html,body { min-width: none; background-color: #ffffff; width: auto; }
#navbar #navbar div.outer, #network, #network div.lining, #site, #site div.lining, #content, #content div.lining { width: 100%; height: auto; overflow: hidden; margin: 0px; padding: 0px; }

/* Defaults */
#logo a {
	background-image: url('http://cache.milesplit.com/assets/tx/logo.png');
	width: 450px; height: 100px; margin-top: 5px; margin-left: 10px;
}
#site {	background-color: #ffffff; }
#network { background: #cdcdcd; border-bottom: solid 1px #D80D07; }
#navbar { border-bottom: solid 2px #D80D07; border-top: solid 1px #D80D07; }
/* Navbar normal */
#navbar ul li a { color: #ffffff; text-shadow: 1px 1px 1px #000000; }
/* Navbar hover */
#navbar ul li:hover a { background: #D80D07; color: #ffffff; text-shadow: 1px 1px 1px #000000; }


/* Positioning */
header.main { position: absolute; top: 0px; left: 0px; height: 250px; width: 100%; z-index: 3; }
#network div.lining { width: 100%; height: 30px; }
#site {	width: 100%; height: 120px; overflow: hidden; }
#site div.lining {	width: 100%; height: 120px; margin-left: auto; margin-right: auto; }
#page { min-width: 970px; padding-top: 250px; }
#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: rgb(181,189,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(56,56,56,1) 27%, rgba(40,52,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(27%,rgba(56,56,56,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(56,56,56,1) 27%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(56,56,56,1) 27%,rgba(40,52,59,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(56,56,56,1) 27%,rgba(40,52,59,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(181,189,200,1) 0%,rgba(56,56,56,1) 27%,rgba(40,52,59,1) 100%); /* W3C */
}

/* Custom HTML Area */
#custom { width: 400px; height: 100px; margin-top: 5px; color: #ffffff; }
#custom span { display: block; }

