/* Custom fonts */
@font-face {
    font-family: 'CronosProRegular';
    src: url('/images/theme-webstarterkit/fonts/cronospro-regular-webfont.eot');
    src: local('☺'), url('/images/theme-webstarterkit/fonts/cronospro-regular-webfont.woff') format('woff'), url('/images/theme-webstarterkit/fonts/cronospro-regular-webfont.ttf') format('truetype'), url('/images/theme-webstarterkit/fonts/cronospro-regular-webfont.svg#webfont6vihJBCE') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CronosProBold';
    src: url('/images/theme-webstarterkit/fonts/cronospro-bold-webfont.eot');
    src: local('☺'), url('/images/theme-webstarterkit/fonts/cronospro-bold-webfont.woff') format('woff'), url('/images/theme-webstarterkit/fonts/cronospro-bold-webfont.ttf') format('truetype'), url('/images/theme-webstarterkit/fonts/cronospro-bold-webfont.svg#webfontoMIoGuve') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CronosProItalic';
    src: url('/images/theme-webstarterkit/fonts/cronospro-italic-webfont.eot');
    src: local('☺'), url('/images/theme-webstarterkit/fonts/cronospro-italic-webfont.woff') format('woff'), url('/images/theme-webstarterkit/fonts/cronospro-italic-webfont.ttf') format('truetype'), url('/images/theme-webstarterkit/fonts/cronospro-italic-webfont.svg#webfontxEUpSRBo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CronosProBoldItalic';
    src: url('/images/theme-webstarterkit/fonts/cronospro-boldit-webfont.eot');
    src: local('☺'), url('/images/theme-webstarterkit/fonts/cronospro-boldit-webfont.woff') format('woff'), url('/images/theme-webstarterkit/fonts/cronospro-boldit-webfont.ttf') format('truetype'), url('/images/theme-webstarterkit/fonts/cronospro-boldit-webfont.svg#webfontXtCA5MCX') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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%;
    /* If you're using fancybox and it won't center, use    */
    /* position: static;                                    */
    /* Beware that this can introduce IE6 problems          */
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: normal;
    font-family: "CronosProBold", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}


h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    font-family: "CronosProBoldItalic", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 157.1429%; margin: 0 0 0.7955em 0; }
h2 { font-size: 135.7143%; margin: 0 0 0.9211em 0; }
h3 { font-size: 121.4286%; margin: 0 0 1.0294em 0; }
h4 { font-size: 114.2857%; margin: 0 0 1.0938em 0; }
h5 { font-size: 114.2857%; margin: 0 0 1.0938em 0; }
h6 { font-size: 114.2857%; margin: 0 0 1.0938em 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;
}

#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: 81.2500%;}

#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: 156.2500%;    font-weight: bold;
    text-align: center;
}

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

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

#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;
}

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

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

#sidebar {
    width: 223px;
    overflow: hidden;
    float: right;
    font-size: 92.8571%;}

#sidebar h1 { font-size: 230.7692%; margin: 0 0 0.5417em 0; }
#sidebar h2 { font-size: 200.0000%; margin: 0 0 0.6250em 0; }
#sidebar h3 { font-size: 169.2308%; margin: 0 0 0.7386em 0; }
#sidebar h4 { font-size: 123.0769%; margin: 0 0 1.0156em 0; }
#sidebar h5 { font-size: 123.0769%; margin: 0 0 1.0156em 0; }
#sidebar h6 { font-size: 123.0769%; margin: 0 0 1.0156em 0; }

#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 .alignCenter {
    padding-top: 10px;
    margin-bottom: 0;
}

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

.side-read-more {
    font-weight: bold;
    text-align: center;
}

.share {
    margin-bottom: 0;
}

.share .sidebar_item_content {
    padding: 0 10px;
    background: none;
}

.sidebar-contact {
    background-image: url(/images/cache/images-util-corners-d7a56c8978cf3187223118abf3ea9261.png);
}

.sidebar-contact .sidebar_item_content {
    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: 87.5000%;    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.0000%;    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;
}

/* Social media icons */
.share {
    background: none !important;
}

#share {
    height: 16px;
    margin-bottom: 10px;
}

#share iframe {
    width: 183px;
    height: 39px;
    margin: 0;
    padding: 0;
    border: 0;
}

#share a {
    float: left;
    line-height: 16px;
    height: 16px;
    padding: 0 2px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
    text-decoration: none;
}

#share span.title {
    font-weight: bold;
    float: left;
    line-height: 16px;
    height: 16px;
    padding-right: 8px;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -20px; }
#share a.digg        { background-position: 0  -40px; }
#share a.email       { background-position: 0  -60px; }
#share a.facebook    { background-position: 0  -80px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; }
#share a.youtube     { background-position: 0 -280px; }
#share a.print       { background-position: 0 -300px; }
#share a.yelp        { background-position: 0 -320px; }
#share a.urbanspoon  { background-position: 0 -340px; }

#share .stbuttontext {
    line-height: 16px !important;
}

.st_sharethis {
    float: left;
    line-height: 16px;
    height: 16px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px;
    padding: 0 2px 0 18px !important;
}

.stButton {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.stButton .chicklets {
    display: block !important;
    background: none !important;
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: 100% !important;
    padding: 0 !important;
    line-height: 16px !important;
    height: 16px !important;
}

/* Sidebar form */
#sidebarForm h2, #sidebarForm h3 {
    text-align: center;
    margin-bottom: 0px;
}

.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: "CronosProBold", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    font-size: 164.2857%;    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: 161.5385%;    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 #content .iField,
body.get-started #content .iField {
    padding-right: 0;
    padding-left: 3px;
    padding-right: 10px;
    margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.get-started #content #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 #content .option5 {
    padding-bottom: 1em;
}

body.home #content .option8,
body.get-started #content .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 #content .option3, body.home #content .option6,
body.get-started #content .option3, body.get-started #content .option6 {
    margin-top: 1em;
}

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

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

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

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

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

/* Two-column tweaks for features page */
body.features .columns-2 #first_column, body.features .columns-2 #chunk2 {
    width: 260px;
    padding-left: 38px;
}

body.features .columns-2 #chunk2 {
    margin-left: 10px;
}

body.features .columns-2 .floatLeft {
    margin: -10px 0 0 -42px;
    width: 42px;
    height: 42px;
    padding: 0;
}

body.features .columns-2 .cms_item,
body.features .columns-2 .cms_item,
body.reviews .columns-2 .cms_item,
body.reviews .columns-2 .cms_item {
    margin-bottom: 2.5em;
}

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: 0 auto 5px;
    position: relative;
}


