/* @override http://deved.meted.ucar.edu/latest_core_temp/styles_splash.css */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	}
	
body {
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #000;
	}
	
#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	background: #fff url(media/graphics/interface/wrap_bg.jpg) top left no-repeat;
	}
	
#header {
	height: 0px;
	background-color: transparent;
	}
	
#header h1,
#header h2 {
	text-indent: -10000px;
	overflow: hidden;
	}
	
#content {
	float: right;
	width: 65%;
	background-color: transparent;
	}
	
#content a {
	display: block;
	height: 480px;
	text-indent: -10000px;
	overflow: hidden;
	}

#sidebar {
	float: left;
	width: 35%;
	margin-top: 140px;
	font-style: italic;
	}
	
#sidebar ul {
	margin: 1em;
	}
	
#sidebar ul li {
	margin: .5em 0;
	}
	
#sidebar a {
	display: block;
	padding: .2em .5em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	background: transparent;
	background: rgba(0,0,0,.2); 
	}
	
#sidebar a:hover {
	color: #b1d2ff;
	background: rgba(0,0,0,.4);
	}
	
#sidebar ul li#begin a {
	padding-left: 10px;
	font-size: 2.4em;
	}
	
#footer {
	clear: both;
	width: 100%;
	font-size: 0.9em;
	background-color: #000;
	}
	
#footer p {
	padding: .5em 1em;
	}
	
a {
	color: #fff;
	text-decoration: underline;
	}
