/*
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%;}

body
{
	font-family: 'DIN Next W01 Regular', 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: #13c4f2;
  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
{
  margin: 0 auto;
	background: #000;
	border-bottom: 1px solid #2d2d2d;
	height: 80px;
}

h1
{
	text-align: center;
  padding-top: 0.75em;
  font-size: 1.5em;
  width: 300px;
  display: block;
  margin: 0 auto;
}

section
{
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 0 0 9em 0;
  position: relative;
  background: transparent url(../ui/little_kitteh.gif) no-repeat 50% 90%;
}

h2
{
  font-size: 3em;
  margin-top: 0.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  text-shadow: 4px 0px 2px #633032, -4px 0px 2px #184A65
}

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

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

::-moz-selection{ background: #13c4f2; color:#fff; text-shadow: none; }
::selection { background:#13c4f2; color:#fff; text-shadow: none; } 
