/**
  Site: Moveey.com
  Author: James Rose
*/

body {
  color:#222;
  background:#fff;
  font: 100% "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a img {
  border:0;
}


div#container {
  margin: 20px auto;
  width: 750px;
  text-align: center;
}

h1#timer {
  font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
  font-variant: small-caps;
  color: #222;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 5.3em;
  margin: 0; 
}

p#intro {
	font-family: georgia,serif;
	font-size: 15px;
	text-align: left;
	border-radius: 20px;
	background: #C0DEF5;
	color: #333;
	padding: 15px 15px 15px 15px;
}

div#home_content {

  background-color:#F0F0F0;
  color:#333;
  padding:1px 30px 30px 30px;
  height: 250px;
}

form#comment_form {
  text-align: center;
}

input#comment_input {
  color:gray;
	text-align:center;
	font-size:30px;
	margin:20px 0;
	padding:3px
	font-size:200%;
	bottom: 200px;
	height: 40px;
	width: 80%;
	margin:0 auto;
}

#video {
  float: left;
}

.user {
  float: right;
}

.user p {
	font-size:11px;
	color:#666;
}

.user label {
	font-weight:700;
	text-align:left;
  color: #666666;
}

.user input {
	font-size:22px;
	border:solid 1px #999;
	padding:4px 2px
}

.user input[type='submit'],
.user input[type='button'] {
  margin-top:5px;
	text-align:center;
	line-height:31px;
	margin-left:5px;
	font-size:18px;
	display: inline;
	font-weight:700
}

#footer, #footer a {
  margin-top:100px;
  clear: both;
  color: #999;
  font-size: 12px;
  text-align: center;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

ul.spy {
  display: block;
  list-style-type:none;
  color: #BBB;
  text-align:left;
  line-height:20px;
}

ul.spy a {
  color: #BBB;
  font-weight: 700;
}

ul.spy li {
  margin-bottom: 10px;
}

ul.spy .date {
  font-size:12px;
  background:#FF4F4F;
  color:#FFF;
}

a#play_link  {
  text-decoration: none;
  background: #7BC0FF;
	color: #FFF;
}

a#pause_link {
  background:#D4292c;
  color: #FFF;
	text-decoration: none;
}
