/*
 * Global.
 */
body {
    background: #3e4e6a url(../images/pagan-bg.gif) repeat-x center top;
}

#container {
    background: #ffffff;
}

.shaded {
    background-color: #e3e6f0;
}

.padded {
    padding: 10px;
}

.spacer {
    margin-bottom: 30px;
}

.quadrant {
    margin: 10px 25px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.subtle {
    font-size: 13px;
    font-color: #444;
}

a {
    color: #f07e0a;
    font-weight: bold;
}

h1, h2 {
    color: #657f9f;
}
    
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
    padding-left: 22px;
    background: transparent url(../images/pulse-bullet.png) no-repeat 0 12px;
}

h2 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

.push_half {
    left: 20px;
    position: relative;
}

em.keyword {
    font-style: normal;
}

ol {
    margin: 10px; 0;
}

ol li {
    list-style-type: decimal;
}

li {
    list-style-type: none;
}

.tick {
    margin: 0 auto;
}

.tick li {
    margin: 0;
    padding-left: 22px;
    background: transparent url(../images/tick-bullet.png) no-repeat 0 1px;
}

.options {
    font-size: 16px;
}

.options li {
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 20px;
}

.point {
    margin: 10px; 0;
}

.point li {
    background-image: url(../images/li.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 20px;
    margin-left: 15px;
}

.paginate {
    text-align: center;
}

/*
 * Header/navigation.
 */

#header {
    width: 960px;
    border-bottom: 10px solid #657d9e
}

#nav {
    margin-top: 38px;
}

#nav li {
    float: left;
    display: block;
}

#nav a {
    color: #7791ad;
    font-size: 22px;
    text-decoration: none;
}

#nav a:hover,
#home #navhome a,
#pulse #navpulse a,
#support #navsupport a,
#sales #navsales a,
#about #navabout a {
    color: #f07e0a;
    border-bottom: solid 3px #f07e0a;
}

/*
 * Footer.
 */

#footer, #footer a {
    font-size: 12px;
    color: #888;
    font-weight: normal;
}

#footer div {
    margin: 20px 0 10px 0;
    text-align: center;
    border-top: solid 1px #eee;
    padding-top: 10px;
}

/*
 * Benefits quadrant.
 */
#benefits {
    font-size: 16px;
    padding: 10px 0 0 0;
}

#benefits ul {
    margin: 20px;
}

#benefits li {
    margin: 0;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: 0 11px;
    padding-left: 20px;
    margin-bottom: 6px;
}

#benefits li em {
    color: #657f9f;
    font-weight: bold;
    font-size: 20px;
    display: block;
}    

#action {
    margin-left: 20px;
    font-size: 14px;
    color: #333;
}

#action img {
    vertical-align: middle;
}

#actions li {
    margin-bottom: 6px;
}

/*
 * Testimonials.
 */

p.testimonial, p.sbtestimonial, p.fulltestimonial {
    background-image: url(../images/quote_up.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    padding: 36px 30px 0 36px;
    font-style: italic;
    margin-bottom: 0;
}

p.testimonial a, p.sbtestimonial a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

p.testimonial {
    background-color: #fff1d8;
    font-size: 18px;
}

p.sbtestimonial {
    background-color: #f0f4fc;
    font-size: 15px;
}

p.testimonial-author, p.sbtestimonial-author, p.fulltestimonial-author {
    font-weight: bold;
    background-image: url(../images/quote_down.png);
    background-repeat: no-repeat;
    padding: 30px;
}

p.testimonial-author {
    background-color: #fff1d8;
    background-position: 220px -3px;
    font-size: 17px;
}

p.sbtestimonial-author {
    background-color: #f0f4fc;
    background-position: 230px -3px;
    font-size: 14px;
}

p.fulltestimonial-author {
    background-position: 470px -3px;
    font-size: 17px;
    padding-bottom: 10px;
}

.todd {
    background-color: #fff1d8;
}

.teven {
    background-color: #f0f4fc;
}

/*
 * News.
 */

#news, #blog {
    padding: 4px;
    color: #444;
}

#news h2, #blog h2 {
    border-bottom: solid 1px #ddd;
    margin-top: 0;
}

#news h3, #blog h3 {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 4px;
}

#news h4, #blog h4 {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 4px;
}

#news li, #blog li {
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 24px;
    border-bottom: dotted 1px #ccc;
}

#news li {
    background-image: url(../images/newspaper.png);
}

#blog li {
    background-image: url(../images/page_white_text.png);
}

#news p, #blog p {
    margin-bottom: 5px;
}

p.more {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px;
}

#newslist li {
    margin: 20px 0 30px 20px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}

#newslist h2 {
    font-size: 18px;
    background: transparent url(../images/newspaper.png) no-repeat 0 6px;
    padding-left: 22px;
}

#newslist .date {
    font-style: italic;
    padding-left: 22px;
}

#news-content {
    margin: 20px 10px;
}

#news-content li {
    background-image: url(../images/li.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 20px;
    margin-left: 15px;
}

/*
 * Sidebar
 */

#sidebar h2 {
    font-size: 16px;
    color: #444;
    margin: 0;
    padding: 5px;
    border-top: solid 1px #ddd;
    background: #f0f4fc;
}

#sbactions {
    margin: 20px;
}

#sbactions li {
    padding: 7px;
}

#sbactions img {
    vertical-align: middle;
}

#sbactions a {
    font-size: 18px;
    text-decoration: none;
}

#sbnav, #sblinks {
    margin: 20px;
    font-size: 14px;
}

#sbactions ul, #sbnav ul, #sblinks ul {
    margin-bottom: 0;
    border-bottom: solid 1px #ddd;
}

#sbnav ul ul {
    margin-left: 16px;
    border-bottom: none;
}

#sbactions li, #sbnav li, #sblinks li {
    border-top: dotted 1px #ccc;
    margin: 0;
}

#sbnav a, #sblinks a {
    padding: 5px 5px 5px 16px;
    display: block;
}

#sbnav a {
    text-decoration: none;
    color: #7791ad;
}

#sbnav a:hover,
#pulsehome a#lpulsehome,
#home a#lhome,
#newsindex a#lnewsindex,
#new a#lnew,
#downloads a#ldownloads,
#demovideos a#ldemovideos,
#featurelist a#lfeaturelist,
#featuretour a#lfeaturetour,
#ci a#lci,
#simplicity a#lsimplicity,
#power a#lpower,
#maintainability a#lmaintainability,
#flexibility a#lflexibility,
#testimonialsindex a#ltestimonialsindex,
#articles a#larticles,
#saleshome a#lsaleshome,
#buynow a#lbuynow,
#renew a#lrenew,
#commercial a#lcommercial,
#smallteam a#lsmallteam,
#evaluation a#levaluation,
#opensource a#lopensource,
#referrals a#lreferrals,
#company a#lcompany,
#contact a#lcontact,
#acknowledgements a#lacknowledgements {
    color: #f07e0a;
    background: transparent url(../images/li.png) no-repeat 0 10px;
}

#sblinks a {
    text-decoration: underline;
    color: #7791ad;
    padding-left: 20px;
}

a.email, #sblinks a.email {
    background: transparent url(../images/email.png) no-repeat 0 6px;
}

a.jira {
    background: transparent url(../images/bug.png) no-repeat 0 6px;
}

a.confluence {
    background: transparent url(../images/book.png) no-repeat 0 6px;
}

a.forums {
    background: transparent url(../images/user_comment.png) no-repeat 0 6px;
}

a.alittlemadness {
    background: transparent url(../images/favicon.png) no-repeat 0 6px;
}

/*
 * Pulse home
 */

#pwhat {
    font-size: 16px;
}

#pwhat li {
    margin-left: 10px;
    float: left;
    display: block;
}

.hotbox, .coldbox {
    padding: 10px 16px;
    margin-top: 8px;
}

.hotbox {
    background: #fff1d8;
}

.coldbox {
    background: #e3e6f0;
}

.hotbox img, .coldbox img {
    vertical-align: middle;
}

.hotbox h2, .coldbox h2 {
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.hotbox a, .coldbox a {
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

.hotbox p, .coldbox p {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
}

ul.benefits {
    margin: 20px;
}

ul.benefits li {
    margin: 0;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 20px;
    margin-bottom: 6px;
}

ul.benefits li em {
    color: #657f9f;
    font-weight: bold;
    font-size: 16px;
    display: block;
}    

/*
 * Downloads page.
 */

.download-icons {
    background: #f6f8fc;
    padding: 20px 0;
    margin: 0 0 20px;
    border: solid 1px #eee;
}

.download-icons a {
    text-decoration: none;
}

.download-icons img {
    margin: 0 auto;
}

.download-icons ul {
    margin-top: 15px;
}

.download-icons li {
    font-size: 13px;
    color: #444;
    margin-left: 5px;
}

.download-extra {
    font-size: 13px;
    color: #444;
    margin-top: 20px;
}

.download-extra h3 {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}

.download-extra li {
    list-style-type: disc;
}

table.download {
    border: 1px solid #bbb;
    margin: 20px auto;
    border-collapse: collapse;
    width: 90%;
}

.download th, .download td {
    border-collapse: separate;
    padding:6px;
    border: 1px solid #bbb;
}

.download th {
    text-align: left;
    color: #444;
    background-color: #f0f4fc;
}

/*
 * Feature tour
 */

.start, .tournav {
    background: #f6f8fc;
    border: solid 1px #eee;
    padding: 5px;
    margin: 30px 50px 20px 10px;
}

.start {
    font-size: 18px;
}

.start a, .tournav a {
    text-decoration: none;
}

.start img {
    vertical-align: middle;
}

.tournav {
    font-size: 18px;
    text-align: center;
}

.touritem {
    padding: 10px;
}

.touritem h2 {
    border-bottom: solid 1px #eee;
}

.touritem h2 a {
    text-decoration: none;
    font-size: 16px;
    float: right;
    margin-top: 8px;
}

.touritem ul, .touritem p {
    margin-left: 20px;
}

.touritem li em {
    font-style: normal;
    border-bottom: dotted 1px #999;
}

/*
 * Feature list
 */
.featurejump em {
    font-style: normal;
}

/*
 * Videos
 */

#media {
    margin: 30px 0;
}

/*
 * Articles
 */

li.articles {
    padding: 12px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #ccc;
}

p.article {
    margin-bottom: 0;
    font-size: 18px;
    background: transparent url(../images/page_edit.png) no-repeat 0 3px;
    padding: 5px 0 5px 38px;
}

p.posted {
    margin: 0 0 20px 38px;
    font-style: italic;
}

p.abstract {
    margin-bottom: 0;
}

#articlebody ul {
    margin-bottom: 20px;
}

#articletail {
    margin-top: 25px;
    padding: 10px;
    border-top: dotted 1px #ccc;
}

/*
 * Sales
 */

#price-matrix td {
    text-align: center;
}

.pricing {
    width: 90%;
    margin: 20px auto;
}

.pricing th, .pricing td {
    border: solid 1px #ddd;
}

.pricing th, .pricing td {
    padding: 5px;
}

.pricing th {
    font-size: 16px;
    color: #000;
}

.pricing .properties th {
    background: #f0f4fc;
}

.pricing .commercial td, .pricing .commercial th {
    background: #ffffd0;
}

.pricing .extra td, .pricing .extra th {
    background: #fff1d8;
}

.total th, .total td {
    border: none;
    font-size: 18px;
}

.pricing sup {
    font-size: 10px;
    vertical-align: top;
}

.free {
    font-size: 16px;
    font-weight: bold;
    color: #f07e0a;
}

/*
 * Forms.
 */

table.form {
    border: solid 1px #ccc;
    margin: 12px 0 22px 12px;
    padding: 4px;
    background: #f0f4fc;
}

table.form th, table.form td {
    padding: 4px 6px;
}

table.form th {
    white-space: nowrap;
    text-align: right;
}

p.errorlist {
    font-weight: bold;
    color: #f00;
}

ul.errorlist {
    margin: 0;
    padding: 0;
}

ul.errorlist li {
    margin: 0;
    padding: 3px;
    list-style-type: none;
    color: #f00;
}

.understated {
    font-size: 13px;
    font-style: italic;
}

/*
 * About
 */

.shaded th, .shaded td {
    border: solid 2px #fff;
    text-align: left;
    padding: 5px;
}

