@import url(screen.css);

/* add indentation for multi level lists */
.widget-list-item ul {
  border: 0 none;
  padding-left: 8px;
}

/* make list padding a bit smaller */
.widget-archive ul li a {
  padding: 2px;
}
/* no padding for slider items */
.widget-archive #slider ul li a {
  padding: 0;
}

/* move post date to the right */
.entry-meta-date .day {
  display: inline;
  margin: 0;
  font-size: 1.6em;
  line-height: 1em;
}
.entry-asset .asset-meta {
  width: 100px;
  float: right;
  margin-top: -28px;
}
.entry-asset .entry-title,
.entry-asset .asset-header h1#page-title {
  padding-right: 100px; /* to leave space for the date */
}

/* format header */
#header {
  padding-right: 0em;
}

/* 2-column fluid layout */ 
#content {
  width: auto;
  border-right: 28em solid transparent;
  border-left-width: 0;
  padding: 0;
}
#content-inner {
  width: auto;
  margin: 0;
  width: 100%;
}
#alpha, .layout-wtt #alpha, .layout-twt #alpha, .layout-wt #alpha, .layout-tw #alpha, .layout-wm #alpha, .layout-mw #alpha {
  float: left; 
  width: 100%;
  overflow: hidden;
  padding-left: 2px;
  margin: 0 -3px 0 -2px;
}
#beta, .layout-wtt #beta, .layout-twt #beta, .layout-wt #beta, .layout-tw #beta, .layout-wm #beta, .layout-mw #beta {
  float: left;
  margin-right: -28em;
  max-width: 28em;
  width: 28em;
}

/* fix width for elements with images in background */
/* keep comment boxes/ballon properly formatted */
.comment .comment-content,
.comment-by-author .comment-content,
.comments-open form #comments-form-inner { 
  width: 525px;
}
/* remove width constraints */
#header-inner, #content-inner, #footer-inner {
  width: 100%;
}
.comments-open form #comments-form-inner {
  padding-left: 0;
  padding-right: 0;
}
ul.recent-comments-list li {
  width: 150px;
}

/* make sidebars narrower */
#beta-columns-left {
  margin-right: 2em;
  width: 12em;
}
#beta-columns-right {
  width: 12em;
}
#beta-columns-left, #beta-columns-right {
  float: left;
}

/* make footer smaller */
#footer {
  padding: 0;
}
#footer-content {
  padding: 0 2em;
  font-size: 120%;
}

/* make comment box wider */
#comments-form input.ti, #comments-form textarea {
  width: 400px;
}

/* remove left margin and set it correctly */
.entry-asset .asset-body, .page-asset .asset-body,
.entry-asset .asset-header h1#page-title, .entry-asset .entry-title,
.entry-asset .asset-footer,
.widget-tag-cloud .widget-list,
.comments-open-header, .comments-header, .trackbacks-header, .trackbacks-info, .comments-open-content, .comments-content,
h1#page-title, h2.archive-title, /* page title on categories and tags */
.message, /* error message on comment submission and other */
.entry-listing {
  margin-left: 0;
}
.entry-listing li span.entry-listing-date {
  padding-left: 10px;
}
#alpha-inner {
  margin-left: 1em;
  margin-right: 0;
  padding-right: 0;
}
#beta-inner {
  margin-left: 2em;
}

/* tweak fonts */
body {
  font-family: Georgia,Verdana,Geneva,Chicago,Arial,Sans-serif,"MS Sans Serif";
}
#beta {
  font-family: Arial;
}
.entry-asset .asset-header h1#page-title, .entry-asset .entry-title {
  font-size: 2.5em;
}
h1#page-title, h2.archive-title {
  font-size: 2em;
  line-height: 25px;
}

/* fix height for the first item in related entries */
.related-entries-header {
  padding-bottom: 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDDDD9;
}

/* fix header: remove logo and make it bleached */
#header, #header-name {
  background: none;
}
#header {
  padding: 0 2px 0 2em;
}
#header-name {
  padding: 0;
  margin: 16px 0 0;
  font-family: Georgia,Verdana,Geneva,Chicago,Arial,Sans-serif,"MS Sans Serif";
  font-size: 1.8em;
  font-weight: bold;
  text-transform: none;
  line-height: 1em;
}
#header-content {
  float: left;
  height: 70px; /* make the height the same as the logo */
}
#header-name {
  float: none;
}
h2#header-description, #header-description {
  display: block;
  border: 0 none;
  margin-top: -5px;
  font-size: 0.7em;
  font-weight: bold;
}
#header-content a, #header-content a:link, #header-content a:visited {
  border-bottom: 0 none;
}

/* fix footer: make the top padding look the same in FF and IE */
.widget-creative-commons {
  margin-top: 10px;
  margin-bottom: 10px;
}
#footer {
  margin-top: 1em;
}

/* make bleached colors; color scheme: http://colorschemedesigner.com/#3v31T--p8w0w0 */
body {
  background-color: #FFFFFF;
}
#container {
  color: #184460;
  min-width: 320px; /* have enough space for the header and the content */
}
#content {
  margin: 0 1em;
}
#header a, #header-description, #header {
  color: #184460;
}
.entry-meta-date .day,
h1#page-title, h2.archive-title {
  color: #822100;
}
.entry-asset .asset-header h1#page-title, .entry-asset .entry-title {
  color: #184460;
}

/* IE compatibility for entry listings (bottom padding) */
.entry-listing li a {
  height: 24px;
  padding: 4px 0 2px;
}
.entry-listing li span {
  padding: 0;
}
.entry-listing li {
  height: 30px;
}

/* fix sub/sup formatting */
sub {
  vertical-align: bottom;
}
sup {
  vertical-align: top;
}

/* fix bottom padding for p and <pre> elements */
.asset .asset-body blockquote,
.asset .asset-body pre,
.asset .asset-body ul,
.asset .asset-body p,
.asset .asset-body ol {
  margin-bottom: 1em;
}
.asset .asset-body > p, .asset .asset-body > ul, .asset .asset-body > ol {
  margin-top: 1em;
}

/* fix ul/ol bottom padding for lists inside lists */
.asset .asset-body li ol,  .asset .asset-body li ul,
li ol, li ul { 
  margin-bottom: 0; 
}

/* format code/pre tags */
.asset .asset-body pre, 
.asset .asset-body code {
  background-color: #E7EEF3;
}
.asset .asset-body code {
  line-height: 1.2; 
}
.asset .asset-body pre {
  padding: 1em;
}

#logo-wrapper {
  float: left;
  padding: 1px 14px 1px 0;
}

#header .buy {
  padding-right: 12px;
}

#header .button {
  -moz-user-select: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;

  border: 1px solid #7799BB;
  color: #184460;
  font-family: Helvetica,arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}

#header .button:hover {
  background: #7799BB;
  color: #FFF;
  text-decoration: none;
}

#content {
  border-top: none;
}
#nav {
  border-bottom: 1px solid #7799BB;
  border-top: 1px solid #7799BB;
  font-weight: bold;
}
#nav ul {
  margin-left: 0px;
}
#header-description {
  margin-top: 0px;
  font-size: 120%;
  font-weight: normal;
}
#header-name {
  margin-top: 20px;
}
.asset-body h1 {
  color: #184460;
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  border: none;
}

#beta .Testimonials p {
  padding: 2px 0;
  font-size: 110%;
}

#menu-wrapper ul li {
  float: left;
}
#menu-wrapper ul li a, #menu-wrapper ul li a:visited, #menu-wrapper ul li span {
  display: block;
  padding: 0px 10px;
  border-right: 1px solid #7799BB;
  text-decoration: none;
  font-weight: bold;
}
#menu-wrapper ul li span, #menu-wrapper ul li a:hover {
  color: #184460;
  background: #fff;
}

#header {
  border-bottom: 1px solid #7799BB;
  background: none repeat scroll 0 0 #EEEEEA;
}
#footer {
  border-top: 1px solid #7799BB;
}
#header-buttons {
  top: 2px;
  right: 2px;
  position: absolute;
}

/* single-column 
#content {
  border-right: 0px;
}
#beta, .layout-wtt #beta, .layout-twt #beta, .layout-wt #beta, .layout-tw #beta, .layout-wm #beta, .layout-mw #beta {
  display: none;
} */

#beta-columns-left {
  width: 25em;
  padding-top: 1em;
  margin-right: 4px;
}
#beta-columns-right {
  width: 0em;
}
.Testimonials .q {
  font-family: Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif;
  font-size: 2em;
  line-height: 0.5em;
  padding: 0 3px;
  position: relative;
  top: 10px;
}
#footer {
  margin-top: .5em;
}
.widget-header .more {
  font-size: 15px;
}
#menu-wrapper h1 {
  color: #184460;
  font-size: 2em;
  font-weight: normal;
  font-family: Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif;
  text-align: right;
}
.download a {
  line-height: 24px;
  padding: 6px 12px 6px 28px;
  font-size: 120%;
}
.download a.winexe {background: url("../images/winexe.png") no-repeat scroll 0px 0px transparent;}
.download a.winzip {background: url("../images/winzip.png") no-repeat scroll 0px 0px transparent;}
.download a.win    {background: url("../images/win.png") no-repeat scroll 0px 0px transparent;}
.download a.mac    {background: url("../images/mac.png") no-repeat scroll 0px 0px transparent;}
.download a.linux  {background: url("../images/linux.png") no-repeat scroll 0px 0px transparent;}

.Testimonials p, .Tutorials p, .Screenshots p, .Features p {
  width: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 30px 0px 0px;
  float: left;
}
.Tutorials p strong, .Screenshots p strong, .Features p strong {
  display: block;
}
.Screenshots p img {
  padding: 7px 0px;
}
.Tutorials p {
  width: 512px
}

.gh-btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;

  color: #DB6719;
  cursor: pointer;
  padding: 2px 5px 2px 4px;
  text-decoration: none;
  white-space: nowrap;

  background-color: #E6E6E6;
  background-repeat: no-repeat;
  border-color: #D4D4D4 #D4D4D4 #BCBCBC;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
}
.gh-btn:hover, .gh-btn:hover a.button {
  background-color: #DB6719;
  color: #FFFFFF;
}

/* make items a bit more compact in the sidebar */
.widget {
  margin-bottom: 10px;
}

/* reduce margin bottom as it's too large and there is footer margin anyway */
.entry-asset, .page-asset,
.entry-asset .asset-body, .page-asset .asset-body {
  margin-bottom: 0px;
}

/* payment-related styles */
.payment .amount {
  text-align: right;
  padding-right: 2px;
}
.payment .description {
  padding-left: 2px;
}
.payment .description, .payment .amount {
  font-size: 120%;
}
.payment .description label {
  padding-left: 7px;
}
table#payment-options {
  width: 440px;
}
#payment-options, #next-step {
  margin: 20px;
}
#next-step {
  margin-left: 0px;
}
a#no-payment-text {
  padding-left: 30px;
  font-size: 90%;
  text-decoration: none;
}
a#no-payment-text:hover {
  text-decoration: underline;
}
.payment-button {
  vertical-align: middle;
}
div.separator {
  height: 3px;
  border-top: 1px solid #7799BB;
  padding-bottom: 12px;
  clear: both;
}
.thank-you { font-size: 120%; margin-top: 1em; margin-bottom: 0.5em; }
ul#download-options { 
  list-style: none;
}
ul.download a { font-size: 120%; line-height: 30px; }

/* make Download font larger */
.widget h3 {
  margin-bottom: 6px;
}

/* set margin on paragraphs in lists to avoid gaps in nested lists */
.asset .asset-body li > p {
  margin-bottom: 0px;
}

/* position menu links in the header */
div#menu-links {
  margin-top: 9px;
  margin-right: 10px;
  text-align: right;
  font-size: 130%;
}
div#menu-links a {
  padding-left: 3px;
  padding-right: 3px;
}
#menu-wrapper h1 {
  padding-right: 8px;
  padding-top: 16px;
  margin-top: 0px;
}

/* position TOC title and remove top margin for TOC */
ul#toc span {
  font-size: 120%;
  font-weight: bold;
  margin-left: -1em;
}
ul#toc {
  font-size: 100%;
  margin-top: 0px;
}

/* set size of inline images */
.inset {
  width: 280px;
  height: 160px;
}
.inline {
  float: right;
  margin: 12px;
  width: 280px;
  height: 200px;
}
h2 {
  clear: right;
}

/* turn underline on links on for widget headers */
.widget-header a,
.widget-header a:link,
.widget-header a:visited {
  text-decoration: underline;
}

.widget-header a.button {
  text-decoration: none;
}

/* payment styles */
.gh-btn a.button {
  text-decoration: none;
  color: #DB6719;
  font-size: 14px;
  font-weight:bold
}

#mo-container-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.3;
  filter:alpha(opacity=30);
}

#mo-container-modal {
  position:absolute;
  background:rgba(0,0,0,0.2);
  border-radius:14px;
  padding:8px;
}

#mo-container-content {
  border-radius:8px;
  background:#fff;
  padding:20px;
}

#mo-container-close {
  position:absolute;
  background:url(../images/close.png) 0 0 no-repeat;
  width:24px;
  height:27px;
  display:block;
  text-indent:-9999px;
  top:-7px;
  right:-7px;
}

#amountValue {
  width: 34px;
  font-family: Georgia,Verdana,Geneva,Chicago,Arial,Sans-serif,"MS Sans Serif";
}

.pay-message {
  padding-left: 12px;
}

iframe {
  background: url(../images/spinner.gif) center center no-repeat;
}

/* reflow sidebar on mobile for better readability */

@media screen and (max-width: 768px) {
  #content { border-right-width: 0; }
  #beta, .layout-wtt #beta, .layout-twt #beta, .layout-wt #beta, .layout-tw #beta, .layout-wm #beta, .layout-mw #beta {
    float: left;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  #logo-wrapper { display: none; }
}

@media screen and (max-width: 980px) {
  #support-screenshot { display: none; }
}
