/*	-------------------------------------------------------------
	Ubuntu Story
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Styles for Ubuntu Story
	Filename:		storage.css
	Version:		1.0
	Date:			04/2008
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body { width: 100%; height: 100%; margin: 0; padding: 0; font: 100% "Segoe UI", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, Verdana, sans-serif; color: #b7858a; }
body { background: #141318 url(../images/backgroundTile.gif) top repeat-x; }
	
/* footer */
* html #nonFooter { height: 100%; }
#nonFooter{ min-height: 100%; position: relative; background: url(../images/backgroundMain.jpg) top center no-repeat; }
#container { padding-bottom: 192px; min-height: 550px; width: 100%; }

#footer { height: 100px; position: relative; margin: 0; margin-top: -110px; overflow: hidden; font-size: 77%; bottom left no-repeat; }
	#footerContent { margin: 10px 0px 0px 80px; }
	#footer .first { text-align: left; }
	#footer strong,
	#footer a { color: #fff; }
	#footer a:hover { color: #ff0; }
	#copyright { text-align: right; right center no-repeat; padding-right: 30px; }


h2 { color: #ff0; font-size: 150.0%; margin-bottom: .5em }

#containerHead { height: 250px; }
	#email { text-align: left; padding-top: 50px; color: #ffffff; font-size: 85%; margin-left: 80px; }
		#email a { font-size: 138.5%; }

a { text-decoration: none; color: #ff0; }
	a:hover { color: #fff; }
	
/*#containerFooter { height: 250px; }
	#footer { text-align: left; padding-bottom: 80px; color: #ffffff; font-size: 85%; margin-left: 80px; }
		#footer a { font-size: 138.5%; }*/

/* hacks */
.clear { clear: both; }

/* hidden */
h1,
a span,
.hidden { display: none; }