@charset "UTF-8";
/* CSS Document */
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, 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: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	text-align: center;
}
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: "" "";
}



/* end reset */

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/bg-body.gif) top repeat-x;
	font-size: 62.5%;
	color: #666666;
}

#splash{
	background-color: #25a7d9; /* bright blue */
	color: #fff;
	margin: 200px auto;
}

#container{
	text-align: left;
	width: 1175px;
	margin: 0 0 0 60px;
	padding: 0;
}

#logo {
	width:240px;
	background-color: #25a7d9; /* bright blue */
	padding-top: 150px;
	margin: 2px 0 0 0;
	float: left;
}

#nav {
	float: right;
	margin-top: 91px;
}

#nav li{
	list-style-type: none;
	float: left;
}

#nav li a{
	width: 65px;
	text-decoration: none;
	background-color: #f1f0f0; /* light gray */
	color: #828383; /* dark gray */
	font-size: 1.4em;
	height: 20px;
	display:block;
	padding: 30px 0 10px;
	margin-left: 2px;
	text-align: center;
}
#nav li a:hover{
	background-color: #828383;
	color: #fff;
}


a{
	color:#666666;
}

h1, h2, h3, h4 {
	font-family: "Century Gothic",AppleGothic,sans-serif;
	font-weight: normal;
}

h1{
	font-size: 2.8em;
}

h1 span{
	color: #25a7d9; /* bright blue */
}

h2, h3, h4, h5{
	color: #357095; /* dark blue */
}
h2 a, h3 a, h4 a, h5 a {
	color: #357095; /* dark blue */
	text-decoration: none;	
}

h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
h2{
	float: right;
	font-size: 2.2em;
	margin: 30px 0 0;
}

h2 span{
	font-weight: bold;
}

h4{
	font-size: 1.4em;
	margin-bottom: 15px;
}

p{
	font-size: 1.4em;
	margin: 20px 0;
	line-height: 1.8em;
}

#intro{ 
	width: 410px;
	height: 364px;
	float: left;
	border: 1px solid #cacaca; /* gray */
	margin: 2px 2px 0 0;
	padding: 30px 40px 0 25px;
}

#contact #intro, #about #intro{
	width: 831px;
	margin-right: 0;
}

#about #intro{
	height: 564px;
	
}

#demoScreen{ 
	width: 1148px;
	text-align: center;
	border: 1px solid #cacaca;
	margin: 2px 0 0;
	padding: 40px 10px 5px 15px;
	font-size: .9em;
	line-height: 1.4em;
}


.appDesc{ 
	width: 393px;
	height: 150px;
	float: left;
	border: 1px solid #cacaca;
	margin: 2px 0 0;
	padding: 40px 10px 5px 15px;
	font-size: .9em;
	line-height: 1.4em;
}

.appDesc img{
	float: left;
	margin-right: 15px;
}

.appDesc h3{
	font-size: 1.8em;
	margin-top: 10px;
}

.appDesc p{
	margin-top: 5px;
}
#apps{
	float: left;
	width: 418px;
	margin-right: 2px;
}

#twitterHome{
	position: relative;
	width: 249px;
	float: right;
	border: 1px solid #cacaca;
	margin: 2px 0;
	padding: 20px 10px 0 10px;
	height: 290px;
	float: left;
}
#about #twitterHome{
	height: 490px;
}

#twitterHome a:hover{
	text-decoration: underline;
}

#twitterHome h4{
	display: inline;
	float: left;
	margin-bottom: 0;
}

#twitter_update_list li{
	padding: 10px 0;
	border-bottom: 1px dashed #cacaca;
	font-size: 1.2em;
	line-height: 1.4em;
}

#twitter_update_list li a{
	text-decoration: none;
	display: block;
}

#twitter_update_list li span a{
	display: inline;
}
#sidebar{
	float: left;
	width:269px;
	margin: 0 0 0 2px;
}

#twitterHome p{
	text-align: right;
	font-size: 1.2em;
	color: #357095;
	margin: 3px 0;
	padding: 0;
}

#twitterHome p a{
	color: #357095;
	text-decoration: none;
}
#twitterHome img{
	position: absolute;
	left:8px;
	bottom:10px
}
body  a#fdbk_tab{
	top: 400px;
}

#signUp{
	width: 259px;
	height: 23px;
	float: left;
	border: 1px solid #cacaca; /* gray */
	margin: 0;
	padding: 5px 0 10px 10px;
	text-align: left;
}

#signUp h4{
	font-size: 1.8em;
	display: block;
	float: left;
	padding: 4px 0 0 0;
	margin: 0;
	line-height: 1em;
}

#signUp input{
	width: 175px;
	height: 15px;
	color: #cacaca;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

.btnLt{
	background-image: url(../images/btn-lt.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 2px 10px 0 0;
	padding-left: 5px;
	float: right;
}

.btnLt a{
	text-decoration: none;
}

.btnRt{
	background-image: url(../images/btn-rt.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 10px 0 0;
	margin: 0;
	float: right;
}

#signUp .btnRt input.btn{
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 1.2em;
	height: 22px;
	color: #fff;
	width: 80px;
	margin-bottom: 4px;
}
#share{
	width: 264px;
	height: 28px;
	float: left;
	border: 1px solid #cacaca; /* gray */
	margin: 2px 0 0 0;
	padding: 10px 0 0 5px;
	text-align: left;
}
#share h4{
	font-size: 1.8em;
	display: block;
	float: left;
	padding: 0 5px 0;
	margin: 0;
	line-height: 1em;
}

#share img{
	padding-top: 3px;
}

#footer{
	color: #8b8c8c;
	width: 1170px;
	font-size: 1.1em;
	margin: 20px 0 100px 60px;
}

/* app pages */


#appIntro h4{
	font-size: 1.6em;
	font-weight: bold;
	margin: 30px 0 5px 0;
}

#appIntro{
	width: 847px;
	height: 1070px;
	float: left;
	border: 1px solid #cacaca; /* gray */
	margin: 2px 0 0 0;
	padding: 30px 25px 0 25px;
	text-align: left;
	font-size: .9em;
	line-height: 1.4em;
}
.long #appIntro{
	height: 1212px;
}

.faq #appIntro{

	height: 1800px;
}
#appIntro p{
	padding-right: 30px;
	margin: 20px 0 0;
}

#appIntro ul, #intro ul, #appIntro ol, #intro ol{
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 10px 30px 20px 50px;
}

#appIntro .disclaimer ol{
	margin-left: 20px;
}

#appIntro ul li, #intro ul li{
	list-style-image:url(../images/arrow.gif);
	list-style-position:outside;
	list-style-type:square;
	margin:0 0 0.9em;
}
#demo{
	float: right;
	text-align: center;
	position: relative;
}

.wideDemo{
	width: 300px;
}
#mypause #twitterHome{
	float: left;
	height: 854px;
	
}

#ourApps, #contestBox{
	width: 249px;
	float: left;
	border: 1px solid #cacaca;
	margin: 2px 0;
	padding: 20px 10px 0 10px;
	height: 118px;
	line-height: 1.8em;
}
#contestBox{
	margin-top: 0;
}
#contestBox p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 20px 10px 0;
}
#ourApps h4{
	font-size: 1.8em;
}

#contestBox h4{
	font-size: 1.8em;
	margin-bottom:10px;
}

#ourApps img{
	padding: 0 10px 0 20px;
}

#userComments{
	width: 245px;
	float: left;
	border: 1px solid #cacaca;
	margin: 2px;
	padding: 20px 10px 0 10px;
	height: 348px;
	line-height: 1.8em;
}

#userComments blockquote{
	font-size: 1.4em;
	margin: 0 2px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#userComments p.caption{
	margin: 2px 10px 25px;
	font-size: 1.1em;
	text-align: right;
}

.left{
	float: left;
	margin: 20px 20px 10px 0;
}
#contact-area {
	width: 600px;
	margin-top: 25px;
	margin-left: 50px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #cacaca;
}

#contact-area textarea {
	height: 50px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	font-size: 1.1em;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
}

img.right{
	float: right;
}

.disclaimer{
	font-size: .9em;
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 0;
}

#appIntro .disclaimer h4{
	margin-top: 10px;
}

.announce{
	background-color: #E7F5F8;
	padding: 10px 5px 10px 10px;
	font-size: .9em;
}

.announce h3{
	margin: 0;
	padding: 0;
	font-size: 1.8em;
}

.announce p{
	margin: 0;
	padding: 5px 0 0 0;
}

.top{
	text-align: right;
}

.colLt{
	float: left;
	width:400px;
}
.colRt{
	float: right;
	width:410px;
}
a.video{
	display: block;
	background-image: url(../images/icon-video.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 10px 45px;
	margin: 5px 0 5px;
}

.inlineMovie, .inlineMovieHorz{
	display:block;
	position:relative;
}
.inlineMovie{	
	background:transparent url(../images/mypause-video.jpg) repeat scroll 0 0;
	height:521px;
	margin:2em auto 1em;
	width:282px;
}
.inlineMovieHorz{	
	background:transparent url(../images/myshoebox-video.jpg) no-repeat 0 0;
	height:482px;
	margin:2em auto 1em;
	width:741px;
}

.inlineMovie object, .inlineMovieHorz object {
	position:absolute;
}	
.inlineMovie object{
	height:360;
	left:50%;
	margin:-176px 0 0 -119px;
	top:50%;
	width:246;
}
.inlineMovieHorz object{
	height:360;
	left:50%;
	margin:-204px 0 0 -242px;
	top:50%;
	width:246;
}