
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: #0c4c82 url(/images/theme-webstarterkit/bg-stripes.png) repeat scroll left top;
    height: 100%;
}

body {
    background: transparent url(/images/theme-webstarterkit/bg-stripes-gradient.png) repeat-x scroll left top;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Cronos Pro", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    font-size-adjust: 0.48;
}

h1 { font-size: 150%; margin: 0.833333333333em 0 0 0; }
h2 { font-size: 130%; margin: 0.961538461538em 0 0 0; }
h3 { font-size: 110%; margin: 1.13636363636em 0 0 0; }
h4 { font-size: 110%; margin: 1.13636363636em 0 0 0; }
h5 { font-size: 110%; margin: 1.13636363636em 0 0 0; }
h6 { font-size: 110%; margin: 1.13636363636em 0 0 0; }

#content h1 {
    border-bottom: 1px solid #d6d6d6;
    padding: 2px 0 0 0;
    width: 606px;
}

body.home #content h1,
body.get-started #content h1,
body.features #content h1,
body.how-it-works #content h1,
body.faq #content h1,
body.contact #content h1 {
    padding-left: 37px;
    width: 569px;
}

body.home #content h1,
body.get-started #content h1 {
    background: transparent url(/images/theme-webstarterkit/icon-checkbox.png) no-repeat scroll 4px top;
}

body.features #content h1 {
    background: transparent url(/images/theme-webstarterkit/icon-features.png) no-repeat scroll 3px top;
    padding-top: 5px;
    position: relative;
    top: -3px;
}

body.how-it-works #content h1 {
    background: transparent url(/images/theme-webstarterkit/icon-how-it-works.png) no-repeat scroll 1px 2px;
}

body.faq #content h1 {
    background: transparent url(/images/theme-webstarterkit/icon-faq.png) no-repeat scroll 4px top;
}

body.contact #content h1 {
    background: transparent url(/images/theme-webstarterkit/icon-contact.png) no-repeat scroll left top;
    padding-top: 7px;
    position: relative;
    top: -5px;
}

ul, ol, p, form {
    margin-top: 1.25em;
    margin-bottom: 0;
}

#container {
    width: 935px;
    margin: 0 auto;
}

#header {
    height: 192px;
    position: relative;
    text-align: left;
}

#logo {
    position: absolute;
    width: 462px;
    height: 104px;
    top: 59px;
    right: 42px;
    z-index: 2;
}

#headIsgfl {
    position: absolute;
    top: 15px;
    right: 42px;
    color: black;
    display: block;
    font-weight: bold;
    text-decoration: none;
    font-size: 80%;
}

#headIsgfl img {
    position: relative;
    top: 5px;
    left: -2px;
}

#headContent {
    position: absolute;
    left: 21px;
    top: 0px;
    padding: 0 75px 0 25px;
    width: 334px;
    height: 200px;
    margin-bottom: -8px;
    background: transparent url(/images/theme-webstarterkit/bubble.png) no-repeat scroll left top;
    z-index: 1;
    font-size: 155%;
    font-weight: bold;
    text-align: center;
}

#headContent p {
    color: #30a823;
    margin: 0;
}

#headContent h1 {
    margin: 0;
    padding: 42px 0 0 0;
    font-size: 160%;
}

#main {
    float: left;
    width: 100%;
    background: transparent url(/images/cache/images-util-corners-b0d6001ce0da8aaaf2fc42ee9d97778b.png) no-repeat scroll left top;
    margin-top: -4px;
    position: relative;
    padding-top: 9px;
}

#content {
    float: left;
    width: 861px;
    background: transparent url(/images/cache/images-util-corners-71cf107c596501015b292f8466d29137.png) repeat-y scroll left top;
    padding: 0 30px 1.25em 44px;
    font-size: 90%;
    text-align: left;
    min-height: 250px;
}

#mainContent {
    width: 606px;
    float: left;
}

#sidebar {
    margin-top: -30px;
    width: 223px;
    overflow: hidden;
    float: right;
    font-size: 90%;
    line-height: 1.38888888889;
}

#chunkSpecial h3 {
    margin-top: 0;
}

.sidebar_item {
    background: transparent url(/images/cache/images-util-corners-6d95594ae508e4125c82744151e5b600.png) no-repeat scroll left top;
    margin-bottom: 1.25em;
}

.sidebar_item .cms_item {
    background: transparent url(/images/cache/images-util-corners-caeac9ee4db16d4ea09430aa12f8615d.png) no-repeat scroll left bottom;
    padding: 10px 10px 1.25em;
}

#chunkSpecial .sidebar_item {
    background-image: url(/images/cache/images-util-corners-d7a56c8978cf3187223118abf3ea9261.png);
}

#chunkSpecial .sidebar_item .cms_item {
    background-image: url(/images/cache/images-util-corners-b2f37769fa1ab8af145ad86a0be77707.png);
}

/* Menu styles */
.menu {
    list-style: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 85%;
    height: 33px;
    width: 745px;
}

.menu li {
    display: inline; /* IE6 margin fix */
    float: left;
    width: 156px;
    line-height: 29px;
    height: 33px;
    margin: 0 -4px 0 -3px;
    position: relative;
    z-index: 2;
}

.menu a {
    background: transparent url(/images/cache/images-util-corners-7d4ae8d88b7807fd80061258fe32d6a9.png) no-repeat scroll left top;
    padding-top: 4px;
    display: block;
    width: 156px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    height: 29px;
    text-transform: uppercase;
}

.menu li.active a {
    background-image: url(/images/cache/images-util-corners-840763d3144d1e869661fd75abbb5ce3.png);
    color: black;
}

.menu a:hover, .menu .hover {
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    color: white;
    background: transparent url(/images/cache/images-util-corners-7058ea8c693c28e0c1c0708e35755c96.png) no-repeat scroll left top;
    width: 100%; /* hasLayout fix */
    padding-top: 20px;
    padding-bottom: 1.25em;
}

#footer a {
    color: white;
    text-decoration: none;
}

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

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
}

#copyright {
    margin-bottom: 0;
}

#developerNotice {
    margin-top: 0;
}

/* Sidebar form */

.sidebar_item .iField {
    height: auto;
    float: none;
    width: 174px;
    margin: 0 auto;
}

.sidebar_item .text input {
    width: 170px;
}

.sidebar_item .checkbox {
    margin-top: 0.75em;
    margin-left: 6px;
    margin-bottom: 0;
}

.sidebar_item .checkbox label {
    padding-top: 3px;
}

.sidebar_item .formFoot {
    text-align: center;
}

button::-moz-focus-inner { padding: 0; border: 0; }
button:focus { outline: 1px dotted; }

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/theme-webstarterkit/button-l.png) no-repeat scroll left top;
    position: relative;
    font-family: "Cronos Pro", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    font-size-adjust: 0.48;
    font-size: 165%;
    font-weight: bold;
    line-height: 33px;
    width: auto;
    /* Fix IE's stupid behavior */
    cursor: pointer;
    width: auto;
    overflow: visible;
    height: 45px;
}

button div {
    height: 33px;
    line-height: 33px;
    padding: 3px 38px 9px 33px;
    white-space: pre;
}

button .shadow {
    position: absolute;
    padding: 5px 36px 7px 35px;
    background: transparent url(/images/theme-webstarterkit/button-r.png) no-repeat scroll right top;
    color: #419338;
    margin-bottom: -45px; /* IE6 fix */
}

button .highlight {
    position: relative;
    z-index: 2;
    color: white;
}

.sidebar_item button {
    font-size: 170%;
    background-image: url(/images/theme-webstarterkit/button-small-l.png);
    height: 37px;
}

.sidebar_item button div {
    height: 25px;
    line-height: 25px;
}

.sidebar_item button .shadow {
    background-image: url(/images/theme-webstarterkit/button-small-r.png);
    margin-bottom: -37px; /* IE6 fix */
}

body.home #mainContent .iField,
body.get-started #mainContent .iField {
    padding-right: 0;
    padding-left: 3px;
    padding-right: 10px;
    margin-right: 0;
}

body.get-started #mainContent fieldset,
body.contact #mainContent fieldset {
    padding-bottom: 2ex;
}

body.contact #mainContent label {
    font-weight: bold;
}

body.contact #mainContent .area {
    padding-bottom: 0;
}

body.home #mainContent .iField label,
body.get-started #mainContent .iField label {
    padding-top: 2px;
    padding-left: 30px;
}

body.get-started #mainContent fieldset .iField label {
    padding-left: 0;
}

body.get-started #mainContent fieldset .iField input {
    margin-left: 0;
}

body.home #mainContent .text,
body.contact #mainContent .text,
body.get-started #mainContent .text {
    height: auto;
}

body.home #mainContent .text input,
body.get-started #mainContent .text input {
    margin-left: 30px;
}

body.home #mainContent .text label,
body.get-started #mainContent .text label {
    font-weight: bold;
}

body.home #mainContent .checks,
body.get-started #mainContent .checks {
    padding: 0;
    float: none;
}

body.home #mainContent .checkbox,
body.get-started #mainContent .checkbox {
    margin: 0;
    float: none;
    width: 600px;
    margin-right: -3px;
    padding: 3px;
}

body.home #mainContent .option0, body.home #mainContent .option6,
body.get-started #mainContent .option0, body.get-started #mainContent .option6,
body.get-started #mainContent #iField_comments label {
    background: transparent url(/images/cache/images-util-corners-96c94ce59fa7bb357f7d638ce647d81c.png) no-repeat scroll left top;
    padding-top: 6px;
}

body.get-started #mainContent #iField_comments label {
    padding-left: 33px;
}

body.home #mainContent .option1, body.home #mainContent .option7,
body.get-started #mainContent .option1, body.get-started #mainContent .option7 {
    background-color: #fefcb6;
}

body.home #mainContent .option2, body.home #mainContent .option8,
body.get-started #mainContent .option2, body.get-started #mainContent .option8 {
    background: transparent url(/images/cache/images-util-corners-aa1be36d70c764955df4ac6b291a7c55.png) no-repeat scroll left bottom;
    padding-bottom: 6px;
}

body.get-started #mainContent #iField_comments {
    background: transparent url(/images/cache/images-util-corners-aa1be36d70c764955df4ac6b291a7c55.png) no-repeat scroll left bottom;
    width: 606px;
    padding: 0 0 6px 0;
}

body.get-started #mainContent .option5 {
    padding-bottom: 1em;
}

body.home #mainContent .option8,
body.get-started #mainContent .option8 {
    margin-bottom: 0.75em;
}

body.home .checks,
body.get-started .checks {
    border-bottom: 1px solid white; /* Lame fix for IE strange problem */
}

body.home #mainContent .option3, body.home #mainContent .option6,
body.get-started #mainContent .option3, body.get-started #mainContent .option6 {
    margin-top: 1em;
}

body.get-started #mainContent #iField_questions,
body.get-started #mainContent #iField_more_than {
    display: none;
}

body.get-started #mainContent textarea {
    margin-left: 33px;
}

body.get-started #mainContent .iField.area {
    padding-bottom: 0;
    margin-bottom: 1.25em;
}

body.home #mainContent .formFoot,
body.get-started #mainContent .formFoot {
    padding-top: 0.75em;
}

body.get-started form p {
    clear: left;
    padding-top: 1em;
    margin: 0 0 0 3px;
}

body.testimonials #chunk0 {
    width: 293px;
    padding-right: 20px;
    float: left;
    overflow: hidden;
}

body.testimonials #chunk1 {
    width: 293px;
    float: left;
    overflow: hidden;
}

body.features #chunk0 {
    width: 267px;
    float: left;
    overflow: hidden;
    padding-left: 44px;
    margin-left: -5px;
}

body.features #chunk1 {
    float: left;
    width: 267px;
    overflow: hidden;
    padding-left: 44px;
    margin-left: -11px;
}

body.features #chunk0 #id25 .floatLeft,
body.features #chunk1 #id45 .floatLeft {
    margin-top: expression('8px');
}

body.features #chunk0 h2,
body.features #chunk1 h2 {
    margin-right: -100px;
}

body.features #chunk0 .floatLeft,
body.features #chunk1 .floatLeft {
    margin: -10px 0 0 -44px;
    padding: 0;
    width: 42px;
    height: 42px;
}

body.get-started #content div.error {
    padding-bottom: 5px;
    margin-top: 1ex;
    position: relative;
    z-index: 2;
}

/* highlight boxes */
.highlight1, .highlight2, .highlight3 {
    padding: 6px;
    line-height: 18px;
    overflow: hidden;
    background: transparent url(/images/cache/images-util-corners-0cf76d846dd8fcb86332b3f50c255cfa.png) no-repeat scroll left top;
}

.highlight1 {
    height: 18px;
    background-image: url(/images/cache/images-util-corners-0cf76d846dd8fcb86332b3f50c255cfa.png);
}

.highlight2 {
    height: 36px;
    background-image: url(/images/cache/images-util-corners-74579c0218425c428ce08c72a2da80ec.png);
}

.highlight3 {
    height: 54px;
    background-image: url(/images/cache/images-util-corners-bd62b5b3e9dd880eba0f6fbf50c31113.png);
}

#martyPhoto {
    display: block;
    width: 170px;
    margin: -20px auto -10px;
    position: relative;
}

#share {
    height: 25px;
    line-height: 16px;
    padding-left: 10px;
}

#share strong {
    display: inline;
    float: left;
    padding-right: 8px;
}

#share a {
    display: inline;
    float: left;
    line-height: 16px !important;
    padding: 0 4px 0 0 !important;
    width: 16px;
    height: 16px;
}

#share p {
    padding-top: 0;
    margin-top: 0;
}

.stwrapper {
    margin-left: -150px !important;
}

