/*
============================================================================
Gaia Demo CSS
Site URI: http://www.tmrw.co.uk/demo/gaia-framework/
Version: 1.0
Author: Rich Hinchcliffe
Author URI: http://www.tmrw.co.uk/
============================================================================
*/

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:#fff;
	color:#666;
	font:normal 0.7em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}
h1 {
	font-variant:small-caps;
	font-weight:normal;
	color:#f0c100;
	font-family:Georgia, "Times New Roman", Times, serif
}
/*hide from ie on mac\*/
html {
	height: 100%;
	overflow: hidden
}
#flashcontent {
	width: 100%;
	height: 100%;
}
/* end hide */

a { color:#f0c100; }
a:hover { color:#333; }
#header h1 {
	background:url(../images/gaiademologo.png) no-repeat;
	width:99px;
	height:68px;
}
#header h1 span, #header hr { display:none; }
#copy {
	padding:30px;
	width:450px;
	margin:20px auto;
	background:#f9f9f9;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
a#download-link {
	display:block;
	background:#f0c100;
	padding:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-variant:small-caps;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	text-decoration:none;
}
a#download-link:hover {
	background:#555;
	color:#f0c100;
}
p#get-flash {
	background:#CC3300;
	padding:10px;
	width:490px;
	margin:20px auto;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
	font-variant:small-caps;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration:none;
}
p#get-flash a {
	color:#eee;
	font-size:0.8em;
}