/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#e2e2e2;background:#222;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


a#atmedia
{
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
}

body
{
	font-family:  Helvetica, arial, sans-serif;
	font-size: 20px;
	line-height: 150%;
}

div#vid
{
	width: 100%;
	text-align: center;
	margin: 20px auto 0 auto;
}

a:link, a:visited
{
  color: #13cafe;
  text-decoration: none;
  padding: 2px 4px;
  background-color: #222;
  -webkit-transition-property: background-color, color; 
  -webkit-transition-duration: .15s; 
  -webkit-transition-timing-function: ease-in;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

a:hover
{
  background-color: #2d2d2d;
  color: #d8fa3c;
  -webkit-transition-timing-function: ease-out;
}

header
{
	display: block;
	background: #000;
	border-bottom: 1px solid #2d2d2d;
	height: 80px;
}

h1
{
	width: 300px;
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: block;
	background: transparent url(../ui/paulgroves.gif) no-repeat 50% 0;
	text-indent: -3000em;
	overflow: hidden;
	position: relative;
	top: 25px;
}

section
{
  display: block;
  width: 300px;
  margin: 0 auto;
  padding-top: 70px; 
  position: relative;
  background: transparent url(../ui/little_kitteh.gif) no-repeat 50% 100%;
  padding-bottom: 130px;
}

h2
{
  width: 172px;
  height: 53px;
  background: transparent url(../ui/hello.gif) no-repeat 0 0;
  text-indent: -3000em;
  overflow: hidden;
  margin: 0 auto 20px auto;
}

p
{
  text-align: center;
  margin: 0 auto;
  color: #e2e2e2;
}

p.hai
{
  margin-bottom: 1.5em;
}