a { text-decoration: none; }
h1, h2, h3, h4, h5, h6, pre, code, li, p {
	font-size: 1em;
	font-weight: normal;
}
ul, ol, dl, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre,
form, body, html, p, blockquote, fieldset, input, td, th, textarea, abbr, code{
	padding: 0;
	margin: 0;
    font-family: inherit;
    border: 0;
}
a img, a:link img, a:visited img, a:hover img, a:visited:hover img {
	border: 0;
}
li {
    list-style: none;
}
body {
    font-family: "Lucida Grande", "Lucida Sans", helvetica, verdana, arial, sans-serif;
    font-size: 62.5%;
    color: #555;
    background: #F6FAEA;
}
.separator {
    margin: 0 .3em;
    color: #AEAEAE;
}
.float-right {
    float: right;
    margin-left: 15px;
}
#container {
    font-size: 1.1em;
}
#header {
    float: left;
    width: 100%;
    color: #fff;
    background: #6D774B url(images/header-bg.png) repeat-x center -23px;
}
#subpage #header {
    height: 140px;
    background: url(images/header-bg.png) repeat-x center center;
    border-bottom: 2px solid #fff;
}
#header a {
    color: #C8D495;
}
#header a:hover {
    color: #E6EFBC;
}
#header-inner {
    padding: 17px 0 0 0;
    width: 910px;
    margin: 0 auto 0 auto;
}
#support-links {
    float: right;
    width: 285px;
    clear: both;
    font-size: 1.1em;
    font-weight: bold;
    color: #99A668;
}
#support-links li {
    float: left;
    margin-left: 20px;
}
#header-image {
    width: 329px;
    height: 314px;
    position: absolute;
    background: url(images/hibari-logo.png) no-repeat 0 0;
    margin: 10px 14px 0 -10px;
}
#header-content {
    margin-left: 333px;
    float: left;
    height: 266px;
}
#subpage #header-image {
    width: 149px;
    height: 141px;
    float: left;
    position: static;
    background: url(images/hibari-logo-small.png) no-repeat 0 0;
    margin: 0 13px 0 -6px;
}
#header h1 a {
    width: 291px;
    height: 91px;
    display: block;
    float: left;
    background: url(images/hibari-logo-text.png) no-repeat 0 0;
    margin-top: 24px;
}
#subpage #header h1 a {
    background: url(images/hibari-logo-text-small.png) no-repeat 0 0;
    width: 244px;
    height: 75px;
    margin-top: 20px;
}
#header h1 a span {
    display: none;
}
#header h2 {
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 1.4em;
    line-height: 135%;
    float: left;
    width: 389px;
    margin-top: 25px;
    text-shadow: 1px 1px 3px #8b945e;
}
#action-buttons {
    float: left;
    width: 375px;
    margin-top: 17px;
}
#action-buttons .action {
    width: 178px;
    float: left;
    text-align: center;
}
#action-buttons .action.download {
    margin-right: 7px;
}
#action-buttons .button {
    width: 178px;
    height: 42px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#action-buttons .button:hover {
    background-position: 0 42px;
}
#action-buttons .button span {
    display: none;
}
#action-buttons .download-button {
    background: url(images/download-button.png);
}
#action-buttons .buynow-button {
    margin-right: 7px;
    background: url(images/buynow-button.png);
}
#action-buttons .action-info {
    font-weight: bold;
    text-shadow: 1px 1px 3px #9ea96c;
}
#action-buttons .action-info a {
    color: white;
    text-decoration: underline;
}
#action-buttons .action-info a:hover {
    text-decoration: none;
}
#whats-new {
    float: left;
    width: 100%;
    background-color: #F5EEB2;
    color: #985D01;
    border-top: 1px solid #F8E667;
    padding: 0 0 8px 0;
}
#whats-new .head {
    background-color: #F4D94E;
    font-style: Helvetica, verdana, arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #FFFF66;
    color: #CC9F28;
    text-align: center;
    padding: 4px 0 6px 0;
}
#whats-new .content {
    padding: 11px 0 0 0;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}
#whats-new .content a {
    color: #985D01;
    text-decoration: underline;
}
#whats-new .content a:hover {
    text-decoration: none;
}
#whats-new li {
    float: left;
    width: 168px;
    margin-bottom: 8px;
    font-size: 1em;
    padding-left: 15px;
    background: url(images/bullet.png) no-repeat 0 4px;
}
#whats-new ul {
    width: 370px;
    float: left;
}
#whats-new p {
    width: 220px;
    float: right;
    line-height: 140%;
    margin-top: -1px;
}
#content {
    width: 930px;
    margin: 0 auto 0 auto;
    clear: both;
}
#homepage #content {
    padding-top: 25px;
}
#content.guide strong {
    color: #2978A2;
}
#content.guide code {
    color: #2978A2;
    font-family: Monaco, "Courier New", Courier;
    font-size: 85%;
}
#content.guide strong.subtitle {
    color: #555;
}
#content.guide .pair {
    clear: both;
    margin-bottom: 5em;
}
#content-inner {
    padding: 0 0 25px 0;
    margin: 0 30px 0 30px;
    float: left;
}
#homepage #content-inner {
    width: 100%;
    margin: 0;
}
#content p, #action-box p, #content li {
    line-height: 140%;
    font-size: 1.1em;
    margin-bottom: 1em;
}
#content a {
    color: #7EA10D;
    text-decoration: underline;
}
#content a:hover, #content a:focus {
    color: #86B200;
    text-decoration: none;
}
#content h3 {
    font-size: 2.0em;
    margin-bottom: 1.1em;
    margin-top: 18px;
}
#content h4 {
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
    color: #D32757;
}
#content .pair {
    font-size: 1.1em;
    margin-bottom: 2.2em;
}
#main-features {
    width: 650px;
    float: left;
    margin-left: 28px;
    display:inline;
}
#main-features .screenshots {
    float: right;
    margin: -5px 0 0 0;
    width: 257px;
    position: relative;
}
/* begin gallery styling */
#jgal { 
    list-style: none; 
    margin-top: 350px;
    margin-left: 15px;
}
#jgal li { 
    float: left; 
    display: block; 
    width: 61px; 
    height: 61px; 
    background-position: 5% 5%; 
    -moz-background-size: 140% 140%;
    -webkit-background-size: 140% 140%;
    cursor: pointer;
    border: 4px solid #CCC;
    margin-right: 11px;
    margin-bottom: 11px;
}
#jgal li img { 
    position: absolute; 
    display: none;
    left: 0px;
    top: 0px;
}
#jgal li.active img { display: block; }
#jgal li:hover { border-color: #bbb; }
#jgal li.active { border-color: #AAD71E; }

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }

#main-features .features li {
    padding: 0;
    margin: 0;
    padding-top: 13px;
    margin-top: 13px;
    border-top: 1px solid #E2E2E2;
    width: 380px;
}
#main-features .features li.first {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
#main-features .features strong {
    color: #D32757;
    font-size: 1.1em;
    margin-right: 4px;
    clear: both;
}
#main-features .more {
    margin-top: 20px;
    font-weight: bold;
}
#other-features {
    float: left;
    width: 209px;
    margin-left: 15px;
}
#other-features h3 {
    color: #D32757;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0;
}
#other-features li,
#content.release-notes li,
#content.guide li,
#content.support li {
    font-size: 1.1em;
    margin-bottom: 13px;
    padding-left: 0;
    padding-left: 17px;
    background: url(images/bullet.png) no-repeat 0 .5em;
}
.mas-badge {
    margin-top: .5em;
    float: left;
}
#content.guide li {
    margin-bottom: 20px;
}
#content.guide li p {
    font-size: 1em;
    margin-bottom: .5em;
}
#content.release-notes li {
    width: 600px;
}
#content.release-notes p {
    font-weight: bold;
    margin-top: 1.3em;
}
#content.release-notes .date {
    color: #999;
    font-size: 90%;
    margin-left: 5px;
    font-weight: normal;
}
#content.release-notes .pair {
    margin-bottom: 4em;
}
#content .shortcuts {
    margin-top: 5em;
}
#content .shortcuts li {
    margin-bottom: 7px;
}
#content .shortcuts ul {
    margin-bottom: 30px;
}
#content .shortcuts strong {
    width: 200px;
    float: left;
}
#content blockquote {
    margin: 0 0 1em 3em;
}
#action-box {
    clear: both;
    width: 919px;
    height: 147px;
    margin: 0 auto 0;
}
#action-box-inner {
    float: left;
    background: url(images/action-box.png) no-repeat;
    width: 919px;
    height: 155px;
}
#action-box .text {
    width: 215px;
    float: left;
}
#action-box p {
    margin-bottom: .5em;
    font-size: 1em;
}
#action-box .column {
    float: left;
    width: 310px;
    padding-left: 130px;
    padding-top: 25px;
}
#action-box h4 {
    color: #777;
    font-size: 1.1em;
    font-weight: bold;
}
#action-box .icon {
    float: left;
    margin: 10px 15px 0 0;
}
#action-box .action {
    margin-top: 7px;
}
#action-box .action a {
    color: #2978A2;
    font-size: 1.4em;
    text-decoration: underline;
}
#action-box .action a:hover {
    color: #1A8ECF;
    text-decoration: none;
}
#action-box .info {
    font-weight: bold;
}
#action-box .column.buynow {
    
    padding-left: 45px;
}
#footer {
    color: #666;
    width: 650px;
    margin: 30px auto;
    padding-bottom: 130px;
}
#footer h3 {
    font-weight: bold;
    font-size: 1.1em;
    float: left;
    margin-right: 20px;
    width: 150px;
    text-align: right;
}
#footer a {
    color: #666;
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
    color: #777;
}
#footer h3 a {
    text-decoration: none;
}
#footer p {
    float: left;
    width: 425px;
    line-height: 140%;
}
#footer .pair {
    clear: both;
    padding-bottom: 20px;
    float: left;
}
#footer .author-photo {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
#footer .copyright {
    text-align: center;
    font-size: .9em;
    margin: 1.5em 0;
    padding-bottom: 1.5em;
    width: 100%;
}