@charset "UTF-8";
/* CSS Document */


/* ---- reset ------*/

* {margin:0;padding:0;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em;font-weight:normal;font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse;border-spacing:0;}
td {vertical-align:top;}
.clear {clear:both; width: 0px;}
.left {float: left;}
.right {float: right;}


/* ------------------ body --------------------- */


body {
	background: #0D507D;
	font: 62.5% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #4C4C4C;
	text-shadow: 0 1px #FFF;
}


/* ------------ text ------------ */

h1 {
  font-size: 2.4em;
  color: #06314B;
  text-align: center;
}

h2 {
  font-size: 2em;
  font-weight: 600;
  color: #FFF;
  text-shadow: 0 1px 1px #666;  
}

h3 {
  font-size: 2.2em;
  font-weight: 600;
  color: #1C597F;  
}

a {
  color: #266B97;
  text-decoration: none;
}

p {
  font-size: 1.6em;
  color: #4C4C4C;
}

p a {
  color: #266B97;
  text-decoration: underline;
}

p a:hover {color: #052439;}

strong {font-weight: bold;}


/* ----------------------------------------------
----------------------- top --------------------- */

#top {
  width: 100%;
  background: #FFF url(../images/bg/bg.png) repeat-x;
}

#container {
  width: 850px;
  margin: 0 auto;
  padding-bottom: 70px;
  text-align: left;
}


/* ------------ header -------------- */

#header {
  height: 45px;
  width: 850px;
  overflow: hidden;
  margin-bottom: 30px; 
}

.logo {
  position: absolute;
  top: 16px;  
}

#header ul {
  float: right;
  width: 500px;
  margin-top: 10px;
}

#header ul li a {
  float: left;
  width: 90px;
  height: 24px;
  padding-top: 5px;
  text-align: center;
  margin-right: 5px;
  font-size: 1.4em;
  color: #B2B2B2;
  text-shadow: 0 1px #000;
}

#header ul li a:hover {
  color: #FFF;  
}

#header ul li a.current {
  color: #FFF;
  background: url(../images/bg/btn_nav.png) no-repeat; 
}

/* ----------------------------------------------
--------------------- content ------------------- */

.content {
  margin: 30px 0;
}

/* -------------------- home -------------------- */


/* ------------ 2up -------------- */

.twoUp {
  width: 400px;
  min-height: 700px;
  background: #F3F3F3;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); 
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #FFF;
}

.twoUp .home_titles {
  position: relative;
  margin: 20px auto 0;
  width: 310px;
  height: 290px;
  text-align: center;
  font-size: 1.8em;
  color: #666666;  
}

.home_icon {
  padding-bottom: 10px;
}

.btn_home a {
  width: 124px;
  height: 26px;
  padding: 6px 0 0 16px;
  text-align: left;
  font-size: .8em;
  font-weight: 600;
  color: #EBEBEB;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
  display: block;
}

.btn_home a.homeLearn {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/buttons/btn_learn.png) no-repeat;
}

.btn_home a.homeLite {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/buttons/btn_buy_red.png) no-repeat;
}

.btn_home a.homePro {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/buttons/btn_buy_purple.png) no-repeat;
}

.btn_home a span {
  opacity: .8;
  padding-left: 3px;
}

.btn_home a:hover {
  background-position: 0 -32px;
}


/* ---------- home description ---------- */

.home_description {
  width: 400px;
  margin-top: 30px;
  min-height: 380px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-radius-bottomleft: 6px;
  border-radius-bottomleft: 6px; 
  -moz-border-radius-bottomright: 6px;
  -webkit-border-radius-bottomright: 6px;
  border-radius-bottomright: 6px;
  -moz-box-shadow: 0 1px 2px #666;
  background: #CCC url(../images/home/home_description.jpg) 0 top repeat-x;
}

.home_description p {
  line-height: 1.4em;
  padding: 25px 40px 30px;
}

.home_quote {
  margin: 0 auto;
  padding: 35px 30px;
  width: 300px;
  height: 121px;
  font-size: 1.7em;
  color: #FFF;
  text-shadow: 0 1px 1px #666;
  background: url(../images/home/home_quote.png) no-repeat;
  overflow: hidden;
}

.home_quote .home_source a {
  float: right;
  margin-top: 10px;
  color: #144B6F;
  font-size: .9em;
  font-weight: 600;
  text-shadow: 0 1px #CCC;
}


/* -------------------- pro and lite -------------------- */

.oneUpWarning {
  width: 850px;
  min-height: 20px;
  background: #F3F3F3;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); 
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #FFF;
}

.oneUpWarning .fbText {
  position: relative;
  margin: 10px auto 0;
  width: 310px;
  text-align: center;
  font-size: 1.8em;
}

.oneUpWarning .warning {
  position: relative;
  margin: 10px auto 0;
  width: 350px;
  text-align: center;
  font-size: 1.8em;
  color: #CC0000;  
}
.oneUpWarning .warningText {
  position: relative;
margin-top:10px;
margin-bottom:0px;
margin-right:50px;
margin-left:50px;
  width: 750px;
  height: 44px;
  text-align: center;
  font-size: 1.3em;
  color: #666666;  
}

.oneUpGeneric {
  width: 850px;
  min-height: 100px;
  background: #F3F3F3;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); 
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #FFF;
}

.oneUp {
  width: 850px;
  min-height: 800px;
  background: #F3F3F3;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); 
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #FFF;
}

.title {
  position: relative;
  min-height: 284px;
}

.title p {
  position: absolute;
  top: 120px;
  left: 365px;
  color: #666666;
  font-size: 1.8em;
}

.pro_icon {
  position: absolute;
  top: 45px;
  left: 140px;
}

.pro_title {
  position: absolute;
  top: 80px;
  left: 365px;
}

.btn_home a.btn_purple, .btn_home a.btn_red {
  position: absolute;
  left: 365px;
  top: 160px;
  font-size: 1.4em;
}

.btn_home a.btn_purple {background: url(../images/buttons/btn_buy_purple.png) no-repeat;}
.btn_home a.btn_red {background: url(../images/buttons/btn_buy_red.png) no-repeat;}

.btn_home a.btn_purple span, .btn_home a.btn_purple span {
  padding-left: 3px;
}

.btn_home a:hover {
  background-position: 0 -32px;  
}

.btn_appStore_red a, .btn_appStore_purple a {
  position: absolute;
  left: 365px;
  top: 160px;
  width: 330px;
  height: 67px;
  display: block;
}

.btn_appStore_red a {background: url(../images/buttons/btn_appStore_lite.png) no-repeat;}
.btn_appStore_purple a {background: url(../images/buttons/btn_appStore_pro.png) no-repeat;}

.btn_appStore_red a span, .btn_appStore_purple a span {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.3em;
  font-weight: 500;
  color: #EBEBEB;
  margin-left: 218px;
  line-height: 2.7em;
  text-shadow: none;
}

.btn_appStore_red a:hover, .btn_appStore_purple a:hover {
  background-position: 0 -67px;  
}

.description {
  width: 850px;
  border-radius-bottomleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-radius-bottomleft: 6px;  
  border-radius-bottomright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-radius-bottomright: 6px;
  -webkit-box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  box-shadow: 0 1px 2px #666;
  background: #CCC url(../images/features/bg_description.png) 0 top repeat-x;
}

/* -------- subnav -------- */

.description ul.subnav, .coda-nav ul {
  margin: 0 auto;
  padding-top: 1px;
  width: 440px !important;
  font-size: 1.8em;
  font-weight: 600;
  height: 46px;
  overflow: hidden;
  background: url(../images/features/div_nav.jpg) right 1px no-repeat;
}

.coda-nav ul li {
  display: inline-block;
}

.description ul.subnav li a, .coda-nav ul li a {
  display: block;
  height: 45px;
  padding: 11px 20px 13px;
  text-align: center;
  color: #595959;
  text-shadow: 0 1px #DDD;
  background: url(../images/features/div_nav.jpg) left 0 no-repeat;
}

.description ul.subnav li a:hover, .coda-nav ul li a:hover {
  color: #FFF;
  text-shadow: 0 -1px #888;
}

.description ul.subnav li a.current, .coda-nav ul li a.current {
  color: #FFF;
  background-color: #CCC;
  text-shadow: 0 1px 1px #666;
}


/* ------------- description content ------------ */

ul.description_content {
  overflow: hidden;	
}

ul.description_content .panel-container > li {	
  float: left;
  display: block;
  width: 850px;
}

ul.description_content li .content {		
  padding: 30px 90px;
  margin: 0px;
}

/* -------- overview -------- */

ul.description_content p.intro {
  padding-bottom: 30px;
}

.block {
  position: relative;
  padding: 30px 0;
  background: url(../images/features/div.png) left top repeat-x;
  overflow: hidden;
}

.block .shadow {
	height:158px;
	width:208px;
	padding:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	margin:4px 12px 10px 6px;
	-webkit-box-shadow:4px 4px 1.5em hsla(0, 0%, 0%, 0.5);
	-moz-box-shadow:4px 4px 1.5em hsla(0, 0%, 0%, 0.5);
	box-shadow:4px 4px 1.5em hsla(0, 0%, 0%, 0.5);
	}

.block h2 {padding-bottom: 6px;}

.block .right.text {width: 420px;}
.block .left.text {width: 420px; text-align: right;}

.description_quotes {
  padding: 30px 0 0;
  margin-top: 10px;
  background: url(../images/features/div.png) 0 top repeat-x;
}

.description_content h3 {
  padding-bottom: 10px;
}

.description_quotes blockquote {
  padding: 20px 25px;
  margin: 20px 0;
  font-size: 1.8em;
  color: #4C4C4C;
  background: url(../images/features/quotes.png) 0 0 no-repeat;
}

.description_quotes blockquote .source {
  width: 600px;
  font-size: .8em;
  font-weight: 600;
  color: #134B6D;
  text-align: right;
  padding: 20px 0 30px;
  background: url(../images/features/div_dots.png) 0 bottom repeat-x;
}


/* -------- features -------- */

.block ul li {
  font-size: 1.6em;
  padding: 10px 20px;
  background: url(../images/features/bullet.jpg) 0 18px no-repeat;
}

.block h2 {
  line-height: 1.6em;
}

h2.icon_cd {background: url(../images/features/icon_cd.png) 300px 0 no-repeat;}
h2.icon_speaker {background: url(../images/features/icon_speaker.png) 370px 0 no-repeat;}
h2.icon_sliders {background: url(../images/features/icon_sliders.png) 150px 0 no-repeat;}
h2.icon_notes {background: url(../images/features/icon_notes.png) 200px 0 no-repeat;}


/* ------------ faq ----------- */

.pro_faq {
  min-height: 1100px;
}

.lite_faq {
  min-height: 800px;
}

ul.faq li {
  margin-left: -90px;
  padding-left: 90px;
  width: 760px;
  background: url(../images/features/bg_faq.png) 0 top repeat-x;
}

ul.faq li h2 a {
  line-height: 1.8em;
  font-size: .9em;
  color: #FFF;
  display: block;
}

ul.faq li h2:focus {
  outline: none;
}

ul.faq li p {
  padding: 25px 90px 25px 0;  
}

ul.faq li ul li {
  font-size: 1.4em;
  color: #666;
  padding: 5px 20px;
  margin: 0 10px;
  width: 650px;
  background: url(../images/features/bullet.jpg) 0 11px no-repeat;
}


/* ------------ download ----------- */

p.white {
  margin-top: -8px;
  color: #FFF;
  text-shadow: 0 1px 1px #666;
}

.btn_dload a {
  margin: 10px auto;
  padding: 5px 0 0 12px;
  width: 249px;
  height: 28px;
  background: url(../images/features/btn_versions.png) no-repeat;
  font-size: 1.6em;
  font-weight: 600;
  color: #FFF;
  text-shadow: 0 -1px rgba(0,0,0,.65);
  display: block;
}

.btn_extras a {
  margin: 10px auto;
  padding: 6px 0 0 12px;
  width: 249px;
  height: 28px;
  background: url(../images/features/btn_extras.png) no-repeat;
  font-size: 1.6em;
  font-weight: 600;
  color: #808080;
  text-shadow: 0 1px #FFF;
  display: block;
}

.btn_dload a:hover {
  background-position: 0 -32px;
}

.btn_extras a:hover {
  background-position: 0 -33px;
}


/* ------------------- compare ------------------ */

.compare_title {
  position: relative;
  min-height: 220px;    
}

.compare_title .lite_section {
  position: absolute;
  top: 20px;
  right: 385px;
  width: 254px;
  text-align: center;
  font-size: 1.8em;
  color: #666666;  
}

.compare_title .pro_section {
  position: absolute;
  top: 20px;
  right: 45px;
  width: 254px;
  text-align: center;
  font-size: 1.8em;
  color: #666666;  
}

.icon_lite a {
  position: absolute;
  top: 0;
  right: 385px;
  width: 254px;
  height: 215px;
  background: url(../images/home/title_lite.png) no-repeat;
  display: block;
}

.icon_pro a {
  position: absolute;
  top: 0;
  right: 50px;
  width: 242px;
  height: 215px;
  background: url(../images/home/title_pro.png) no-repeat;
  display: block;
}


/* ------- rows ------- */

.row {
  overflow: hidden;
  border-top: 1px solid #999; 
}

.row .row_title {
  float: left;
  width: 150px;
  min-height: 52px;
  padding: 14px 10px 0;
  background: #CCC;
  font-size: 1.5em;
  font-weight: 600;
  color: #06314B;
  text-align: center;
  border-right: 1px solid #999;
}

.row .row_lite {
  float: left;
  width: 338px;
  height: 66px;
  display: block;
}

.row .row_pro {
  float: right;
  width: 340px;
  height: 66px;
  border-left: 1px solid #999;
  display: block;
}

.check {
  width: 48px;
  height: 54px;
  background: url(../images/features/check.png) center 10px no-repeat;
}

.cross {
  width: 48px;
  height: 54px;
  background: url(../images/features/cross.png) center 11px no-repeat;
}

.row a.row_learn {
  width: 124px;
  height: 26px;
  padding: 6px 0 0 16px;
  margin: 15px auto 0;
  text-align: left;
  font-size: 1.4em;
  font-weight: 600;
  color: #EBEBEB;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
  display: block;
  background: url(../images/buttons/btn_learn.png) no-repeat;
  display: block;
}

.row a:hover {
  background-position: 0 -32px;  
}

.formats {
  font-size: 1.2em;
  color: #06314B;
}


/* ----------------------------------------------
-------------------- bottom --------------------- */


#bottom {
  width: 100%;
  min-height: 295px;
  background: url(../images/bg/bg_footer.png) repeat-x;
}

#footer {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2em;
  text-shadow: 0 1px 1px #000;
}

#footer .left, #footer .right {
  margin-top: 25px;
}

#footer p {
  font-size: 1em;
  color: #3E7BA1;
}

#footer p.p_line, #footer h3 {
  padding-bottom: 15px;
  margin-bottom: 10px;
  width: 250px;
  background: url(../images/bg/div_footer.jpg) left bottom repeat-x;  
}

#footer p.p_line {
  
}

#footer h3 {
  font-size: 1.4em;  
  font-weight: 600;
  color: #5EC1FF;  
}

#footer a {
  color: #5EC1FF;
}

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

#footer .left p {
  line-height: 1.8em;
}

#footer .right {
  text-align: right;  
}


.lost_title {
  position: relative;
  min-height: 20px;
}

.lost_content {
  width: 670px;
  padding: 50px 90px;
  background: #CCC;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-radius-bottomleft: 6px;
  border-radius-bottomleft: 6px; 
  -moz-border-radius-bottomright: 6px;
  -webkit-border-radius-bottomright: 6px;
  border-radius-bottomright: 6px;
  border-top: 1px solid #999999;
  -webkit-box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  box-shadow: 0 1px 2px #666;
}

/* ------------------- bugs ------------------ */


.bugs_title {
  position: relative;
  min-height: 120px;
}

.bugs_content {
  width: 670px;
  padding: 50px 90px;
  background: #CCC;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-radius-bottomleft: 6px;
  border-radius-bottomleft: 6px; 
  -moz-border-radius-bottomright: 6px;
  -webkit-border-radius-bottomright: 6px;
  border-radius-bottomright: 6px;
  border-top: 1px solid #999999;
  -webkit-box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  box-shadow: 0 1px 2px #666;
}

.bugs_content ul {
  margin: 20px 0;
  font-size: 1.6em;
}

.bugs_content ul li {
  padding: 10px 20px;
  background: url(../images/features/bullet.jpg) 0 18px no-repeat;
}

.bugs_content ul li a {
  text-decoration: underline;
}

.bugs_content ul li a:hover {color: #052439;}

.bug_icon {
  position: absolute;
  top: 38px;
  left: 150px;
}

.bug_title {
  position: absolute;
  top: 43px;
  left: 220px;
}

.forum {
  margin: 10px 15px;
  padding-bottom: 10px;
  font-size: 1.1em;
  color: #4C4C4C;
}

.halfsize {
    -moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
}