/*
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:#000;background:#FFF;}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%;}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color:#666666;
}

#TB_window a:link {color: #343434; text-decoration: none;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #323232;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index:299;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.TB_overlayMacFFBGHack {
background:transparent url(http://webex1.newsok.com/shareitlive/images/macFFBgHack.png) repeat scroll 0 0;
}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #fff;
    z-index: 300;
    color:gray;
    display:none;
    border-left: 4px solid #525252;
    border-right: 4px solid #525252;
    border-top: 4px solid #525252;
    border-bottom: 4px solid #525252;

    /*border-left: 4px solid #525252;
    border-right: 3px solid #525252;
    border-top: 3px solid #525252;
    border-bottom: 2px solid #525252;*/
    text-align:left;
    top:50%;
    left:50%;
    overflow: hidden;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
    display:block;
    margin: 15px 15px 0px 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
    float:right;
}

#TB_closeAjaxWindow{
    padding:3px 5px 0px 0;
    z-index: 999;
    /*margin-bottom:1px;*/
    text-align:right;
    float:right;
    width: 100px;
    
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    /*margin-bottom:1px;*/
    display: none;
}

#TB_title{

	position: absolute;
	z-index: 998;
	top: 4px;
	right: 4px;
    height:19px;
    width:19px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:33px;
    text-decoration: none;
    font-weight: bold;
}
#TB_title:hover {
	background: #9c7d5c;
}

#TB_ajaxContent{
    clear:both;
    padding:0px 0px 0px 0px;
    overflow:hidden;
    text-align:left;
    line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
    padding:0px;
}

#TB_ajaxContent p{
    padding:5px 0px 5px 0px;
}

#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}
body {  
    margin:0px; padding:0px;  
    font-family:Helvetica, Arial, sans-serif;
    text-align: center;
}
.clear {
    clear: both;
}

/** IE 6 min-height hack **/
* html .outside_container { height:1000px;}
/**************************/

.outside_container {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/background.gif) repeat-x scroll left top;
    min-height: 1000px; 
}
.container {
    min-height: 400px;
    max-width: 865px;
    width:865px;
    margin: 0 auto;
    text-align: left;
    position: relative; 
}


/* Header graphics and nav */   
.header {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/header_logo.png) no-repeat right top;    
    width: 100%;
    min-height: 333px;
    _height:333px;
    position: relative;
    display: block;
}
.iphone_gfx {
	display:block;
    position: absolute;
    margin-left: -10px;
    top:0px;
    width:320px;
    height:620px;
    z-index:297;
}
#app_button {
    position: absolute;
    margin: 230px 0px 0px 340px;
}
.tabnav {
    Float: right;
}
.tabnav a {
    background: transparent url(http://content.newsok.com.s3.amazonaws.com/shareitlive/support_bttn.png) no-repeat 0 0;
    display: block;
    width: 138px;
    height: 29px;
    font-weight: bold;
    color: #3b281f;
    text-align: center;
    padding: 7px 0px 0px 0px;
    text-decoration: none;
}   
    
.tabnav a:hover {
    background-position: -138px -0px;
    text-decoration: none;
    color: #8d8784;
}
#emailus {
    position: absolute;
    margin: 235px 0px 0px 341px;
    text-align: left;
    color: #73440d;
    font-size: 18px;
}

#emailus a {
    text-decoration: none;
    color: #ee4c18;
}
#emailus a:hover {
    color: #a82a02;
}

/* Middle content area containing screenshot section */
.middle {
    margin-top: 18px;
    width: 525px;   
    float: right;
    text-align: left;   
}
.scrnshot_header {
    font-family: Verdana, arial, sans-serif;
    font-size: 24px;
    color: #898989;
    border-bottom: solid 1px #c5c5c5;   
}

/* funky jquery/thickbox gallery with hover over border color changes */
ul.gallery {
    margin-top: -5px;
}
ul.gallery img {
    border: 2px solid #888888;
    margin-right: 1px;
}
ul.gallery li {
    display: inline;
}
ul.gallery li a:hover img{
    border: 2px solid #f7941d;
}

/* content area containing about section and features side bar */
.content {
    margin-top: 150px;
    position: relative;
}
#about_shareit {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
    float: left;
    color: gray;
    width: 520px;
    font-size: 16px;    
}
#about_header {
    display: block;
    line-height: normal;
    color: #f7941d;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

#features_sidebar {
    margin-top: 48px;
    width: 302px;
    height: 206px;
    background-color: #f7f0e8;
    float: right;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px; 
    -moz-border-radius: 10px;
    border-radius: 10px;    
}
#features_header {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 15px 3px 15px;
    font-size: 21px;
    font-weight: bold;
    color: gray;
    border-bottom: 1px solid #e5e5e5;
}
#features_body {
    color: gray;
    padding: 10px 15px 5px 15px;
    border-top: 1px solid #ffffff;
    font-size: 14px;
}
#features_body ul {
    padding-left: 16px;
}

#features_body li {
    list-style: outside;
}

/********************************************************************************/
/* Footer */
/********************************************************************************/


.footer {
    margin-top: 25px;
    background-color: #464646;
    height: 90px;   
}
.footer_content {
    font-family: Arial, Helvetica, sans-serif;
    width: 865px;
    font-size: 13px;
    padding-top: 35px;
    color: #353535;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.footer a {
    color: #626262;
    font-weight: bold;
    text-decoration: none;
}
.footer a:hover {
    color: #a5a5a5;
}

