﻿#cf{
	z-index:9999999999;
}
#cfclose{
	margin:0 auto;
	width:800px;
	padding:20px;
	color:#fff;
	background:#3fa693;
	font-family:'lucida sans',helvetica,arial;
	border:1px solid #000;
	border-top:0;
	font-size:1.4em;
	cursor:pointer;
}
/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size:100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* twib */
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
body{
	background:#d7f2ed url(/images/tvbggt.gif) 50% 0  repeat;/*  #9edbe8; */
	font-family:'lucida sans',helvetica,arial;
	font-size:.9em;
}
div{
	font-family:'lucida sans',arial,verdana;
}
strong{
	font-weight:bold;
	/* background-color:yellow; */
}
h2{
	font-family:'lucida sans','trebuchet ms',helvetica,'lucida sans',arial,verdana;
	color:#d7f2ed;
	font-weight:bold;
	font-size:1.25em;
	background-color:#3fa693;/*  #9edbe8; */
	padding:4px;
	cursor:pointer;
	border:4px solid #e3f3f1;
	border-bottom:0;
}
h2.last{
	border:4px solid #e3f3f1;
}
#lnglist{
	width:95%;
	margin:5px auto;
	height:auto;
	overflow:hidden;
	border:1px dashed #cfc;
	padding:3px;
}
#lnglist li{
	width:100px;
	height:1.2em;
	float:left;
	padding-left:15px;
	margin:5px;
	color:#000;
	background:#fff url(/images/lngbg.png) 0 50% no-repeat;
}
#lnglist li a{
	display:block;
	background:transparent url(/images/lngbgcap.png) right 50% no-repeat;
	width:100%;
	cursor:pointer;
	font-family:'lucida sans',helvetica,arial;
	font-size:1em;
}
#lnglistwrap{
	position:relative;
	background-color:#fff;
	border:4px solid #e3f3f1;
	display:none;
}
#lnglistwrap div{
	padding:5px 10px;
}
#lnglistcover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:wait;
	display:none;
}
#twits>textarea{
	width:99%;
	height:60px;
	min-height:60px;
	margin:0 auto;
	display:block;
	padding:0 5px;
	font-family:'Comic Sans','Comic Sans MS','lucida sans',arial;
	font-size:1.2em;
	background:#999 url(/images/blkbrd3.jpg) 0 0 repeat;
	color:#efefef;
	font-weight:bold;
	border:0;
	overflow:hidden;
}
div#twitd{
	width:100%;
	display:block;
	height:80px;
	/* min-height:80px; */
	opacity:1;
	font-family:'Comic Sans','Comic Sans MS','lucida sans',arial;
	font-size:1.2em;
	background:#999 url(/images/blkbrd3.jpg) 0 -63px repeat;
	color:#efefef;
	font-weight:bold;
}
div#twitd ul{
	margin:0 0 0 10px;
}
div#twitd ul li span{
	float:right;
	padding-right:4px;	
	font-family:'lucida sans',helvetica,arial;
	font-weight:normal;
	font-size:0.8em;
}
div#wrap{
	width:750px;
	border:0px dotted #777;
	margin:0 auto;
	position:relative;
}
div#buttonwrap{
	position:relative;
	text-align:center;
	padding:5px;
	background:transparent url(/images/faqshadow.png) 50% 0 no-repeat;
}
div#buttonwrap span{
	display:none;
}
div#buttoncover{
	width:100%;
	height:100%;
	background-color:transparent;
	position:absolute;
	top:0;
	left:0;
	display:none;
	cursor:wait;
}
button{
	font-family:'trebuchet ms',helvetica,arial;
	font-size:1.2em;
	font-weight:bold;
	border:1px solid #58A38D;
	background-color:#9edbe8;
	color:#000;
	cursor:pointer;
}
select{
	font-family:'lucida sans',helvetica,arial;
}
div#twitauth{
	display:none;
	height:0;
	opacity:0;
	background-color:#efefef;
	overflow:hidden;
}
div#twitauth p{
	padding:0 0 10px 10px;
}
div#twitauth p a{
	font-size:1.2em;
	color:#3fa693;
}
div#twitauth p span.security{
	cursor:help;
}
div#twitauth input{
	margin-left:5px;
}
div#twitauth h3{
	/* display:none; */
	padding-left:10px;
	font-family:'trebuchet ms',helvetica,arial;
	font-size:1.2em;
	font-weight:bold;

}
div#faqs, div#source{
	padding:5px 10px;
	display:none;
	background-color:#fff;
	border:4px solid #e3f3f1;
}
div#faqs dl{
	padding-bottom:20px;
}
#counter{
	display:none;
	opacity:.7;
	position:absolute;
	top:45px;
	right:10px;
	color:#fff;
	font-family:'lucida sans',helvetica,arial;
}
#twitwrap{
	position:relative;
}
#twits{
	position:relative;
	border:5px solid #efefef;
	overflow:hidden;
}
#header{
	position:relative;
	width:100%;
	height:186px;
	border:0px solid red;
	background:transparent url(/images/mast.png) 50% 0  no-repeat;
	z-index:999;
}
#header h1, #header h2 {
	opacity:0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#header p {
	position:absolute;	
	width:522px;
	height:145px;
	top:51px;
	left:76px;
	background:transparent url(/images/twibbirds.png) 0 0  no-repeat;
	z-index:99999;
}
input#showAllHops{
	margin:0 3px 5px 15px;
}
#girl {
	position:absolute;
	top:-1px;
	left:-35px;
	z-index:9999;
}
#footer, #push {
	height: 150px; /* .push must be the same height as .footer */
}

#footer{
	color:#444;
	background:#fff url(/images/tvfootershadow.png) 0 0 repeat-x;
	border-top:2px solid #033;
	position: relative;
	margin-top: -150px; /* negative value of footer height */	
}
#footer img{
	vertical-align:middle;
}
#footer p {
	margin:15px;
}
#footer p span {
	display:block;
	color:#666;
}
#faqs dt, #faqs dd{
	font-family:'lucida sans',helvetica,arial;
	line-height:1.4em;
	background-color:#fff;
}
#faqs dt{
	font-weight:bolder;
	padding:10px 0 5px 0;
	background-color:#e0efec;
}
#faqs dd{
	padding-left:20px;
}
.frameAx{
	height:169px;
	width:169px;
	position:relative;
	margin:0 auto;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	background:transparent url(/images/frameA.png) 0 0 no-repeat;
	-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
}
.frameAx img{
	position:absolute;
	top:22px;
	left:22px;
}
.frameA, .frameB, .frameC{
	height:159px;
	width:159px;
	position:relative;
	margin:0 auto;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	background:transparent url(/images/frameB.png) 0 0 no-repeat;
	-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
}
.frameA img, .frameB img, .frameC img{
	position:absolute;
	top:17px;
	left:16px;
}
.frameA{
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}
.frameC{
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}
#auth p em{
	display:block;
	color:#666666;
	font-size:0.8em;
}
#footer dl{
	float:left;
	margin:15px;
	color:#666;
}
#footer dl dt{
	margin-bottom:5px;
}
#footer dl dd{
	display:inline-block;
	background:#fff url(/images/logos.png) 0 0 no-repeat;
	text-indent:-9999px;
	height:80px;	
}
#footer dl dd.gae{
	width:85px;
}
#footer dl dd.ajax{
	width:40px;
	background-position:-84px 0;
}
#footer dl dd.jq{
	width:135px;
	background-position:-121px 0;
}
#footer dl dd.twitter{
	width:112px;
	background-position:-260px 0;
}
#footer dl dd.mad{
	width:58px;
	background-position:-533px 0;
}
#footer dl.enjoy{
	float:right;
}
#footer dl dd.chrome{
	width:80px;
	background-position:-368px 0;
}
#footer dl dd.ff{
	width:88px;
	background-position:-591px 0;
}
#footer dl dd.safari{
	width:76px;
	background-position:-449px 0;
}
/* content */
#content{
	padding:20px;
	background-color:#fff;
}
#content h2{
	border:4px solid #e3f3f1;
}
#content p, #content ul{
	padding:5px 10px;
}
ul.pics{
	clear:both;
	margin-bottom:0;
	font-size:.8em;
	text-align:center;
}
ul.pics li{
	display:inline-block;
	padding-left:10px;
}

ul.pics{
	clear:both;
	margin-bottom:0;
	font-size:.8em;
	text-align:center;
}
ul.pics li{
	display:inline-block;
	padding-left:10px;
}
#source p{
	margin-bottom:10px;
}
#source p textarea{
	display:block;
	width:100%;
}
#source p.tweet{
	display:none;
	color:green;
}
#source p.error{
	display:none;
	color:red;
}
/* ad form */
body.ads fieldset{
	border:1px solid #ccc;
}
body.ads legend{
	padding:5px;
	margin-left:10px;
	font-weight:bold;
}
body.ads label{
	display:block;
}
body.ads input.button{
	font-family:'trebuchet ms',helvetica,arial;
	font-size:1.2em;
	font-weight:bold;
	border:1px solid #58A38D;
	background-color:#9edbe8;
	color:#000;
	cursor:pointer;
}
#datepicker{
	font-size:62.5%;
	display:none;
	margin-left:10px;
}
/* other */
h4{
	padding:10px;
	color:orange;
}
body.tos em{
	font-style:italic;
}
#twitresponse{
	padding-left:10px;
	color:green;
}
#twitresponse.error{
	color:red;
}
